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 Build Script is broken for 2.6 release
Type: crash Stage:
Components: Build Versions: Python 2.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, ngift
Priority: normal Keywords:

Created on 2008-11-17 00:25 by ngift, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg75949 - (view) Author: Noah Gift (ngift) Date: 2008-11-17 00:25
Just an FYI, the Mac Build script in:

Python-2.6 2/Mac/BuildScript/build-installer.py

contains broken download URLs for SQLite, and cause the build to fail.  
I fixed this myself, but noticed this appears to be fixed in the trunk, 
already.  Having a working build script is a fairly big deal for mac 
users, as they often need to have readline compiled properly with 
Python, which is a pain.  This might be nice to have fixed in the 
production release.
msg75950 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-11-17 02:25
This has been backported and will be fixed in 2.6.1.
History
Date User Action Args
2022-04-11 14:56:41adminsetgithub: 48584
2008-11-17 02:25:12benjamin.petersonsetstatus: open -> closed
resolution: out of date
messages: + msg75950
nosy: + benjamin.peterson
2008-11-17 00:25:23ngiftcreate