Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258881 - sys-block/mbuffer-20090113 FEATURES=test - tar: /opt/csw/gcc4: Cannot stat: No such file or directory
Summary: sys-block/mbuffer-20090113 FEATURES=test - tar: /opt/csw/gcc4: Cannot stat: N...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-13 20:58 UTC by Jeremy Stent
Modified: 2009-02-14 07:31 UTC (History)
0 users

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


Attachments
emerge --info (emerge_info,15.25 KB, text/plain)
2009-02-13 21:00 UTC, Jeremy Stent
Details
Build log (build.log,5.68 KB, text/plain)
2009-02-13 21:00 UTC, Jeremy Stent
Details
ebuild environment (environment,110.32 KB, text/plain)
2009-02-13 21:01 UTC, Jeremy Stent
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Stent 2009-02-13 20:58:56 UTC
Emerging sys-block/mbuffer-20090113 will not emerge with FEATURES="test".  

Reproducible: Always

Steps to Reproduce:
1. run FEATURES="test" emerge -v mbuffer

Actual Results:  
>>> Source compiled.
>>> Test phase [check]: sys-block/mbuffer-20090113
make -j1 -j1 check
tar cf test.tar /opt/csw/gcc4
tar: Removing leading `/' from member names
tar: /opt/csw/gcc4: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
make: *** [test.tar] Error 2
 *
 * ERROR: sys-block/mbuffer-20090113 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_test
 *             environment, line 2751:  Called _eapi0_src_test
 *               ebuild.sh, line  616:  Called die
 * The specific snippet of code:
 *                      hasq test $FEATURES && die "Make check failed. See above for details."
 *  The die message:
 *   Make check failed. See above for details.
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-block/mbuffer-20090113/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-block/mbuffer-20090113/temp/environment'.


Expected Results:  
Successful merge of mbuffer
Comment 1 Jeremy Stent 2009-02-13 21:00:26 UTC
Created attachment 181903 [details]
emerge --info
Comment 2 Jeremy Stent 2009-02-13 21:00:46 UTC
Created attachment 181905 [details]
Build log
Comment 3 Jeremy Stent 2009-02-13 21:01:07 UTC
Created attachment 181906 [details]
ebuild environment
Comment 4 SpanKY gentoo-dev 2009-02-14 07:31:55 UTC
the exact tar needed doesnt matter, so ive changed src_unpack to copy mbuffer's own tarball in place

thanks for the report

http://sources.gentoo.org/sys-block/mbuffer/mbuffer-20090113.ebuild?r1=1.1&r2=1.2