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 lemburg
Recipients Brian Sidebotham, lemburg
Date 2017-10-10.12:41:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <38f191ad-6d75-8461-d717-ea9822e2b164@egenix.com>
In-reply-to <1507637861.45.0.213398074469.issue31744@psf.upfronthosting.co.za>
Content
I'm not sure whether this is related, but your quoting for --rpath
doesn't appear to work:

On 10.10.2017 14:17, Brian Sidebotham wrote:
> LDFLAGS='-Wl,-rpath=$\\$$ORIGIN/../lib' \
> ...
> gcc -pthread -Wl,-rpath=RIGIN/../lib -fprofile-generate  -Xlinker -export-dynamic -o python \
> 		Modules/python.o \
> 		-L. -lpython2.7 -lpthread -ldl  -lutil   -lm  

The CONFIG_ARGS variable should always be set, so I assume that
your _sysconfigdata.py was generated in a previous broken build.
History
Date User Action Args
2017-10-10 12:41:05lemburgsetrecipients: + lemburg, Brian Sidebotham
2017-10-10 12:41:05lemburglinkissue31744 messages
2017-10-10 12:41:05lemburgcreate