Gentoo Archives: gentoo-user

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

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Problems starting KDE Jeff Cranmer <jeff@××××××××××××××.com>