From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KzavJ-000395-Ug for garchives@archives.gentoo.org; Mon, 10 Nov 2008 17:51:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DA93E020D; Mon, 10 Nov 2008 17:51:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4DE49E020D for ; Mon, 10 Nov 2008 17:51:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 681EB651EE for ; Mon, 10 Nov 2008 17:51:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.506 X-Spam-Level: X-Spam-Status: No, score=-3.506 required=5.5 tests=[AWL=0.093, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04JJX8klWTIL for ; Mon, 10 Nov 2008 17:51:27 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 23F9C65232 for ; Mon, 10 Nov 2008 17:51:25 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kzaux-0001Nr-Br for gentoo-user@gentoo.org; Mon, 10 Nov 2008 17:51:15 +0000 Received: from athedsl-170723.home.otenet.gr ([85.75.210.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Nov 2008 17:51:15 +0000 Received: from realnc by athedsl-170723.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Nov 2008 17:51:15 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: Qt 4 programs segfault on startup Date: Mon, 10 Nov 2008 19:51:02 +0200 Message-ID: References: <5e5428ed0811090725l701ef000hd30971cacda5bbfb@mail.gmail.com> <5e5428ed0811092318u4653184el6ed43f7c3167e40d@mail.gmail.com> 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: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-170723.home.otenet.gr User-Agent: Thunderbird 2.0.0.17 (X11/20080926) In-Reply-To: <5e5428ed0811092318u4653184el6ed43f7c3167e40d@mail.gmail.com> Sender: news X-Archives-Salt: c82350d0-5a9b-4224-aab4-d1ecc2827510 X-Archives-Hash: 9e432b34cfd33529e1f80d2668ff4aa9 Peter Gille wrote: > > > On Mon, Nov 10, 2008 at 1:02 AM, Nikos Chantziaras > wrote: > > Peter Gille wrote: > > Hello list, > > All of the programs on my computer using qt4 segfaults on startup. > > > Did you try revdep-rebuild? > > > Yes. The only broken binaries I have are from virtualbox, which > shouldn't affect anything. > emerge @preserved-rebuild only showed quake3 as broken. > I have already re-emerged those two anyway. Did you check if the programs in question really do depend only on Qt4? Try the ldd tool to see the libs a binary uses. I do have "-qt4" in the USE flags though. Try that and see how many packages this would rebuild (emerge -pDN world). Yeah, this is pretty much shotgun debugging, but it might point to the culprit :P