From owner-freebsd-current Fri Oct 25 19:33:02 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA16421 for current-outgoing; Fri, 25 Oct 1996 19:33:02 -0700 (PDT) Received: from upsilon.cs.fsu.edu (upsilon.cs.fsu.edu [128.186.121.34]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA16409 for ; Fri, 25 Oct 1996 19:32:52 -0700 (PDT) Received: (from uh@localhost) by upsilon.cs.fsu.edu (8.7.6/8.7.3) id WAA22840 for current@FreeBSD.org; Fri, 25 Oct 1996 22:32:45 -0400 (EDT) From: Gang-Ryung Uh Message-Id: <199610260232.WAA22840@upsilon.cs.fsu.edu> Subject: Make world fails To: current@freebsd.org Date: Fri, 25 Oct 1996 22:32:45 -0400 (EDT) X-Mailer: ELM [version 2.4 PL20] Content-Type: text Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I supped the current src yesterday. But "make world" is broken at the following point:- Would you tell me what I am missing here? Thanks in advance. Regards, Gang-Ryung Uh (uh@cs.fsu.edu) ------------ cc -O -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_ALLOCA=1 -DHAVE_STRERROR=1 -DXPFILE=\"/usr/share/misc/bison.simple\" -DXPFILE1=\"/usr/share/misc/bison.hairy\" -c /usr/src/gnu/usr.bin/bison/../../../contrib/bison/getopt1.c cc -O -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_ALLOCA=1 -DHAVE_STRERROR=1 -DXPFILE=\"/usr/share/misc/bison.simple\" -DXPFILE1=\"/usr/share/misc/bison.hairy\" -o bison LR0.o allocate.o closure.o conflicts.o derives.o files.o getargs.o gram.o lalr.o lex.o main.o nullable.o output.o print.o reader.o reduce.o symtab.o warshall.o version.o getopt.o getopt1.o ===> data sed -e "/^#line/ s|bison|/usr/share/misc/bison|" < /usr/src/gnu/usr.bin/bison/\data/../../../../contrib/bison/bison.simple > bison.s1 Segmentation fault - core dumped *** Error code 139 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop.