Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29805 - building gtk-engines-thinice fails on amd64
Summary: building gtk-engines-thinice fails on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-28 07:31 UTC by Brad House
Modified: 2003-09-28 10:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for eclass (gtk-engines2.eclass.amd64.patch,369 bytes, patch)
2003-09-28 07:31 UTC, Brad House
Details | Diff
wrap autoconf rebuild, etc in $ARCH (gtk-engines2.eclass.amd64.patch,492 bytes, patch)
2003-09-28 08:37 UTC, Brad House
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brad House 2003-09-28 07:31:04 UTC
building gtk-engines-thinice fails because the autoconf version that was used is too old to recognize x86_64 as a valid target.  patch included.
Comment 1 Brad House 2003-09-28 07:31:25 UTC
Created attachment 18423 [details, diff]
patch for eclass
Comment 2 foser (RETIRED) gentoo-dev 2003-09-28 08:22:01 UTC
i dont think its a good idea to put this in the eclass, special cases should
be handled in the ebuild itsself imo and it should be arch dependant at least.
Comment 3 foser (RETIRED) gentoo-dev 2003-09-28 08:23:42 UTC
and why did the arch flag get added if this didn't build i wonder ?
Comment 4 Brad House 2003-09-28 08:36:30 UTC
Ok, I'll submit a patch that wraps it in $ARCH.  I do not know why the ~amd64
flag was added when it didn't compile.  I'm not even sure who did it ;)
Comment 5 Brad House 2003-09-28 08:37:59 UTC
Created attachment 18426 [details, diff]
wrap autoconf rebuild, etc in $ARCH
Comment 6 Alastair Tse (RETIRED) gentoo-dev 2003-09-28 10:01:34 UTC
yeah, this shouldn't be in the eclass because it is only specific for this
package.

i've added the autoconf stuff to the 2.0.2-r1 ebuild now.