Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160169 - net-mail/cyrus-imapd : broken autotools handling (cleanup ebuilds please)
Summary: net-mail/cyrus-imapd : broken autotools handling (cleanup ebuilds please)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Tobias Scherbaum (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autotools-deps
  Show dependency tree
 
Reported: 2007-01-05 00:56 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2007-07-28 15:42 UTC (History)
1 user (show)

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 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-01-05 00:56:22 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-imapd-2.2.12.ebuild:      sh SMakefile &>/dev/null || die "SMakefile failed"
cyrus-imapd-2.2.12-r4.ebuild:   sh SMakefile &>/dev/null || die "SMakefile failed"
cyrus-imapd-2.2.12-r5.ebuild:   sh SMakefile &>/dev/null || die "SMakefile failed"
cyrus-imapd-2.3.1.ebuild:       sh SMakefile &>/dev/null || die "SMakefile failed"
cyrus-imapd-2.3.6.ebuild:       sh SMakefile &>/dev/null || die "SMakefile failed"
cyrus-imapd-2.3.7.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-07-22 09:35:24 UTC
cyrus-imapd-2.2* fixed, i'll take a look at the 2.3* series ebuilds within the next few days
Comment 2 Tobias Scherbaum (RETIRED) gentoo-dev 2007-07-28 15:42:54 UTC
All fixed.