Gentoo Archives: gentoo-portage-dev

From: Amit Dor-Shifer <amitds@××××××.com>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] ebuild --debug takes forever when FEATURES contains keeptemp: detects QA warnings in build.log
Date: Mon, 31 Aug 2009 05:06:47
Message-Id: 4A9BA2CB.1090503@oversi.com
1 Hi.
2 When I'm executing ebuild --debug /path/to/my/ebuild.ebuild >&
3 /some/file, ebuild keeps dumping QA warnings to /some/file. I think its
4 because its grepping for ": warning :" in build.log, and such messages
5 are quoted into build.log because of the use of --debug.
6
7 If I remove /var/tmp/portage/CATEGORY/PV/temp/, ebuild's execution
8 terminates after a reasonable period of time.
9
10 I'm wondering whether this is a known issue, and assuming I want to keep
11 'keeptemp' in my FEATURES, is there some other workaround?
12
13 Amit

Replies