This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Build issues (lib path) on linux2-x86_64
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, loewis, misa, petrilli, rthalley
Priority: normal Keywords:

Created on 2004-03-27 04:12 by petrilli, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (8)
msg20348 - (view) Author: Christopher Petrilli (petrilli) Date: 2004-03-27 04:12
The current CVS HEAD won't build "out of the box" on a
Fedora x86_64 box, nor on any other Linux AMD64
platform.  This is due to the fact that the libraries
for many things are not in /usr/lib, but /usr/lib64,
and the current 'autoconf' script, as well as the
current setup.py do not look there.  When added, they
detect, build.
msg20349 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-03-29 22:19
Logged In: YES 
user_id=21627

Can you submit a patch?
msg20350 - (view) Author: Christopher Petrilli (petrilli) Date: 2004-03-30 19:46
Logged In: YES 
user_id=38410

See patch #926209
msg20351 - (view) Author: Mihai Ibanescu (misa) Date: 2004-04-08 17:05
Logged In: YES 
user_id=205865

have you tried to port the patches from python 2.3.3 to
HEAD? From your bug I understand they seem to work - do you
have them?
msg20352 - (view) Author: Bob Halley (rthalley) Date: 2004-10-20 01:01
Logged In: YES 
user_id=671513

Python 2.4b1 still doesn't build "out of the box" on a Fedora Core 2 
x86_64 box. 
 
The patch that was submitted got munged when applied; 
'/usr/lib/lib64' was added instead of the correct value of '/usr/lib64'.  
 
I will submit a new patch once I track down 3 'unexpected skips' in 
the regression tests. 
 
/Bob 
 
P.S.  I'm very happy with 2.4 so far; good work all! 
 
msg20353 - (view) Author: Bob Halley (rthalley) Date: 2004-10-20 04:54
Logged In: YES 
user_id=671513

My patch is #1050475 
 
msg20354 - (view) Author: Bob Halley (rthalley) Date: 2004-11-04 22:09
Logged In: YES 
user_id=671513

Just a note that this issue is still present in 2.4b2, and
that the patch still applies.
msg20355 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-09-22 06:46
Logged In: YES 
user_id=1188172

The patch has been applied in 2004-11-13.
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40090
2004-03-27 04:12:29petrillicreate