Gentoo Archives: gentoo-user

From: Rafael Barrera Oro <borafael@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] QA Notice: libdialog.la appears to contain PORTAGE_TMPDIR paths
Date: Thu, 05 May 2011 14:15:28
Message-Id: BANLkTikf6fKPUqQoW0foNtmpyFRZCKhVjg@mail.gmail.com
In Reply to: Re: [gentoo-user] QA Notice: libdialog.la appears to contain PORTAGE_TMPDIR paths by Mick
1 2011/5/5 Mick <michaelkintzios@×××××.com>
2
3 > On Thursday 05 May 2011 03:00:23 Rafael Barrera Oro wrote:
4 > > Hello!
5 > >
6 > > I just installed a Gentoo box and i am having a bizarre problem (bizarre
7 > > for me at least), i'd like to point that the only solution i have found
8 > so
9 > > far (attempt to modify some eclass) is way beyond the limit of
10 > complexness
11 > > that i am used to so if there is another way i would really appreciate if
12 > > anyone pointed it out for me
13 > >
14 > > And in case it is not obvious, i am pretty much of a rookie regardind
15 > > gentoo and linux in general
16 > >
17 > > anyway, thanks in advance!!!
18 > >
19 > > The thing is that emerging mirrorselect has the following outcome:
20 > >
21 > > * QA Notice: libdialog.la appears to contain PORTAGE_TMPDIR paths
22 > > * ERROR: dev-util/dialog-1.1.20100428 failed:
23 > > * soiled libtool library files found
24 >
25 > Hmm ... I don't know why this is caused, but I would run:
26 >
27 > emerge --oneshot -av libtool
28 >
29 > and then
30 >
31 > revdep-rebuild -v -- --ask
32 > --
33 > Regards,
34 > Mick
35 >
36
37 I tried to emerge libtool and i detected some seriously weird behaviour,
38 emerge configures libtool over an over in an infinite loop...
39
40 this is where the process resets:
41
42 ...
43 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --prefix=/usr
44 --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man
45 --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
46 --localstatedir=/var/lib build_alias=i686-pc-linux-gnu
47 host_alias=i686-pc-linux-gnu CFLAGS=-O2 -march=i686 -pipe LDFLAGS=-Wl,-O1
48 -Wl,--as-needed CXXFLAGS=-O2 -march=i686 -pipe FFLAGS= FCFLAGS= --no-create
49 --no-recursion
50 ## -------------------------- ##
51 ## Configuring libtool 2.2.10 ##
52 ## -------------------------- ##
53
54 checking for a BSD-compatible install... /usr/bin/install -c
55 checking whether build environment is sane... yes
56 checking for a thread-safe mkdir -p... /bin/mkdir -p
57 checking for gawk... gawk
58 ...
59
60 if i don't interrupt it just keep going, i think there is something
61 seriously wrong with my system...

Replies