Gentoo Archives: gentoo-dev

From: Ben Lutgens <blutgens@×××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] gdm --> gtk+1.2.10 build failure
Date: Thu, 19 Apr 2001 15:10:01
Message-Id: 20010419160851.A8188@minime.sistina.com
1 Hi all, I am trying to emerge gdm from portage and get the following error.
2
3 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Gtk\" -DGTK_DISABLE_COMPAT_H
4 -DGTK_LIBDIR=\"/usr/X11R6/lib\" -DGTK_DATA_PREFIX=\"/usr/X11R6\"
5 -DGTK_SYSCONFDIR=\"/usr/X11R6/etc\"
6 -DGTK_LOCALEDIR=\"/usr/X11R6/share/locale\" -I.. -DG_DISABLE_ASSERT
7 -DG_DISABLE_CHECKS -DGTK_NO_CHECK_CASTS -DUSE_XIM -I/usr/include/glib-1.2
8 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -mpentiumpro
9 -march=pentiumpro -O2 -Wall -c gtkclist.c -o gtkclist.o >/dev/null 2>&1
10 mv -f .libs/gtkclist.lo gtkclist.lo
11 mv: cannot stat `.libs/gtkclist.lo': No such file or directory
12 make[2]: *** [gtkclist.lo] Error 1
13 make[2]: Leaving directory `/tmp/portage/gtk+-1.2.10/work/gtk+-1.2.10/gtk'
14 make[1]: *** [all-recursive] Error 1
15 make[1]: Leaving directory `/tmp/portage/gtk+-1.2.10/work/gtk+-1.2.10'
16 make: *** [all-recursive-am] Error 2
17
18 !!! ERROR: the make command did not complete successfully.
19 !!! ("make")
20 !!! Since this is a critical task, ebuild will be stopped.
21
22 !!! emerge aborting.
23
24 Perhaps the upstream source is hosed. Just thought you'd like to know.