[issue7352] pythonx.y-config --ldflags out of /usr and missing -Linstall_lib_dir

2015-06-15 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7352 ___

[issue7352] pythonx.y-config --ldflags out of /usr and missing -Linstall_lib_dir

2015-06-14 Thread koobs
Changes by koobs koobs.free...@gmail.com: -- components: +Build keywords: +needs review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7352 ___ ___

[issue7352] pythonx.y-config --ldflags out of /usr and missing -Linstall_lib_dir

2015-04-02 Thread koobs
koobs added the comment: @doko, as per the original report by Joel, the issue is: * Reproducible with --enable-shared (most downstream OS's / packages use this) Additionally: * in the python script, not the shell script (by default used by 3.4) * Is reproducible in all branches (including

[issue7352] pythonx.y-config --ldflags out of /usr and missing -Linstall_lib_dir

2015-03-07 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- nosy: -terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7352 ___ ___ Python-bugs-list

[issue7352] pythonx.y-config --ldflags out of /usr and missing -Linstall_lib_dir

2015-03-07 Thread Matthias Klose
Matthias Klose added the comment: this seems to work for me: $ python-config --ldflags -L/usr/lib/python2.7/config-x86_64-linux-gnu -L/usr/lib -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions the patch is incomplete, no patch for the shell

[issue7352] pythonx.y-config --ldflags out of /usr and missing -Linstall_lib_dir

2015-03-07 Thread koobs
koobs added the comment: +nosy doko on ned_deily's advice -- nosy: +doko ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7352 ___ ___

[issue7352] pythonx.y-config --ldflags out of /usr and missing -Linstall_lib_dir

2015-03-07 Thread koobs
koobs added the comment: Still an issue on 2.7, 3.2, 3.3. Updating Versions to reflect this fact and assist downstreams in backporting a forthcoming fix to those versions that won't get it due to security-fix only branches. See Also: Issue:

[issue7352] pythonx.y-config --ldflags out of /usr and missing -Linstall_lib_dir

2015-03-07 Thread koobs
Changes by koobs koobs.free...@gmail.com: -- nosy: +koobs ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7352 ___ ___ Python-bugs-list mailing list

[issue7352] pythonx.y-config --ldflags out of /usr and missing -Linstall_lib_dir

2010-08-16 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- title: python2.6-config --ldflags out of /usr and missing -Linstall_lib_dir - pythonx.y-config --ldflags out of /usr and missing -Linstall_lib_dir versions: +Python 3.2 -Python 2.7 ___ Python tracker