From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GB4YG-0003LV-C2 for garchives@archives.gentoo.org; Thu, 10 Aug 2006 07:01:57 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k7A6tbM9031506; Thu, 10 Aug 2006 06:55:37 GMT Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k7A6ngZN004343 for ; Thu, 10 Aug 2006 06:49:42 GMT Received: by wx-out-0506.google.com with SMTP id r21so390882wxc for ; Wed, 09 Aug 2006 23:49:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:disposition-notification-to:date:from:reply-to:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=IDVgHUwsKhCrWaIMsHxzWD/ZJliP/9gm3LvgYDdcqXv4d7PFEBgt3NhrMx663JTu7g1s4j+PI9JYwT5a0SeOVBChDQamjQEM/gqfwcc6NgDgBsjk5l1110xvhPuXxaUwmp1CvTTM/LJaGLTIVtn0k4KLfYl3Uw8SVQAYdagaKfQ= Received: by 10.70.72.11 with SMTP id u11mr2713793wxa; Wed, 09 Aug 2006 23:49:41 -0700 (PDT) Received: from ?192.168.0.102? ( [63.207.177.13]) by mx.gmail.com with ESMTP id i17sm779701wxd.2006.08.09.23.49.40; Wed, 09 Aug 2006 23:49:41 -0700 (PDT) Message-ID: <44DAD702.8050709@gmail.com> Date: Wed, 09 Aug 2006 23:49:38 -0700 From: gentuxx User-Agent: Thunderbird 1.5.0.5 (X11/20060802) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] kdebase won't "re"-build X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 912fd77f-1eec-49b2-8ea2-af8fa8ae06ac X-Archives-Hash: 8bdfb60df1744050e2a6845cb2b606ee -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've recently found that bugs.gentoo.org is my new friend. However, this is sort of a one-off issue, and I haven't been able to find it there. I run `glsa-check -f all' maybe once a month, or less (I usually get packages/versions recommended in the glsa by routine updates). I watch the GLSA blog, so I know when something comes out, and I usually check which version I have. 999 times out of 1000, I've already got the updated package. Be that as it may, I've been trying to "get through" running the tool successfully, and I am getting stuck on rebuilding kdebase-3.4.3-r2. I'm actually using KDE 3.5, but would like to keep 3.4 around until the next major version comes around (I'm just anal that way). When it goes to rebuild kdebase, it quickly errors out with the following: configure: error: you need to install kdelibs first. If you did install kdelibs, then the Qt version that is picked up by this configure is not the same version you used to compile kdelibs. The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the _same Qt version_, compiled with the _same compiler_ and the same Qt configuration settings. !!! Please attach the following file when filing a report to bugs.gentoo.org: !!! /var/tmp/portage/kdebase-3.4.3-r2/work/kdebase-3.4.3/config.log !!! ERROR: kde-base/kdebase-3.4.3-r2 failed. Call stack: ebuild.sh, line 1539: Called dyn_compile ebuild.sh, line 939: Called src_compile kdebase-3.4.3-r2.ebuild, line 92: Called kde_src_compile kde.eclass, line 164: Called kde_src_compile 'all' kde.eclass, line 323: Called kde_src_compile 'myconf' 'configure' 'make' kde.eclass, line 305: Called econf '--with-dpms' '--with-x-binaries-dir=/usr/bin' '--with-arts' '--with-ldap' '--with-cups' '--with-gl' '--with-ssl' '--with-samba' '--without-openexr' '--without-sensors' '--without-libusb' '--without-libraw1394' '--without-hal' '--with-pam=yes' '--without-java' '--with-x' '--enable-mitshm' '--without-xinerama' '--with-qt-dir=/usr/qt/3' '--enable-mt' '--with-qt-libraries=/usr/qt/3/lib' '--disable-dependency-tracking' '--disable-debug' '--without-debug' '--enable-final' '--with-arts' '--prefix=/usr/kde/3.4' '--mandir=/usr/kde/3.4/share/man' '--infodir=/usr/kde/3.4/share/info' '--datadir=/usr/kde/3.4/share' '--sysconfdir=/usr/kde/3.4/etc' ebuild.sh, line 541: Called die !!! econf failed !!! If you need support, post the topmost build error, and the call stack if relevant. I've gone through some toolchain changes recently, so I wasn't completely surprised by this message the first time I got it. So, I immediately rebuilt qt, which actually rebuilt qt4 (I think qt3 is actually being detected by the kdebase ebuild, but we'll get to that). I also rebuilt kdelibs (at the same time as qt - qt was rebuilt first), then tried the kdebase rebuild again. I get the same error. So, I said to myself, "ok, it's picking up qt3 (not qt4, which I just rebuilt) so I need to rebuild that". So I did. I did a `emerge -av =x11-libs/qt-3.3.6-r1', which completed successfully, but when attempting a rebuild of kdebase I get the same, above, error. Any pointers would be awesome. I've finally managed to get through an `emerge_world.sh' (custom script - if you're interested/curious contact me offlist) after about a month (or more) of skipping through packages to avoid stuff that wouldn't build. This is the icing on the cake. If I can get through the `glsa-check', I'll switch profiles to 2006.1 (then, of course, rebuild). TIA - -- gentux echo "hfouvyyAhnbjm/dpn" | perl -pe 's/(.)/chr(ord($1)-1)/ge' gentux's gpg fingerprint ==> 5495 0388 67FF 0B89 1239 D840 4CF0 39E2 18D3 4A9E -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFE2tcCTPA54hjTSp4RAtbQAKCWy//zI2XW181fUAVKOG9GL/2q4ACgjnnL /TfRlsQq2kUdsOLWxfMHx14= =bujM -----END PGP SIGNATURE----- -- gentoo-user@gentoo.org mailing list