Gentoo Archives: gentoo-user

From: Michael Mol <mikemol@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker.
Date: Sun, 03 Jun 2012 02:54:02
Message-Id: CA+czFiCuQPJVWo7LpnfaD6zr4WAaOnTGL9TCQeYmnvYhk6tZrQ@mail.gmail.com
In Reply to: Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker. by Michael Mol
1 On Sat, Apr 28, 2012 at 11:07 AM, Michael Mol <mikemol@×××××.com> wrote:
2 > Kaylee has 10GB of RAM...if that's not enough, I'll be disabling graphite.
3 > (Though I haven't explicitly enabled it, either.)
4 >
5 > But, no I'm not sure, and can't check until Sunday eveningish. Currently at
6 > Penguicon.
7
8 Wow. Just wow. This is incredible.
9
10 This is repeatable for me.
11
12 My steps:
13
14 Start with the 12.1 LiveDVD ( http://www.gentoo.org/news/20120401-livedvd.xml )
15
16 Install latest stage 3, latest portage. Set various stuff. USE flags,
17 make.conf stuff, etc. Get kernel installed, reboot into system, sshd
18 up, etc.
19
20 Now, I essentially reused my existing make.conf file, which is at the
21 end of this email. I finally get to:
22
23 emerge --update --deep --newuse @world
24
25 ...and once it goes to install glibc, I get:
26
27 * The ebuild phase 'postrm' has been killed by signal 11.
28 * The 'postrm' phase of the 'sys-libs/glibc-2.14.1-r3' package has failed
29 * with exit value 1.
30 *
31 * The problem occurred while executing the ebuild file named
32 * 'glibc-2.14.1-r3.ebuild' located in the '/var/db/pkg/sys-
33 * libs/glibc-2.14.1-r3' directory. If necessary, manually remove the
34 * environment.bz2 file and/or the ebuild file located in that directory.
35 *
36 * Removal of the environment.bz2 file is preferred since it may allow the
37 * removal phases to execute successfully. The ebuild will be sourced and
38 * the eclasses from the current portage tree will be used when necessary.
39 * Removal of the ebuild file will cause the pkg_prerm() and pkg_postrm()
40 * removal phases to be skipped entirely.
41
42 So, once the updated glibc goes in, anything that dynamically links
43 against it fails on spawn, hence the failure at postinst. This is
44 crazy.
45
46 Make.conf:
47
48 CFLAGS="-O2 -pipe -D_FORTIFY_SOURCE=2 -march=core2 -mcx16 -msahf
49 --param l1-cache-size=32 --param l1-cache-line-size=64 --param
50 l2-cache-size=4096 -mtune=core2 -ggdb3"
51 CXXFLAGS="${CFLAGS}"
52
53 MAKEOPTS="--jobs --load 8"
54 EMERGE_DEFAULT_OPTS="--jobs --load-average=8 --verbose --tree
55 --with-bdeps=y --keep-going"
56 FEATURES="splitdebug"
57 LINGUAS="en"
58 SYS_USE_CPU="mmx sse sse2 sse3 ssse3 openmp opencl cuda posix nptl
59 multilib smp lapack"
60 SYS_USE_LANG="perl python tcl"
61 SYS_USE_TOOLKITS="gtk"
62 SYS_USE_GAPI="gd sdl ncurses xcb opengl v4l vdpau xv X dri"
63 SYS_USE_AAPI="openal alsa"
64 SYS_USE_OTHER="acl alsa cdr crypt cups dvd dvdr firefox gmp iconv
65 nsplugin offensive pcre pda rss spell taglib truetype videos
66 vim-syntax xattr xcomposite xft xinerama xml xscreensaver fontconfig
67 qt3support phonon"
68 SYS_USE_COMPRESSION="bzip2 gzip lzma lzo szip zlib"
69 SYS_USE_MEDIA_GFX="imagemagick jpeg jpeg2k openexr png raw svg tiff wmf mng"
70 SYS_USE_MEDIA_AUDIO="aac cdda flac gsm lame mad mikmod shorten speex
71 timidity vorbis mp3 midi"
72 SYS_USE_MEDIA_VIDEO="css dv ffmpeg theora x264 xvid"
73 SYS_USE_MEDIA_CONTAINERS="matroska mms mp4 mpeg ogg pdf quicktime vcd"
74 SYS_USE_MEDIA="${SYS_USE_MEDIA_GFX} ${SYS_USE_MEDIA_AUDIO}
75 ${SYS_USE_MEDIA_VIDEO} ${SYS_USE_MEDIA_CONTAINERS} sound cddb encode
76 exif gimp libsamplerate mtp ppds sndfile sox wavpack xmp latex"
77 SYS_USE_NET="avahi curl ftp geoip gnutls ipv6 libwww rdesktop samba
78 sockets ssl tcpd vnc"
79 SYS_USE_PLATFORM="acpi dbus fam hddtemp ieee1394 joystick libnotify
80 lm_sensors pam readline sharedmem syslog sysvipc threads udev unicode
81 usb"
82 SYS_USE_DONOTWANT="-pulseaudio -gnome -oss -berkdb -gdbm"
83 USE="${SYS_USE_CPU} ${SYS_USE_LANG} ${SYS_USE_TOOLKITS}
84 ${SYS_USE_GAPI} ${SYS_USE_AAPI} ${SYS_USE_OTHER} ${SYS_USE_MEDIA}
85 ${SYS_USE_COMPRESSION} ${SYS_USE_NET} ${SYS_USE_PLATFORM}
86 ${SYS_USE_DONOTWANT}"
87 GENTOO_MIRRORS="http://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/
88 http://mirrors.cs.wmich.edu/gentoo
89 http://gentoo.mirrors.tds.net/gentoo"
90 SYNC="rsync://rsync29.us.gentoo.org/gentoo-portage"
91
92 VIDEO_CARDS="nvidia"
93 INPUT_DEVICES="evdev"
94 ALSA_CARDS=""
95
96 ACCEPT_LICENSE="AdobeFlash-10.3"
97 PORTAGE_BINHOST="http://binhost.ossdl.de/x86_64-pc-linux-gnu/"
98
99 #PKGDIR="/mnt/r5/pkgdir"
100 #PORTAGE_TMPDIR="/mnt/r5/portage_tmp"
101
102 CHOST="x86_64-pc-linux-gnu"
103
104 --
105 :wq

Replies

Subject Author
Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker. Dmitry Goncharov <dgoncharov@××××××××.net>