[issue5575] Add env vars for controlling building sqlite, hashlib and ssl

2013-01-07 Thread Isaac (.ike) Levy
Changes by Isaac (.ike) Levy : -- nosy: +ikeaxial ___ Python tracker <http://bugs.python.org/issue5575> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16882] Python 2.7 has 73 files with hard references to /usr/local when building on *NIX

2013-01-07 Thread Isaac (.ike) Levy
Changes by Isaac (.ike) Levy : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue16882> ___ ___ Python-bugs-list mailing list Unsubscri

[issue16882] Python 2.7 has 73 files with hard references to /usr/local when building on *NIX

2013-01-07 Thread Isaac (.ike) Levy
Changes by Isaac (.ike) Levy : -- resolution: wont fix -> duplicate ___ Python tracker <http://bugs.python.org/issue16882> ___ ___ Python-bugs-list mai

[issue16882] Python 2.7 has 73 files with hard references to /usr/local when building on *NIX

2013-01-07 Thread Isaac (.ike) Levy
Isaac (.ike) Levy added the comment: Hi Ned, Thanks. Your logic is rational here, I'll close it, and open another if I can carve out time to attack this with an appropriate patch for setup.py - to attempt resolution of the 3rd party library build issues. However, off the top of your he

[issue16883] "--enable-shared" during configure forces "2.7.3" to build as "2.7.2+" on Ubuntu 11.10

2013-01-07 Thread Isaac (.ike) Levy
Isaac (.ike) Levy added the comment: Ned, absolutely correct, thank you! -- ___ Python tracker <http://bugs.python.org/issue16883> ___ ___ Python-bugs-list mailin

[issue16883] "--enable-shared" during configure forces "2.7.3" to build as "2.7.2+" on Ubuntu 11.10

2013-01-06 Thread Isaac (.ike) Levy
New submission from Isaac (.ike) Levy: Host OS: Ubuntu 11.10 (oneiric) --enable-shared flag during configure forces 2.7.3 to build as 2.7.2+ TO REPLICATE: unpack Python tarball, # cd Python-2.7.3/ # ./configure --enable-shared # make # ./python -V 2.7.2+ # make clean ; ./configure --enable

[issue16882] Python 2.7 has 73 files with hard references to /usr/local when building on *NIX

2013-01-06 Thread Isaac (.ike) Levy
New submission from Isaac (.ike) Levy: There are currently 73 files with hard-coded references to /usr/local, To see what I'm talking about, unpack a source Python tarball, and check it out like so: # cd Python-2.7.3 # grep -Rl '\/usr\/local' ./* | wc -l 73 To read more de