[issue12143] packaging extension gcc linking fails on Ubuntu Shared

David Bolen report at bugs.python.org
Sun May 22 02:51:01 CEST 2011


David Bolen <db3l.net at gmail.com> added the comment:

I just ran a manual build/test on the buildbot, and these underlying failures appear to be due to the "-l python3.3" option, which can't be found.  I also don't see that library in the build tree.  Instead, the library is built as python3.3dm (the buildbot process uses --with-pydebug and --with-pymalloc is now default in 3.2+).

Haven't dug much deeper than that, so not sure how the packaging tests are figuring out the shared library to link with.  I did verify that the sysconfig module variables that are related do all have the dm suffix information so it should be available to the tests.

-- David

----------
nosy: +db3l

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12143>
_______________________________________


More information about the Python-bugs-list mailing list