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 1OPGcb-0005cR-9u for garchives@archives.gentoo.org; Thu, 17 Jun 2010 15:03:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04457E0A63; Thu, 17 Jun 2010 15:02:29 +0000 (UTC) Received: from mail-px0-f181.google.com (mail-px0-f181.google.com [209.85.212.181]) by pigeon.gentoo.org (Postfix) with ESMTP id C4F54E0AD3 for ; Thu, 17 Jun 2010 15:02:28 +0000 (UTC) Received: by pxi18 with SMTP id 18so4247pxi.40 for ; Thu, 17 Jun 2010 08:02:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=KkIJlKSyVq4nEETDDLykiZJDHy3uZJq+iHpuTBSA9fM=; b=jooTjQSlDfxAFgKxYyaijSToPOfVffw17DFEeCXX3RY+dNZWUKicKk7MHC6DOZThM6 3/tpdPSCCZ1+XzEKTiHY8WkvSoOqmBIxXeB0qxjwG3qGPrS258CYj0rIFY6RYiBeXuMm tEbbqPrv1F5C0iNQ85PN1MeA/v7w2fZb/z4hQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=pCbpfZVrXRdtaQhitS/9FEv2QcFxV0so0ic15F+kpNip+9WnEorIbloDXST2dd+J7f Zz+JFPzq2G6R1OGbWznU1vGUrDq0Sl2O8A+Ma291doleEBR9qmEUBHjMepQtYSc6MX6+ 2tEvYJ+R7r/oagKSn8fW6Hz7pKmkhiKlts4/c= Received: by 10.114.186.17 with SMTP id j17mr8385075waf.108.1276786948116; Thu, 17 Jun 2010 08:02:28 -0700 (PDT) Received: from [192.168.0.12] ([209.20.133.224]) by mx.google.com with ESMTPS id c1sm96268874wam.7.2010.06.17.08.02.26 (version=SSLv3 cipher=RC4-MD5); Thu, 17 Jun 2010 08:02:26 -0700 (PDT) Message-ID: <4C1A3901.4000508@gmail.com> Date: Thu, 17 Jun 2010 08:02:25 -0700 From: Bill Longman User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100608 Thunderbird/3.0.4 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] Re: Unable to emerge kdebase/kfilereplace-4.3.5 References: <4C194224.7030007@foo-bar.co.uk> In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: bb762e9c-309b-472a-b654-c20e1c944364 X-Archives-Hash: 118b8f7ddee970df891a197c21fb263a On 06/16/2010 05:33 PM, walt wrote: > 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 :) I have no better suggestion than to change your ricer CFLAGS and see if "-O2 -pipe -march=core2" works first. Especially since you have: "-mno-align-stringops -minline-stringops-dynamically" and kfilereplace.cpp:37 warns about QStringList& and further along, it creates kaddstringdlgs.h. BTW, -march=core2 implies -mmmx -msse -msse2 and -msse3 (and -mssse3).