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

libtool: link: warning: `libdb-4.1.la' seems to be moved

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-11-13 18:55:06 CET

I have just upgraded from SuSE Linux 8.1 to 9.0. Now, when I build Subversion, I am getting these warnings:

libtool: link: warning: `/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../..//libdb-4.1.la' seems to be moved

That file exists:

~> ls -op /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../..//libdb-4.1.la
-rw-r--r-- 1 root 703 2003-09-23 16:32 /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../..//libdb-4.1.la

but it was created by libtool 1.4, and I now have libtool 1.5.

Does that need to be updated and, if so, how? I tried:

linux:/home/julianfoad # ldconfig
[there was no output]

I tried "make distclean" in my build directory (which is separate from my source directory):

~/build/subversion> make distclean
[...]
~/build/subversion> make
[...]
cd subversion/libsvn_subr && /bin/sh /home/julianfoad/build/subversion/libtool --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89 -rpath /usr/local/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 /home/julianfoad/build/subversion/apr-util/libaprutil-1.la -ldb-4.1 -lexpat /home/julianfoad/build/subversion/apr/libapr-1.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
cd subversion/libsvn_delta && /bin/sh /home/julianfoad/build/subversion/libtool --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89 -rpath /usr/local/lib -o libsvn_delta-1.la cancel.lo compose_delta.lo default_editor.lo path_driver.lo svndiff.lo text_delta.lo vdelta.lo ../../subversion/libsvn_subr/libsvn_subr-1.la /home/julianfoad/build/subversion/apr-util/libaprutil-1.la -ldb-4.1 -lexpat /home/julianfoad/build/subversion/apr/libapr-1.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
libtool: link: warning: `/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../..//libdb-4.1.la' seems to be moved
[...]

The build completes in spite of these warnings. Some of the link stages give no warning, such as the first one pasted above, and some give more than one, but all of the warnings are identical as far as I can see.

Can anyone tell me what I should do? Apologies if it is not a Subversion-specific question.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 13 18:53:28 2003

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.