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

Replies

Subject Author
Re: [gentoo-user] glibc-2.24-r2 failed (install phase) Mike Gilbert <floppym@g.o>