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 Michael.Felt
Recipients Michael.Felt, jkloth, vstinner
Date 2018-09-18.10:14:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <e669f3d2-ea2f-1f93-f899-861232e7e7ed@felt.demon.nl>
In-reply-to <1537192847.87.0.956365154283.issue34711@psf.upfronthosting.co.za>
Content
On 17/09/2018 16:00, Michael Felt wrote:
> And, now for the PR tests...

Had a review - many thanks, but before I press the resolve button -
Ihope someone can help me understand why the "Travis" etc, checks are
failing, e.g.,

./python -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
echo "generate-posix-vars failed" ; \
rm -f ./pybuilddir.txt ; \
exit 1 ; \
fi
clang -pthread -L/home/travis/multissl/openssl/1.1.0h/lib
-L/home/travis/multissl/openssl/1.1.0h/lib -Xlinker -export-dynamic -o
Programs/_testembed Programs/_testembed.o libpython3.8dm.a -lpthread
-ldl -lutil -lm -lm
Segmentation fault (core dumped)
generate-posix-vars failed

I have no clue how my relatively small change can have this kind of a
effect and then nothing moves forward. Very frustrating!
Thx,
Michael
History
Date User Action Args
2018-09-18 10:14:59Michael.Feltsetrecipients: + Michael.Felt, vstinner, jkloth
2018-09-18 10:14:59Michael.Feltlinkissue34711 messages
2018-09-18 10:14:58Michael.Feltcreate