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 1NtMVK-0002eL-5c for garchives@archives.gentoo.org; Sun, 21 Mar 2010 14:51:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23CE8E07C6; Sun, 21 Mar 2010 14:51:27 +0000 (UTC) Received: from mail-gy0-f181.google.com (mail-gy0-f181.google.com [209.85.160.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 00E16E07C6 for ; Sun, 21 Mar 2010 14:51:26 +0000 (UTC) Received: by gyh20 with SMTP id 20so2190379gyh.40 for ; Sun, 21 Mar 2010 07:51:26 -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 :content-type:content-transfer-encoding; bh=hRXuFRTulgfmbrnKPWj41rTVXqOq1iqLidpcN51l9f4=; b=PqhDHbSRKAkINb6XnWUuCBAmZ7MpV8fL/FrEFqJnh3t5R7/+is3KszTIjpHK3yUQ9p S7gnDF/nilUcQce6Vn2NG2jqBxWZacV4CYDDmIMuGOMcklO7Bff5tYvG9J9QslzVkYoW 9jZdFUgxzsAdFFoxaj3B/lRvEB4T1Ntw0OyM4= 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:content-type:content-transfer-encoding; b=kJciVhtQmBk61VEGEZH+ULig5p5fIjFEWZhJRGoKA3Uzmri+qEldZ2Mg5KGpY6BcQG u3e4Pdnh7BA4pC8AMhxwSNIa3gXcU6NNSdlQeormtNCYnuZoSInTGzrxd0sE6yIWRG2m QCuFBZMRoqa1BgOeORH9LTrIu9Iq4bRc5ooGo= Received: by 10.101.56.4 with SMTP id i4mr13278867ank.238.1269183086428; Sun, 21 Mar 2010 07:51:26 -0700 (PDT) Received: from [192.168.1.2] (adsl-0-94-43.jan.bellsouth.net [65.0.94.43]) by mx.google.com with ESMTPS id 13sm2472949gxk.0.2010.03.21.07.51.24 (version=SSLv3 cipher=RC4-MD5); Sun, 21 Mar 2010 07:51:25 -0700 (PDT) Message-ID: <4BA6326A.7060003@gmail.com> Date: Sun, 21 Mar 2010 09:51:22 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100304 Gentoo/2.0.3 SeaMonkey/2.0.3 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] kdevelop-3.5.4 && avahi && qt3-useflag References: <201003211316.06862.alexander.puchmayr@linznet.at> <4BA61F32.7010605@gmail.com> <201003211454.21509.alexander.puchmayr@linznet.at> In-Reply-To: <201003211454.21509.alexander.puchmayr@linznet.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 191e3f4d-6baf-4ca7-a143-5f9abd6cda17 X-Archives-Hash: 260eb3c04611f7b4e9a8c9150a95b69d Alexander Puchmayr wrote: > Am Sonntag 21 M=E4rz 2010 14:29:22 schrieb Dale: > =20 >> Alexander Puchmayr wrote: >> =20 >>> Hi there! >>> >>> I just wanted to emerge dev-util/kdevelop-3.5.4-r1 from kde-sunset, w= hich >>> failed because kde-misc/kdnssd-avahi-0.1.2-r1 fails to compile due to= : >>> >>> * ERROR: kde-misc/kdnssd-avahi-0.1.2-r1 failed: >>> * net-dns/avahi-0.6.24-r2 does not actually support the qt3 USE = flag! >>> >>> =20 >> I get this on mine: >> >> [ebuild R ] net-dns/avahi-0.6.24-r2 USE=3D"dbus gdbm gtk ipv6 >> mdnsresponder-compat python qt3 qt4 -autoipd -bookmarks -doc >> -howl-compat -mono -test" 0 kB [1] >> >> It lists both the qt3 and qt4 USE flag on here. Actually, mine was >> apparently installed with it since it shows it is not changing. You >> sure you don't have a setting somewhere that is stopping this? Maybe >> package.use or something. >> =20 > After wondering how it comes that your ebuild with the same version and > revision is different to mine, I had a look to the machine where it wor= ked > some weeks ago, and voila: > > diff /var/db/pkg/net-dns/avahi-0.6.24-r2/avahi-0.6.24-r2.ebuild > /usr/portage/net-dns/avahi/avahi-0.6.24-r2.ebuild 1c1 > [...] > 16c16 > < IUSE=3D"bookmarks howl-compat mdnsresponder-compat gdbm dbus doc mon= o gtk > python qt3 qt4 autoipd kernel_linux test ipv6" > --- > =20 >> IUSE=3D"bookmarks howl-compat mdnsresponder-compat gdbm dbus doc mono = gtk >> =20 > python qt4 autoipd kernel_linux test ipv6" > 22d21 > < qt3? ( x11-libs/qt:3 ) > 56c55 > < $(use_enable qt3) \ > --- > =20 >> --disable-qt3 \ >> =20 > It seems as if somebody has silently changed the ebuild and forgot to i= ncrease > the revision counter... I think I have to file a bug report > > > Greetings, > Alex > > =20 Don't file it on b.g.o. tho. Subscribe to the desktop mailing list and=20 post it there. There are some kde-sunset people on there that will see=20 it and fix it with whatever is needed. The kde-sunset is not Gentoo=20 maintained. Hope that helps. Dale :-) :-)