* [gentoo-desktop] sunset overlay: net-dns/avahi-0.6.30-r1 fail to compile with USE=gtk or gtk3
@ 2011-10-30 12:22 Dominique Michel
2011-10-30 13:52 ` ingo.schmitt
2011-10-30 15:03 ` Dominique Michel
0 siblings, 2 replies; 4+ messages in thread
From: Dominique Michel @ 2011-10-30 12:22 UTC (permalink / raw
To: gentoo-desktop
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."
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-desktop] sunset overlay: net-dns/avahi-0.6.30-r1 fail to compile with USE=gtk or gtk3
2011-10-30 12:22 [gentoo-desktop] sunset overlay: net-dns/avahi-0.6.30-r1 fail to compile with USE=gtk or gtk3 Dominique Michel
@ 2011-10-30 13:52 ` ingo.schmitt
2011-10-30 15:02 ` Dominique Michel
2011-10-30 15:03 ` Dominique Michel
1 sibling, 1 reply; 4+ messages in thread
From: ingo.schmitt @ 2011-10-30 13:52 UTC (permalink / raw
To: gentoo-desktop
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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-desktop] sunset overlay: net-dns/avahi-0.6.30-r1 fail to compile with USE=gtk or gtk3
2011-10-30 13:52 ` ingo.schmitt
@ 2011-10-30 15:02 ` Dominique Michel
0 siblings, 0 replies; 4+ messages in thread
From: Dominique Michel @ 2011-10-30 15:02 UTC (permalink / raw
To: gentoo-desktop
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."
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-desktop] sunset overlay: net-dns/avahi-0.6.30-r1 fail to compile with USE=gtk or gtk3
2011-10-30 12:22 [gentoo-desktop] sunset overlay: net-dns/avahi-0.6.30-r1 fail to compile with USE=gtk or gtk3 Dominique Michel
2011-10-30 13:52 ` ingo.schmitt
@ 2011-10-30 15:03 ` Dominique Michel
1 sibling, 0 replies; 4+ messages in thread
From: Dominique Michel @ 2011-10-30 15:03 UTC (permalink / raw
To: gentoo-desktop
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."
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-10-30 15:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-30 12:22 [gentoo-desktop] sunset overlay: net-dns/avahi-0.6.30-r1 fail to compile with USE=gtk or gtk3 Dominique Michel
2011-10-30 13:52 ` ingo.schmitt
2011-10-30 15:02 ` Dominique Michel
2011-10-30 15:03 ` Dominique Michel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox