Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25489 - kdeaddons upgrade to 3.1.2 hangs on blurscope
Summary: kdeaddons upgrade to 3.1.2 hangs on blurscope
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo KDE team
URL: http://zidsu.com:9080/kde/
Whiteboard:
Keywords:
: 25490 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-07-29 01:48 UTC by Sietze
Modified: 2003-07-29 09:13 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 Sietze 2003-07-29 01:48:00 UTC
I have 2 boxes (well, 1 box and a laptop actually) producing the same 
reproducable error, compiling kdeaddons 3.1.2. One machine is a dual p2-celeron,
compiling with 
CFLAGS="-mcpu=pentium2 -mmmx -O3 -pipe -fomit-frame-pointer"
the laptop is a XP-2400 M barton-core compiling with
CFLAGS="-mcpu=athlon-xp -O3 -pipe -fomit-frame-pointer"

the dual p2 upgrades from 
[ebuild     U ] kde-base/kdeaddons-3.1.2 [3.1.1]
and the athlon xp is having a fresh install, so it's probably more serious 
then  an incompatibility with old packages.

The output produced by the error is at 
http://zidsu.com:9080/kde/
(might take a couple of mins, reproducting right now still)

My ACCEPT_KEYWORD="~x86" on both machines, and i did clean up and tried again,
by emptying 
/var/tmp/portage/kdeaddons-3.1.2/
/usr/portage/distfiles/
/usr/portage/kde-base/
and then resynced and re-emerged.

The error refers to SDL objects, and I already found a bug about kdeaddons and 
SDL so i unmerged and remerged libsdl as well.

anyone having the same problem, or better, know how to fix this? maybe I miss 
some dependencies? I tried to emerge with a couple of flags, but I don't get 
past this error.

Reproducible: Always
Steps to Reproduce:
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2003-07-29 06:00:29 UTC
*** Bug 25490 has been marked as a duplicate of this bug. ***
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2003-07-29 06:42:20 UTC
Could you past the output of sdl-config --libs?
Comment 3 Sietze 2003-07-29 06:54:06 UTC
this is the output from sdl-config --libs
-L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread
Comment 4 Paul de Vrieze (RETIRED) gentoo-dev 2003-07-29 07:11:15 UTC
What is the output of:
nm /usr/lib/libSDL.so |grep SetColors

and what is the output of "emerge -p -v libsdl"
Comment 5 Sietze 2003-07-29 07:18:25 UTC
Ok, now i'm starting to get it a little i think...
Output of nm /usr/lib/libSDL.so |grep SetColors is empty, and the output of
 emerge -p -v libsdl
is
 [ebuild   R   ] media-libs/libsdl-1.2.5-r2  -arts -xv -opengl -fbcon -aalib -nas -esd -X -svga -ggi -alsa

I guess this is all because my use-flag starts with -* and I mention packages i want to have manually. I'm now trying to change my useflag, unmerge libsdl and kdeaddons (well, why not all of 'em) and remerge the whole again.

I'll post the result in a couple of hours.... :P
Comment 6 Paul de Vrieze (RETIRED) gentoo-dev 2003-07-29 07:22:22 UTC
Indeed you would probably want to remerge libsdl
For normal use the flags: arts, X, xv, and alsa would be normal.

Unfortunately we do not have useflag dependencies yet, so we can not lastingly fix this.
Comment 7 Sietze 2003-07-29 08:57:51 UTC
Yeps. This seamed to work. I remerged it without the -* in my USE variable.
I did not even enter the use-flags u suggested me, just to try.
I'm happy this is solved now :)
Thanks
Comment 8 Sietze 2003-07-29 09:13:25 UTC
Yeps. This seamed to work. I remerged it without the -* in my USE variable.
I did not even enter the use-flags u suggested me, just to try.
I'm happy this is solved now :)
Thanks