[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

AIX 5.3 SWIG Python Binding issues in Subversion 1.3.2

From: David Schaefgen <david.schaefgen_at_gmail.com>
Date: 2006-06-13 20:03:04 CEST

All-

After an extensive search of this list archive and other sites I'm at
an impasse. I can build subversion 1.3.2 and the SWIG bindings
without issue, and install them without issue. However, when I attempt
to test them with something like: python -v -c "from svn import
client"
I receive the following error:

wmethods@achhdqeaidev:/eaidevapp/install/dl/subversion-1.3.2 >python -
v -c "from svn import client"
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/local/lib/python2.4/site.pyc matches
/usr/local/lib/python2.4/site.py import site # precompiled from
/usr/local/lib/python2.4/site.pyc # /usr/local/lib/python2.4/os.pyc
matches /usr/local/lib/python2.4/os.py import os # precompiled from
/usr/local/lib/python2.4/os.pyc import posix # builtin #
/usr/local/lib/python2.4/posixpath.pyc matches
/usr/local/lib/python2.4/posixpath.py
import posixpath # precompiled from
/usr/local/lib/python2.4/posixpath.pyc
# /usr/local/lib/python2.4/stat.pyc matches
/usr/local/lib/python2.4/stat.py import stat # precompiled from
/usr/local/lib/python2.4/stat.pyc #
/usr/local/lib/python2.4/UserDict.pyc matches
/usr/local/lib/python2.4/UserDict.py
import UserDict # precompiled from
/usr/local/lib/python2.4/UserDict.pyc
# /usr/local/lib/python2.4/copy_reg.pyc matches
/usr/local/lib/python2.4/copy_reg.py
import copy_reg # precompiled from
/usr/local/lib/python2.4/copy_reg.pyc
# /usr/local/lib/python2.4/types.pyc matches
/usr/local/lib/python2.4/types.py import types # precompiled from
/usr/local/lib/python2.4/types.pyc
# /usr/local/lib/python2.4/warnings.pyc matches
/usr/local/lib/python2.4/warnings.py
import warnings # precompiled from
/usr/local/lib/python2.4/warnings.pyc
# /usr/local/lib/python2.4/linecache.pyc matches
/usr/local/lib/python2.4/linecache.py
import linecache # precompiled from
/usr/local/lib/python2.4/linecache.pyc
import encodings # directory /usr/local/lib/python2.4/encodings
# /usr/local/lib/python2.4/encodings/__init__.pyc matches
/usr/local/lib/python2.4/encodings/__init__.py
import encodings # precompiled from
/usr/local/lib/python2.4/encodings/__init__.pyc
# /usr/local/lib/python2.4/codecs.pyc matches /usr/local/lib/python2.4/codecs.py
import codecs # precompiled from /usr/local/lib/python2.4/codecs.pyc
import _codecs # builtin
# /usr/local/lib/python2.4/encodings/aliases.pyc matches
/usr/local/lib/python2.4/encodings/aliases.py
import encodings.aliases # precompiled from
/usr/local/lib/python2.4/encodings/aliases.pyc
# /usr/local/lib/python2.4/encodings/iso8859_1.pyc matches
/usr/local/lib/python2.4/encodings/iso8859_1.py
import encodings.iso8859_1 # precompiled from
/usr/local/lib/python2.4/encodings/iso8859_1.pyc
Python 2.4.3 (#1, Jun 13 2006, 12:03:26) [GCC 3.3.2] on aix5 Type
"help", "copyright", "credits" or "license" for more information.
import svn # directory /usr/local/lib/svn-python/svn #
/usr/local/lib/svn-python/svn/__init__.pyc matches /usr/local/lib/svn-
python/svn/__init__.py import svn # precompiled from
/usr/local/lib/svn- python/svn/__init__.pyc #
/usr/local/lib/svn-python/svn/client.pyc matches /usr/local/lib/svn-
python/svn/client.py import svn.client # precompiled from
/usr/local/lib/svn-python/svn/client.pyc
import libsvn # directory /usr/local/lib/svn-python/libsvn #
/usr/local/lib/svn-python/libsvn/__init__.pyc matches
/usr/local/lib/svn-python/libsvn/__init__.py
import libsvn # precompiled from
/usr/local/lib/svn-python/libsvn/__init__.pyc
# /usr/local/lib/svn-python/libsvn/client.pyc matches
/usr/local/lib/svn-python/libsvn/client.py
import libsvn.client # precompiled from
/usr/local/lib/svn-python/libsvn/client.pyc
dlopen("/usr/local/lib/svn-python/libsvn/_client.so", 2); Illegal
instruction (core dumped)

Has anyone seen this before?=3D20

Packages:
Python 2.4.3, SWIG 1.3.24, Subversion 1.3.2, Apache 2.0.55

Regards,
        -Dave

-- 
========================================
David Schaefgen
========================================
phone:
----------------------------------------
	w:  901.381.2993
	h:  901.751.2899
	m: 703.589.3099
e-mail:
----------------------------------------
        w: dschaefgen@achfood.com
	h: david.schaefgen@gmail.com
========================================
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 13 21:10:28 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.