Issue 15426: On a x86_64 Linux workstation, the build-from-source is borked. (original) (raw)

Issue15426

Created on 2012-07-22 20:07 by Shocked.Pancake, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python3.x86_64.diff Shocked.Pancake,2012-07-22 20:07 patch for x86_64
Messages (5)
msg166164 - (view) Author: Shocked Pancake (Shocked.Pancake) Date: 2012-07-22 20:07
On a x86_64 Linux workstation, when building from source with ./configure --prefix=/usr --libdir=/usr/lib64 --enable-ipv6 --with-threads --enable-shared --doc-dir=/usr/doc/python --mandir=/usr/man, almost all library get installed in /usr/lib and not /usr/lib64. And when the python interpreter get launched, it complain about not finding platform dependent libraries and that I should set $PYTHONHOME. When I apply the patch that I joined with this, it all works well.
msg166166 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2012-07-22 20:18
This might (or might not) be a duplicate of .
msg167685 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2012-08-08 10:55
I don't think so. lib is hardcoded for any python release, so this issue shouldn't be specific to 3.3.
msg167729 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-08-08 22:36
The patch seems incorrect, as not all OSes or installations use lib64.
msg367394 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2020-04-27 04:59
This appears to have likely been addressed by bpo-1294959 and/or other issues over the years.
History
Date User Action Args
2022-04-11 14:57:33 admin set github: 59631
2020-04-27 04:59:55 zach.ware set status: pending -> closednosy: + zach.waremessages: + stage: patch review -> resolved
2016-09-08 14:30:10 christian.heimes set status: open -> pendingstage: patch reviewresolution: out of dateversions: + Python 3.6, Python 3.7, - Python 2.7, Python 3.2, Python 3.3
2012-08-08 22:36:03 eric.araujo set messages: +
2012-08-08 10:55:51 doko set messages: +
2012-07-22 20🔞45 pitrou set nosy: + eric.araujo, doko, pitroumessages: + versions: + Python 2.7, Python 3.3
2012-07-22 20:07:52 Shocked.Pancake create