Gentoo Archives: gentoo-user

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