[ python-Bugs-924333 ] Build issues (lib path) on linux2-x86_64

SourceForge.net noreply at sourceforge.net
Thu Nov 4 23:09:19 CET 2004


Bugs item #924333, was opened at 2004-03-26 20:12
Message generated for change (Comment added) made by rthalley
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=924333&group_id=5470

Category: Build
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Christopher Petrilli (petrilli)
Assigned to: Nobody/Anonymous (nobody)
Summary: Build issues (lib path) on linux2-x86_64

Initial Comment:
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.

----------------------------------------------------------------------

Comment By: Bob Halley (rthalley)
Date: 2004-11-04 14:09

Message:
Logged In: YES 
user_id=671513

Just a note that this issue is still present in 2.4b2, and
that the patch still applies.


----------------------------------------------------------------------

Comment By: Bob Halley (rthalley)
Date: 2004-10-19 21:54

Message:
Logged In: YES 
user_id=671513

My patch is #1050475 
 

----------------------------------------------------------------------

Comment By: Bob Halley (rthalley)
Date: 2004-10-19 18:01

Message:
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! 
 

----------------------------------------------------------------------

Comment By: Mihai Ibanescu (misa)
Date: 2004-04-08 10:05

Message:
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?

----------------------------------------------------------------------

Comment By: Christopher Petrilli (petrilli)
Date: 2004-03-30 11:46

Message:
Logged In: YES 
user_id=38410

See patch #926209

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2004-03-29 14:19

Message:
Logged In: YES 
user_id=21627

Can you submit a patch?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=924333&group_id=5470


More information about the Python-bugs-list mailing list