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

Bug 159996

Summary: dev-cpp/libgnomemm : broken autotools handling (cleanup ebuilds please)
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: GNOME C++ Bindings Maintainers (OBSOLETE) <gnome-mm+disabled>
Status: RESOLVED FIXED    
Severity: major    
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-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.