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

Bug 160168

Summary: net-mail/cyrus-imap-admin : broken autotools handling (cleanup ebuilds please)
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED FIXED    
Severity: major CC: dertobi123
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-05 00:54:32 UTC
The following ebuilds are found to have broken autotools handling, as they run autotools directly (they never should, instead they should call eautoreconf (or eautoconf or eautomake, _only in some cases_) in autotools.eclass, read http://www.gentoo.org/proj/en/qa/autofailure.xml for more information):

cyrus-imap-admin-2.2.10.ebuild: sh SMakefile &>/dev/null || die "SMakefile failed"
cyrus-imap-admin-2.2.12.ebuild: sh SMakefile &>/dev/null || die "SMakefile failed"
cyrus-imap-admin-2.2.12-r1.ebuild:      sh SMakefile &>/dev/null || die "SMakefile failed"
cyrus-imap-admin-2.3.1.ebuild:  sh SMakefile &>/dev/null || die "SMakefile 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 Tobias Scherbaum (RETIRED) gentoo-dev 2007-09-07 18:18:35 UTC
This one's already fixed.