This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients Alex.Willmer, dstufft, eric.araujo, xdegaye
Date 2016-05-06.08:15:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462522510.19.0.711479710346.issue26931@psf.upfronthosting.co.za>
In-reply-to
Content
On android, the shell path is /system/bin/sh. The attached patch fixes this, assuming that there is a platform.android_ver() as per issue #26855: add platform.android_ver() for android. This could be changed for a test on sys.platform if there was a specific sys.platform value for android.

With both patches and the LDFLAGS change on the cross-build system, test_distutils runs fine.
History
Date User Action Args
2016-05-06 08:15:10xdegayesetrecipients: + xdegaye, eric.araujo, dstufft, Alex.Willmer
2016-05-06 08:15:10xdegayesetmessageid: <1462522510.19.0.711479710346.issue26931@psf.upfronthosting.co.za>
2016-05-06 08:15:10xdegayelinkissue26931 messages
2016-05-06 08:15:10xdegayecreate