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 1RhNOV-0002wb-Pu for garchives@archives.gentoo.org; Sun, 01 Jan 2012 15:32:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60C2821C0F0; Sun, 1 Jan 2012 15:32:11 +0000 (UTC) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by pigeon.gentoo.org (Postfix) with ESMTP id D36E121C030 for ; Sun, 1 Jan 2012 15:31:03 +0000 (UTC) Received: by wibhq2 with SMTP id hq2so9318181wib.40 for ; Sun, 01 Jan 2012 07:31:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=cnR+feeDV5GX0D18Dgsqi5cU+s7LN3QHXirTinVVulg=; b=CoPXU8YElfGFp5C6XIgpdbCj5mtSjVg3IExaFgV4YU7zvF0OlGYauRQUzajhZ0qh10 DBVZFRhoMnu84KTJClnCZU2k78JhanttL1536M9ohQLoP7zQs1z5Nib/pLqXZiz1qLNi UWSVX1zmeFP8SkwQo+yV34NDYOEHHk1AGH1yg= Received: by 10.180.20.18 with SMTP id j18mr99455356wie.20.1325431863160; Sun, 01 Jan 2012 07:31:03 -0800 (PST) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa. [217.169.3.230]) by mx.google.com with ESMTPS id fq5sm25365800wbb.17.2012.01.01.07.31.01 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 01 Jan 2012 07:31:02 -0800 (PST) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Problems starting KDE Date: Sun, 1 Jan 2012 15:30:47 +0000 User-Agent: KMail/1.13.7 (Linux/3.0.6-gentoo; KDE/4.7.3; x86_64; ; ) References: <1325346805.15973.36.camel@laptop.limeyworld> <1325356654.15973.76.camel@laptop.limeyworld> <1325429646.10079.19.camel@laptop.limeyworld> In-Reply-To: <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 Content-Type: multipart/signed; boundary="nextPart1736532.Eo0W938ZF5"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201201011531.04502.michaelkintzios@gmail.com> X-Archives-Salt: 03fa04bd-0d92-49ae-a838-24b18facfa40 X-Archives-Hash: a4860de20a96dfe0b31aa64b03c2907c --nextPart1736532.Eo0W938ZF5 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sunday 01 Jan 2012 14:54:06 Jeff Cranmer wrote: > 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 = wrote: > > > On Sat, Dec 31, 2011 at 13:53, Jeff Cranmer = =20 wrote: > > > > I'm attempting to bring up a new system. Processor is AMD Phenom > > > > 1055, running on a Sabertooth 990FX motherboard. Graphics card is > > > > an NVIDIA GEForce GTX550Ti. >=20 > \After a little bit of further investigation, I discovered that the >=20 > > 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. >=20 > 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. >=20 > 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] >=20 > 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. >=20 > Jeff $ qfile libQtGui.so.4.7.4 x11-libs/qt-gui (/usr/lib64/qt4/libQtGui.so.4.7.4) Look at the date time that you built x11-libs/qt-gui (in your emerge.log, o= r=20 use genlop) and compare with said file. =2D-=20 Regards, Mick --nextPart1736532.Eo0W938ZF5 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iEYEABECAAYFAk8AfDgACgkQVTDTR3kpaLY2JgCgkB9IQrPRo7NPP8vF5PdjCuzx 2OkAn19hrXoBSdLLZsf0RC3KksPHrUO7 =F2ia -----END PGP SIGNATURE----- --nextPart1736532.Eo0W938ZF5--