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

Bug 160000

Summary: dev-dotnet/libgdiplus : broken autotools handling (cleanup ebuilds please)
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: dotnet project <dotnet>
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, 160164    

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2007-01-04 09:33:25 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-dotnet/libgdiplus/libgdiplus-1.1.13.2.ebuild:     libtoolize --copy --force || die "libtoolize failed"
./dev-dotnet/libgdiplus/libgdiplus-1.1.13.4.ebuild:     libtoolize --copy --force || die "libtoolize failed"
./dev-dotnet/libgdiplus/libgdiplus-1.1.13.6.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 Saleem Abdulrasool (RETIRED) gentoo-dev 2007-01-05 10:08:36 UTC
libgdiplus-1.2.2 is in queue to be stabled, and will result in pruning of these ebuilds, so waiting on that instead.
Comment 2 Raphael Marichez (Falco) (RETIRED) gentoo-dev 2007-01-14 17:33:59 UTC
Hello,


(In reply to comment #1)
> libgdiplus-1.2.2 is in queue to be stabled, and will result in pruning of these
> ebuilds, so waiting on that instead.

it's done now

Comment 3 Jurek Bartuszek (RETIRED) gentoo-dev 2007-03-28 01:30:36 UTC
Closing since the problem has been already resolved