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 1L3tlP-0004fF-33 for garchives@archives.gentoo.org; Sat, 22 Nov 2008 14:47:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81544E049F; Sat, 22 Nov 2008 14:47:11 +0000 (UTC) Received: from smtp-out01.alice-dsl.net (smtp-out01.alice-dsl.net [88.44.60.11]) by pigeon.gentoo.org (Postfix) with ESMTP id 357FCE049F for ; Sat, 22 Nov 2008 14:47:11 +0000 (UTC) Received: from out.alice-dsl.de ([192.168.125.61]) by smtp-out01.alice-dsl.net with Microsoft SMTPSVC(6.0.3790.1830); Sat, 22 Nov 2008 15:46:06 +0100 Received: from linux.christian.org ([92.228.213.244]) by out.alice-dsl.de with Microsoft SMTPSVC(6.0.3790.1830); Sat, 22 Nov 2008 15:46:06 +0100 From: Christian Apeltauer To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Re: KDE build problem (shifted) Date: Sat, 22 Nov 2008 15:56:11 +0100 User-Agent: KMail/1.10.3 (Linux/2.6.27-hardened-r1-monolith; KDE/4.1.3; x86_64; ; ) References: <79e3aefb0811212329o415ed8c4h5ed4b334619e2748@mail.gmail.com> In-Reply-To: <79e3aefb0811212329o415ed8c4h5ed4b334619e2748@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="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811221556.12120.christian.apeltauer@alice-dsl.net> X-OriginalArrivalTime: 22 Nov 2008 14:46:06.0517 (UTC) FILETIME=[0CD7EE50:01C94CB1] X-Archives-Salt: 121d530c-d519-4bb6-b7e7-4382d1d910ec X-Archives-Hash: ce8e56f444309ae8fbbee143864de2e2 Am Samstag 22 November 2008 08:29:48 schrieb Dirk Uys: > 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 Look at bug #246568. There you will find a patch which worked for me. Someone has also posted an ebuild integrating that patch. But it does not work for everybody and the bug was closed as a problem with upstream. But perhaps the patch works for you. Good luck Christian