From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RhMp6-0004dc-Eu for garchives@archives.gentoo.org; Sun, 01 Jan 2012 14:55:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F88E21C13C; Sun, 1 Jan 2012 14:55:20 +0000 (UTC) Received: from oproxy8-pub.bluehost.com (oproxy8-pub.bluehost.com [69.89.22.20]) by pigeon.gentoo.org (Postfix) with SMTP id DF15F21C02A for ; Sun, 1 Jan 2012 14:53:41 +0000 (UTC) Received: (qmail 15574 invoked by uid 0); 1 Jan 2012 14:53:41 -0000 Received: from unknown (HELO box347.bluehost.com) (69.89.31.147) by oproxy8.bluehost.com with SMTP; 1 Jan 2012 14:53:41 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lotussevencars.com; s=default; h=Content-Transfer-Encoding:Mime-Version:Message-ID:Date:Content-Type:References:In-Reply-To:To:Reply-To:From:Subject; bh=+aJJ6a9cCmbzWfBMv/4qQrv7mgun7lsqNzPWusnz020=; b=CHgTg+7gxgBTuE5OzIwGqmK8CRcde30p0cXQcYly7vOzSAATm+cQLz5b3v5cbAiVbmfVLfg92+wmcprgAOweYhKh5ASWaFINkK8EBdLc/EE4U1iEQxuRfLJW7B1KXuHB; Received: from adsl-68-221-17-105.rmo.bellsouth.net ([68.221.17.105] helo=[192.168.2.100]) by box347.bluehost.com with esmtpsa (SSLv3:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RhMn6-0001uG-Qv for gentoo-user@lists.gentoo.org; Sun, 01 Jan 2012 07:53:41 -0700 Subject: Re: [gentoo-user] Problems starting KDE From: Jeff Cranmer To: gentoo-user@lists.gentoo.org In-Reply-To: <1325356654.15973.76.camel@laptop.limeyworld> References: <1325346805.15973.36.camel@laptop.limeyworld> <1325356654.15973.76.camel@laptop.limeyworld> Content-Type: text/plain; charset="UTF-8" Date: Sun, 01 Jan 2012 09:54:06 -0500 Message-ID: <1325429646.10079.19.camel@laptop.limeyworld> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.30.1.2 Content-Transfer-Encoding: quoted-printable X-Identified-User: {793:box347.bluehost.com:lotussev:lotussevencars.com} {sentby:smtp auth 68.221.17.105 authed with jeff@lotussevencars.com} X-Archives-Salt: 2e2494d1-4575-4fc5-a537-4e3208431fe5 X-Archives-Hash: 0979bf71ae2a896a0bcb21023946a62a On Sat, 2011-12-31 at 13:37 -0500, Jeff Cranmer wrote: > On Sat, 2011-12-31 at 14:59 -0200, Claudio Roberto Fran=C3=A7a Pereira wr= ote: > > On Sat, Dec 31, 2011 at 13:53, Jeff Cranmer w= rote: > > > I'm attempting to bring up a new system. Processor is AMD Phenom 105= 5, > > > running on a Sabertooth 990FX motherboard. Graphics card is an NVIDI= A > > > GEForce GTX550Ti. > > > \After a little bit of further investigation, I discovered that the > kdm.log file was full of old error messages. Deleting this log file did > not result in a replacement file when I retried startx >=20 > dmesg, however, was reporting some 'invalid opcode' errors. After > finding a 2-page pdf on the correct compile flags to use with and > amdfam10 processors (attached), I had enabled a couple of extra compile > flags, -mabm and -msse4a, as well as setting -march=3Damdfam10. >=20 > I've deleted the -mabm and -msse4a compile flag options from make.conf > and I'm now running a full recompile (emerge -Dav system, emerge -Dav > world). If that doesn't work, I'll try changing the architecture flag > to -march=3Damd64 and recompile once more. I changed to -march=3Dk8 in the make.conf file, removed all packages from kde-base to trigger a meta recompile, then re-installed kde-meta and compiled everything else using emerge -Dav system and emerge -Dav world. I still get the same error. from dmesg kded4[16907] trap invalid opcode ip:7fde193e74d7 sp:7fffa5120510 error:0 in libqtGui.so.4.7.4[7fde19226000+a74000] kcminit_startup[16909] trap invalid opcode ip:7fde193e74d7 sp:7fffa5120610 error:0 in libqtGui.so.4.7.4[7fde19226000+a74000] kcmserver[16911] trap invalid opcode ip:7fde193e74d7 sp:7fffa511ff70 error:0 in libqtGui.so.4.7.4[7fde19226000+a74000] So it appears that the problem is in libQtGui.so.4.7.4 How do I know that I've recompiled this? I suspect this is still a hangover from the original compile settings. Jeff