Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94801 - eclair depends on libglade >=2.2
Summary: eclair depends on libglade >=2.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-02 02:10 UTC by Christoph Gysin
Modified: 2005-09-05 20:34 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 Christoph Gysin 2005-06-02 02:10:07 UTC
eclair depends on =gnome-base/libglade-2* instead of >=gnome-base/libglade-2.2

Reproducible: Always
Steps to Reproduce:
1. emerge <gnome-base/libglade-2.2
2. emerge eclair

Actual Results:  
checking for libglade-2.0 >= 2.2... Requested 'libglade-2.0 >= 2.2' but version
of Libglade is 2.0.1

configure: error: Library requirements (libglade-2.0 >= 2.2) not met; consider
adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a
nonstandard prefix so pkg-config can find them.

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/eclair-9999/work/e17/apps/eclair/config.log

!!! ERROR: media-video/eclair-9999 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Christoph Gysin 2005-06-02 02:12:07 UTC
Proposed patch:

--- /usr/portage/media-video/eclair/eclair-9999.ebuild.old      2005-05-25
02:07:42.000000000 +0200
+++ /usr/portage/media-video/eclair/eclair-9999.ebuild  2005-06-02
11:05:39.556394576 +0200
@@ -12,7 +12,7 @@
        media-libs/edje
        media-libs/emotion
        x11-libs/esmart
-       =gnome-base/libglade-2*
+       >=gnome-base/libglade-2.2
        =x11-libs/gtk+-2*"
 DEPEND="${RDEPEND}
        dev-util/pkgconfig"
Comment 2 SpanKY gentoo-dev 2005-06-02 05:40:47 UTC
i dont see the point, the oldest libglade we have in portage is 2.4.x
Comment 3 Christoph Gysin 2005-06-03 03:07:38 UTC
The dependency is simply wrong. I just upgraded a machine which had libglade-2.0
installed, and it failed obviously.

Not all users update their machines every day. This particular one was an old
laptop, with a really slow cpu. I rarely update it.

Please update the ebuild to reflect the right dependencies.

Thanks.
Comment 4 SpanKY gentoo-dev 2005-06-03 14:59:45 UTC
if you rarely update it why are you using very unstable stuff like e17 live cvs
ebuilds :P

fixed in cvs
Comment 5 Bartolomeo 2005-09-05 03:20:32 UTC
eclair doesn't depend anymore on libglade and gtk2 since it has its own widget    
Comment 6 SpanKY gentoo-dev 2005-09-05 20:34:19 UTC
punted gtk/glade DEPENDs and added libxml2, thanks