Compile on Gentoo, unable locate Gee dependency any ideas where to find it

Asked by Josef Holland

I am attempting to compile in Gentoo but i cannot satisfy the Gee dependency and not sure what package could satisfy it

-------------------------------------------------
Setting top to : /home/viroscope/compile/nuvolaplayer-2.3.3
Setting out to : /home/viroscope/compile/nuvolaplayer-2.3.3/build
Revision : 814
Install prefix : /usr/local/
Checking for 'gcc' (c compiler) : /usr/bin/gcc
Checking for program pkg-config : /usr/bin/pkg-config
Checking for 'gobject-2.0' : yes
Checking for 'gthread-2.0' : yes
Checking for program valac-0.8 : not found
Checking for program valac : /usr/bin/valac
Checking for valac version >= (0, 8, 0) : (0, 22, 1)
Checking for program gtester : /usr/bin/gtester
Checking for program valac-0.14 : /usr/bin/valac
Checking for valac-0.14 version >= (0, 14, 2) : (0, 22, 1)
Checking for program msgfmt : /usr/bin/msgfmt
Checking for program perl : /usr/bin/perl
Checking for 'intltool-merge' : /usr/bin/intltool-merge
Checking for header locale.h : yes
Compiler optimizations : ON
Checking for 'gee-1.0' >= 0.6 : not found
Checking for 'libnotify' >= 0.7 : yes
Checking for 'x11' >= 0.5 : yes
Checking for 'gtk+-3.0' >= 3.4 : yes
Checking for 'gdk-3.0' >= 3.4 : yes
Checking for 'gstreamer-0.10' >= 0.10 : yes
Checking for 'libsoup-2.4' version : yes
Checking for 'libsoup-2.4' >= 2.38 : yes
Checking for 'json-glib-1.0' >= 0.7 : yes
Checking for 'unity' >= 3.0 : not found
Checking for 'dbusmenu-glib-0.4' >= 0.4 : not found
Checking for 'webkitgtk-3.0' >= 1.8 : yes
Checking for 'javascriptcoregtk-3.0' >= 1.8 : yes
Checking for 'glib-2.0' >= 2.32 : yes
Checking for 'gio-2.0' >= 2.32 : yes
Checking for program rsvg-convert : /usr/bin/rsvg-convert
Checking for program scour : not found
Configuration status : FAIL
 * Unable to satisfy dependency gee-1.0 >= 0.6
--------------------------------------------------------------------------------------
# project nuvolaplayer (2.3.3) configured on Tue May 27 10:54:53 2014 by
# waf 1.7.6 (abi 98, python 20705f0 on linux2)
# using ./waf configure --no-svg-optimization
#
----------------------------------------
Setting top to
/home/viroscope/compile/nuvolaplayer-2.3.3
----------------------------------------
Setting out to
/home/viroscope/compile/nuvolaplayer-2.3.3/build
----------------------------------------
Revision
814
----------------------------------------
Install prefix
/usr/local/
----------------------------------------
Checking for 'gcc' (c compiler)
find program=['gcc', 'cc'] paths=['/sbin', '/bin', '/usr/sbin', '/usr/bin'] var='CC' -> '/usr/bin/gcc'
find program=['ar'] paths=['/sbin', '/bin', '/usr/sbin', '/usr/bin'] var='AR' -> '/usr/bin/ar'
/usr/bin/gcc
----------------------------------------
Checking for program pkg-config
/usr/bin/pkg-config
find program=['pkg-config'] paths=['/sbin', '/bin', '/usr/sbin', '/usr/bin'] var='PKGCONFIG' -> '/usr/bin/pkg-config'
----------------------------------------
Checking for 'gobject-2.0'
['/usr/bin/pkg-config', '--cflags', '--libs', 'gobject-2.0']
out: -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -lgobject-2.0 -lglib-2.0

yes
----------------------------------------
Checking for 'gthread-2.0'
['/usr/bin/pkg-config', '--cflags', '--libs', 'gthread-2.0']
out: -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -lgthread-2.0 -pthread -lglib-2.0

