Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Painted into a corner: avahi and mDNSResponder
Date: Sun, 12 Oct 2008 08:34:28
Message-Id: 200810121034.03757.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] Painted into a corner: avahi and mDNSResponder by Andrey Vul
1 On Sunday 12 October 2008 10:25:51 Andrey Vul wrote:
2 > On Sun, Oct 12, 2008 at 3:51 AM, Alan McKinnon <alan.mckinnon@×××××.com>
3 wrote:
4 > > On Sunday 12 October 2008 08:04:22 Volker Armin Hemmann wrote:
5 > >> On Sonntag 12 Oktober 2008, Alan E. Davis wrote:
6 > >> > Almost perpetually, the following packages or their versions are
7 > >> > blocking. I have run emerge -e system several times. Some other
8 > >> > problems were cleared up, and this
9 > >> > avahi--mDNSResponder/mdnsresponder-compat whatever it all is, just
10 > >> > keeps coming back even when solved by some skullduggery. I've removed
11 > >> > both of them at one time or another.
12 > >> >
13 > >> > [blocks B ] net-dns/avahi ("net-dns/avahi" is blocking
14 > >> > net-misc/mDNSResponder-107.6-r5)
15 > >> >
16 > >> > [blocks B ] net-misc/mDNSResponder ("net-misc/mDNSResponder" is
17 > >> > blocking net-dns/avahi-0.6.23)
18 > >> >
19 > >> > I guess the problem is that I am running gnome and also have two or
20 > >> > three different versions/slots of kde installed. I suppose, then,
21 > >> > it's remarkable that only these blocks are showing up?
22 > >> >
23 > >> > Can someone lend a hand on this? Anything I do is little more than
24 > >> > blind tinkering.
25 > >> >
26 > >> > Alan
27 > >>
28 > >> set the avahi useflag, unmerge mdnsresponder, emerge avahi.
29 > >
30 > > That looks familiar. I remember similar deep blocks myself - it was nasty
31 > > at the time.
32 > >
33 > > For the OP's benefit, here's a high level summary of what is going on:
34 > >
35 > > Avahi and mDNSResponder implement a system called ZeroConf, first
36 > > designed by Apple. It's a way for machines on a network to find each
37 > > other and what network features they support. These systems are quite
38 > > low-level so unfortunately the implementations are often incompatible.
39 > >
40 > > By and large you will find that Gnome stuff supports Avahi and KDE stuff
41 > > supports mDNSResponder, so the only way out of this mess is often
42 > > extensive use of 'equery hasuse', 'equery depends' and 'emerge -pvt' so
43 > > see what pulls in what. But first you should research what these things
44 > > are so you can make intelligent decisions about what to include and what
45 > > to drop. The thing that cleared it up for me was an interview with the
46 > > KDE team lead responsible for these features - Google will find it for
47 > > you.
48 >
49 > IIRC mdnsresponder-compat USE flags allows use of avahi in KDE (3).
50
51 I believe you are correct:
52
53 alan@nazgul ~ $ grep mdns /var/portage/profiles/use.*
54 /var/portage/profiles/use.local.desc:net-dns/avahi:mdnsresponder-compat -
55 Enable compat libraries for mDNSResponder
56
57
58
59
60 --
61 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] Painted into a corner: avahi and mDNSResponder Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>