Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: internal compiler error heimdal



Following on, zapped /usr/obj again,

quantz# cc --version
cc (nb1 20160606) 5.4.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

quantz# as --version
GNU assembler (NetBSD Binutils nb1) 2.26.1
Copyright (C) 2015 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or later.
This program has absolutely no warranty.
This assembler was configured for a target of `x86_64--netbsd'.
quantz# sh build.sh tools
===> build.sh command:    build.sh tools
===> build.sh started:    Sun Oct 30 14:55:45 GMT 2016
===> NetBSD version:      7.99.41
===> MACHINE:             amd64
===> MACHINE_ARCH:        x86_64
===> Build platform:      NetBSD 7.99.41 amd64
===> HOST_SH:             /bin/sh
===> No $TOOLDIR/bin/nbmake, needs building.
===> Bootstrapping nbmake
checking for sh... /bin/sh
checking for gcc... cc
checking for C compiler default output... configure: error: C compiler cannot create executables

ERROR: Configure of nbmake failed, see /tmp/nbbuild22409-config.log for details
*** BUILD ABORTED ***

nbbuild22409-config.log contains

gcc version 5.4.0 (nb1 20160606) 
configure:1280: $? = 0
configure:1282: cc -V </dev/null >&5
cc: error: unrecognized command line option '-V'
cc: fatal error: no input files
compilation terminated.
configure:1285: $? = 1
configure:1305: checking for C compiler default output
configure:1308: cc -O  -D_PATH_DEFSYSPATH=\"/usr/src/share/mk\"  conftest.c  >&5
<command-line>:0:19: warning: missing terminating " character
cc: internal compiler error: Segmentation fault (program as received signal 11)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://www.NetBSD.org/support/send-pr.html> for instructions.


quantz$ gcc -o hellow hellow.c -Wall
gcc: internal compiler error: Segmentation fault (program as received signal 11)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://www.NetBSD.org/support/send-pr.html> for instructions.

How should I have attempted to update?

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index