Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159983 - app-misc/lirc : broken autotools handling (cleanup ebuilds please)
Summary: app-misc/lirc : broken autotools handling (cleanup ebuilds please)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Matthias Schwarzott
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: lirc-tracker autotools-deps
  Show dependency tree
 
Reported: 2007-01-04 09:17 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2007-01-06 16:17 UTC (History)
0 users

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 09:17:33 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):

./app-misc/lirc/lirc-0.7.0-r1.ebuild:   libtoolize --copy --force || die "libtoolize failed"
./app-misc/lirc/lirc-0.7.2.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 Matthias Schwarzott gentoo-dev 2007-01-04 09:28:00 UTC
That version is one I longer wanted to kick out, alpha please stablize something newer, for Kernel 2.6.19-support you need at least lirc-0.8.0-r8.
Comment 2 Bryan Østergaard (RETIRED) gentoo-dev 2007-01-06 16:17:08 UTC
Done.