Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160000 - dev-dotnet/libgdiplus : broken autotools handling (cleanup ebuilds please)
Summary: dev-dotnet/libgdiplus : 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: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autotools-deps 160164
  Show dependency tree
 
Reported: 2007-01-04 09:33 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2007-03-28 01:30 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: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