This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Patch to setup.py to run on x86_64 Linux
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, petrilli
Priority: normal Keywords: patch

Created on 2004-03-30 19:46 by petrilli, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
setup.py.patch petrilli, 2004-03-30 19:46 Patch
Messages (2)
msg45692 - (view) Author: Christopher Petrilli (petrilli) Date: 2004-03-30 19:46
Bug ID#924333

Python doesn't auto-detect things correctly because of
differing library locations on x86_64 Linux
distributions (/usr/lib64).  This patch just adds that
to the setup.py file.
msg45693 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-06-04 13:56
Logged In: YES 
user_id=21627

I have committed the part that adds lib64 as

setup.py 1.188
NEWS 1.989

I'm uncertain what the other chunk meant; if it is still
needed, please submit it as a *context* diff in a separate
patch.
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40103
2004-03-30 19:46:05petrillicreate