os x make install dies when compiling zipfile.py on 2.5 and 2.4.4

stephen.ayotte at gmail.com stephen.ayotte at gmail.com
Mon Nov 20 09:46:24 EST 2006


I've experienced the exact same with 2.4.4.

uname -a on the machine I built it on (SunOS 5.7, binaries should be
forwards-compatible with 5.7-5.10):
SunOS hostname-here 5.7 Generic_106541-19 sun4u sparc SUNW,Ultra-4

And the machine on which it was being installed (because it has write
access to the NFS mount I want it installed on):
SunOS hostname-here 5.10 Generic_118822-25 sun4u sparc
SUNW,Sun-Fire-V210

I only *just* hit this and haven't dug further for a solution. If
anyone knows about this please respond, otherwise I'll post any
progress I make.

On Nov 6, 4:20 pm, "metaperl" <metap... at gmail.com> wrote:
> I've tried both Python 2.4.4 and Python 2.5. I'm trying to build from
> source and install under a local directory Swarm since OpenSwarm
> requires builds of Postgres and Python under it's control.
>
> Ok, so I did
>
> ./configure --prefix=/Users/tbrannon/Documents/Python/Swarm/Python-2.5
>
> but during make install I get this:
>
> Compiling
> /Users/tbrannon/Documents/Python/Swarm/Python-2.5/lib/python2.5/xmlrpclib.py
> ...
> Compiling
> /Users/tbrannon/Documents/Python/Swarm/Python-2.5/lib/python2.5/zipfile.py
> ...
> make: *** [libinstall] Error 1
> <!-- ~/Downloads/Python-2.5 tbrannon -->
>
> and the same thing happens for Python 2.4.4 leaving me without a
> platform-depedent install directory in my build.. any ideas?




More information about the Python-list mailing list