Bug 225297 - sys-libs/ss-1.40.10 fails tests
Bug#: 225297 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: base-system@gentoo.org Reported By: leio@gentoo.org
Component: Core system
URL: 
Summary: sys-libs/ss-1.40.10 fails tests
Keywords:  
Status Whiteboard: 
Opened: 2008-06-08 01:01 0000
Description:   Opened: 2008-06-08 01:01 0000
>>> Source compiled.
make: Entering directory
`/home/sda8/tmp/portage/sys-libs/ss-1.40.10/work/e2fsprogs-1.40.10/lib/ss'
        CC test_ss.c
        MK_CMDS test_cmd.c
        CC test_cmd.c
make: *** No rule to make target `../../lib/libcom_err.so', needed by
`test_ss'.  Stop.
make: Leaving directory
`/home/sda8/tmp/portage/sys-libs/ss-1.40.10/work/e2fsprogs-1.40.10/lib/ss'
 * 
 * ERROR: sys-libs/ss-1.40.10 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_test
 *             environment, line 2368:  Called die
 * The specific snippet of code:
 *       emake -j1 -C lib/ss check || die "make check failed"
 *  The die message:
 *   make check failed
 * 
 * If you need support, post the topmost build error, and the call stack if
relevant.
 * A complete build log is located at
'/home/sda8/tmp/portage/sys-libs/ss-1.40.10/temp/build.log'.
 * The ebuild environment file is located at
'/home/sda8/tmp/portage/sys-libs/ss-1.40.10/temp/environment'.
 *

------- Comment #1 From Xake 2008-06-08 20:46:28 0000 -------
Since sys-libs/ss depends on sys-libs/com_err, should we patch the buildsystem
to look for libcom_err in the systems libdir, libe exchange $(LIB)/libcom_err
in MCONFIG.in with $(root_libdir)/libcom_err or is there any other/better way?

------- Comment #2 From SpanKY 2008-06-09 01:43:11 0000 -------
fixed in cvs

http://sources.gentoo.org/sys-libs/ss/ss-1.40.10.ebuild?r1=1.2&r2=1.3