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 Sjlver
Recipients Arfrever, Sjlver, bfroehle, christian.heimes, eric.araujo, pitrou, python-dev, scoder, tarek, vstinner
Date 2014-09-30.12:25:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412079906.32.0.920758282089.issue5309@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand where this error comes from...

The compilation commands are exactly the same in both the "before" and "after" logs. The order of commands is also the same.

The only difference is this message:

    *** WARNING: renaming "_ssl" since importing it failed: build/lib.freebsd-6.4-RELEASE-i386-3.5-pydebug/_ssl.so: Undefined symbol "X509_check_ca"

This message probably occurs because _ssl.so is now built in parallel with _ctypes.

In the logs, one can see that the command to build _ctypes.o is executed; because of that, I wonder why the file is missing. Maybe we could check for wrong dependency tracking in the _ctypes makefile (similar to http://bugs.python.org/issue22359)
History
Date User Action Args
2014-09-30 12:25:06Sjlversetrecipients: + Sjlver, pitrou, scoder, vstinner, christian.heimes, tarek, eric.araujo, Arfrever, python-dev, bfroehle
2014-09-30 12:25:06Sjlversetmessageid: <1412079906.32.0.920758282089.issue5309@psf.upfronthosting.co.za>
2014-09-30 12:25:06Sjlverlinkissue5309 messages
2014-09-30 12:25:06Sjlvercreate