Gentoo Archives: gentoo-user

From: Alexander Puchmayr <alexander.puchmayr@×××××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] kdevelop-3.5.4 && avahi && qt3-useflag
Date: Sun, 21 Mar 2010 13:54:26
Message-Id: 201003211454.21509.alexander.puchmayr@linznet.at
In Reply to: Re: [gentoo-user] kdevelop-3.5.4 && avahi && qt3-useflag by Dale
1 Am Sonntag 21 März 2010 14:29:22 schrieb Dale:
2 > Alexander Puchmayr wrote:
3 > > Hi there!
4 > >
5 > > I just wanted to emerge dev-util/kdevelop-3.5.4-r1 from kde-sunset, which
6 > > failed because kde-misc/kdnssd-avahi-0.1.2-r1 fails to compile due to:
7 > >
8 > > * ERROR: kde-misc/kdnssd-avahi-0.1.2-r1 failed:
9 > > * net-dns/avahi-0.6.24-r2 does not actually support the qt3 USE flag!
10 > >
11 >
12 > I get this on mine:
13 >
14 > [ebuild R ] net-dns/avahi-0.6.24-r2 USE="dbus gdbm gtk ipv6
15 > mdnsresponder-compat python qt3 qt4 -autoipd -bookmarks -doc
16 > -howl-compat -mono -test" 0 kB [1]
17 >
18 > It lists both the qt3 and qt4 USE flag on here. Actually, mine was
19 > apparently installed with it since it shows it is not changing. You
20 > sure you don't have a setting somewhere that is stopping this? Maybe
21 > package.use or something.
22
23 After wondering how it comes that your ebuild with the same version and
24 revision is different to mine, I had a look to the machine where it worked
25 some weeks ago, and voila:
26
27 diff /var/db/pkg/net-dns/avahi-0.6.24-r2/avahi-0.6.24-r2.ebuild
28 /usr/portage/net-dns/avahi/avahi-0.6.24-r2.ebuild 1c1
29 [...]
30 16c16
31 < IUSE="bookmarks howl-compat mdnsresponder-compat gdbm dbus doc mono gtk
32 python qt3 qt4 autoipd kernel_linux test ipv6"
33 ---
34 > IUSE="bookmarks howl-compat mdnsresponder-compat gdbm dbus doc mono gtk
35 python qt4 autoipd kernel_linux test ipv6"
36 22d21
37 < qt3? ( x11-libs/qt:3 )
38 56c55
39 < $(use_enable qt3) \
40 ---
41 > --disable-qt3 \
42
43 It seems as if somebody has silently changed the ebuild and forgot to increase
44 the revision counter... I think I have to file a bug report
45
46
47 Greetings,
48 Alex

Replies

Subject Author
Re: [gentoo-user] kdevelop-3.5.4 && avahi && qt3-useflag Dale <rdalek1967@×××××.com>