yes
----------------------------------------
Checking for program valac-0.8
not found
find program=['valac-0.8'] paths=['/sbin', '/bin', '/usr/sbin', '/usr/bin'] var='VALAC' -> ''
from /home/viroscope/compile/nuvolaplayer-2.3.3: Could not find the program valac-0.8
----------------------------------------
Checking for program valac
/usr/bin/valac
find program=['valac'] paths=['/sbin', '/bin', '/usr/sbin', '/usr/bin'] var='VALAC' -> '/usr/bin/valac'
/usr/bin/valac --version
out: Vala 0.22.1

----------------------------------------
Checking for valac version >= (0, 8, 0)
(0, 22, 1)
----------------------------------------
Checking for program gtester
/usr/bin/gtester
find program=['gtester'] paths=['/sbin', '/bin', '/usr/sbin', '/usr/bin'] var='GTESTER' -> '/usr/bin/gtester'
----------------------------------------
Checking for program valac-0.14
/usr/bin/valac
find program=['valac-0.14'] paths='' var='VALAC' -> '/usr/bin/valac'
/usr/bin/valac --version
out: Vala 0.22.1

---------------------------------------------
Checking for valac-0.14 version >= (0, 14, 2)
(0, 22, 1)
(tool gnu_dirs is already loaded, skipping)
---------------------------------------------
Checking for program msgfmt
/usr/bin/msgfmt
find program=['msgfmt'] paths=['/sbin', '/bin', '/usr/sbin', '/usr/bin'] var='MSGFMT' -> '/usr/bin/msgfmt'
---------------------------------------------
Checking for program perl
/usr/bin/perl
find program=['perl'] paths=['/sbin', '/bin', '/usr/sbin', '/usr/bin'] var='PERL' -> '/usr/bin/perl'
---------------------------------------------
Checking for 'intltool-merge'
/usr/bin/intltool-merge
---------------------------------------------
Checking for header locale.h
==>
#include <locale.h>

int main(int argc, char **argv) {
        (void)argc; (void)argv;
        return 0;
}

<==
[1/2] c: build/.conf_check_34d56a90419a85d1dbeeb382b0d31af3/test.c -> build/.conf_check_34d56a90419a85d1dbeeb382b0d31af3/testbuild/test.c.1.o

['/usr/bin/gcc', '-DLOCALEDIR="/usr/local/share/locale"', '-DDATADIR="/usr/local/share"', '../test.c', '-c', '-o', 'test.c.1.o']
[2/2] cprogram: build/.conf_check_34d56a90419a85d1dbeeb382b0d31af3/testbuild/test.c.1.o -> build/.conf_check_34d56a90419a85d1dbeeb382b0d31af3/testbuild/testprog

['/usr/bin/gcc', 'test.c.1.o', '-o', '/home/viroscope/compile/nuvolaplayer-2.3.3/build/.conf_check_34d56a90419a85d1dbeeb382b0d31af3/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic']
yes
---------------------------------------------
Compiler optimizations
ON
---------------------------------------------
Checking for 'gee-1.0' >= 0.6
['/usr/bin/pkg-config', '--atleast-version=0.6', 'gee-1.0']
not found
from /home/viroscope/compile/nuvolaplayer-2.3.3: The configuration failed
---------------------------------------------
Checking for 'libnotify' >= 0.7
['/usr/bin/pkg-config', '--atleast-version=0.7', 'libnotify']
['/usr/bin/pkg-config', '--cflags', '--libs', 'libnotify']
out: -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0

yes
---------------------------------------------
Checking for 'x11' >= 0.5
['/usr/bin/pkg-config', '--atleast-version=0.5', 'x11']
['/usr/bin/pkg-config', '--cflags', '--libs', 'x11']
out: -lX11

yes
---------------------------------------------
Checking for 'gtk+-3.0' >= 3.4
['/usr/bin/pkg-config', '--atleast-version=3.4', 'gtk+-3.0']
['/usr/bin/pkg-config', '--cflags', '--libs', 'gtk+-3.0']
out: -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0

yes
---------------------------------------------
Checking for 'gdk-3.0' >= 3.4
['/usr/bin/pkg-config', '--atleast-version=3.4', 'gdk-3.0']
['/usr/bin/pkg-config', '--cflags', '--libs', 'gdk-3.0']
out: -pthread -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0

yes
---------------------------------------------
Checking for 'gstreamer-0.10' >= 0.10
['/usr/bin/pkg-config', '--atleast-version=0.10', 'gstreamer-0.10']
['/usr/bin/pkg-config', '--cflags', '--libs', 'gstreamer-0.10']
out: -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 -lxml2

