Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GDM fails to emerge [SOLVED] (kinda)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Xenocrates
n00b
n00b


Joined: 20 Sep 2004
Posts: 26
Location: Texas, USA

PostPosted: Tue Nov 04, 2008 2:03 am    Post subject: GDM fails to emerge [SOLVED] (kinda) Reply with quote

Trying a fresh install of Gentoo on a laptop (Thinkpad T60p). When I try to emerge gnome it hangs on the GDM install giving me the following error...

Code:
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/bin\" -DDATADIR=\"/usr/share\" -DDMCONFDIR=\"/etc/X11/dm\" -DGDMCONFDIR=\"/etc/X11/gdm\" -DGDMLOCALEDIR=\"/etc/X11/gdm\" -DGDM_GLADE_DIR=\"/usr/share/gdm\" -DLIBDIR=\"/usr/lib\" -DLIBEXECDIR=\"/usr/libexec\" -DLOGDIR=\"/var/log/gdm\" -DATSPIDIR=\"/usr/libexec\" -DPIXMAPDIR=\"/usr/share/pixmaps\" -DSBINDIR=\"/usr/sbin\"  -I. -I.. -I. -I.. -I../daemon -I../common -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/libglade-2.0 -I/usr/include/libxml2      -march=prescott -O2 -pipe -fomit-frame-pointer -Wall -Wmissing-prototypes  -MT gdmsetup-gdmsetup.o -MD -MP -MF .deps/gdmsetup-gdmsetup.Tpo -c -o gdmsetup-gdmsetup.o `test -f 'gdmsetup.c' || echo './'`gdmsetup.c
mv -f .deps/gdmsetup-gdmsession.Tpo .deps/gdmsetup-gdmsession.Po
test -z "/usr/share/gdm" || /bin/mkdir -p "/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm"
mv -f .deps/gdmsetup-gdmuser.Tpo .deps/gdmsetup-gdmuser.Po
test -z "/usr/share/gdm/applications" || /bin/mkdir -p "/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/applications"
 /usr/bin/install -c -m 644 'gdmsetup.glade' '/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/gdmsetup.glade'
 /usr/bin/install -c -m 644 'gdmchooser.glade' '/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/gdmchooser.glade'
 /usr/bin/install -c -m 644 'gdmphotosetup.glade' '/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/gdmphotosetup.glade'
test -z "/usr/share/gdm/applications" || /bin/mkdir -p "/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/applications"
 /usr/bin/install -c -m 644 'gdmphotosetup.desktop' '/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/applications/gdmphotosetup.desktop'
test -z "/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/bin/gdmXnest" || rm -f /var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/bin/gdmXnest
 /usr/bin/install -c -m 644 'gdmsetup.desktop' '/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/applications/gdmsetup.desktop'
 /usr/bin/install -c -m 644 'gdmflexiserver.desktop' '/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/applications/gdmflexiserver.desktop'
ln -s -f gdmXnestchooser /var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/bin/gdmXnest
ln: creating symbolic link `/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/bin/gdmXnest': No such file or directory
make[3]: *** [install-data-local] Error 1
make[3]: *** Waiting for unfinished jobs....
 /usr/bin/install -c -m 644 'gdmflexiserver-xnest.desktop' '/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/applications/gdmflexiserver-xnest.desktop'
gdmsetup.c: In function 'greeter_entry_untranslate_timeout':
gdmsetup.c:3558: warning: unused variable 'keys'
gdmsetup.c:3557: warning: unused variable 'prefix'
gdmsetup.c:3556: warning: unused variable 'i'
mv -f .deps/gdmsetup-gdmsetup.Tpo .deps/gdmsetup-gdmsetup.Po
make[3]: Leaving directory `/var/tmp/portage/gnome-base/gdm-2.20.7/work/gdm-2.20.7/gui'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/gnome-base/gdm-2.20.7/work/gdm-2.20.7/gui'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-base/gdm-2.20.7/work/gdm-2.20.7/gui'
make: *** [install-recursive] Error 1
 *
 * ERROR: gnome-base/gdm-2.20.7 failed.
 * Call stack:
 * ebuild.sh, line   49:  Called src_install
 * environment, line 2777:  Called gnome2_src_install
 * environment, line 2036:  Called die
 * The specific snippet of code:
 * emake DESTDIR="${D}" "scrollkeeper_localstate_dir=${D}${sk_tmp_dir} " "$@" install || die "install failed";
 * The die message:
 * install failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/gnome-base/gdm-2.20.7/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/gnome-base/gdm-2.20.7/temp/environment'.
 *

