Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Ted ebuild broken
Date: Fri, 18 May 2007 04:15:38
Message-Id: 200705180609.17336.bo.andresen@zlin.dk
In Reply to: [gentoo-user] Ted ebuild broken by Grant Edwards
1 On Friday 18 May 2007 05:38:08 Grant Edwards wrote:
2 > Anybody have any idea what to do to fix the Ted ebuild?
3 >
4 > >>> Source compiled.
5 > >>> Test phase [not enabled]: app-editors/ted-2.12
6 > >>> Completed installing ted-2.12 into
7 > >>> /var/tmp/portage/app-editors/ted-2.12/image/
8 >
9 > /usr/lib/portage/bin/ebuild.sh: line 1695:
10 > /var/tmp/portage/app-editors/ted-2.12/temp/environment: No such file or
11 > directory tee: /var/tmp/portage/app-editors/ted-2.12/temp/build.log: No
12 > such file or directory /usr/lib/portage/bin/prepallman: line 10:
13 > /var/tmp/portage/app-editors/ted-2.12/temp/prepallman.filelist: No such
14 > file or directory /usr/lib/portage/bin/prepallman: line 15:
15 > /var/tmp/portage/app-editors/ted-2.12/temp/prepallman.filelist: No such
16 > file or directory strip: i686-pc-linux-gnu-strip --strip-unneeded
17 > usr/bin/Ted
18 > !!! install_qa_check failed; exiting.
19
20 Clearly, it's src_install() is utterly broken. It's using the temp dir as it's
21 work dir and finally removing the temp dir completely. That's illegal!
22 There's a bug open but it lacks a maintainer. Fixing it may be as simple as
23 substituting ${T} with ${WORKDIR} in all occurrences in src_install. If that
24 does it you should comment on the bug and say so..
25
26 https://bugs.gentoo.org/show_bug.cgi?id=154997
27
28 --
29 Bo Andresen

Attachments

File name MIME type
signature.asc application/pgp-signature