David Bolen <db3l....@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12143>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to