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: Mac OS X: libtool
Type: Stage:
Components: Build Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: ronaldoussoren Nosy List: herrwitten, jimjjewett, jorend, ronaldoussoren
Priority: high Keywords: patch

Created on 2007-03-03 20:33 by herrwitten, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Makefile.pre.in.patch herrwitten, 2007-03-03 20:33 Mac OS X libtool -> /usr/bin/libtool patch
Messages (7)
msg52035 - (view) Author: Witten (herrwitten) Date: 2007-03-03 20:33
When the framewok is built on Mac OS X, the Mac OS X specific libtool is used.

However, if the GNU libtool is on the PATH first, python refuses to build.

This patch simply specifies the Mac OS X libtool with an absolute path by updating the Makefile.pre.in file.

That way, someone can have GNU libtool on the PATH first and still build python.
msg52036 - (view) Author: Jason Orendorff (jorend) Date: 2007-03-07 15:38
OK, I don't see why not.

I'll try this out tonight, just to make sure it works.
msg52037 - (view) Author: Jason Orendorff (jorend) Date: 2007-03-08 04:36
It works.
msg52038 - (view) Author: Witten (herrwitten) Date: 2007-03-08 14:25
Great!
msg52039 - (view) Author: Jim Jewett (jimjjewett) Date: 2007-03-19 03:10
This fix is probably worth a News entry as well. 

Jorend:  If you want it applied sooner, you can edit the wiki page at 

http://wiki.python.org/moin/PatchTriage

saying that you have reviewed it and recommend that it be applied.
msg52040 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2007-07-09 08:35
Looks fine. I'm going to apply this one.
msg52041 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2007-07-09 08:41
Applied as 56206 (2.5.x) and 56207 (trunk)
History
Date User Action Args
2022-04-11 14:56:22adminsetgithub: 44651
2007-03-03 20:33:46herrwittencreate