Gentoo Archives: gentoo-dev

From: "Harald van Dijk" <truedfx@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] ERROR: gnome-base/bonobo-1.0.22 failed.
Date: Wed, 02 Nov 2005 18:16:29
Message-Id: 20051102181039.GA20609@gentoo.org
In Reply to: Re: [gentoo-dev] ERROR: gnome-base/bonobo-1.0.22 failed. by Dale
1 On Wed, Nov 02, 2005 at 11:37:48AM -0600, Dale wrote:
2 > configure:7913: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O3 -Wall -Wunused -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -Wl,-z,now conftest.c -L/usr/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -lXi -lXext -lX11 -lm >&5
3 > In file included from /usr/include/gtk-1.2/gdk/gdk.h:31,
4 > from /usr/include/gtk-1.2/gtk/gtk.h:31,
5 > from configure:7836:
6 > /usr/include/gtk-1.2/gdk/gdktypes.h:33:18: glib.h: No such file or directory
7
8 Did you run emerge -P without checking too carefully what it would
9 remove, perhaps? You will probably have to reinstall glib-1 as it
10 appears to be missing or corrupted;
11 emerge --oneshot '=dev-libs/glib-1.2*'
12 should do the trick. It's a hard dependency of gtk+-1, so you'll have to
13 figure out how it got removed to prevent this from happening again.