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: Mon, 19 Jun 2017 08:56:13
Message-Id: CAJ1xhMUfvDce5uabbqk3Mp7ehx+Hz-v1P23ZG4qHVMscZ48tjg@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 6:21 AM, <tuxic@××××××.de> wrote:
2 > On 06/15 05:56, tuxic@××××××.de wrote:
3 >> Hi,
4 >>
5 >> While updateing glibc-2.24-r2 failed to install.
6 >>
7 >> These are the last few lines of that process:
8 >>
9 >> ....
10 >> 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; \
11 >> 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
12 >> 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
13 >> 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
14 >> libc.texinfo:6: warning: @codequotebacktick should only appear at the beginning of a line
15 >> libc.texinfo:6: warning: @codequoteundirected should only appear at the beginning of a line
16 >> libc.texinfo:6: warning: @codequoteundirected should not appear in @codequotebacktick
17 >> libc.texinfo:6: expected @codequoteundirected on or off, not `on' require'
18 >> libc.texinfo:6: superfluous argument to @codequotebacktick
19 >> libc.texinfo:6: expected @codequotebacktick on or off, not `on' and ''
20 >> 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
21 >> make[2]: Leaving directory '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24/manual'
22 >> make[1]: *** [Makefile:215: manual/subdir_install] Error 2
23 >> make[1]: Leaving directory '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24'
24 >> make: *** [Makefile:12: install] Error 2
25 >> * ERROR: sys-libs/glibc-2.24-r2::gentoo failed (install phase):
26 >> * emake failed
27 >> *
28 >>
29 >> If anything more is wanted, I will be happy to post the wanted logs.
30 >> But I want to prevent to logbomnb the mailinglist in beforehand... ;)
31 >>
32 >> Cheers
33 >> Meino
34 >>
35 >
36 > Hi,
37 >
38 > Is there any solution for this problem ?
39 > Does anyone else has the same or similiar problems with this system
40 > update?
41 >
42 > Cheers
43 > Meino
44 >
45
46 What is the version of your gcc compiler?
47 The ebuild has this info on the version of gcc:
48 https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-libs/glibc/glibc-2.24-r2.ebuild
49 src_prepare() {
50 ...
51
52 case $(gcc-fullversion) in
53 4.8.[0-3]|4.9.0)
54 eerror "You need to switch to a newer compiler; gcc-4.8.[0-3] and
55 gcc-4.9.0 miscompile"
56 eerror "glibc. See https://bugs.gentoo.org/547420 for details."
57 die "need to switch compilers #547420"
58 ;;
59 esac
60 ...
61 }

Replies

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