Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] glibc-2.24-r2 failed (install phase) tuxic@××××××.de