Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 6th, 2006, 09:05 PM
metaperl
Guest
 
Posts: n/a
Default os x make install dies when compiling zipfile.py on 2.5 and 2.4.4

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?

  #2  
Old November 20th, 2006, 02:25 PM
stephen.ayotte@gmail.com
Guest
 
Posts: n/a
Default Re: os x make install dies when compiling zipfile.py on 2.5 and 2.4.4

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...@gmail.comwrote:
Quote:
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?
  #3  
Old November 20th, 2006, 03:15 PM
stephen.ayotte@gmail.com
Guest
 
Posts: n/a
Default Re: os x make install dies when compiling zipfile.py on 2.5 and 2.4.4

Sorry about the top-post earlier.

I just tested installing 2.4.4 on the same machine that built it--- it
ran without a complaint. The line that follows the "Compiling
zipfile.py" line (possibly the one that is failing for us) is as
follows:

Compiling /Home/admin/sayotte/python-test/lib/python2.4/zipfile.py ...
PYTHONPATH=/Home/admin/sayotte/python-test/lib/python2.4 \
./python -Wi -t
/Home/admin/sayotte/python-test/lib/python2.4/compileall.py \
-d /Home/admin/sayotte/python-test/lib/python2.4/site-packages
-f \
-x badsyntax
/Home/admin/sayotte/python-test/lib/python2.4/site-packages
Listing /Home/admin/sayotte/python-test/lib/python2.4/site-packages ...

Were you by chance also executing the build and install steps on
different platforms?

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles