Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 198627

Summary: net-dns/avahi-0.6.21 dependency on libglade is too low.
Product: Gentoo Linux Reporter: nembard
Component: New packagesAssignee: Sven Wegener <swegener>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description nembard 2007-11-10 08:38:14 UTC
the ebuild for net-dns/avahi-0.6.21 has:
          gtk? (
                >=x11-libs/gtk+-2
                >=gnome-base/libglade-2
        )
 in RDEPEND, however the package actually seems to require at least libglade version 2.4.0

The output from the failed build included this:
checking for GTK20... yes
checking for GLADE20... configure: error: Package requirements ( libglade-2.0 >= 2.4.0 ) were not met:

Requested 'libglade-2.0 >= 2.4.0' but version of Libglade is 2.3.6


So I'm guessing that >=gnome-base/libglade-2 should be 
changed to >=gnome-base/libglade-2.4.0



Reproducible: Always

Steps to Reproduce:
1. emerge net-dns/avahi-0.6.21 with a version of libglade < 2.4.0
Comment 1 nembard 2007-11-10 08:41:20 UTC
I forgot to add in steps to reproduce, you need USE="gtk"
Comment 2 Sven Wegener gentoo-dev 2007-11-10 09:46:16 UTC
Thanks, fixed. I also updated the gtk+ requirement.