Date: Thu, 18 Dec 2014 23:57:05 +0000 (UTC)
From: Michael van Elst <mlelstv%serpens.de@localhost>
To: port-m68k%netbsd.org@localhost
Newsgroups: lists.netbsd.port.m68k
Subject: Re: Time to flip the switch for gcc 4.8 on m68k?
john%ziaspace.com@localhost (John Klos) writes:
c++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include
-I/usr/local/include -I/usr/include -I/usr/local/include -I/usr/include
-I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H
-DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\"
-DNMAP_PLATFORM=\"m68k--netbsdelf\"
-DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -O2
-fno-reorder-blocks -I/usr/local/include -I/usr/include -Wall
-fno-strict-aliasing -g0 FPModel.cc -o FPModel.o
FPModel.cc: In function 'std::vector<FingerMatch> load_fp_matches()':
FPModel.cc:2339:26: internal compiler error: Segmentation fault
std::vector<FingerMatch> load_fp_matches() {
^
Could be a simple out-of-memory condition.
On amiga it cannot possibly run (with a stock kernel) because
it has a MAXTSIZ of 6MB and the compiler text segment is larger
than 6MB.