[issue27480] Cannot link _crypt and _nis modules on a host with glibc-2.12

2016-07-11 Thread R. David Murray
R. David Murray added the comment: Now you see why I guessed that it was a Gentoo issue :) Or an issue in whatever it is you are using, since it doesn't sound like vanilla gentoo, either. So, I'm closing this again. If you find something you really think is a bug in *our* build process, you

[issue27480] Cannot link _crypt and _nis modules on a host with glibc-2.12

2016-07-11 Thread Martin Mokrejs
Changes by Martin Mokrejs : Added file: http://bugs.python.org/file43693/nohup-gentoo-prefix.out ___ Python tracker ___ ___ Python-bugs-list m

[issue27480] Cannot link _crypt and _nis modules on a host with glibc-2.12

2016-07-11 Thread Martin Mokrejs
Martin Mokrejs added the comment: Interesting, using the system-wide RedHat stuff I can compile vanilla Python-3.4.5. See attached nohup.out. I tried to stick to the same configure arguments as Gentoo's package manager used. I also tried to compile the vanilla tarball under Gentoo::Prefix and

[issue27480] Cannot link _crypt and _nis modules on a host with glibc-2.12

2016-07-11 Thread R. David Murray
R. David Murray added the comment: Can you demonstrate the problem without involving the gentoo build system, using a vanilla tarball downloaded from our site? -- ___ Python tracker ___

[issue27480] Cannot link _crypt and _nis modules on a host with glibc-2.12

2016-07-11 Thread Martin Mokrejs
Martin Mokrejs added the comment: Ah, thank you for a quick answer. The problem is not with a Gentoo, the problem is with python which needs too new libc or libnss or libcrypt. I am re-opening, why cannot I compile newer python version on glibc-2.12 host? This is not a problme with python-2.7

[issue27480] Cannot link _crypt and _nis modules on a host with glibc-2.12

2016-07-11 Thread R. David Murray
R. David Murray added the comment: Since you are using the gentoo build system to build this, the bug report should go to the gentoo project, as indicated by the message at the end of your build log. If they find a bug in python itself, then it can be reported here (Arfrever at least can reop

[issue27480] Cannot link _crypt and _nis modules on a host with glibc-2.12

2016-07-11 Thread Martin Mokrejs
Changes by Martin Mokrejs : -- versions: +Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue27480] Cannot link _crypt and _nis modules on a host with glibc-2.12

2016-07-11 Thread Martin Mokrejs
Martin Mokrejs added the comment: Also is an issue with 3.5.1-r3: x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -L. -L/scratch/mmokrejs/gentoo/lib -L/scratch/mmokrejs/gentoo/usr/lib -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -O2 -pipe -march=native -fwrapv bui

[issue27480] Cannot link _crypt and _nis modules on a host with glibc-2.12

2016-07-11 Thread Martin Mokrejs
New submission from Martin Mokrejs: Hi, it seems at least python 3.4.3-r5 on a Gentoo Linux. Failed to build these modules: _cryptnis -- files: build.log messages: 270163 nosy: mmokrejs priority: normal severity: normal status: open title: Cannot link _crypt and _nis m