Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 288144 - sys-power/iasl-20090903 fails install phase with USE=test: missing asltdir directory
Summary: sys-power/iasl-20090903 fails install phase with USE=test: missing asltdir di...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-08 06:27 UTC by Sandro Bonazzola
Modified: 2011-12-25 22:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sandro Bonazzola 2009-10-08 06:27:40 UTC
>>> Install iasl-20090903 into /var/tmp/portage/sys-power/iasl-20090903/image/ category sys-power
/var/tmp/portage/sys-power/iasl-20090903/temp/environment: line 2700: /var/tmp/portage/sys-power/iasl-20090903/temp/asltdir: No such file or directory
 * Creating Test Tarball ...
tar: /tmp/RESULTS: funzione "chdir" non riuscita: No such file or directory
tar: Errore irrimediabile: uscita immediata
 *
 * ERROR: sys-power/iasl-20090903 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 2702:  Called die
 * The specific snippet of code:
 *           tar -cjf "${tb}" -C "${ASLTSDIR}"/tmp/RESULTS . || die "tar failed";
 *  The die message:
 *   tar failed



# emerge -pv iasl
sys-power/iasl-20090903 [20090521] USE="test" 0 kB
Comment 1 Toralf Förster gentoo-dev 2011-06-15 21:24:08 UTC
same here, USE flag test results in :
>>> Test phase [not enabled]: sys-power/iasl-20090123

>>> Install iasl-20090123 into /var/tmp/portage/sys-power/iasl-20090123/image/ category sys-power
/var/tmp/portage/sys-power/iasl-20090123/temp/environment: line 2545: /var/tmp/portage/sys-power/iasl-20090123/temp/asltdir: No such file or directory
 * Creating Test Tarball ...
tar: /tmp/RESULTS: Cannot chdir: No such file or directory
tar: Error is not recoverable: exiting now
 * ERROR: sys-power/iasl-20090123 failed (install phase):
Comment 2 Toralf Förster gentoo-dev 2011-08-23 07:35:10 UTC
I removed the "test" USE fla from make.conf as sugested by a hint seen in ufed for this flag. Instead I added test to FEATURES and get this :

>> Install iasl-20090123 into /var/tmp/portage/sys-power/iasl-20090123/image/ category sys-power
/var/tmp/portage/sys-power/iasl-20090123/temp/environment: line 2554: /var/tmp/portage/sys-power/iasl-20090123/temp/asltdir: No such file or directory
 * Creating Test Tarball ...
tar: /tmp/RESULTS: Cannot chdir: No such file or directory
tar: Error is not recoverable: exiting now
 * ERROR: sys-power/iasl-20090123 failed (install phase):
 *   tar failed
 * 
 * Call stack:
 *     ebuild.sh, line  56:  Called src_install
 *   environment, line 2556:  Called die
 * The specific snippet of code:
 *           tar -cjf "${tb}" -C "${ASLTSDIR}"/tmp/RESULTS . || die "tar failed";
 *
Comment 3 Daniel Santos 2011-12-25 22:06:55 UTC
yeah, same problem here (works if I USE="-test")
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2011-12-25 22:45:56 UTC
Fixed InCVS.