Gentoo Archives: gentoo-user

From: tuxic@××××××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] glibc-2.24-r2 failed (install phase)
Date: Mon, 19 Jun 2017 16:43:52
Message-Id: 20170619164336.7rf7uen35gqjkrj6@solfire
In Reply to: Re: [gentoo-user] glibc-2.24-r2 failed (install phase) by Alexander Kapshuk
1 On 06/19 11:55, Alexander Kapshuk wrote:
2 > On Mon, Jun 19, 2017 at 6:21 AM, <tuxic@××××××.de> wrote:
3 > > On 06/15 05:56, tuxic@××××××.de wrote:
4 > >> Hi,
5 > >>
6 > >> While updateing glibc-2.24-r2 failed to install.
7 > >>
8 > >> These are the last few lines of that process:
9 > >>
10 > >> ....
11 > >> al/execinfo.c.texi /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/add.c.texi /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/summary.texi /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/pkgvers.texi | sort; \
12 > >> echo "@end direntry") > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
13 > >> mv -f /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi
14 > >> LANGUAGE=C LC_ALL=C makeinfo -P /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/ --output=/var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info libc.texinfo
15 > >> libc.texinfo:6: warning: @codequotebacktick should only appear at the beginning of a line
16 > >> libc.texinfo:6: warning: @codequoteundirected should only appear at the beginning of a line
17 > >> libc.texinfo:6: warning: @codequoteundirected should not appear in @codequotebacktick
18 > >> libc.texinfo:6: expected @codequoteundirected on or off, not `on' require'
19 > >> libc.texinfo:6: superfluous argument to @codequotebacktick
20 > >> libc.texinfo:6: expected @codequotebacktick on or off, not `on' and ''
21 > >> make[2]: *** [Makefile:144: /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info] Error 1
22 > >> make[2]: Leaving directory '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24/manual'
23 > >> make[1]: *** [Makefile:215: manual/subdir_install] Error 2
24 > >> make[1]: Leaving directory '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24'
25 > >> make: *** [Makefile:12: install] Error 2
26 > >> * ERROR: sys-libs/glibc-2.24-r2::gentoo failed (install phase):
27 > >> * emake failed
28 > >> *
29 > >>
30 > >> If anything more is wanted, I will be happy to post the wanted logs.
31 > >> But I want to prevent to logbomnb the mailinglist in beforehand... ;)
32 > >>
33 > >> Cheers
34 > >> Meino
35 > >>
36 > >
37 > > Hi,
38 > >
39 > > Is there any solution for this problem ?
40 > > Does anyone else has the same or similiar problems with this system
41 > > update?
42 > >
43 > > Cheers
44 > > Meino
45 > >
46 >
47 > What is the version of your gcc compiler?
48 > The ebuild has this info on the version of gcc:
49 > https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-libs/glibc/glibc-2.24-r2.ebuild
50 > src_prepare() {
51 > ...
52 >
53 > case $(gcc-fullversion) in
54 > 4.8.[0-3]|4.9.0)
55 > eerror "You need to switch to a newer compiler; gcc-4.8.[0-3] and
56 > gcc-4.9.0 miscompile"
57 > eerror "glibc. See https://bugs.gentoo.org/547420 for details."
58 > die "need to switch compilers #547420"
59 > ;;
60 > esac
61 > ...
62 > }
63 >
64
65 The gcc on my system says:
66
67 gcc (Gentoo 5.4.0-r3 p1.3, pie-0.6.5) 5.4.0
68 Copyright (C) 2015 Free Software Foundation, Inc.
69 This is free software; see the source for copying conditions. There is NO
70 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
71
72 if asked...
73
74 Cheers
75 mcc

Replies

Subject Author
Re: [gentoo-user] glibc-2.24-r2 failed (install phase) Alexander Kapshuk <alexander.kapshuk@×××××.com>