Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198627 - net-dns/avahi-0.6.21 dependency on libglade is too low.
Summary: net-dns/avahi-0.6.21 dependency on libglade is too low.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-10 08:38 UTC by nembard
Modified: 2007-11-10 09:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.