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 1LSLeC-0002ZR-64 for garchives@archives.gentoo.org; Thu, 29 Jan 2009 01:24:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA550E0431; Thu, 29 Jan 2009 01:24:45 +0000 (UTC) Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.250]) by pigeon.gentoo.org (Postfix) with ESMTP id 7AD21E0431 for ; Thu, 29 Jan 2009 01:24:45 +0000 (UTC) Received: by rv-out-0708.google.com with SMTP id b17so7814762rvf.46 for ; Wed, 28 Jan 2009 17:24:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=g+9snpS7S0WdSuhZHiWah1OzxTDml6qeqLY3FfJEvKc=; b=prrchKZKm2w7RBKVlIhjmj9w7ZjAdTSuoOj9kZfXuqIK8pIb2AzHpx7Cj+qoyIoy1C oUJIhFI3cUHxiqhTO4hEnDvx5tqMj9DmOhrb07Y0qSfnlJ+Z7Utb5qQxleR6r9ziVWB3 ojEKRWgong8A0mTSMfeIbgLMDCvZW1X0+g43w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=iAuRSwZ44zh7runGQJ7R0lNA3yHJtKFgud8sNjNXxAwFdXWsY13554TUD8Abx0SODy 8c2lHJiR97MrBnS4ph5yw3E321oklQYiNL7yAqRkNWP32m2o0HQmPRNKsqogMbZf4hld 4ls5ErFELlnp6jVVPt2EffigQBvrHHt5fRGlw= 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 Sender: mryiff@googlemail.com Received: by 10.141.87.13 with SMTP id p13mr1192335rvl.81.1233192284981; Wed, 28 Jan 2009 17:24:44 -0800 (PST) In-Reply-To: References: Date: Thu, 29 Jan 2009 01:24:44 +0000 X-Google-Sender-Auth: 52a9977b5be5b815 Message-ID: Subject: Re: [gentoo-user] KDE 4.2: Emerge of ksysguard and ksmserver failed From: Nick Cunningham To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=000e0cd1519a16096b046194f49d X-Archives-Salt: b0d3cda0-fb84-491f-81c2-3bd848e4c3ec X-Archives-Hash: 3add3682c80524c4aa33e627b4c1c8a0 --000e0cd1519a16096b046194f49d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 2009/1/28 Tomas Linhart > Hello all, > > I've decided to try out KDE 4.2. I unmasked all the packages that I > needed, but when I was emerging kde-base/ksysguard I got the following > error: > > Linking CXX shared library ../../lib/libkdeinit4_ksysguard.so > [ 98%] Built target kdeinit_ksysguard > Scanning dependencies of target ksysguard > [100%] Building CXX object > ksysguard/gui/CMakeFiles/ksysguard.dir/ksysguard_dummy.o > Linking CXX executable ksysguard > /usr/lib64/qt4/libQtWebKit.so.4: undefined reference to > `QByteArray::indexOf(char const*, int) const' > /usr/lib64/qt4/libQtWebKit.so.4: undefined reference to > `QPainter::drawPixmap(QPointF const&, QPixmap const&)' > collect2: ld returned 1 exit status > make[2]: *** [ksysguard/gui/ksysguard] Error 1 > make[1]: *** [ksysguard/gui/CMakeFiles/ksysguard.dir/all] Error 2 > make: *** [all] Error 2 > /usr/libexec/paludis/utils/emake: emake returned error 2 > > !!! ERROR in kde-base/ksysguard-4.2.0: > !!! In cmake-utils_src_make at line 1409 > !!! Make failed! > > !!! Call stack: > !!! * cmake-utils_src_make > (/var/tmp/paludis/kde-base-ksysguard-4.2.0/temp/loadsaveenv:1409) > !!! * kde4-base_src_make > (/var/tmp/paludis/kde-base-ksysguard-4.2.0/temp/loadsaveenv:3760) > !!! * kde4-meta_src_compile > (/var/tmp/paludis/kde-base-ksysguard-4.2.0/temp/loadsaveenv:3997) > !!! * src_compile > (/var/tmp/paludis/kde-base-ksysguard-4.2.0/temp/loadsaveenv:5071) > !!! * ebuild_f_compile (/usr/libexec/paludis/2/src_compile.bash:54) > !!! * ebuild_main (/usr/libexec/paludis/ebuild.bash:482) > !!! * main (/usr/libexec/paludis/ebuild.bash:498) > > diefunc: making ebuild PID 3618 exit with error > die trap: exiting with error. > > > I didn't see any other error during the merge. > > The same error occurred when emerging kde-base/ksmserver. > > I tried to re-emerge qt-* packages but the error remains the same. > > Does somebody have a idea what could be wrong? > > Thanks. > > Tomas > > Some basic info like emerge --info (or paludis equivilant) would be a good start, likewise confirming that the build still fails with portage would also be useful (im not saying anything about paludis before any flamewars start, just wanting to rule out the package manager as a cause). It looks like its failing on something to do with webkit maybe, so try rebuilding webkit first? Just some ideas to get you started :) - Nick --000e0cd1519a16096b046194f49d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

2009/1/28 Tomas Linhart <tomas.linhart@gmail.com>
Hello all,

I've decided to try out KDE 4.2. I unmasked all the packages that I
needed, but when I was emerging kde-base/ksysguard I got the following
error:

Linking CXX shared library ../../lib/libkdeinit4_ksysguard.so
[ 98%] Built target kdeinit_ksysguard
Scanning dependencies of target ksysguard
[100%] Building CXX object
ksysguard/gui/CMakeFiles/ksysguard.dir/ksysguard_dummy.o
Linking CXX executable ksysguard
/usr/lib64/qt4/libQtWebKit.so.4: undefined reference to
`QByteArray::indexOf(char const*, int) const'
/usr/lib64/qt4/libQtWebKit.so.4: undefined reference to
`QPainter::drawPixmap(QPointF const&, QPixmap const&)'
collect2: ld returned 1 exit status
make[2]: *** [ksysguard/gui/ksysguard] Error 1
make[1]: *** [ksysguard/gui/CMakeFiles/ksysguard.dir/all] Error 2
make: *** [all] Error 2
/usr/libexec/paludis/utils/emake: emake returned error 2

!!! ERROR in kde-base/ksysguard-4.2.0:
!!! In cmake-utils_src_make at line 1409
!!! Make failed!

!!! Call stack:
!!!    * cmake-utils_src_make
(/var/tmp/paludis/kde-base-ksysguard-4.2.0/temp/loadsaveenv:1409)
!!!    * kde4-base_src_make
(/var/tmp/paludis/kde-base-ksysguard-4.2.0/temp/loadsaveenv:3760)
!!!    * kde4-meta_src_compile
(/var/tmp/paludis/kde-base-ksysguard-4.2.0/temp/loadsaveenv:3997)
!!!    * src_compile
(/var/tmp/paludis/kde-base-ksysguard-4.2.0/temp/loadsaveenv:5071)
!!!    * ebuild_f_compile (/usr/libexec/paludis/2/src_compile.bas= h:54)
!!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:482)
!!!    * main (/usr/libexec/paludis/ebuild.bash:498)

diefunc: making ebuild PID 3618 exit with error
die trap: exiting with error.


I didn't see any other error during the merge.

The same error occurred when emerging kde-base/ksmserver.

I tried to re-emerge qt-* packages but the error remains the same.

Does somebody have a idea what could be wrong?

Thanks.

Tomas


Some basic info like emerge --info (or paludi= s equivilant) would be a good start, likewise confirming that the build sti= ll fails with portage would also be useful (im not saying anything about pa= ludis before any flamewars start, just wanting to rule out the package mana= ger as a cause).

It looks like its failing on something to do with webkit maybe, so try = rebuilding webkit first?

Just some ideas to get you started :)
- Nick
--000e0cd1519a16096b046194f49d--