Gentoo Archives: gentoo-user

From: Jeff Cranmer <jeff@××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problems starting KDE
Date: Sun, 01 Jan 2012 14:55:44
Message-Id: 1325429646.10079.19.camel@laptop.limeyworld
In Reply to: Re: [gentoo-user] Problems starting KDE by Jeff Cranmer
1 On Sat, 2011-12-31 at 13:37 -0500, Jeff Cranmer wrote:
2 > On Sat, 2011-12-31 at 14:59 -0200, Claudio Roberto França Pereira wrote:
3 > > On Sat, Dec 31, 2011 at 13:53, Jeff Cranmer <jeff@××××××××××××××.com> wrote:
4 > > > I'm attempting to bring up a new system. Processor is AMD Phenom 1055,
5 > > > running on a Sabertooth 990FX motherboard. Graphics card is an NVIDIA
6 > > > GEForce GTX550Ti.
7 > > >
8 \After a little bit of further investigation, I discovered that the
9 > kdm.log file was full of old error messages. Deleting this log file did
10 > not result in a replacement file when I retried startx
11 >
12 > dmesg, however, was reporting some 'invalid opcode' errors. After
13 > finding a 2-page pdf on the correct compile flags to use with and
14 > amdfam10 processors (attached), I had enabled a couple of extra compile
15 > flags, -mabm and -msse4a, as well as setting -march=amdfam10.
16 >
17 > I've deleted the -mabm and -msse4a compile flag options from make.conf
18 > and I'm now running a full recompile (emerge -Dav system, emerge -Dav
19 > world). If that doesn't work, I'll try changing the architecture flag
20 > to -march=amd64 and recompile once more.
21
22 I changed to -march=k8 in the make.conf file, removed all packages from
23 kde-base to trigger a meta recompile, then re-installed kde-meta and
24 compiled everything else using emerge -Dav system and emerge -Dav world.
25 I still get the same error.
26
27 from dmesg
28 kded4[16907] trap invalid opcode ip:7fde193e74d7 sp:7fffa5120510 error:0
29 in libqtGui.so.4.7.4[7fde19226000+a74000]
30 kcminit_startup[16909] trap invalid opcode ip:7fde193e74d7
31 sp:7fffa5120610 error:0 in libqtGui.so.4.7.4[7fde19226000+a74000]
32 kcmserver[16911] trap invalid opcode ip:7fde193e74d7 sp:7fffa511ff70
33 error:0 in libqtGui.so.4.7.4[7fde19226000+a74000]
34
35 So it appears that the problem is in libQtGui.so.4.7.4
36 How do I know that I've recompiled this? I suspect this is still a
37 hangover from the original compile settings.
38
39 Jeff

Replies

Subject Author
Re: [gentoo-user] Problems starting KDE Mick <michaelkintzios@×××××.com>