[issue15426] On a x86_64 Linux workstation, the build-from-source is borked.

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: This appears to have likely been addressed by bpo-1294959 and/or other issues over the years. -- nosy: +zach.ware stage: patch review -> resolved status: pending -> closed ___ Python tracker

[issue15426] On a x86_64 Linux workstation, the build-from-source is borked.

2016-09-08 Thread Christian Heimes
Changes by Christian Heimes : -- resolution: -> out of date stage: -> patch review status: open -> pending versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.2, Python 3.3 ___ Python tracker

[issue15426] On a x86_64 Linux workstation, the build-from-source is borked.

2012-08-08 Thread Éric Araujo
Éric Araujo added the comment: The patch seems incorrect, as not all OSes or installations use lib64. -- ___ Python tracker ___ ___ Py

[issue15426] On a x86_64 Linux workstation, the build-from-source is borked.

2012-08-08 Thread Matthias Klose
Matthias Klose added the comment: I don't think so. lib is hardcoded for any python release, so this issue shouldn't be specific to 3.3. -- ___ Python tracker ___ __

[issue15426] On a x86_64 Linux workstation, the build-from-source is borked.

2012-07-22 Thread Antoine Pitrou
Antoine Pitrou added the comment: This might (or might not) be a duplicate of issue1294959. -- nosy: +doko, eric.araujo, pitrou versions: +Python 2.7, Python 3.3 ___ Python tracker

[issue15426] On a x86_64 Linux workstation, the build-from-source is borked.

2012-07-22 Thread Shocked Pancake
New submission from Shocked Pancake : 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