Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55148 - libglademm-2.4 ebuild has bad RDEPEND for libglade
Summary: libglademm-2.4 ebuild has bad RDEPEND for libglade
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-25 05:32 UTC by Dan A. Dickey
Modified: 2004-06-25 18:23 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 Dan A. Dickey 2004-06-25 05:32:01 UTC
The RDEPEND in libglademm-2.4.0.ebuild says ">=gnome-base/libglade-2
    >=dev-cpp/gtkmm-2.4".  The configure however checks for libglade-2.3.6 or better.
So, please modify the RDEPEND line to read ">=gnome-base/libglade-2.3.6
    >=dev-cpp/gtkmm-2.4".


Reproducible: Always
Steps to Reproduce:
1. emerge k3b
2.
3.

Actual Results:  
The emerge failed trying to configure libglademm.  I had libglade-2.0.1 
installed, which satisfied the old RDEPEND line but not the actual configure.	 

Expected Results:  
Cleanly emerged libglademm.
Comment 1 Yi Quang (RETIRED) gentoo-dev 2004-06-25 18:23:20 UTC
Thanks, fixed in cvs :)