Gentoo Archives: gentoo-alpha

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

Replies

Subject Author
Re: [gentoo-alpha] Re: GCC ICE failure compiling openssh-6.6_p1-r1 Richard Henderson <rth@×××××××.net>