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

can't build swig-py

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-12-16 04:00:13 CET

I think somehow our build system changed in the last month.

AFAIK, I've been running OSX with libtool 1.5 and swig 1.3.20 since
September. I've never had problems building swig-py bindings before.

Using today's trunk, I ran

    make clean
    ./autogen.sh
    ./configure --enable-maintainer-mode
    make
    sudo make install
    make swig-py

The last command fails suddenly for me:

/bin/sh /Users/sussman/projects/svn/libtool --silent --mode=compile gcc
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp
-I/Users/sussman/projects/svn/subversion/bindings/swig
-I/Users/sussman/projects/svn/subversion/include -I/sw/lib/swig1.3
-DSVN_SWIG_VERSION=103020 -I/usr/local/apache2/include
-I/usr/local/apache2/include -I/usr/local/BerkeleyDB.4.2/include
-I/Users/sussman/projects/svn/subversion/bindings/swig
-I/Users/sussman/projects/svn/subversion/include -I/sw/lib/swig1.3
-DSVN_SWIG_VERSION=103020 -I/usr/local/apache2/include
-I/usr/local/apache2/include -I/usr/local/BerkeleyDB.4.2/include
-I/sw/include/python2.3
-I/Users/sussman/projects/svn/subversion/bindings/swig/python/
libsvn_swig_py -prefer-pic -c -o
subversion/bindings/swig/python/svn_client.lo
subversion/bindings/swig/python/svn_client.c
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make: *** [subversion/bindings/swig/python/svn_client.lo] Error 1

Somebody else running libtool 1.5 on linux is experiencing the same
thing in #svn.

Justin Erenkrantz says:

<jerenkrantz> libtool 1.5 tries to infer what to do based on the
filename
<jerenkrantz> but that blows up for swig
<jerenkrantz> so you need to add --tag=CXX (i think)
[...]
<jerenkrantz> libtool 1.5.10 broke this, aiui
<sussman> yeah, but something in our buildsystem must have changed
recently that exposed this libtool 1.5 annoyance.
<jerenkrantz> don't really understand why we never triggered it

Can anyone shed some light here? Can anyone else reproduce?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 16 04:02:24 2004

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

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