Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284773 - dev-util/schroot-1.2.3 failes to build without FEATURES=test
Summary: dev-util/schroot-1.2.3 failes to build without FEATURES=test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jonathan Callen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-13 15:39 UTC by Andy Kittner
Modified: 2009-09-14 08:35 UTC (History)
0 users

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 Andy Kittner 2009-09-13 15:39:14 UTC
The ebuild patches configure.ac to add an AS_IF test around the AM_PATH_CPPUNIT macro and later deletes the AM_PATH_CPPUNIT line completely unless the test useflag is set. This results in an if statement without a body causing configure to fail. A possible workaround for this is to add something like /bin/true together with the AS_IF inside the patch.

Next Problem is that AT_M4DIR=m4 is only set for use=test which results in a missing define of RELEASE_DATE in config.h, moving the export statement out of the if statement so that it is always exported before running eautoreconf fixes this
Comment 1 Jonathan Callen (RETIRED) gentoo-dev 2009-09-14 08:35:48 UTC
Thank you for the bug report, these issues have both been fixed in the tree.