Gentoo Archives: gentoo-alpha

From: "Måns Rullgård" <mans@×××××.com>
To: gentoo-alpha@l.g.o
Subject: [gentoo-alpha] Re: GCC ICE failure compiling openssh-6.6_p1-r1
Date: Wed, 09 Apr 2014 15:50:54
Message-Id: yw1xppkq1ozi.fsf@unicorn.mansr.com
In Reply to: Re: [gentoo-alpha] Re: GCC ICE failure compiling openssh-6.6_p1-r1 by "Raúl Porcel"
1 Raúl Porcel <armin76@g.o> writes:
2
3 > On 04/09/14 00:13, Måns Rullgård wrote:
4 >> Andrew Gaylard <ag@××××××××.org> writes:
5 >>
6 >>> Hi,
7 >>>
8 >>> I've just encountered this error in openssh-6.6_p1-r1, while doing an
9 >>> 'emerge -uva world':
10 >>>
11 >>> alpha-unknown-linux-gnu-gcc -mieee -O2 -mcpu=ev56 -Wall
12 >>> -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security
13 >>> -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -ftrapv
14 >>> -fno-builtin-memset -fPIE -I. -I. -DSSHDIR=\"/etc/ssh\"
15 >>> -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\"
16 >>> -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/lib/misc/ssh-askpass\"
17 >>> -D_PATH_SFTP_SERVER=\"/usr/lib/misc/sftp-server\"
18 >>> -D_PATH_SSH_KEY_SIGN=\"/usr/lib/misc/ssh-keysign\"
19 >>> -D_PATH_SSH_PKCS11_HELPER=\"/usr/lib/misc/ssh-pkcs11-helper\"
20 >>> -D_PATH_SSH_PIDDIR=\"/var/run\"
21 >>> -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c
22 >>> ssh-keygen.c
23 >>> ssh-keygen.c: In function 'do_known_hosts':
24 >>> ssh-keygen.c:1230:1: internal compiler error: in hoist_code, at gcse.c:3123
25 >>> Please submit a full bug report,
26 >>> with preprocessed source if appropriate.
27 >>> See <https://bugs.gentoo.org/> for instructions.
28 >>> make: *** [ssh-keygen.o] Error 1
29 >>> * ERROR: net-misc/openssh-6.6_p1-r1::gentoo failed (compile phase):
30 >>> * emake failed
31 >>>
32 >>> My GCC is this one:
33 >>>
34 >>> # alpha-unknown-linux-gnu-gcc --version
35 >>> alpha-unknown-linux-gnu-gcc (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3
36 >>>
37 >>> Any ideas?
38 >>
39 >> Have you tried any other gcc versions?
40 >
41 > Fails here as well on my stable chroot.
42
43 Fails for me too with both 4.7 and 4.8.
44
45 --
46 Måns Rullgård
47 mans@×××××.com

Replies

Subject Author
Re: [gentoo-alpha] Re: GCC ICE failure compiling openssh-6.6_p1-r1 Brian Parkhurst <brianp@×××××××.net>