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 Xuefer.x
Recipients Alexander.Sulfrian, Xuefer.x, eric.araujo, tarek
Date 2014-12-11.12:53:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418302382.24.0.556104530668.issue8027@psf.upfronthosting.co.za>
In-reply-to
Content
please fix this bug. it seems the patch no longer applies to the current 2.7/3.4 code but the bug is still reproduce-able in another way

i have CXX="ccache_cxx -pthread -shared"
but what actually happen is:
ccache_cxx gcc -pthread -shared ...
x86_64-openwrt-linux-gnu-g++: error: gcc: No such file or directory
error: command 'ccache_cxx' failed with exit status 1
Makefile:511: recipe for target 'all-local' failed
make[5]: *** [all-local] Error 1

this is when building libtorrent-rasterbar-0.16.17 in openwrt build system, ccache_cxx is a wrapper script and distuils make a wrong build rule
History
Date User Action Args
2014-12-11 12:53:02Xuefer.xsetrecipients: + Xuefer.x, tarek, eric.araujo, Alexander.Sulfrian
2014-12-11 12:53:02Xuefer.xsetmessageid: <1418302382.24.0.556104530668.issue8027@psf.upfronthosting.co.za>
2014-12-11 12:53:02Xuefer.xlinkissue8027 messages
2014-12-11 12:53:01Xuefer.xcreate