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 1OP3Wm-0005tp-9D for garchives@archives.gentoo.org; Thu, 17 Jun 2010 01:04:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E60F8E0D4F for ; Thu, 17 Jun 2010 01:04:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B2BD5E08A0 for ; Thu, 17 Jun 2010 00:29:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 3D8161B4150 for ; Thu, 17 Jun 2010 00:29:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.929 X-Spam-Level: X-Spam-Status: No, score=-2.929 required=5.5 tests=[AWL=-0.330, BAYES_00=-2.599] 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 hssynYiGDTpb for ; Thu, 17 Jun 2010 00:28:58 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 2CB9A1B4041 for ; Thu, 17 Jun 2010 00:28:56 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OP2yS-0006iH-8V for gentoo-user@gentoo.org; Thu, 17 Jun 2010 02:28:52 +0200 Received: from adsl-69-234-184-203.dsl.irvnca.pacbell.net ([69.234.184.203]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Jun 2010 02:28:52 +0200 Received: from w41ter by adsl-69-234-184-203.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Jun 2010 02:28:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org connect(): No such file or directory From: walt Subject: [gentoo-user] Re: Unable to emerge kdebase/kfilereplace-4.3.5 Date: Wed, 16 Jun 2010 17:33:09 -0700 Message-ID: References: <4C194224.7030007@foo-bar.co.uk> 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@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-184-203.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a6pre) Gecko/20100615 Thunderbird/3.2a1pre In-Reply-To: <4C194224.7030007@foo-bar.co.uk> X-Archives-Salt: b9525153-8fc0-4777-909c-40a78ec28c5a X-Archives-Hash: 12487909459cd32a1aa3603d257beb1b On 06/16/2010 02:29 PM, Thomas Revell wrote: > Hi everyone, > > I've got a bit of a problem with a new Gentoo install that I'm currently > trying to install KDE on. The installation of kdebase/kfilereplace-4.3.5 > is failing, apparently due to a missing header file in its sources. > [ 11%] Generating koptionsdlgs.h > moc: /var/tmp/portage/kde-base/kfilereplace-4.3.5/work/kfilereplace-4.3.5_build/kfilereplace/koptionsdlgs.h: > No such file I have no idea what's going wrong, but I'm willing to make suggestions anyway :) The two lines of compiler output above show that the missing header file is supposed to be generated on the fly by the qt/moc tools. That means that the header file is not actually being generated, or maybe (but not likely) being generated in the wrong directory. I don't know much about the kde/qt build system, but it seems to involve the automoc and cmake packages as well as qmake, which is part of qt-core. For lack of anything better to suggest, I would try the good old shotgun technique of recompiling every package that has to do with building kde and qt packages, e.g. automoc, cmake, qt-core, and maybe more that I know nothing about. In particular, though, I always suspect that old, stale, leftover files from previous versions of related packages like qt and kde may be fouling things up. I pay close attention to the dates on files in /usr/include/* and /usr/qt and /usr/kde and /usr/lib/qt and /usr/lib/kde to see if there are just a few files with the same (old) date. Oh, and /usr/lib/pkgconfig is worth a look also. Meanwhile, hope for someone to give you a better answer.