Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 434084 - www-client/uget-9999: Remove USE="gtk3" and always use GTK+-3 as upstream removed support for GTK+-2
Summary: www-client/uget-9999: Remove USE="gtk3" and always use GTK+-3 as upstream rem...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alex Alexander (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-06 05:32 UTC by dE
Modified: 2012-10-13 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 dE 2012-09-06 05:32:23 UTC
checking for GTK... no
configure: error: Package requirements (gtk+-3.0 >= 3.4) were not met:

Requested 'gtk+-3.0 >= 3.4' but version of GTK+ is 3.2.4

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GTK_CFLAGS
and GTK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-09-06 05:40:24 UTC
Looks like upstream removed support for GTK+-2 and now requires these, from configure.ac:

## GTK+ related
PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.4)
PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.32)
PKG_CHECK_MODULES(GTHREAD, gthread-2.0)
PKG_CHECK_MODULES(GMODULE, gmodule-2.0)
PKG_CHECK_MODULES(GIO, gio-2.0)
Comment 2 Alex Alexander (RETIRED) gentoo-dev 2012-10-13 18:23:08 UTC
fixed in version 1.10.2 and the live ebuild, thanks :)