Gentoo Archives: gentoo-alpha

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

Replies

Subject Author
[gentoo-alpha] Re: GCC ICE failure compiling openssh-6.6_p1-r1 "Måns Rullgård" <mans@×××××.com>