Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58492 - make test in perl ebuilds seems screwy
Summary: make test in perl ebuilds seems screwy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-26 20:56 UTC by SpanKY
Modified: 2005-02-07 03:20 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 SpanKY gentoo-dev 2004-07-26 20:56:48 UTC
from src_compile() in perl-5.8.4.ebuild:
    if ! hasq maketest $RESTRICT; then
        use uclibc && export MAKEOPTS="${MAKEOPTS} -j1"
        emake -i test CCDLFLAGS=
    fi

shouldnt it be 'hasq maketest $FEATURES' ?  RESTRICT really is supposed to be used internally by ebuilds ...

at any rate, i think the code should be moved out of src_compile() and into src_test() since src_test() is exactly for these purposes
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2005-02-07 03:20:13 UTC
Closing as this only exists in one old ebuild for perl now.