Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4111 - kdeaddons ebuild depends on svgalib, which doesnt compile on ppc
Summary: kdeaddons ebuild depends on svgalib, which doesnt compile on ppc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-24 18:17 UTC by Mike
Modified: 2006-02-04 06:03 UTC (History)
1 user (show)

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 Mike 2002-06-24 18:17:50 UTC
emerge --pretend kde => ...(a bunch of stuff)...kdeaddons...(more stuff)...

emerge --pretend kdeaddons => svgalib

svgalib wont compile on ppc.  the compiler output error messages mention
something about ASM, so i'm assuming it has to do with native x86 assembly language.

emerge search svgalib => svgalib (not masked, which i guess it should be)

i should also note that emerge --nodeps kdeaddons *does* work with no problems,
so its not too bad . . .
Comment 1 Mark Guertin 2002-06-24 18:20:47 UTC
Dan:

Is the svgalib dep stricly needed (what requires it)?  I can compile it with
svgalib removed from the buildfile on my ppc and x86 with no problems anywhere I
have seen.
Comment 2 Mark Guertin 2002-06-24 20:49:22 UTC
you can temporarily do this on ppc:

emerge -i media-libs/svgalib-1.4.3-r1

that will trick portage into thinking its really there and not fail your deps
Comment 3 Mark Guertin 2002-06-25 18:52:52 UTC
I set the svgalib to only be a dep with USE="svga" (which would be defined as a
USE if needed on appropriate systems)... svga? ( media-libs/svgalib )

Initial bug was #3161 that required this dep to be added (user had built kdelibs
with svgalib installed and didn't rebuild kdelibs after uninstalling, causing a
failed dep)
Comment 4 Dan Armak (RETIRED) gentoo-dev 2002-06-27 11:46:29 UTC
I'm back (again, and I hope for the last time). You say there's an unregistered kdelibs dep on svgalib? Where? I checked all my kde .so's and only the two from kdeaddons link against libsvga. Or - how does libsvga being installed or not afects the later compilation of kdeaddons?