Subject: sha512.c:490: internal compiler error
To: None <current-users@netbsd.org>
From: Kurt Schreiner <ks@ub.uni-mainz.de>
List: port-vax
Date: 12/31/2007 15:18:51
Hi,

trying to cross compile -current on i386 for vax I run into the
following. There are other reports of "internal compiler error"
in the mailing lists, but not relating to openssl/.../sha512.c.
I've successfully compiled i386/sparc/sparc64 and alpha on this
machine today, so I think there are no problems w/ the 2 512MB
RAM dimms...
 
/u/NetBSD/src/crypto/dist/openssl/crypto/sha/sha512.c: In function 'sha512_block':
/u/NetBSD/src/crypto/dist/openssl/crypto/sha/sha512.c:490: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.NetBSD.org/Misc/send-pr.html> for instructions.

*** Failed target:  sha512.o
*** Failed command: /u/NetBSD/hshutti/vax/TOOLS/bin/vax--netbsdelf-gcc -O1 -fgcse -fstrength-reduce -fgcse-after-reload -pipe -Werror -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -Dlibcrypto -I. -I/u/NetBSD/src/crypto/dist/openssl/crypto -I/u/NetBSD/src/crypto/dist/openssl -DOPENSSLDIR=\"/etc/openssl\" -DENGINESDIR=\"/usr/lib/openssl\" -DDSO_DLFCN -DHAVE_DLFCN_H -I/u/NetBSD/src/crypto/dist/openssl/crypto -I/u/NetBSD/src/crypto/dist/openssl/crypto/bn -I/u/NetBSD/src/lib/libcrypto/arch/vax -nostdinc -isystem /u/NetBSD/hshutti/vax/dest/usr/include -c -I/u/NetBSD/src/crypto/dist/openssl/crypto/sha /u/NetBSD/src/crypto/dist/openssl/crypto/sha/sha512.c -o sha512.o
*** Error code 1

Stop.
nbmake: stopped in /u/NetBSD/src/lib/libcrypto

Kurt