[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Failed to build python2.2 with current sbnapshot
- To: ports@openbsd.org
- Subject: Failed to build python2.2 with current sbnapshot
- From: Mark Zimmerman <markzimm@frii.com>
- Date: Fri, 29 Aug 2003 08:50:49 -0600
- Content-Disposition: inline
- User-Agent: Mutt/1.4.1i
Greetings:
I just did a complete reinstall from the current snapshot and began
rebuilding the ports that I use. python2.2 failed. The symptom is that
libpython2.2.so.0.0 is unusable because:
./python: can't load library 'libpython2.2.so.0.0'
Here are some characteristics of libpython2.2.so.0.0:
$ file libpython2.2.so.0.0
libpython2.2.so.0.0: ELF 32-bit LSB shared object, Intel 80386,
version 1, not stripped
$ ldd ./libpython2.2.so.0.0
./libpython2.2.so.0.0:
./libpython2.2.so.0.0: Exec format error
./libpython2.2.so.0.0: exit status 1
I am hoping that this class of problem has been seen before and
someone can suggest a tweak...
-- Mark