[Python-bugs-list] [ python-Bugs-517704 ] Installing Python 2.2 on Solaris 2.x

noreply@sourceforge.net noreply@sourceforge.net
Mon, 25 Mar 2002 06:22:17 -0800


Bugs item #517704, was opened at 2002-02-14 15:50
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=517704&group_id=5470

Category: Installation
Group: Python 2.2
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Jeff Bauer (jeffbauer)
Assigned to: Nobody/Anonymous (nobody)
Summary: Installing Python 2.2 on Solaris 2.x

Initial Comment:
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.


----------------------------------------------------------------------

>Comment By: Neal Norwitz (nnorwitz)
Date: 2002-03-25 09:22

Message:
Logged In: YES 
user_id=33168

This should be fixed in setup.py 1.85 and 1.73.4.3.

----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2002-03-20 20:59

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=517704&group_id=5470