Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] "xyz.la seems to be moved" message Fabrice Delliaux <netfab@×××××.com>