>>> Failed to emerge gnome-base/gdm-2.20.7, Log file:

>>>  '/var/tmp/portage/gnome-base/gdm-2.20.7/temp/build.log'


Also fails with gnome-base/gdm-2.20.8 with the same error.

The only thing remotely close to this error that I could find on this forum is related to libexpat, and I've already tried all of those fixes. Also, this is a brand new install (1 day old), so an expat upgrade should not be the problem. I'm at a loss.

Code:
Portage 2.2_rc13 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r8 i686)
=================================================================
System uname: Linux-2.6.25-gentoo-r8-i686-Genuine_Intel-R-_CPU_T2500_@_2.00GHz-with-glibc2.0
Timestamp of tree: Mon, 03 Nov 2008 01:45:03 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p33
dev-lang/python:     2.4.4-r13, 2.5.2-r7
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
dev-util/cmake:      2.4.6-r1
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.3.0-r1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r2
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://distro.ibiblio.org/pub/linux/distributions/gentoo/"
LDFLAGS="-Wl,-O1"
LINGUAS="en_US en"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://192.168.1.235/gentoo-portage"
USE="NPTL X a52 a52dec aac ace acpi aim alsa apic apm asf audiofile avahi avi bash-completion beagle bitmap-fonts bluetooth bzip2 bzlib cdr cli cpudetection cracklib crypt cups curl curlwrappers dba dbus divx4linux dri dv dvd dvdr dvdread encode equalizer esd ethereal exif expat fam fame ffmpeg flac galago gd gdbm gdm gif gimp gimpprint glitz gmail gmp gnome gnutls gpm gtk gtk2 gtkhtml guile hal hdaps hddtemp howl ibmacpi iconv icq idn imagemagick imap ipw3945 isdnlog jabber jpeg jpeg2k lcms libnotify lm_sensors lua mad matroska mhash midi mime mjpeg mmx mng mono mozdevelop mozsvg mp2 mp3 mp4 mpeg msn mudflap musicbrainz ncurses networking networkmanager nls nntp nptl nptlonly offensive ogg oggvorbis opengl openmp pam pcre pdf pear perl png ppds pppd python quicktime rar readline real reflection samba scanner session smapi sml smp sounds spell spl sse sse2 ssl startup-notification subtitles svg svga sysfs tcltk tcpd theora threads tidy tiff tk truetype truetype-fonts type1-fonts unicode usb v4l v4l2 vcd visualization vorbis wavpack wifi win32codecs wma wmf wxwindows x264 x86 xattr xcb xcf xcomposite xforms xine xml xorg xprint xulrunner xv xvid yahoo zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_US en" USERLAND="GNU" VIDEO_CARDS="fglrx radeon"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


Any help would be appreciated. Please let me know if more information is required.


Last edited by Xenocrates on Tue Nov 04, 2008 2:56 pm; edited 1 time in total
Back to top
View user's profile Send private message
fctk86
n00b
n00b


Joined: 17 Oct 2008
Posts: 15

PostPosted: Tue Nov 04, 2008 10:03 am    Post subject: Reply with quote

https://bugs.gentoo.org/show_bug.cgi?id=217037
Back to top
View user's profile Send private message
Xenocrates
n00b
n00b


Joined: 20 Sep 2004
Posts: 26
Location: Texas, USA

PostPosted: Tue Nov 04, 2008 2:54 pm    Post subject: Reply with quote

Thanks for the feedback.

This is an extreme solution, but I fixed the problem by doing an "emerge -e world" last night. Not sure what the problem was, but it went away and GDM now compiles just fine, without the -j1 fix you suggested.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum