Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] glibc-2.17 fails and warning: setlocale: LC_ALL error
Date: Tue, 15 Jul 2014 07:40:23
Message-Id: 53C4DADD.1020607@gmail.com
In Reply to: Re: [gentoo-user] glibc-2.17 fails and warning: setlocale: LC_ALL error by Hinnerk van Bruinehsen
1 Hinnerk van Bruinehsen wrote:
2 > I've taken a look at the bug that is mentioned in the error and there were
3 > several things mentioned that are supposed to fix this:
4 >
5 > 1. disable auditd (if you have it running) - this was the newest (from '14)
6 > So if you have it installed run /etc/init.d/auditd stop
7 > 2. reemerge several packages because python may have issues:
8 > - sync your tree
9 > - emerge portage (which will likely pull in some python stuff if the box
10 > wasn't updated for some time)
11 > (- optional: run eselect python and select a sane version and run python
12 > updater - this wasn't mentioned but may make sense nonetheless)
13 > - emerge linux-headers
14 > - emerge glibc (hopefully with success this time)
15 >
16 > WKR
17 > Hinnerk
18
19 I didn't have the audit stuff installed BUT it was turned on in the
20 kernel. I kicked that out and also got rid of all that cgroup stuff I
21 don't have any need for. Rebooted then tried your list. Audit stuff,
22 gone. Sync is maybe a couple days old so should be OK. Portage is up to
23 date. Python as follows:
24
25 dev-lang/python-2.7.6
26 dev-lang/python-3.3.3
27
28 localhost ~ # eselect python list
29 Available Python interpreters:
30 [1] python2.7 *
31 [2] python3.3
32 localhost ~ #
33
34 Updated linux-headers. It was a little out of sync with kernel
35 version. After all that, I get this:
36
37 These are the packages that would be merged, in order:
38
39 Calculating dependencies... done!
40 [ebuild R ] sys-libs/glibc-2.17:2.2 USE="-debug -gd (-hardened)
41 (-multilib) -nscd -profile (-selinux) -suid -systemtap -vanilla" 0 kB
42
43 Total: 1 package (1 reinstall), Size of downloads: 0 kB
44
45 >>> Verifying ebuild manifests
46 >>> Emerging (1 of 1) sys-libs/glibc-2.17
47 >>> Failed to emerge sys-libs/glibc-2.17, Log file:
48 >>> '/var/tmp/portage/sys-libs/glibc-2.17/temp/build.log'
49 >>> Jobs: 0 of 1 complete, 1 failed Load avg: 0.27,
50 0.59, 0.43
51 * Package: sys-libs/glibc-2.17
52 * Repository: gentoo
53 * Maintainer: toolchain@g.o
54 * USE: abi_x86_32 elibc_glibc kernel_linux userland_GNU x86
55 * FEATURES: preserve-libs sandbox
56 make -j3 -s glibc-test
57 make -j3 -s glibc-test
58 * Your old kernel is broken. You need to update it to
59 * a newer version as syscall(<bignum>) will break.
60 * http://bugs.gentoo.org/279260
61 * ERROR: sys-libs/glibc-2.17::gentoo failed (setup phase):
62 * keeping your system alive, say thank you
63 *
64 * Call stack:
65 * ebuild.sh, line 93: Called pkg_setup
66 * glibc-2.17.ebuild, line 151: Called eblit-run 'pkg_setup'
67 * glibc-2.17.ebuild, line 137: Called eblit-glibc-pkg_setup
68 * pkg_setup.eblit, line 75: Called die
69 * The specific snippet of code:
70 * die "keeping your system alive, say thank you"
71 *
72 * If you need support, post the output of `emerge --info
73 '=sys-libs/glibc-2.17::gentoo'`,
74 * the complete build log and the output of `emerge -pqv
75 '=sys-libs/glibc-2.17::gentoo'`.
76 * The complete build log is located at
77 '/var/tmp/portage/sys-libs/glibc-2.17/temp/build.log'.
78 * The ebuild environment file is located at
79 '/var/tmp/portage/sys-libs/glibc-2.17/temp/die.env'.
80 * Working directory: '/usr/lib/portage/pym'
81 * S: '/var/tmp/portage/sys-libs/glibc-2.17/work/glibc-2.17'
82 *
83 * The following package has failed to build or install:
84 *
85 * (sys-libs/glibc-2.17::gentoo, ebuild scheduled for merge), Log file:
86 * '/var/tmp/portage/sys-libs/glibc-2.17/temp/build.log'
87 *
88 localhost ~ #
89
90 So, the locale junk is gone but glibc is still not liking something.
91 Where did I put that hammer the last time I used it?? ;-)
92
93 Ideas? I'm pretty much out of them right now. My idea is the hammer.
94 lol
95
96 Dale
97
98 :-) :-)

Replies

Subject Author
Re: [gentoo-user] glibc-2.17 fails and warning: setlocale: LC_ALL error Hinnerk van Bruinehsen <h.v.bruinehsen@×××××××××.de>