Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
Hello, glabels fails on configure here. Here is my last output: checking what language compliance flags to pass to the C compiler... ./configure: line 3413: GNOME_X_CHECKS: command not found checking for glib-genmarshal... /usr/bin/glib-genmarshal checking for gtk+-2.0 >= 2.0.5 libgnomeui-2.0 >= 2.0.1 libbonobo-2.0 >= 2.0.0 libxml-2.0 >= 2.4.23 libgnomeprint-2.0 >= 1.115.0 libgnomeprintui-2.0 >= 1.115.0 libgnomecanvas-2.0 >= 2.0.1 gdk-pixbuf-2.0 >= 2.0.5... Package libgnomeprint-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libgnomeprint-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libgnomeprint-2.0' found configure: error: Library requirements (gtk+-2.0 >= 2.0.5 libgnomeui-2.0 >= 2.0.1 libbonobo-2.0 >= 2.0.0 libxml-2.0 >= 2.4.23 libgnomeprint-2.0 >= 1.115.0 libgnomeprintui-2.0 >= 1.115.0 libgnomecanvas-2.0 >= 2.0.1 gdk-pixbuf-2.0 >= 2.0.5) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. !!! ERROR: app-misc/glabels-1.90.0 failed. !!! Function econf, Line 324, Exitcode 1 !!! econf failed I couln't find a gdk-pixbuf in the portage with such a high version number. Whats going wrong here? Martin
This is not a gdk-pixbuf problem but a libgnomeprint(ui) version problem gdk-pixbuf was a separated package in the gnome1 days but is now part of gtk+-2.x that's why no such version of gdk-pixbuf is in portage --------------------------------------------------------------------- I have the same compilation problem here because i only have libgnomeprint(ui)-2.2 (2.3.1 in fact, but 2.2 for pkg-config) version 1.90.0 needs libgnomeprint(ui)-2.0 which is old new versions (1.92.0 release recently but not yet in portage) use 2.2 related bugs : http://bugs.gentoo.org/show_bug.cgi?id=27214 http://bugs.gentoo.org/show_bug.cgi?id=28773 Changelog, where they talk about this libgnomeprint dep change : http://snaught.com/glabels/
Created an attachment (id=18270) [edit] ebuild for 1.92.0 this one bumps requirement for libgnomeprint(ui) as needed
Stephane, already done, see bug 29381 which also fixes the .desktop file properly.
*** This bug has been marked as a duplicate of 27214 ***