[ python-Bugs-924333 ] Build issues (lib path) on linux2-x86_64
SourceForge.net
noreply at sourceforge.net
Thu Sep 22 08:46:07 CEST 2005
Bugs item #924333, was opened at 2004-03-27 05:12
Message generated for change (Comment added) made by birkenfeld
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=924333&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
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: Reinhold Birkenfeld (birkenfeld)
Date: 2005-09-22 08:46
Message:
Logged In: YES
user_id=1188172
The patch has been applied in 2004-11-13.
----------------------------------------------------------------------
Comment By: Bob Halley (rthalley)
Date: 2004-11-04 23: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-20 06:54
Message:
Logged In: YES
user_id=671513
My patch is #1050475
----------------------------------------------------------------------
Comment By: Bob Halley (rthalley)
Date: 2004-10-20 03: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 19: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 21:46
Message:
Logged In: YES
user_id=38410
See patch #926209
----------------------------------------------------------------------
Comment By: Martin v. Löwis (loewis)
Date: 2004-03-30 00: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