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 Yegor Yefremov
Recipients Yegor Yefremov, barry, belopolsky, eric.araujo, lool, meador.inge, stefanor, vstinner
Date 2015-09-15.13:30:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442323805.49.0.128741117773.issue13508@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is still up to date. Most impacted are distos like for example Buldroot (http://buildroot.org/). Usual production rootfs provide neither gcc nor /sbin/ldconfig nor objdump. So find_library() is doomed from the very beginning.

Such packages like pyusb, pyudev etc. rely on find_library() and are not usable in such environment. Pyusb developers had to create an extra backend to overcome this issue (https://github.com/walac/pyusb/pull/29).

So common solution would be very useful for such environments.
History
Date User Action Args
2015-09-15 13:30:05Yegor Yefremovsetrecipients: + Yegor Yefremov, barry, belopolsky, vstinner, eric.araujo, meador.inge, stefanor, lool
2015-09-15 13:30:05Yegor Yefremovsetmessageid: <1442323805.49.0.128741117773.issue13508@psf.upfronthosting.co.za>
2015-09-15 13:30:05Yegor Yefremovlinkissue13508 messages
2015-09-15 13:30:05Yegor Yefremovcreate