* [gentoo-user] kdevelop-3.5.4 && avahi && qt3-useflag
@ 2010-03-21 12:16 Alexander Puchmayr
2010-03-21 13:29 ` Dale
0 siblings, 1 reply; 6+ messages in thread
From: Alexander Puchmayr @ 2010-03-21 12:16 UTC (permalink / raw
To: gentoo-user
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!
The situation is quite a deadlock, because avahi doesn't support the qt3
useflag anymore, and the dependency for kdnssd-avahi comes through kdelibs,
which selects either avahi or mdnsresponder depending on its avahi-useflag.
Removing avahi for kdelibs is not possible, as it results in blocking packages
(avahi and mdnsresponder cannot be installed at the same time), and removing
avahi-support entirely for the whole system is a thing I really don't want to
do.
So, I'm stuck now, I can't install kdevelop-3.5.4 due to use-flag problems
which are entirely irrelevant for kevelop :-(
Thanks for suggestions
Alex
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] kdevelop-3.5.4 && avahi && qt3-useflag
2010-03-21 12:16 [gentoo-user] kdevelop-3.5.4 && avahi && qt3-useflag Alexander Puchmayr
@ 2010-03-21 13:29 ` Dale
2010-03-21 13:54 ` Alexander Puchmayr
0 siblings, 1 reply; 6+ messages in thread
From: Dale @ 2010-03-21 13:29 UTC (permalink / raw
To: gentoo-user
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!
>
> The situation is quite a deadlock, because avahi doesn't support the qt3
> useflag anymore, and the dependency for kdnssd-avahi comes through kdelibs,
> which selects either avahi or mdnsresponder depending on its avahi-useflag.
> Removing avahi for kdelibs is not possible, as it results in blocking packages
> (avahi and mdnsresponder cannot be installed at the same time), and removing
> avahi-support entirely for the whole system is a thing I really don't want to
> do.
>
> So, I'm stuck now, I can't install kdevelop-3.5.4 due to use-flag problems
> which are entirely irrelevant for kevelop :-(
>
> Thanks for suggestions
>
> Alex
>
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.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] kdevelop-3.5.4 && avahi && qt3-useflag
2010-03-21 13:29 ` Dale
@ 2010-03-21 13:54 ` Alexander Puchmayr
2010-03-21 14:51 ` Dale
0 siblings, 1 reply; 6+ messages in thread
From: Alexander Puchmayr @ 2010-03-21 13:54 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] kdevelop-3.5.4 && avahi && qt3-useflag
2010-03-21 13:54 ` Alexander Puchmayr
@ 2010-03-21 14:51 ` Dale
2010-03-21 16:46 ` Alexander Puchmayr
0 siblings, 1 reply; 6+ messages in thread
From: Dale @ 2010-03-21 14:51 UTC (permalink / raw
To: gentoo-user
Alexander Puchmayr wrote:
> 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
>
>
Don't file it on b.g.o. tho. Subscribe to the desktop mailing list and
post it there. There are some kde-sunset people on there that will see
it and fix it with whatever is needed. The kde-sunset is not Gentoo
maintained.
Hope that helps.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] kdevelop-3.5.4 && avahi && qt3-useflag
2010-03-21 14:51 ` Dale
@ 2010-03-21 16:46 ` Alexander Puchmayr
2010-03-21 18:06 ` Dale
0 siblings, 1 reply; 6+ messages in thread
From: Alexander Puchmayr @ 2010-03-21 16:46 UTC (permalink / raw
To: gentoo-user
Am Sonntag 21 März 2010 15:51:22 schrieb Dale:
> Don't file it on b.g.o. tho. Subscribe to the desktop mailing list and
> post it there. There are some kde-sunset people on there that will see
> it and fix it with whatever is needed. The kde-sunset is not Gentoo
> maintained.
>
The thing I really dislike is when files get changed and no revision update is
made. I'm not talking about trivial changes like typos or the like. I'm
talking about feature changes and other modifications which cause things to
break.
We both had avahi-0.6.24-r2 installed, but the ebuilds were different, had
different behaviour and one was causing problems. This shall NEVER happen!!
Greetings
Alex
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] kdevelop-3.5.4 && avahi && qt3-useflag
2010-03-21 16:46 ` Alexander Puchmayr
@ 2010-03-21 18:06 ` Dale
0 siblings, 0 replies; 6+ messages in thread
From: Dale @ 2010-03-21 18:06 UTC (permalink / raw
To: gentoo-user
Alexander Puchmayr wrote:
> Am Sonntag 21 März 2010 15:51:22 schrieb Dale:
>
>
>> Don't file it on b.g.o. tho. Subscribe to the desktop mailing list and
>> post it there. There are some kde-sunset people on there that will see
>> it and fix it with whatever is needed. The kde-sunset is not Gentoo
>> maintained.
>>
>>
> The thing I really dislike is when files get changed and no revision update is
> made. I'm not talking about trivial changes like typos or the like. I'm
> talking about feature changes and other modifications which cause things to
> break.
>
> We both had avahi-0.6.24-r2 installed, but the ebuilds were different, had
> different behaviour and one was causing problems. This shall NEVER happen!!
>
> Greetings
> Alex
>
>
I think this will work. Delete the ebuild then resync the kde-sunset
overlay with layman -s kde-sunset. That should give you the same ebuild
I have. Assuming I have a newer version. It may be that you have the
newer version.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-03-21 18:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-21 12:16 [gentoo-user] kdevelop-3.5.4 && avahi && qt3-useflag Alexander Puchmayr
2010-03-21 13:29 ` Dale
2010-03-21 13:54 ` Alexander Puchmayr
2010-03-21 14:51 ` Dale
2010-03-21 16:46 ` Alexander Puchmayr
2010-03-21 18:06 ` Dale
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox