Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 58492

Summary: make test in perl ebuilds seems screwy
Product: Gentoo Linux Reporter: SpanKY <vapier>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

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.