Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159996 - dev-cpp/libgnomemm : broken autotools handling (cleanup ebuilds please)
Summary: dev-cpp/libgnomemm : 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: GNOME C++ Bindings Maintainers (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autotools-deps
  Show dependency tree
 
Reported: 2007-01-04 09:30 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2007-10-10 09:09 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:30:24 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):

./dev-cpp/libgnomemm/libgnomemm-2.0.1.ebuild:           libtoolize --copy --force
./dev-cpp/libgnomemm/libgnomemm-2.10.0.ebuild:          libtoolize --copy --force
./dev-cpp/libgnomemm/libgnomemm-2.12.0.ebuild:          libtoolize --copy --force
./dev-cpp/libgnomemm/libgnomemm-2.12.2.ebuild:          libtoolize --copy --force
./dev-cpp/libgnomemm/libgnomemm-2.6.0.ebuild:           libtoolize --copy --force

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 Jakub Moc (RETIRED) gentoo-dev 2007-10-04 21:18:00 UTC
ppc64 - you are blocking this bug.
Comment 2 Mart Raudsepp gentoo-dev 2007-10-05 07:36:04 UTC
No, they aren't the only thing. I have removed all of the old stuff now except 2.0.1. I can't remove that immediately as it lives in an older SLOT. Needs checking if there are any users of that SLOT. Wanna help there, jakub, with your magic? :)
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-10-10 08:56:06 UTC
(In reply to comment #2)
> I have removed all of the old stuff now except
> 2.0.1. I can't remove that immediately as it lives in an older SLOT. Needs
> checking if there are any users of that SLOT. Wanna help there, jakub, with
> your magic? :)

Would go faster if you CCed me :) No, nothing needs the old slot.

$ pquery --expr "and(restrict_revdep('<dev-cpp/libgnomemm-2.18.0'),not(restrict_revdep('>=dev-cpp/libgnomemm-2.18.0')))"
$
Comment 4 Rémi Cardona (RETIRED) gentoo-dev 2007-10-10 09:09:52 UTC
Done.