Am Sonntag 21 März 2010 14:29:22 schrieb Dale: > Alexander Puchmayr wrote: > > Hi there! > > > > I just wanted to emerge dev-util/kdevelop-3.5.4-r1 from kde-sunset, which > > 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! > > > > I get this on mine: > > [ebuild R ] net-dns/avahi-0.6.24-r2 USE="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.
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 worked 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="bookmarks howl-compat mdnsresponder-compat gdbm dbus doc mono gtk python qt3 qt4 autoipd kernel_linux test ipv6" --- > IUSE="bookmarks howl-compat mdnsresponder-compat gdbm dbus doc mono gtk python qt4 autoipd kernel_linux test ipv6" 22d21 < qt3? ( x11-libs/qt:3 ) 56c55 < $(use_enable qt3) \ --- > --disable-qt3 \ It seems as if somebody has silently changed the ebuild and forgot to increase the revision counter... I think I have to file a bug report Greetings, Alex