Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] "xyz.la seems to be moved" message
Date: Tue, 24 Oct 2006 14:13:43
Message-Id: 200610241607.50790.bo.andresen@zlin.dk
In Reply to: Re: [gentoo-user] "xyz.la seems to be moved" message by Meino Christian Cramer
1 On Tuesday 24 October 2006 10:40, Meino Christian Cramer wrote:
2 > > >        lib<xyz>.la seems to be moved
3 > >
4 > > which are harmless.
5
6 During compilation of x11-libs/gtk+-2.10.6 gdk-pixbuf/libgdk_pixbuf-2.0.la
7 gets created in ${S} (/var/tmp/paludis/x11-libs/gtk+-2.10.6/work/gtk+-2.10.6).
8 It contains this:
9
10 # grep ^dep gdk-pixbuf/libgdk_pixbuf-2.0.la
11 dependency_libs=' /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libgmodule-2.0.la -ldl /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libgobject-2.0.la /usr/lib/libglib-2.0.la /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libglib-2.0.la -lrt -lm '
12
13 So looking at the first .la file in it's dependency_list:
14
15 # grep ^libdir /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libgmodule-2.0.la
16 libdir='/usr/lib'
17
18 I believe in this case the message simply means that
19 '/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..' != '/usr/lib':
20
21 # grep -C 1 "seems to be moved" /usr/share/libtool/ltmain.sh
22 if test "$absdir" != "$libdir"; then
23 $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2
24 fi
25
26 >   Unfortunately it slows down compiling, when compiling each C-file
27 >   spits a long list of "seems to be moved" messages onto my
28 >   screen.
29
30 Why do you think it's significant?
31
32 --
33 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] "xyz.la seems to be moved" message Meino Christian Cramer <Meino.Cramer@×××.de>