* [gentoo-alpha] GCC ICE failure compiling openssh-6.6_p1-r1 @ 2014-04-08 17:23 Andrew Gaylard 2014-04-08 22:13 ` [gentoo-alpha] " Måns Rullgård 0 siblings, 1 reply; 8+ messages in thread From: Andrew Gaylard @ 2014-04-08 17:23 UTC (permalink / raw To: gentoo-alpha Hi, I've just encountered this error in openssh-6.6_p1-r1, while doing an 'emerge -uva world': alpha-unknown-linux-gnu-gcc -mieee -O2 -mcpu=ev56 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -ftrapv -fno-builtin-memset -fPIE -I. -I. -DSSHDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/lib/misc/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/lib/misc/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/lib/misc/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/lib/misc/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-keygen.c ssh-keygen.c: In function 'do_known_hosts': ssh-keygen.c:1230:1: internal compiler error: in hoist_code, at gcse.c:3123 Please submit a full bug report, with preprocessed source if appropriate. See <https://bugs.gentoo.org/> for instructions. make: *** [ssh-keygen.o] Error 1 * ERROR: net-misc/openssh-6.6_p1-r1::gentoo failed (compile phase): * emake failed My GCC is this one: # alpha-unknown-linux-gnu-gcc --version alpha-unknown-linux-gnu-gcc (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3 Any ideas? -- Andrew Gaylard ^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-alpha] Re: GCC ICE failure compiling openssh-6.6_p1-r1 2014-04-08 17:23 [gentoo-alpha] GCC ICE failure compiling openssh-6.6_p1-r1 Andrew Gaylard @ 2014-04-08 22:13 ` Måns Rullgård 2014-04-09 14:31 ` Raúl Porcel 0 siblings, 1 reply; 8+ messages in thread From: Måns Rullgård @ 2014-04-08 22:13 UTC (permalink / raw To: gentoo-alpha Andrew Gaylard <ag@computer.org> writes: > Hi, > > I've just encountered this error in openssh-6.6_p1-r1, while doing an > 'emerge -uva world': > > alpha-unknown-linux-gnu-gcc -mieee -O2 -mcpu=ev56 -Wall > -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security > -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -ftrapv > -fno-builtin-memset -fPIE -I. -I. -DSSHDIR=\"/etc/ssh\" > -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" > -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/lib/misc/ssh-askpass\" > -D_PATH_SFTP_SERVER=\"/usr/lib/misc/sftp-server\" > -D_PATH_SSH_KEY_SIGN=\"/usr/lib/misc/ssh-keysign\" > -D_PATH_SSH_PKCS11_HELPER=\"/usr/lib/misc/ssh-pkcs11-helper\" > -D_PATH_SSH_PIDDIR=\"/var/run\" > -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c > ssh-keygen.c > ssh-keygen.c: In function 'do_known_hosts': > ssh-keygen.c:1230:1: internal compiler error: in hoist_code, at gcse.c:3123 > Please submit a full bug report, > with preprocessed source if appropriate. > See <https://bugs.gentoo.org/> for instructions. > make: *** [ssh-keygen.o] Error 1 > * ERROR: net-misc/openssh-6.6_p1-r1::gentoo failed (compile phase): > * emake failed > > My GCC is this one: > > # alpha-unknown-linux-gnu-gcc --version > alpha-unknown-linux-gnu-gcc (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3 > > Any ideas? Have you tried any other gcc versions? -- Måns Rullgård mans@mansr.com ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-alpha] Re: GCC ICE failure compiling openssh-6.6_p1-r1 2014-04-08 22:13 ` [gentoo-alpha] " Måns Rullgård @ 2014-04-09 14:31 ` Raúl Porcel 2014-04-09 15:50 ` Måns Rullgård 0 siblings, 1 reply; 8+ messages in thread From: Raúl Porcel @ 2014-04-09 14:31 UTC (permalink / raw To: gentoo-alpha On 04/09/14 00:13, Måns Rullgård wrote: > Andrew Gaylard <ag@computer.org> writes: > >> Hi, >> >> I've just encountered this error in openssh-6.6_p1-r1, while doing an >> 'emerge -uva world': >> >> alpha-unknown-linux-gnu-gcc -mieee -O2 -mcpu=ev56 -Wall >> -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security >> -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -ftrapv >> -fno-builtin-memset -fPIE -I. -I. -DSSHDIR=\"/etc/ssh\" >> -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" >> -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/lib/misc/ssh-askpass\" >> -D_PATH_SFTP_SERVER=\"/usr/lib/misc/sftp-server\" >> -D_PATH_SSH_KEY_SIGN=\"/usr/lib/misc/ssh-keysign\" >> -D_PATH_SSH_PKCS11_HELPER=\"/usr/lib/misc/ssh-pkcs11-helper\" >> -D_PATH_SSH_PIDDIR=\"/var/run\" >> -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c >> ssh-keygen.c >> ssh-keygen.c: In function 'do_known_hosts': >> ssh-keygen.c:1230:1: internal compiler error: in hoist_code, at gcse.c:3123 >> Please submit a full bug report, >> with preprocessed source if appropriate. >> See <https://bugs.gentoo.org/> for instructions. >> make: *** [ssh-keygen.o] Error 1 >> * ERROR: net-misc/openssh-6.6_p1-r1::gentoo failed (compile phase): >> * emake failed >> >> My GCC is this one: >> >> # alpha-unknown-linux-gnu-gcc --version >> alpha-unknown-linux-gnu-gcc (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3 >> >> Any ideas? > > Have you tried any other gcc versions? > Fails here as well on my stable chroot. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-alpha] Re: GCC ICE failure compiling openssh-6.6_p1-r1 2014-04-09 14:31 ` Raúl Porcel @ 2014-04-09 15:50 ` Måns Rullgård 2014-04-09 16:13 ` Brian Parkhurst 0 siblings, 1 reply; 8+ messages in thread From: Måns Rullgård @ 2014-04-09 15:50 UTC (permalink / raw To: gentoo-alpha Raúl Porcel <armin76@gentoo.org> writes: > On 04/09/14 00:13, Måns Rullgård wrote: >> Andrew Gaylard <ag@computer.org> writes: >> >>> Hi, >>> >>> I've just encountered this error in openssh-6.6_p1-r1, while doing an >>> 'emerge -uva world': >>> >>> alpha-unknown-linux-gnu-gcc -mieee -O2 -mcpu=ev56 -Wall >>> -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security >>> -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -ftrapv >>> -fno-builtin-memset -fPIE -I. -I. -DSSHDIR=\"/etc/ssh\" >>> -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" >>> -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/lib/misc/ssh-askpass\" >>> -D_PATH_SFTP_SERVER=\"/usr/lib/misc/sftp-server\" >>> -D_PATH_SSH_KEY_SIGN=\"/usr/lib/misc/ssh-keysign\" >>> -D_PATH_SSH_PKCS11_HELPER=\"/usr/lib/misc/ssh-pkcs11-helper\" >>> -D_PATH_SSH_PIDDIR=\"/var/run\" >>> -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c >>> ssh-keygen.c >>> ssh-keygen.c: In function 'do_known_hosts': >>> ssh-keygen.c:1230:1: internal compiler error: in hoist_code, at gcse.c:3123 >>> Please submit a full bug report, >>> with preprocessed source if appropriate. >>> See <https://bugs.gentoo.org/> for instructions. >>> make: *** [ssh-keygen.o] Error 1 >>> * ERROR: net-misc/openssh-6.6_p1-r1::gentoo failed (compile phase): >>> * emake failed >>> >>> My GCC is this one: >>> >>> # alpha-unknown-linux-gnu-gcc --version >>> alpha-unknown-linux-gnu-gcc (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3 >>> >>> Any ideas? >> >> Have you tried any other gcc versions? > > Fails here as well on my stable chroot. Fails for me too with both 4.7 and 4.8. -- Måns Rullgård mans@mansr.com ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-alpha] Re: GCC ICE failure compiling openssh-6.6_p1-r1 2014-04-09 15:50 ` Måns Rullgård @ 2014-04-09 16:13 ` Brian Parkhurst 2014-04-09 16:25 ` Brian Parkhurst 2014-04-09 16:31 ` Brian Parkhurst 0 siblings, 2 replies; 8+ messages in thread From: Brian Parkhurst @ 2014-04-09 16:13 UTC (permalink / raw To: gentoo-alpha Attempting a rebuild now to see.. (I have a successful openssh-6.6_p1-r1 install from 4/3/2014) Brian.. On 4/9/2014 08:50, Måns Rullgård wrote: > Raúl Porcel <armin76@gentoo.org> writes: > >> On 04/09/14 00:13, Måns Rullgård wrote: >>> Andrew Gaylard <ag@computer.org> writes: >>> >>>> Hi, >>>> >>>> I've just encountered this error in openssh-6.6_p1-r1, while doing an >>>> 'emerge -uva world': >>>> >>>> alpha-unknown-linux-gnu-gcc -mieee -O2 -mcpu=ev56 -Wall >>>> -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security >>>> -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -ftrapv >>>> -fno-builtin-memset -fPIE -I. -I. -DSSHDIR=\"/etc/ssh\" >>>> -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" >>>> -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/lib/misc/ssh-askpass\" >>>> -D_PATH_SFTP_SERVER=\"/usr/lib/misc/sftp-server\" >>>> -D_PATH_SSH_KEY_SIGN=\"/usr/lib/misc/ssh-keysign\" >>>> -D_PATH_SSH_PKCS11_HELPER=\"/usr/lib/misc/ssh-pkcs11-helper\" >>>> -D_PATH_SSH_PIDDIR=\"/var/run\" >>>> -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c >>>> ssh-keygen.c >>>> ssh-keygen.c: In function 'do_known_hosts': >>>> ssh-keygen.c:1230:1: internal compiler error: in hoist_code, at gcse.c:3123 >>>> Please submit a full bug report, >>>> with preprocessed source if appropriate. >>>> See <https://bugs.gentoo.org/> for instructions. >>>> make: *** [ssh-keygen.o] Error 1 >>>> * ERROR: net-misc/openssh-6.6_p1-r1::gentoo failed (compile phase): >>>> * emake failed >>>> >>>> My GCC is this one: >>>> >>>> # alpha-unknown-linux-gnu-gcc --version >>>> alpha-unknown-linux-gnu-gcc (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3 >>>> >>>> Any ideas? >>> >>> Have you tried any other gcc versions? >> >> Fails here as well on my stable chroot. > > Fails for me too with both 4.7 and 4.8. > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-alpha] Re: GCC ICE failure compiling openssh-6.6_p1-r1 2014-04-09 16:13 ` Brian Parkhurst @ 2014-04-09 16:25 ` Brian Parkhurst 2014-04-09 16:35 ` Richard Henderson 2014-04-09 16:31 ` Brian Parkhurst 1 sibling, 1 reply; 8+ messages in thread From: Brian Parkhurst @ 2014-04-09 16:25 UTC (permalink / raw To: gentoo-alpha Fails with the same error's noted below with gcc-4.7.3-r1 Re-attempting with latest stable compiler 4.5.4. On 4/9/2014 09:13, Brian Parkhurst wrote: > Attempting a rebuild now to see.. > > (I have a successful openssh-6.6_p1-r1 install from 4/3/2014) > > Brian.. > > > On 4/9/2014 08:50, Måns Rullgård wrote: >> Raúl Porcel <armin76@gentoo.org> writes: >> >>> On 04/09/14 00:13, Måns Rullgård wrote: >>>> Andrew Gaylard <ag@computer.org> writes: >>>> >>>>> Hi, >>>>> >>>>> I've just encountered this error in openssh-6.6_p1-r1, while doing an >>>>> 'emerge -uva world': >>>>> >>>>> alpha-unknown-linux-gnu-gcc -mieee -O2 -mcpu=ev56 -Wall >>>>> -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security >>>>> -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -ftrapv >>>>> -fno-builtin-memset -fPIE -I. -I. -DSSHDIR=\"/etc/ssh\" >>>>> -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" >>>>> -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/lib/misc/ssh-askpass\" >>>>> -D_PATH_SFTP_SERVER=\"/usr/lib/misc/sftp-server\" >>>>> -D_PATH_SSH_KEY_SIGN=\"/usr/lib/misc/ssh-keysign\" >>>>> -D_PATH_SSH_PKCS11_HELPER=\"/usr/lib/misc/ssh-pkcs11-helper\" >>>>> -D_PATH_SSH_PIDDIR=\"/var/run\" >>>>> -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c >>>>> ssh-keygen.c >>>>> ssh-keygen.c: In function 'do_known_hosts': >>>>> ssh-keygen.c:1230:1: internal compiler error: in hoist_code, at >>>>> gcse.c:3123 >>>>> Please submit a full bug report, >>>>> with preprocessed source if appropriate. >>>>> See <https://bugs.gentoo.org/> for instructions. >>>>> make: *** [ssh-keygen.o] Error 1 >>>>> * ERROR: net-misc/openssh-6.6_p1-r1::gentoo failed (compile phase): >>>>> * emake failed >>>>> >>>>> My GCC is this one: >>>>> >>>>> # alpha-unknown-linux-gnu-gcc --version >>>>> alpha-unknown-linux-gnu-gcc (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3 >>>>> >>>>> Any ideas? >>>> >>>> Have you tried any other gcc versions? >>> >>> Fails here as well on my stable chroot. >> >> Fails for me too with both 4.7 and 4.8. >> > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-alpha] Re: GCC ICE failure compiling openssh-6.6_p1-r1 2014-04-09 16:25 ` Brian Parkhurst @ 2014-04-09 16:35 ` Richard Henderson 0 siblings, 0 replies; 8+ messages in thread From: Richard Henderson @ 2014-04-09 16:35 UTC (permalink / raw To: gentoo-alpha On 04/09/2014 09:25 AM, Brian Parkhurst wrote: > Fails with the same error's noted below with gcc-4.7.3-r1 Please file gcc bugs when you find stuff like this. r~ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-alpha] Re: GCC ICE failure compiling openssh-6.6_p1-r1 2014-04-09 16:13 ` Brian Parkhurst 2014-04-09 16:25 ` Brian Parkhurst @ 2014-04-09 16:31 ` Brian Parkhurst 1 sibling, 0 replies; 8+ messages in thread From: Brian Parkhurst @ 2014-04-09 16:31 UTC (permalink / raw To: gentoo-alpha Succeeded with gcc-4.5.4 alpha-omega ~ # emerge --info Portage 2.2.10 (default/linux/alpha/13.0/desktop/gnome, gcc-4.5.4, glibc-2.15-r3, 3.10.7-gentoo-r1 alpha) ================================================================= System uname: Linux-3.10.7-gentoo-r1-alpha-EV67-with-gentoo-2.2 KiB Mem: 4148392 total, 467352 free KiB Swap: 7302840 total, 7279752 free Timestamp of tree: Mon, 07 Apr 2014 14:30:01 +0000 ld GNU ld (GNU Binutils) 2.23.1 app-shells/bash: 4.2_p46-r1 dev-lang/python: 2.6.8-r1, 2.7.6, 3.1.5-r1, 3.2.5-r3, 3.3.5, 3.4.0 dev-util/cmake: 2.8.12.2 dev-util/pkgconfig: 0.28-r1 sys-apps/baselayout: 2.2 sys-apps/openrc: 0.12.4 sys-apps/sandbox: 2.6-r1 sys-devel/autoconf: 2.13, 2.69 sys-devel/automake: 1.10.3, 1.11.6, 1.12.6, 1.13.4, 1.14.1 sys-devel/binutils: 2.23.1 sys-devel/gcc: 4.3.6-r1, 4.4.7, 4.5.4, 4.6.3, 4.7.3-r1 sys-devel/gcc-config: 1.8 sys-devel/libtool: 2.4.2 sys-devel/make: 4.0-r1 sys-kernel/linux-headers: 3.9 (virtual/os-headers) sys-libs/glibc: 2.15-r3 Repositories: gentoo ACCEPT_KEYWORDS="alpha ~alpha" ACCEPT_LICENSE="* -@EULA PUEL" CBUILD="alpha-unknown-linux-gnu" CFLAGS="-O2 -pipe -mcpu=ev67 -mno-soft-float -mfp-regs -mieee" CHOST="alpha-unknown-linux-gnu" On Wed, 2014-04-09 at 09:13 -0700, Brian Parkhurst wrote: > Attempting a rebuild now to see.. > > (I have a successful openssh-6.6_p1-r1 install from 4/3/2014) > > Brian.. > > > On 4/9/2014 08:50, Måns Rullgård wrote: > > Raúl Porcel <armin76@gentoo.org> writes: > > > >> On 04/09/14 00:13, Måns Rullgård wrote: > >>> Andrew Gaylard <ag@computer.org> writes: > >>> > >>>> Hi, > >>>> > >>>> I've just encountered this error in openssh-6.6_p1-r1, while doing an > >>>> 'emerge -uva world': > >>>> > >>>> alpha-unknown-linux-gnu-gcc -mieee -O2 -mcpu=ev56 -Wall > >>>> -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security > >>>> -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -ftrapv > >>>> -fno-builtin-memset -fPIE -I. -I. -DSSHDIR=\"/etc/ssh\" > >>>> -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" > >>>> -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/lib/misc/ssh-askpass\" > >>>> -D_PATH_SFTP_SERVER=\"/usr/lib/misc/sftp-server\" > >>>> -D_PATH_SSH_KEY_SIGN=\"/usr/lib/misc/ssh-keysign\" > >>>> -D_PATH_SSH_PKCS11_HELPER=\"/usr/lib/misc/ssh-pkcs11-helper\" > >>>> -D_PATH_SSH_PIDDIR=\"/var/run\" > >>>> -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c > >>>> ssh-keygen.c > >>>> ssh-keygen.c: In function 'do_known_hosts': > >>>> ssh-keygen.c:1230:1: internal compiler error: in hoist_code, at gcse.c:3123 > >>>> Please submit a full bug report, > >>>> with preprocessed source if appropriate. > >>>> See <https://bugs.gentoo.org/> for instructions. > >>>> make: *** [ssh-keygen.o] Error 1 > >>>> * ERROR: net-misc/openssh-6.6_p1-r1::gentoo failed (compile phase): > >>>> * emake failed > >>>> > >>>> My GCC is this one: > >>>> > >>>> # alpha-unknown-linux-gnu-gcc --version > >>>> alpha-unknown-linux-gnu-gcc (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3 > >>>> > >>>> Any ideas? > >>> > >>> Have you tried any other gcc versions? > >> > >> Fails here as well on my stable chroot. > > > > Fails for me too with both 4.7 and 4.8. > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-04-09 16:35 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-04-08 17:23 [gentoo-alpha] GCC ICE failure compiling openssh-6.6_p1-r1 Andrew Gaylard 2014-04-08 22:13 ` [gentoo-alpha] " Måns Rullgård 2014-04-09 14:31 ` Raúl Porcel 2014-04-09 15:50 ` Måns Rullgård 2014-04-09 16:13 ` Brian Parkhurst 2014-04-09 16:25 ` Brian Parkhurst 2014-04-09 16:35 ` Richard Henderson 2014-04-09 16:31 ` Brian Parkhurst
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox