Mailing List Archive

sunset overlay: net-dns/avahi-0.6.30-r1 fail to compile with USE=gtk or gtk3
I am blocked at the middle of a world update.
This is due to avahi-0.6.30-r1 from kde-sunset that fail to compile
with USE gtk or gtk3. The ebuild from portage is working fine, but it
doesn't provide a qt3 USE flag.

I done a bug report at the wrong place, but you can find it here with
the usual inFormations: https://bugs.gentoo.org/show_bug.cgi?id=388951

I try to disable the avahi or the bindist USE flag for kde-base/kdelibs
in /etc/portage/package.use, but I still get a block from emerge.

[blocks B ] net-dns/avahi ("net-dns/avahi" is blocking
net-misc/mDNSResponder-212.1-r1) [blocks B ]
net-misc/mDNSResponder ("net-misc/mDNSResponder" is blocking
net-dns/avahi-0.6.30-r1)

Ciao,
Dominique

--
"We have the heroes we deserve."
Re: sunset overlay: net-dns/avahi-0.6.30-r1 fail to compile with USE=gtk or gtk3 [ In reply to ]
Add a global "avahi" use flag to your make.conf and update world with
--newuse. That should solve the conflict, as it tells your kde stuff
that u prefer avahi and not mdns which cannot installed on one system
together with avahi and would make sense IMHO.

On 10/30/2011 01:22 PM, Dominique Michel wrote:
> I am blocked at the middle of a world update.
> This is due to avahi-0.6.30-r1 from kde-sunset that fail to compile
> with USE gtk or gtk3. The ebuild from portage is working fine, but it
> doesn't provide a qt3 USE flag.
>
> I done a bug report at the wrong place, but you can find it here with
> the usual inFormations: https://bugs.gentoo.org/show_bug.cgi?id=388951
>
> I try to disable the avahi or the bindist USE flag for kde-base/kdelibs
> in /etc/portage/package.use, but I still get a block from emerge.
>
> [blocks B ] net-dns/avahi ("net-dns/avahi" is blocking
> net-misc/mDNSResponder-212.1-r1) [blocks B ]
> net-misc/mDNSResponder ("net-misc/mDNSResponder" is blocking
> net-dns/avahi-0.6.30-r1)
>
> Ciao,
> Dominique
>
Re: sunset overlay: net-dns/avahi-0.6.30-r1 fail to compile with USE=gtk or gtk3 [ In reply to ]
Le Sun, 30 Oct 2011 14:52:31 +0100,
"ingo.schmitt@binarysignals.net" <ingo.schmitt@binarysignals.net> a
écrit :

> Add a global "avahi" use flag to your make.conf and update world with
> --newuse. That should solve the conflict, as it tells your kde stuff
> that u prefer avahi and not mdns which cannot installed on one system
> together with avahi and would make sense IMHO.

It is already what I have.
Thanks

>
> On 10/30/2011 01:22 PM, Dominique Michel wrote:
> > I am blocked at the middle of a world update.
> > This is due to avahi-0.6.30-r1 from kde-sunset that fail to compile
> > with USE gtk or gtk3. The ebuild from portage is working fine, but
> > it doesn't provide a qt3 USE flag.
> >
> > I done a bug report at the wrong place, but you can find it here
> > with the usual inFormations:
> > https://bugs.gentoo.org/show_bug.cgi?id=388951
> >
> > I try to disable the avahi or the bindist USE flag for
> > kde-base/kdelibs in /etc/portage/package.use, but I still get a
> > block from emerge.
> >
> > [blocks B ] net-dns/avahi ("net-dns/avahi" is blocking
> > net-misc/mDNSResponder-212.1-r1) [blocks B ]
> > net-misc/mDNSResponder ("net-misc/mDNSResponder" is blocking
> > net-dns/avahi-0.6.30-r1)
> >
> > Ciao,
> > Dominique
> >
>


--
"We have the heroes we deserve."
Re: sunset overlay: net-dns/avahi-0.6.30-r1 fail to compile with USE=gtk or gtk3 [ In reply to ]
Le Sun, 30 Oct 2011 13:22:25 +0100,
Dominique Michel <dominique.michel@vtxnet.ch> a écrit :

I added 2 patches from portage and it work:

epatch "${FILESDIR}/${PN}-0.6.30-optional-gtk-utils.patch"

# Fix init scripts for >=openrc-0.9.0 (bug #383641)
epatch
"${FILESDIR}/${PN}-0.6.x-openrc-0.9.x-init-scripts-fixes.patch"


# Drop DEPRECATED flags, bug #384743
sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED=1::g'
avahi-ui/Makefile.am || die


> I am blocked at the middle of a world update.
> This is due to avahi-0.6.30-r1 from kde-sunset that fail to compile
> with USE gtk or gtk3. The ebuild from portage is working fine, but it
> doesn't provide a qt3 USE flag.
>
> I done a bug report at the wrong place, but you can find it here with
> the usual inFormations: https://bugs.gentoo.org/show_bug.cgi?id=388951
>
> I try to disable the avahi or the bindist USE flag for
> kde-base/kdelibs in /etc/portage/package.use, but I still get a block
> from emerge.
>
> [blocks B ] net-dns/avahi ("net-dns/avahi" is blocking
> net-misc/mDNSResponder-212.1-r1) [blocks B ]
> net-misc/mDNSResponder ("net-misc/mDNSResponder" is blocking
> net-dns/avahi-0.6.30-r1)
>
> Ciao,
> Dominique
>


--
"We have the heroes we deserve."