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

Re: DESTDIR install broken

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2003-08-03 19:05:39 CEST

On Thu, Jul 31, 2003 at 02:45:25PM -0700, Ted Irons wrote:
...
> /swl/opt/ix86-linux/share/apache2/build/libtool --mode=install cp mod_dav_svn.la /swl/opt/ix86-linux/encap/subversion-0.26.0/swl/opt/ix86-linux/libexec/
> libtool: install: warning: relinking `mod_dav_svn.la'
> (cd /swl/opt/ix86-linux/tmp/subversion-0.26.0/subversion/mod_dav_svn; /bin/sh /swl/opt/ix86-linux/tmp/subversion-0.26.0/libtool --mode=relink gcc -g -O2 -pthread -DNEON_ZLIB -rpath /swl/opt/ix86-linux/libexec -avoid-version -module -o mod_dav_svn.la activity.lo deadprops.lo liveprops.lo log.lo merge.lo mod_dav_svn.lo repos.lo update.lo util.lo version.lo ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la @inst_prefix_dir@)
> mv: cannot stat `mod_dav_svn.so': No such file or directory
> libtool: install: error: relink `mod_dav_svn.la' with the above command before installing it
> libtool: install: warning: remember to run `libtool --finish /swl/opt/ix86-linux/libexec'
> grep: /swl/opt/ix86-linux/encap/subversion-0.26.0/swl/opt/ix86-linux/libexec/mod_dav_svn.la: No such file or directory
> grep: /swl/opt/ix86-linux/encap/subversion-0.26.0/swl/opt/ix86-linux/libexec/mod_dav_svn.la: No such file or directory
> Warning! dlname not found in /swl/opt/ix86-linux/encap/subversion-0.26.0/swl/opt/ix86-linux/libexec/mod_dav_svn.la.
> Assuming installing a .so rather than a libtool archive.
> chmod 755 /swl/opt/ix86-linux/encap/subversion-0.26.0/swl/opt/ix86-linux/libexec/mod_dav_svn.so
> chmod: getting attributes of `/swl/opt/ix86-linux/encap/subversion-0.26.0/swl/opt/ix86-linux/libexec/mod_dav_svn.so': No such file or directory
> apxs:Error: Command failed with rc=65536

Oh, this is actually a different error to the one you originally posted.

These problems could well be because two possibly different versions of
libtool are getting involved: the libtool script installed at
/swl/opt/ix86-linux/share/apache2/build/libtool and the libtool script
built as part of the subversion tree.

You could try re-installing httpd, but run ./buildconf before building
it to make sure only the version of libtool on your system is used. (and
do likewise in the subversion build)

Regards,

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Aug 3 19:06:44 2003

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.