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 koobs
Recipients Arfrever, doko, eric.snow, koobs, loewis, ned.deily, petri.lehtinen, pitrou, python-dev, rpetrov, sbt, trent, vstinner
Date 2013-11-19.10:08:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384855685.63.0.605886437127.issue15819@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure how I missed this, but our FreeBSD ports that build out-of-tree required adding a local patchthat reverts the Makefile.pre.in change in ab6ab44921b2 when we updated each port to the latest releases of 2.7, 3.2 and 3.3:

https://svnweb.freebsd.org/ports?view=revision&revision=318353

Without it, builds fail with:

cc -c -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -DNDEBUG  -I. -IInclude -I./../Include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
cc: Python/Python-ast.c: No such file or directory
cc: No input files specified
*** [Python/Python-ast.o] Error code 1

Stop in /freebsd/ports/lang/python27/work/Python-2.7.6/portbld.shared.

I also note Trents msg173160 in issue #15298, which may be related?, but seems only resolved for OSX.

What needs to be done to remove the need for this patch?
History
Date User Action Args
2013-11-19 10:08:05koobssetrecipients: + koobs, loewis, doko, pitrou, vstinner, ned.deily, trent, rpetrov, Arfrever, python-dev, sbt, eric.snow, petri.lehtinen
2013-11-19 10:08:05koobssetmessageid: <1384855685.63.0.605886437127.issue15819@psf.upfronthosting.co.za>
2013-11-19 10:08:05koobslinkissue15819 messages
2013-11-19 10:08:05koobscreate