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

Error in make check-swig-py on Mac : Symbol not found: _environ

From: Ronald Smith <rsmith7209_at_gmail.com>
Date: Fri, 21 Nov 2008 21:15:39 -0600

I'm getting an error after making subversion, swig-py, and running
'make check-swig-py'.

I tried Subversion 1.5.3, and the latest version from trunk.

Following are the commands when building from trunk:
> svn checkout http://svn.collab.net/repos/svn/trunk svn
> cd svn
> ./autogen.sh && ./configure
> make
> sudo make install
> make swig-py
> make check-swig-py

Following is the output of check-swig-py:

cd /Users/ron/Documents/tmp/svn/subversion/bindings/swig/python; \
           /opt/local/bin/python /Users/ron/Documents/tmp/svn/
subversion/bindings/swig/python/tests/run_all.py
Traceback (most recent call last):
   File "/Users/ron/Documents/tmp/svn/subversion/bindings/swig/python/
tests/run_all.py", line 2, in <module>
     import mergeinfo, core, client, delta, pool, ra, wc, repository,
auth, \
   File "/Users/ron/Documents/tmp/svn/subversion/bindings/swig/python/
tests/mergeinfo.py", line 8, in <module>
     from svn import core, repos, fs
   File "/Users/ron/Documents/tmp/svn/subversion/bindings/swig/python/
svn/core.py", line 19, in <module>
     from libsvn.core import *
   File "/Users/ron/Documents/tmp/svn/subversion/bindings/swig/python/
libsvn/core.py", line 7, in <module>
     import _core
ImportError: dlopen(/Users/ron/Documents/tmp/svn/subversion/bindings/
swig/python/.libs/_core.so, 2): Symbol not found: _environ
   Referenced from: /opt/local/lib/libroken.16.dylib
   Expected in: flat namespace

make: *** [check-swig-py] Error 1

I'm running Mac OS 10.5.5, Python 2.5.2 (macports).

Anyone encountered this problem? Should I file a bug report?

Thanks
Ron

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-22 16:39:36 CET

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.