[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue15426
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue15426
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-07-22 Thread Shocked Pancake

New submission from Shocked Pancake shockedpanc...@gmail.com:

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.

--
components: Build
files: python3.x86_64.diff
keywords: patch
messages: 166164
nosy: Shocked.Pancake
priority: normal
severity: normal
status: open
title: On a x86_64 Linux workstation, the build-from-source is borked.
versions: Python 3.2
Added file: http://bugs.python.org/file26482/python3.x86_64.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15426
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-07-22 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr 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 rep...@bugs.python.org
http://bugs.python.org/issue15426
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com