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 jankratochvil
Recipients dmalcolm, eric.araujo, jankratochvil, meador.inge, pitrou
Date 2012-02-20.05:43:45
SpamBayes Score 3.3518474e-05
Marked as misclassified No
Message-id <1329716629.07.0.66971663367.issue10112@psf.upfronthosting.co.za>
In-reply-to
Content
There was a bug for non-shared build of Python, thanks.

This patch is an improvement on its but it is not yet complete.
One should also replace "-Xlinker -export-dynamic" by "-Wl,--dynamic-list" so that linking application with libpython is no longer intrusive.

But I found out GDB does not need to be affected by this Bug.  When I use -fvisibility=hidden for GDB .c files then "-Xlinker -export-dynamic" has no longer any negative effect (GDB was using only "-Wl,--dynamic-list" now which works without libpython but not with libpython). Therefore I no longer mind much about this Bug.

Still at least:
1771024 libpython2.7.so.1.0
->
1757776 libpython2.7.so.1.0

Even with clean tree the upstream build generates for me:
Python build finished, but the necessary bits to build these modules were not found:
_bsddb             _ssl               bsddb185
dl                 imageop            sunaudiodev

(so sunaudiodev.c was changed without any testing of it)
History
Date User Action Args
2012-02-20 05:43:49jankratochvilsetrecipients: + jankratochvil, pitrou, eric.araujo, dmalcolm, meador.inge
2012-02-20 05:43:49jankratochvilsetmessageid: <1329716629.07.0.66971663367.issue10112@psf.upfronthosting.co.za>
2012-02-20 05:43:48jankratochvillinkissue10112 messages
2012-02-20 05:43:48jankratochvilcreate