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 1ML9y8-0007OM-FX for garchives@archives.gentoo.org; Mon, 29 Jun 2009 06:03:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1720E07A3; Mon, 29 Jun 2009 06:03:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9ECB9E07A3 for ; Mon, 29 Jun 2009 06:03:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 3FA266578A for ; Mon, 29 Jun 2009 06:03:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.523 X-Spam-Level: X-Spam-Status: No, score=-3.523 required=5.5 tests=[AWL=0.076, 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 bM0pRAGt0gHW for ; Mon, 29 Jun 2009 06:03:47 +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 23E9C6528D for ; Mon, 29 Jun 2009 06:03:45 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ML9xr-0001Sy-PO for gentoo-user@gentoo.org; Mon, 29 Jun 2009 06:03:39 +0000 Received: from athedsl-386046.home.otenet.gr ([79.131.59.252]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Jun 2009 06:03:39 +0000 Received: from realnc by athedsl-386046.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Jun 2009 06:03:39 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: finding qt plugins? Date: Mon, 29 Jun 2009 09:03:28 +0300 Organization: Lucas Barks Message-ID: References: <356A300C-BF26-4F6F-B00C-6BF6DE62142A@wright.org> <4A484F53.6080407@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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-386046.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090622 Thunderbird/3.0b2 In-Reply-To: <4A484F53.6080407@gmail.com> Sender: news X-Archives-Salt: 62abf7a4-74f2-4d4a-b583-59e40c151e11 X-Archives-Hash: d8f11434ac8e16d3498f58b42fcd9a33 On 06/29/2009 08:21 AM, Dale wrote: > Roy Wright wrote: >> Howdy, >> >> On ~x86 did the upgrade to qt 4.5.2 and get the following message: >> >> "After a rebuild or upgrade of Qt, it can happen that Qt plugins (such >> as Qt >> and KDE styles and widgets) can no longer be loaded. In this situation >> you >> should recompile the packages providing these plugins... >> >> "Packages that typically need to be recompiled are kdelibs from KDE4, any >> additional KDE4/Qt4 styles, qscintilla and PyQt4..." >> >> Then followed the link on the plugins which stated: >> >> "The Qt library and all plugins are built using a build key. The build >> key in the Qt library is examined against the build key in the plugin, >> and if they match, the plugin is loaded. If the build keys do not >> match, then the Qt library refuses to load the plugin." >> >> So how do I find all the installed qt plugins on my system and check >> their build keys? > > I saw the same message on qt-4.5.1 and I just ran revdep-rebuild -i and > it said all was fine. revdep-rebuild only resolves link-time errors, not runtime errors. You need to observe yourself if something is broken and then rebuild it manually; revdep-rebuild ain't gonna help in this case.