JR41 n00b

Joined: 16 Mar 2012 Posts: 6
|
Posted: Mon Apr 09, 2012 8:09 am Post subject: Gnome 2 Compile error |
|
|
Hi,
I'm new to Gentoo.
I've build a AMD64 (stable) system. However decided to emerge gnome3.2 (~amd64). The compile was successful.
However I had a problem where I emerge LibreOffice in Terminator using, nice --15. During the compile the screen saver activated and crashed Gnome3.
Deciding to go back to Gnome 2.3 I did the following:
emerge --unmerge gnome && emerge -q --update --deep --newuse world && emerge --depclean && revdep-rebuild
Now my problem:
emerge -q gnome
I get the following error:
libtool: link: gcc -o /var/tmp/portage/net-libs/telepathy-glib-0.16.3/work/telepathy-glib-0.16.3/telepathy-glib/tmp-introspectYi8RNF/.libs/TelepathyGLib-0.12 -march=athlon64 -O3 -pipe -pthread /var/tmp/portage/net-libs/telepathy-glib-0.16.3/work/telepathy-glib-0.16.3/telepathy-glib/tmp-introspectYi8RNF/TelepathyGLib-0.12.o -Wl,--export-dynamic -L. ./.libs/libtelepathy-glib.so -lgio-2.0 -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread
dbus-properties-mixin.c:205: Warning: TelepathyGLib: tp_svc_interface_get_dbus_properties_info: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
Kludged around GNOME Bug #629668
Kludged around GNOME Bug #629668
Kludged around GNOME Bug #629668
Kludged around GNOME Bug #616375
../libtool --mode=execute \
/usr/bin/g-ir-compiler \
--includedir=. \
--includedir=. \
TelepathyGLib-0.12.gir -o TelepathyGLib-0.12.typelib
make[3]: Leaving directory `/var/tmp/portage/net-libs/telepathy-glib-0.16.3/work/telepathy-glib-0.16.3/telepathy-glib'
rm _gen/tp-spec-generic.xml _gen/tp-spec-tls-cert.xml _gen/tp-spec-media-stream-handler.xml _gen/tp-spec-channel.xml _gen/tp-spec-channel-dispatch-operation.xml _gen/tp-spec-dbus-daemon.xml _gen/tp-spec-channel-dispatcher.xml _gen/tp-spec-connection.xml _gen/tp-spec-account.xml _gen/tp-spec-connection-manager.xml _gen/tp-spec-account-manager.xml _gen/tp-spec-protocol.xml _gen/tp-spec-debug.xml _gen/tp-spec-channel-request.xml _gen/tp-spec-media-session-handler.xml _gen/tp-spec-client.xml
make[2]: Leaving directory `/var/tmp/portage/net-libs/telepathy-glib-0.16.3/work/telepathy-glib-0.16.3/telepathy-glib'
Making all in vala
make[2]: Entering directory `/var/tmp/portage/net-libs/telepathy-glib-0.16.3/work/telepathy-glib-0.16.3/vala'
/usr/bin/vapigen-0.14 \
--library telepathy-glib \
--pkg gio-2.0 \
../telepathy-glib/TelepathyGLib-0.12.gir \
error: Package `GLib-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `GObject-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `Gio-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
Generation failed: 3 error(s), 0 warning(s)
make[2]: *** [telepathy-glib.vapi] Error 1
make[2]: Leaving directory `/var/tmp/portage/net-libs/telepathy-glib-0.16.3/work/telepathy-glib-0.16.3/vala'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-libs/telepathy-glib-0.16.3/work/telepathy-glib-0.16.3'
make: *** [all] Error 2
* ERROR: net-libs/telepathy-glib-0.16.3 failed (compile phase):
* emake failed
Any help will be appreciated!
Thanks |
|