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 cstratak
Recipients cstratak
Date 2018-01-24.10:27:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516789649.91.0.467229070634.issue32647@psf.upfronthosting.co.za>
In-reply-to
Content
Original bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1537489

As soon as strict symbol checking was enabled on the development branch of Fedora, our build of CPython started failing due to undefined symbols when compiling ctypes.

Build log is attached.

That seems to be because ctypes are not explicitly linked against -ldl.

This can be fixed by adding the -ldl flag at https://github.com/python/cpython/blob/master/setup.py#L1935 , not sure though how portable that is.
History
Date User Action Args
2018-01-24 10:27:29cstrataksetrecipients: + cstratak
2018-01-24 10:27:29cstrataksetmessageid: <1516789649.91.0.467229070634.issue32647@psf.upfronthosting.co.za>
2018-01-24 10:27:29cstrataklinkissue32647 messages
2018-01-24 10:27:29cstratakcreate