Gentoo Archives: gentoo-user

From: Hinnerk van Bruinehsen <h.v.bruinehsen@×××××××××.de>
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:04:25
Message-Id: 20140715070416.GA10473@TranscendTheRubicon.zedat.fu-berlin.de
In Reply to: Re: [gentoo-user] glibc-2.17 fails and warning: setlocale: LC_ALL error by Dale
1 On Tue, Jul 15, 2014 at 12:33:57AM -0500, Dale wrote:
2 <SNIP>
3 > > make -j3 -s glibc-test
4 > > * Your old kernel is broken. You need to update it to
5 > > * a newer version as syscall(<bignum>) will break.
6 > > * http://bugs.gentoo.org/279260
7 > > * ERROR: sys-libs/glibc-2.17::gentoo failed (setup phase):
8 > > * keeping your system alive, say thank you
9 > > *
10 > > * Call stack:
11 <SNIP>
12 > UPDATE: Thanks to Hinnerk, the locale error is fixed. I am still
13 > looking for ideas on the glibc error tho. Since this original post, I
14 > have tried the following versions of glibc with the same result.
15 >
16 > sys-libs/glibc-2.18-r1
17 > sys-libs/glibc-2.19-r1
18 >
19 > So, it seems something else is wrong here. I have googled and most
20 > things I find are with older kernels and I'm using the newest kernel I
21 > can find in the tree. 3.15.5-gentoo
22 >
23 > Ideas? Fixes? Bug that needs Raid?
24
25 I've taken a look at the bug that is mentioned in the error and there were
26 several things mentioned that are supposed to fix this:
27
28 1. disable auditd (if you have it running) - this was the newest (from '14)
29 So if you have it installed run /etc/init.d/auditd stop
30 2. reemerge several packages because python may have issues:
31 - sync your tree
32 - emerge portage (which will likely pull in some python stuff if the box
33 wasn't updated for some time)
34 (- optional: run eselect python and select a sane version and run python
35 updater - this wasn't mentioned but may make sense nonetheless)
36 - emerge linux-headers
37 - emerge glibc (hopefully with success this time)
38
39 WKR
40 Hinnerk

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] glibc-2.17 fails and warning: setlocale: LC_ALL error Dale <rdalek1967@×××××.com>