From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 93B69138919 for ; Fri, 8 Feb 2013 19:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FC3021C064; Fri, 8 Feb 2013 19:39:24 +0000 (UTC) Received: from mail-gh0-f179.google.com (mail-gh0-f179.google.com [209.85.160.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF0F921C033 for ; Fri, 8 Feb 2013 19:39:17 +0000 (UTC) Received: by mail-gh0-f179.google.com with SMTP id r14so959032ghr.10 for ; Fri, 08 Feb 2013 11:39:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=QuT4BrGiZ0slmztdbxfoGqTSLlAr2oee0OoBPbZ2UHU=; b=QItRw8kLvCxIkFYDN5dd0fGH2qiVbvOF6w+mMfHL2TZvRwbcWLANSAmQ9mZeBQ68Ln KbzMfUtGTi0irytHpGHrMd1/FR/2aV5R13/DJsrLA7VV0upI6/SyXysL2uhJr64ztV7c Suot0myZYG+yIc2OGkgRH8s45VDcSKj1YCOR4D+zTfsz41KKDWIfqVjJZAHIXB//prgt xuXToDp4yC4MpUS6D9AWMGd5HGHEh8Iw0yj4Y3OHLDT3xTmc/qFq2NmaEi1qcLykKL+L RAjliXK6VWbeCT0fJ40FZQwEKQQ+qJcoa4ohUfQA7BEffpAu7nZbqwLQCgVjrIafUqC1 4Q3Q== X-Received: by 10.236.81.196 with SMTP id m44mr7584148yhe.53.1360352356954; Fri, 08 Feb 2013 11:39:16 -0800 (PST) Received: from [192.168.2.5] (adsl-74-240-57-140.jan.bellsouth.net. [74.240.57.140]) by mx.google.com with ESMTPS id d80sm26422749yhg.4.2013.02.08.11.39.13 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 Feb 2013 11:39:15 -0800 (PST) Message-ID: <5115545D.1090109@gmail.com> Date: Fri, 08 Feb 2013 13:39:09 -0600 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15.2 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] KDE 4.10 and plasma crashing References: <51153E3C.7030707@gmail.com> <51154A3D.5040704@gmail.com> In-Reply-To: X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 361c3dc8-7d3c-4f9c-ab35-9e855a54fc4b X-Archives-Hash: a05f92a82417f8d3c1cf82364aa1cccc Nilesh Govindrajan wrote: > On Sat, Feb 9, 2013 at 12:25 AM, Dale wrote: >> Nilesh Govindrajan wrote: >>> On Fri, Feb 8, 2013 at 11:34 PM, Dale wrote: >>>> Howdy, >>>> >>>> Well, KDE 4.10 has hit the tree. I added it and all its friends to the >>>> keyword file and off it went updating. When I logged out and back in >>>> again, I get a error that plasma has crashed. There is no wallpaper >>>> like there used to be, no kicker/panel thingy at the bottom or >>>> anything. Basically, it looks a lot like icewm or something or maybe >>>> even less. >>>> >>>> Has anyone else upgraded and ran into this? I'm doing a emerge -e world >>>> now, just for giggles, but will go back if that doesn't fix it. The >>>> only package that failed to compile was kphoto or something. Shouldn't >>>> matter on this I guess. >>>> >>>> Thanks. >>>> >>>> Dale >>>> >>>> :-) :-) >>>> >>>> -- >>>> I am only responsible for what I said ... Not for what you understood or how you interpreted my words! >>>> >>>> >>> Sounds like a segfault. Saw dmesg? >>> >> Now that you mention it, I found this line at the tail end of dmesg: >> >> [12006045.183173] plasma-desktop[12552]: segfault at 0 ip >> 00007f2033f3279c sp 00007fff1d43be10 error 4 in >> libQtDeclarative.so.4.8.4[7f2033d75000+3a2000] >> >> I think I see the problem. I bet KDE 4.10 needs a newer qt set. Going >> to check on that now. >> >> Thanks. >> >> Dale >> >> :-) :-) >> >> -- >> I am only responsible for what I said ... Not for what you understood or how you interpreted my words! >> >> > Make sure that you're not using any variant of -O3. It messes up > things like crazy :D > Well, there was only one newer package with a -r1 on the end, qt-core. I upgraded it and no change. As for my flags, I have the same flags I have had since I built this rig. CFLAGS="-march=native -O2 -pipe" I want stability more than speed so I keep it real. No need trying something silly and having problems. Well, when emerge -e world finishes and it still doesn't work, I'll go back to KDE 4.9.* for a bit to see if it gets fixed. Open to ideas tho. If anyone has one. It's not like I have a really nice simple error message to help things along. :/ Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words!