Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160024 - media-libs/hermes: broken autotools handling (cleanup ebuilds please)
Summary: media-libs/hermes: 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: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autotools-deps
  Show dependency tree
 
Reported: 2007-01-04 10:25 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2007-01-05 00:30 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-04 10:25:01 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):

./media-libs/hermes/hermes-1.3.2-r2.ebuild:     libtoolize --force --copy || die
./media-libs/hermes/hermes-1.3.3.ebuild:        libtoolize --force --copy || die

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 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-01-05 00:30:12 UTC
Considering eradicator is away for a while now, and lu_zero gave me the permission to fix whatver needed on graphics, I've cleaned up old ebuilds as the keywords were already in place.