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

Replies

Subject Author
Re: [gentoo-alpha] Re: GCC ICE failure compiling openssh-6.6_p1-r1 "Raúl Porcel" <armin76@g.o>