[issue9762] build failures

2010-09-07 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: What platform/OS is this happening on? I've tested the PEP 3149 patch on various Ubuntu, OS X, and Debian systems and never needed this. Not saying it's a bad patch, I just think there's something else environmental going on that I never saw for some reaso

[issue9762] build failures

2010-09-04 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue9762] build failures

2010-09-04 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: -pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue9762] build failures

2010-09-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: I've committed a workaround in r84488. Feel free to improve. -- ___ Python tracker ___ ___ Python-bu

[issue9762] build failures

2010-09-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: Oh, I just noticed that many other modules weren't built either: _ssl, _hashlib, _sqlite, _tkinter. Apparently setup.py cannot find the relevant "bits" anymore. Bisecting shows that this happened with the PEP 3149 commit. -- nosy: +georg.brandl prior

[issue9762] build failures

2010-09-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: The normal build lines for the crypt and nis modules contain additional library linkage ("normal", that is before your commit :-)): gcc -pthread -shared build/temp.linux-x86_64-3.2/home/antoine/py3k/__svn__/Modules/cryptmodule.o -L/home/antoine/py3k/__svn__/

[issue9762] build failures

2010-09-03 Thread Antoine Pitrou
New submission from Antoine Pitrou : After a `make distclean` and a whole recompile I still get these: building 'crypt' extension gcc -pthread -fPIC -g -O0 -Wall -Wstrict-prototypes -I. -I./Include -I/usr/local/include -IInclude -I/home/antoine/py3k/debug -c /home/antoine/py3k/debug/Modules/cr