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: Installing Python 2.2 on Solaris 2.x
Type: Stage:
Components: Installation Versions: Python 2.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: jeffbauer, nnorwitz
Priority: normal Keywords:

Created on 2002-02-14 20:50 by jeffbauer, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py2.2_solaris.log jeffbauer, 2002-02-14 20:50 combined make, make install logs
Messages (3)
msg9279 - (view) Author: Jeff Bauer (jeffbauer) Date: 2002-02-14 20:50
I'm having problems installing Python 2.2 onto
my Solaris 2.6 workstation.

I am doing the boilerplate ...

  ./configure
  make
  make install

I checked for prior related bug reports and posted
on c.l.py.  Chris Wysocki reported similar problems
and Barry Warsaw mentioned on python-dev how
setup.py agressively deletes .so files when it
gets an import error after building the file.

Note:  No problems building Python 2.1 (2.1.2) on
this platform.

Log files attached.
msg9280 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-03-21 01:59
Logged In: YES 
user_id=33168

For a possible fix, see the patch in bug # 532618 :
http://sourceforge.net/tracker/index.php?func=detail&aid=532618&group_id=5470&atid=105470

The patch is against the latest in CVS.  Need to apply the
try/except around the for filename in self._built_objects
for this to work.
msg9281 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-03-25 14:22
Logged In: YES 
user_id=33168

This should be fixed in setup.py 1.85 and 1.73.4.3.
History
Date User Action Args
2022-04-10 16:04:59adminsetgithub: 36106
2002-02-14 20:50:22jeffbauercreate