On Sat, Apr 28, 2012 at 11:07 AM, Michael Mol <mike...@gmail.com> wrote: > Kaylee has 10GB of RAM...if that's not enough, I'll be disabling graphite. > (Though I haven't explicitly enabled it, either.) > > But, no I'm not sure, and can't check until Sunday eveningish. Currently at > Penguicon.
Wow. Just wow. This is incredible. This is repeatable for me. My steps: Start with the 12.1 LiveDVD ( http://www.gentoo.org/news/20120401-livedvd.xml ) Install latest stage 3, latest portage. Set various stuff. USE flags, make.conf stuff, etc. Get kernel installed, reboot into system, sshd up, etc. Now, I essentially reused my existing make.conf file, which is at the end of this email. I finally get to: emerge --update --deep --newuse @world ...and once it goes to install glibc, I get: * The ebuild phase 'postrm' has been killed by signal 11. * The 'postrm' phase of the 'sys-libs/glibc-2.14.1-r3' package has failed * with exit value 1. * * The problem occurred while executing the ebuild file named * 'glibc-2.14.1-r3.ebuild' located in the '/var/db/pkg/sys- * libs/glibc-2.14.1-r3' directory. If necessary, manually remove the * environment.bz2 file and/or the ebuild file located in that directory. * * Removal of the environment.bz2 file is preferred since it may allow the * removal phases to execute successfully. The ebuild will be sourced and * the eclasses from the current portage tree will be used when necessary. * Removal of the ebuild file will cause the pkg_prerm() and pkg_postrm() * removal phases to be skipped entirely. So, once the updated glibc goes in, anything that dynamically links against it fails on spawn, hence the failure at postinst. This is crazy. Make.conf: CFLAGS="-O2 -pipe -D_FORTIFY_SOURCE=2 -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -ggdb3" CXXFLAGS="${CFLAGS}" MAKEOPTS="--jobs --load 8" EMERGE_DEFAULT_OPTS="--jobs --load-average=8 --verbose --tree --with-bdeps=y --keep-going" FEATURES="splitdebug" LINGUAS="en" SYS_USE_CPU="mmx sse sse2 sse3 ssse3 openmp opencl cuda posix nptl multilib smp lapack" SYS_USE_LANG="perl python tcl" SYS_USE_TOOLKITS="gtk" SYS_USE_GAPI="gd sdl ncurses xcb opengl v4l vdpau xv X dri" SYS_USE_AAPI="openal alsa" SYS_USE_OTHER="acl alsa cdr crypt cups dvd dvdr firefox gmp iconv nsplugin offensive pcre pda rss spell taglib truetype videos vim-syntax xattr xcomposite xft xinerama xml xscreensaver fontconfig qt3support phonon" SYS_USE_COMPRESSION="bzip2 gzip lzma lzo szip zlib" SYS_USE_MEDIA_GFX="imagemagick jpeg jpeg2k openexr png raw svg tiff wmf mng" SYS_USE_MEDIA_AUDIO="aac cdda flac gsm lame mad mikmod shorten speex timidity vorbis mp3 midi" SYS_USE_MEDIA_VIDEO="css dv ffmpeg theora x264 xvid" SYS_USE_MEDIA_CONTAINERS="matroska mms mp4 mpeg ogg pdf quicktime vcd" SYS_USE_MEDIA="${SYS_USE_MEDIA_GFX} ${SYS_USE_MEDIA_AUDIO} ${SYS_USE_MEDIA_VIDEO} ${SYS_USE_MEDIA_CONTAINERS} sound cddb encode exif gimp libsamplerate mtp ppds sndfile sox wavpack xmp latex" SYS_USE_NET="avahi curl ftp geoip gnutls ipv6 libwww rdesktop samba sockets ssl tcpd vnc" SYS_USE_PLATFORM="acpi dbus fam hddtemp ieee1394 joystick libnotify lm_sensors pam readline sharedmem syslog sysvipc threads udev unicode usb" SYS_USE_DONOTWANT="-pulseaudio -gnome -oss -berkdb -gdbm" USE="${SYS_USE_CPU} ${SYS_USE_LANG} ${SYS_USE_TOOLKITS} ${SYS_USE_GAPI} ${SYS_USE_AAPI} ${SYS_USE_OTHER} ${SYS_USE_MEDIA} ${SYS_USE_COMPRESSION} ${SYS_USE_NET} ${SYS_USE_PLATFORM} ${SYS_USE_DONOTWANT}" GENTOO_MIRRORS="http://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/ http://mirrors.cs.wmich.edu/gentoo http://gentoo.mirrors.tds.net/gentoo" SYNC="rsync://rsync29.us.gentoo.org/gentoo-portage" VIDEO_CARDS="nvidia" INPUT_DEVICES="evdev" ALSA_CARDS="" ACCEPT_LICENSE="AdobeFlash-10.3" PORTAGE_BINHOST="http://binhost.ossdl.de/x86_64-pc-linux-gnu/" #PKGDIR="/mnt/r5/pkgdir" #PORTAGE_TMPDIR="/mnt/r5/portage_tmp" CHOST="x86_64-pc-linux-gnu" -- :wq