Gentoo Archives: gentoo-user

From: Kevin McCarthy <signals@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] QA Notice: libdialog.la appears to contain PORTAGE_TMPDIR paths
Date: Fri, 06 May 2011 16:36:27
Message-Id: 20110506163429.GK5345@woodpecker.gentoo.org
In Reply to: Re: [gentoo-user] QA Notice: libdialog.la appears to contain PORTAGE_TMPDIR paths by Rafael Barrera Oro
1 On Fri, May 06, 2011 at 12:32:50PM -0300, Rafael Barrera Oro wrote:
2 > I successfuly installed lafilefixer and then ran it, however, the problem
3 > persists :(
4 >
5 > 2011/5/5 Stroller <stroller@××××××××××××××××××.uk>
6 >
7 > >
8 > > On 5/5/2011, at 3:00am, Rafael Barrera Oro wrote:
9 > >
10 > > ...
11 > > The thing is that emerging mirrorselect has the following outcome:
12 > >
13 > > * QA Notice: libdialog.la appears to contain PORTAGE_TMPDIR paths
14 > > * ERROR: dev-util/dialog-1.1.20100428 failed:
15 > > * soiled libtool library files found
16
17 Hmm, this is a strange one. It would probably help to take a look in
18 libdialog.la to see what's getting set to PORTAGE_TMPDIR. Once emerge
19 has failed to merge dev-util/dialog it should leave the workdir in
20 /var/tmp/portage. Can you post the contents of:
21
22 /var/tmp/portage/dev-util/dialog-1.1.20100428/work/dialog-1.1-20100428/libdialog.la
23
24 to the list? If you don't have a /v/t/p/dev-util/dialog-1.1.20100428
25 directory after failing to emerge it, try *TEMPORARILY* using the
26 keepwork feature:
27
28 FEATURES="keepwork" emerge -1 dev-util/dialog
29
30 It's bad to use keepwork when you aren't debugging, so DO NOT put it in
31 your make.conf.
32
33 Hopefully looking at the .la file will help us narrow down what is
34 happening.
35
36 --
37 Kevin McCarthy <signals@g.o>

Replies

Subject Author
Re: [gentoo-user] QA Notice: libdialog.la appears to contain PORTAGE_TMPDIR paths Rafael Barrera Oro <borafael@×××××.com>
Re: [gentoo-user] QA Notice: libdialog.la appears to contain PORTAGE_TMPDIR paths Neil Bothwick <neil@××××××××××.uk>