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

Bug 160038

Summary: net-misc/asterisk-addons : broken autotools handling (cleanup ebuilds please)
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Stefan Knoblich (RETIRED) <stkn>
Status: RESOLVED FIXED    
Severity: major CC: voip+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 148821    

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2007-01-04 10:44:20 UTC
The following ebuilds are found to have broken autotools handling, as they run libtoolize directly (they never should, instead they should call eautoreconf in autotools.eclass, read http://www.gentoo.org/proj/en/qa/autofailure.xml for more information):

./net-misc/asterisk-addons/asterisk-addons-1.2.0.ebuild:                libtoolize --copy --force || die "libtoolize failed"
./net-misc/asterisk-addons/asterisk-addons-1.2.1.ebuild:                libtoolize --copy --force || die "libtoolize failed"
./net-misc/asterisk-addons/asterisk-addons-1.2.4.ebuild:                libtoolize --copy --force || die "libtoolize failed"

Please cleanup the ebuilds by asking for stable marking, removing obsolete ebuilds with no relevant keywords, or porting the fixes in newer versions (if presents) to properly handle autotools.

Thanks,
Diego
Comment 1 Gustavo Zacarias (RETIRED) gentoo-dev 2007-01-10 22:46:45 UTC
Cleaned up the old ones, kept the last one fixed by drizzt.