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: OS X 2.6.4 installer fails on 10.3 with two corrupted file names, ignored on 10.4
Type: behavior Stage: resolved
Components: macOS Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ronaldoussoren Nosy List: GD, ned.deily, ronaldoussoren, tjsulli
Priority: normal Keywords:

Created on 2009-12-05 01:40 by ned.deily, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unnamed GD, 2009-12-08 19:08
install test results.txt tjsulli, 2010-01-29 11:05
Messages (8)
msg95978 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2009-12-05 01:40
See the thread starting at http://mail.python.org/pipermail/pythonmac-
sig/2009-December/021907.html for full details.

It appears two vestigial gif files included in the 2.6.4 OS installer 
are being installed under corrupted file names by the OS X Installer.app 
under 10.3 and 10.4.  While the error is silently ignored on 10.4, it 
apparently causes the whole install to fail on 10.3.  The problem does 
not seem to occur when installing on 10.5 or 10.6.  It is also not 
limited to that installer image: I was able to reproduce the problem 
with an installer I built on 10.5.  However, an installer built on 10.4 
from the same source snapshot seems to have the correct file names.

Without knowing exactly why those two file names, and only those two, 
are corrupted, it seems risky to let this seemingly minor problem go 
unresolved.  And it apparently prevents 2.6.4 from being installed on 
10.3, a more serious problem.
msg96130 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-12-08 15:35
The problem shouldn't be present in 3.1 and 2.7, both trees no longer 
contain the ancient documentation files.

IMHO the best fix is to remove 
Mac/Resources/app/Resources/English.lproj/Documentation/ide/ (and the 
link to ide/index.html in .../Documentation/index.html).

Is anyone on the nosy list capable of testing such a patch? I can 
provide a 2.6.4+ installer with this fix, but cannot test the fix myself 
because I don't have access to a machine that's capable of running 10.3.
msg96137 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-12-08 16:40
This should be fixed in r76715, I've removed the documentation that caused 
the installer issues in the first place.
msg96149 - (view) Author: GD (GD) Date: 2009-12-08 19:08
Point me in the direction of a binary to download and I can test it for you.

GD 		 	   		  
_________________________________________________________________
Get gifts for them and cashback for you. Try Bing now.
http://www.bing.com/shopping/search?q=xbox+games&scope=cashback&form=MSHYCB&publ=WLHMTAG&crea=TEXT_MSHYCB_Shopping_Giftsforthem_cashback_1x1
msg97295 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2010-01-06 05:14
I've built an installer image to test this consisting of 2.6.4 plus r76715.  If you're still willing to test this on 10.3, I'll contact you via email with the download details.
msg98492 - (view) Author: TJ Sullivan (tjsulli) Date: 2010-01-29 00:38
I would be happy to test the new package for you. I am running 10.3.9 and Had attempted to install 2.6.4 recently without realizing it, so my terminal version is 2.6.4 but idle and back at 2.5. email me if you want me to test it for you.
msg98504 - (view) Author: TJ Sullivan (tjsulli) Date: 2010-01-29 11:05
Install was successful. PLease find the attachment with the test results you asked for. Thank you very much for making the fix to the package installer!!!!
msg98992 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2010-02-07 11:41
TJ: thanks for testing on 10.3.9.
History
Date User Action Args
2022-04-11 14:56:55adminsetgithub: 51686
2010-02-07 11:41:43ronaldoussorensetstatus: open -> closed

messages: + msg98992
stage: test needed -> resolved
2010-01-29 11:05:22tjsullisetfiles: + install test results.txt

messages: + msg98504
2010-01-29 00:38:26tjsullisetnosy: + tjsulli
messages: + msg98492
2010-01-06 05:14:50ned.deilysetmessages: + msg97295
2009-12-08 19:08:34GDsetfiles: + unnamed
status: pending -> open
messages: + msg96149

title: OS X 2.6.4 installer fails on 10.3 with two corrupted file names, ignored on 10.4 -> OS X 2.6.4 installer fails on 10.3 with two corrupted file names, ignored on 10.4
2009-12-08 16:40:49ronaldoussorensetstatus: open -> pending
type: behavior
messages: + msg96137

resolution: fixed
stage: test needed
2009-12-08 15:35:06ronaldoussorensetmessages: + msg96130
2009-12-07 20:16:13GDsetnosy: + GD
2009-12-05 01:40:21ned.deilycreate