You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jens-Uwe Mager <ju...@anubis.han.de> on 2004/01/14 12:25:25 UTC

0.36.0 libtool problem?

I have used the 0.36.0 tag to check out svn from the svn repository on a
current Gentoo system and I am running in a problem with libtool:

cd subversion/libsvn_subr && /bin/sh ./libtool --silent --mode=link gcc
-g -O2  -g -O2 -pthread  -DNEON_ZLIB -DNEON_SSL   -rpath
/work/svn-head/lib -o libsvn_subr-1.la auth.lo cmdline.lo config.lo
config_auth.lo config_file.lo config_win.lo error.lo getdate.lo hash.lo
io.lo md5.lo opt.lo path.lo pool.lo quoprint.lo sorts.lo stream.lo
subst.lo svn_base64.lo svn_string.lo target.lo time.lo utf.lo
validate.lo xml.lo /work/apache-head/lib/libaprutil-1.la -lgdbm -ldb-4.0
-lexpat /work/apache-head/lib/libapr-1.la -lrt -lm -lcrypt -lnsl
-lpthread -ldl
./libtool: ./libtool: No such file or directory
make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 127

Is there anything special with autoconf/libtool in this new version? I
did really distclean the tree and did rebuild the config scripts using
autogen.sh.

-- 
Jens-Uwe Mager	<pgp-mailto:F476EBC2>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: 0.36.0 libtool problem?

Posted by Ilguiz Latypov <il...@infradead.org>.
Jens-Uwe,

On Wed, Jan 14, 2004 at 01:25:25PM +0100, Jens-Uwe Mager wrote:
> ./libtool: ./libtool: No such file or directory
> make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 127

It seems the libtoolize command that is supposed to bring in the latest
libtool script into the working directory from elsewhere in the system.
The libtoolize command is started by autogen.sh.  I'd run this command
manually with the same option as in autogen.sh and check the results.

-- 
Ilguiz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: 0.36.0 libtool problem?

Posted by Arkadiusz Miskiewicz <ar...@pld-linux.org>.
Dnia śro 14. stycznia 2004 13:25, Jens-Uwe Mager napisał:
> I have used the 0.36.0 tag to check out svn from the svn repository on a
> current Gentoo system and I am running in a problem with libtool:
>
> cd subversion/libsvn_subr && /bin/sh ./libtool --silent --mode=link gcc
> -g -O2  -g -O2 -pthread  -DNEON_ZLIB -DNEON_SSL   -rpath
> /work/svn-head/lib -o libsvn_subr-1.la auth.lo cmdline.lo config.lo
> config_auth.lo config_file.lo config_win.lo error.lo getdate.lo hash.lo
> io.lo md5.lo opt.lo path.lo pool.lo quoprint.lo sorts.lo stream.lo
> subst.lo svn_base64.lo svn_string.lo target.lo time.lo utf.lo
> validate.lo xml.lo /work/apache-head/lib/libaprutil-1.la -lgdbm -ldb-4.0
> -lexpat /work/apache-head/lib/libapr-1.la -lrt -lm -lcrypt -lnsl
> -lpthread -ldl
> ./libtool: ./libtool: No such file or directory
> make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 127
This looks like broken autoconf 2.58 for me (had such issue, autoconf was not 
properly substituting some variables).

-- 
Arkadiusz Miśkiewicz    CS at FoE, Wroclaw University of Technology
arekm.pld-linux.org AM2-6BONE, 1024/3DB19BBD, arekm(at)ircnet, PLD/Linux

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org