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: Install under osx 10.4.6 breaks shell.
Type: Stage:
Components: macOS Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ronaldoussoren Nosy List: ephantom, ronaldoussoren, sf-robot
Priority: normal Keywords:

Created on 2006-05-25 22:39 by ephantom, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (5)
msg28647 - (view) Author: ephantom (ephantom) Date: 2006-05-25 22:39
Build.txt:
# BUILD INFO
# Date: Fri Apr  7 11:07:14 2006
# By: Ronald Oussoren

The Universal-MacPython-2.4.3-2006-04-07.dmg seems to kludge 
terminal's shell.  We installed it on two systems running 10.4.6, both 
systems had a previous version of python on them (2.3.5). On one system 
the shell broke to where it would not run UNIX commands, even after a 
re-boot. Under both systems the following shell errors occurred right 
after install.  The error appears when you first initiate the shell, or change 
shells.

glacier-wl:~ support$ csh
csh: Badly placed ()'s.

sh-2.05b$ tcsh
tcsh: Badly placed ()'s.

msg28648 - (view) Author: ephantom (ephantom) Date: 2006-05-25 22:43
Logged In: YES 
user_id=1528840

Addendum: Both systems where PPC G4 systems, and not Intel chipsets.
msg28649 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-05-26 10:41
Logged In: YES 
user_id=580910

Assigned to me because I'm at fault here.

This seems to be a bug in one of the postinstall scripts, I'll have a look. Sorry 
about the inconvenience.
msg28650 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-05-26 11:18
Logged In: YES 
user_id=580910

This is now fixed in the trunk, and will be fixed in the next release of the 
universal build as well.
msg28651 - (view) Author: SourceForge Robot (sf-robot) Date: 2006-06-10 02:20
Logged In: YES 
user_id=1312539

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43414
2006-05-25 22:39:50ephantomcreate