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

Re: Problems compiling version 0.14.3

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-10-28 00:47:58 CET

Volker Goetz <goetz@sectionone.de> writes:

> Running make stops with this error:
>
> - ------ completed all in neon
> cd subversion/clients/cmdline && /bin/sh

It's a while since I tried building neon in-tree, does it really go
stright from building neon to linking the client?

> /usr/local/src/subversion/subversion-r3200/libtool --silent --mode=link
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
> - -D_SVID_SOURCE -D_GNU_SOURCE -g -O2 -pthread -DNEON_ZLIB
> - -I./subversion/include -I.
> - -I/usr/local/src/subversion/subversion-r3200/neon/src
> - -I/usr/local/BerkeleyDB.4.0/include -I/usr/local/apache2/include
> - -I/usr/local/apache2/include -rpath /usr/local/lib -o svn add-cmd.o
> checkout-cmd.o cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o
> diff-cmd.o export-cmd.o feedback.o help-cmd.o import-cmd.o info-cmd.o
> log-cmd.o ls-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o prompt.o
> propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o
> propset-cmd.o resolve-cmd.o revert-cmd.o status-cmd.o status.o
> switch-cmd.o update-cmd.o util.o
> ../../../subversion/libsvn_client/libsvn_client-1.la
> ../../../subversion/libsvn_wc/libsvn_wc-1.la
> ../../../subversion/libsvn_ra/libsvn_ra-1.la
> ../../../subversion/libsvn_delta/libsvn_delta-1.la
> ../../../subversion/libsvn_subr/libsvn_subr-1.la
> /usr/local/apache2/lib/libaprutil-0.la -lgdbm -ldb -lexpat
> /usr/local/apache2/lib/libapr-0.la -lm -lcrypt -lnsl -ldl
> /usr/local/src/subversion/subversion-r3200/neon/src/libneon.la
> - -L/usr/local/lib -lz
> libtool: link: cannot find the library `'
> make: *** [subversion/clients/cmdline/svn] Error 1
>
> I've tried the workaround suggested in one of the previous postings and
> replaced all instances of ltmain.sh in the source tree with newer versions
> with no success.

Libtool has --debug and --dry-run options, do either of these help
track down the problem? Try running the above command from the
command line, but replace the --silent with --debug and/or --dry-run.

You might like to put the command inside brackets so that the cd
affects a subshell, like so

(cd subversion/clients/cmdline && /bin/sh /usr/local/src/subversion/subversion-r3200/libtool ... )

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 28 00:48:38 2002

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.