Gentoo Archives: gentoo-alpha

From: Andrew Gaylard <ag@××××××××.org>
To: gentoo-alpha@l.g.o
Subject: [gentoo-alpha] GCC ICE failure compiling openssh-6.6_p1-r1
Date: Tue, 08 Apr 2014 17:23:49
Message-Id: 5344309B.1010308@computer.org
1 Hi,
2
3 I've just encountered this error in openssh-6.6_p1-r1, while doing an
4 'emerge -uva world':
5
6 alpha-unknown-linux-gnu-gcc -mieee -O2 -mcpu=ev56 -Wall -Wpointer-arith
7 -Wuninitialized -Wsign-compare -Wformat-security -Wno-pointer-sign
8 -Wno-unused-result -fno-strict-aliasing -ftrapv -fno-builtin-memset
9 -fPIE -I. -I. -DSSHDIR=\"/etc/ssh\"
10 -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\"
11 -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/lib/misc/ssh-askpass\"
12 -D_PATH_SFTP_SERVER=\"/usr/lib/misc/sftp-server\"
13 -D_PATH_SSH_KEY_SIGN=\"/usr/lib/misc/ssh-keysign\"
14 -D_PATH_SSH_PKCS11_HELPER=\"/usr/lib/misc/ssh-pkcs11-helper\"
15 -D_PATH_SSH_PIDDIR=\"/var/run\"
16 -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-keygen.c
17 ssh-keygen.c: In function 'do_known_hosts':
18 ssh-keygen.c:1230:1: internal compiler error: in hoist_code, at gcse.c:3123
19 Please submit a full bug report,
20 with preprocessed source if appropriate.
21 See <https://bugs.gentoo.org/> for instructions.
22 make: *** [ssh-keygen.o] Error 1
23 * ERROR: net-misc/openssh-6.6_p1-r1::gentoo failed (compile phase):
24 * emake failed
25
26 My GCC is this one:
27
28 # alpha-unknown-linux-gnu-gcc --version
29 alpha-unknown-linux-gnu-gcc (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3
30
31 Any ideas?
32 --
33 Andrew Gaylard

Replies

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