yes
---------------------------------------------
Checking for 'libsoup-2.4' version
['/usr/bin/pkg-config', '--modversion', 'libsoup-2.4']
out: 2.46.0

yes
---------------------------------------------
Checking for 'libsoup-2.4' >= 2.38
['/usr/bin/pkg-config', '--atleast-version=2.38', 'libsoup-2.4']
['/usr/bin/pkg-config', '--cflags', '--libs', 'libsoup-2.4']
out: -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0

yes
---------------------------------------------
Checking for 'json-glib-1.0' >= 0.7
['/usr/bin/pkg-config', '--atleast-version=0.7', 'json-glib-1.0']
['/usr/bin/pkg-config', '--cflags', '--libs', 'json-glib-1.0']
out: -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0

yes
---------------------------------------------
Checking for 'unity' >= 3.0
['/usr/bin/pkg-config', '--atleast-version=3.0', 'unity']
not found
from /home/viroscope/compile/nuvolaplayer-2.3.3: The configuration failed
---------------------------------------------
Checking for 'dbusmenu-glib-0.4' >= 0.4
['/usr/bin/pkg-config', '--atleast-version=0.4', 'dbusmenu-glib-0.4']
not found
from /home/viroscope/compile/nuvolaplayer-2.3.3: The configuration failed
---------------------------------------------
Checking for 'webkitgtk-3.0' >= 1.8
['/usr/bin/pkg-config', '--atleast-version=1.8', 'webkitgtk-3.0']
['/usr/bin/pkg-config', '--cflags', '--libs', 'webkitgtk-3.0']
out: -pthread -I/usr/include/webkitgtk-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/webkitgtk-3.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -lwebkitgtk-3.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -ljavascriptcoregtk-3.0 -lglib-2.0

yes
---------------------------------------------
Checking for 'javascriptcoregtk-3.0' >= 1.8
['/usr/bin/pkg-config', '--atleast-version=1.8', 'javascriptcoregtk-3.0']
['/usr/bin/pkg-config', '--cflags', '--libs', 'javascriptcoregtk-3.0']
out: -I/usr/include/webkitgtk-3.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -ljavascriptcoregtk-3.0 -lglib-2.0

yes
---------------------------------------------
Checking for 'glib-2.0' >= 2.32
['/usr/bin/pkg-config', '--atleast-version=2.32', 'glib-2.0']
['/usr/bin/pkg-config', '--cflags', '--libs', 'glib-2.0']
out: -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -lglib-2.0

yes
---------------------------------------------
Checking for 'gio-2.0' >= 2.32
['/usr/bin/pkg-config', '--atleast-version=2.32', 'gio-2.0']
['/usr/bin/pkg-config', '--cflags', '--libs', 'gio-2.0']
out: -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -lgio-2.0 -lgobject-2.0 -lglib-2.0

yes
---------------------------------------------
Checking for program rsvg-convert
/usr/bin/rsvg-convert
find program=['rsvg-convert'] paths=['/sbin', '/bin', '/usr/sbin', '/usr/bin'] var='RSVG-CONVERT' -> '/usr/bin/rsvg-convert'
---------------------------------------------
Checking for program scour
not found
find program=['scour'] paths=['/sbin', '/bin', '/usr/sbin', '/usr/bin'] var='SCOUR' -> ''
from /home/viroscope/compile/nuvolaplayer-2.3.3: Could not find the program scour
---------------------------------------------
Configuration status
FAIL
from /home/viroscope/compile/nuvolaplayer-2.3.3: Configuration failed. Please read file INSTALL for details about dependencies.

Nuvola Player build script has turned all optional features
on by default. You can turn some of them off, if you cannot
satisfy extra dependencies. By the way, there is a file
INSTALL, you should read it.

If you still need help, there is a mailing list for you.
Subscribe at <https://launchpad.net/~nuvola-player-devel>
and send e-mail to <email address hidden>.

Question information

Language:
English Edit question
Status:
Solved
For:
Nuvola Apps Runtime (Nuvola Player) Edit question
Assignee:
No assignee Edit question
Solved by:
Josef Holland
Solved:
Last query:
Last reply:
Revision history for this message
Josef Holland (viroscope) said :
#1

Libgee 0.6.8 satisfied dependancy had Libgee 0.14.0