From: "Bo Ørsted Andresen" <bo.andresen@zlin.dk>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] "xyz.la seems to be moved" message
Date: Tue, 24 Oct 2006 16:07:46 +0200 [thread overview]
Message-ID: <200610241607.50790.bo.andresen@zlin.dk> (raw)
In-Reply-To: <20061024.104053.104037235.Meino.Cramer@gmx.de>
[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]
On Tuesday 24 October 2006 10:40, Meino Christian Cramer wrote:
> > > lib<xyz>.la seems to be moved
> >
> > which are harmless.
During compilation of x11-libs/gtk+-2.10.6 gdk-pixbuf/libgdk_pixbuf-2.0.la
gets created in ${S} (/var/tmp/paludis/x11-libs/gtk+-2.10.6/work/gtk+-2.10.6).
It contains this:
# grep ^dep gdk-pixbuf/libgdk_pixbuf-2.0.la
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 '
So looking at the first .la file in it's dependency_list:
# grep ^libdir /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libgmodule-2.0.la
libdir='/usr/lib'
I believe in this case the message simply means that
'/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..' != '/usr/lib':
# grep -C 1 "seems to be moved" /usr/share/libtool/ltmain.sh
if test "$absdir" != "$libdir"; then
$echo "$modename: warning: \`$deplib' seems to be moved" 1>&2
fi
> Unfortunately it slows down compiling, when compiling each C-file
> spits a long list of "seems to be moved" messages onto my
> screen.
Why do you think it's significant?
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2006-10-24 14:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-24 5:51 [gentoo-user] "xyz.la seems to be moved" message Meino Christian Cramer
2006-10-24 6:36 ` Hemmann, Volker Armin
2006-10-24 8:40 ` Meino Christian Cramer
2006-10-24 8:58 ` Andrew Gaydenko
2006-10-24 14:07 ` Bo Ørsted Andresen [this message]
2006-10-24 14:33 ` Meino Christian Cramer
2006-10-24 15:31 ` Fabrice Delliaux
2006-10-24 16:24 ` Michael Sullivan
2006-10-24 16:34 ` Meino Christian Cramer
2006-10-24 19:43 ` Michael Sullivan
2006-10-25 1:16 ` Meino Christian Cramer
2006-10-24 20:21 ` Vladimir G. Ivanovic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200610241607.50790.bo.andresen@zlin.dk \
--to=bo.andresen@zlin.dk \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox