public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Michael Mol <mikemol@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker.
Date: Sat, 2 Jun 2012 22:52:12 -0400	[thread overview]
Message-ID: <CA+czFiCuQPJVWo7LpnfaD6zr4WAaOnTGL9TCQeYmnvYhk6tZrQ@mail.gmail.com> (raw)
In-Reply-To: <CA+czFiAaxkGRY-6dsj_7BRL+xarrxAwr3bR3C4eNeRqCx0fv=A@mail.gmail.com>

On Sat, Apr 28, 2012 at 11:07 AM, Michael Mol <mikemol@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



  reply	other threads:[~2012-06-03  2:54 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-26  3:09 [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker Michael Mol
2012-04-26  3:50 ` Canek Peláez Valdés
2012-04-26  4:10   ` Michael Mol
2012-04-26  4:37   ` Michael Mol
2012-04-26  5:16     ` Michael Mol
2012-04-26  5:25       ` Michael Mol
2012-04-26 11:40         ` Michael Mol
2012-04-26 14:34           ` Qian Qiao
2012-04-26 14:41             ` Michael Mol
2012-04-26 15:01               ` Paul Hartman
2012-04-26 15:24                 ` Michael Mol
2012-04-26 15:04               ` Qian Qiao
2012-04-26 15:27               ` Mark Knecht
2012-04-26 16:53                 ` Michael Mol
2012-04-26 18:20                   ` Canek Peláez Valdés
2012-04-26 18:26                     ` Michael Mol
2012-04-26 19:06                       ` Michael Mol
2012-04-26 20:35                   ` Volker Armin Hemmann
2012-04-27  0:35                   ` Adam Carter
2012-04-27  1:53                     ` Michael Mol
2012-04-27 16:23                       ` Mike Edenfield
2012-04-28  7:10                       ` Pandu Poluan
2012-04-28  8:25                         ` Michael Mol
2012-04-28  9:28                           ` Pandu Poluan
2012-04-28 15:07                             ` Michael Mol
2012-06-03  2:52                               ` Michael Mol [this message]
2012-06-03  3:34                                 ` Dmitry Goncharov
2012-06-03  3:56                                   ` Michael Mol
2012-06-03  4:08                                     ` Dmitry Goncharov
2012-06-03  4:15                                       ` Michael Mol
2012-06-23  4:37                                     ` Michael Mol
2012-06-23 22:08                                       ` Michael Mol
2012-06-27 13:58                                         ` [SOLVED] " Michael Mol
2012-06-27 14:35                                           ` Hinnerk van Bruinehsen
2012-06-27 16:12                                           ` Neil Bothwick
2012-06-27 16:45                                             ` Michael Mol
2012-06-27 17:05                                               ` Neil Bothwick
2012-06-27 17:13                                                 ` Michael Mol
2012-06-27 16:38                                           ` Paul Hartman
2012-04-26 10:51       ` Andrea Conti
2012-04-26 20:30   ` Volker Armin Hemmann
2012-04-26  7:01 ` [gentoo-user] " Nikos Chantziaras
2012-04-26  7:17   ` Dale
2012-04-26 10:06   ` napalm
2012-04-26  8:47 ` [gentoo-user] " Helmut Jarausch
2012-04-26 14:38   ` Doug Hunley
2012-04-27  9:20     ` Willie WY Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+czFiCuQPJVWo7LpnfaD6zr4WAaOnTGL9TCQeYmnvYhk6tZrQ@mail.gmail.com \
    --to=mikemol@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox