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 1L3mwB-0005lg-8M for garchives@archives.gentoo.org; Sat, 22 Nov 2008 07:29:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A7D9E039D; Sat, 22 Nov 2008 07:29:51 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by pigeon.gentoo.org (Postfix) with ESMTP id 1619FE039D for ; Sat, 22 Nov 2008 07:29:50 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so1315325fga.14 for ; Fri, 21 Nov 2008 23:29:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=HyVsm2fc3yAd69VrpSmMsJkSIVBANCCcfc2xzEKtjps=; b=wNBTxGUJZPxf3GsytdqU4NlmRLAwqx8ik8iYGBkrPi8lTC+sPmKaUg99w8E3TJ/SeU LmXrow5qME0wfRV8tJwoZ7AXdGTBBeqHgKpaq/B5ix5DEo5vSmDxm+Ft2pQmhULnIAAl zj1oxVz/JZQlzC7cVgiQotCux1mj7iVAY+5sg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=sAORIc+//tEvcD1k7rfsocmrY85SRC7VgEBsgBXgwESeo4pCbViQOh+Pgi8XQ0TsmH XBcIUNpQBX9n1zIEJCrgma7+m/4Gyu7Y45eenH4O56hBt6d5d9+nS+xR0+pLz/ezd6Uz BdjGXo2/tQHRyp4yBWDrpGJ0w2WZXSGE0KYhg= Received: by 10.187.159.2 with SMTP id l2mr224605fao.47.1227338988814; Fri, 21 Nov 2008 23:29:48 -0800 (PST) Received: by 10.187.158.20 with HTTP; Fri, 21 Nov 2008 23:29:48 -0800 (PST) Message-ID: <79e3aefb0811212329o415ed8c4h5ed4b334619e2748@mail.gmail.com> Date: Sat, 22 Nov 2008 09:29:48 +0200 From: "Dirk Uys" To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] KDE build problem (shifted) 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 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: e0dd47da-46a0-4485-9a39-d76465ca9b52 X-Archives-Hash: 1f743620998c7f16558cd6ab5bfc582c I posted yesterday about a problem with building kdelibs. I did an emerge --sync and tried again. This is the error I get: [ 51%] Building CXX object kio/CMakeFiles/kio.dir/kio/kdirlister.o /var/tmp/portage/kde-base/kdelibs-4.1.3-r1/work/kdelibs-4.1.3/kio/kio/kdirlister.h: In member function 'void KDirListerCache::DirectoryData::moveListersWithoutCachedItemsJob()': /var/tmp/portage/kde-base/kdelibs-4.1.3-r1/work/kdelibs-4.1.3/kio/kio/kdirlister.h:636: error: 'KDirLister::Private* const KDirLister::d' is private /var/tmp/portage/kde-base/kdelibs-4.1.3-r1/work/kdelibs-4.1.3/kio/kio/kdirlister.cpp:2527: error: within this context [ 51%] Building CXX object kio/CMakeFiles/kio.dir/kio/kdirmodel.o Where to go from here? Regards Dirk