From owner-freebsd-current Tue Jan 9 20:03:43 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA03718 for current-outgoing; Tue, 9 Jan 1996 20:03:43 -0800 (PST) Received: from sed.cs.fsu.edu (sed.cs.fsu.edu [128.186.121.157]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA03712 for ; Tue, 9 Jan 1996 20:03:36 -0800 (PST) Received: by sed.cs.fsu.edu (8.6.9/56) id XAA10376; Tue, 9 Jan 1996 23:03:34 -0500 From: Gang-Ryung Uh Message-Id: <199601100403.XAA10376@sed.cs.fsu.edu> Subject: make world To: freebsd-current@FreeBSD.org Date: Tue, 9 Jan 1996 23:03:34 -0500 (EST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org Precedence: bulk Hi, I am trying to build the FreeBSD-current (which I downloaded 7 days ago). But in the early stage of "make world", I got an following fatal error: ------- cc -O -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -DRTLD -c /usr/src/gnu/usr.bin/ld/rtld/../i386/md.c ld -o ld.so -Bshareable -Bsymbolic -assert nosymbolic mdprologue.o rtld.o malloc.o shlib.o etc.o md.o -lc_pic -lgcc_pic gzip -c /usr/src/gnu/usr.bin/ld/rtld/rtld.1 > rtld.1.gz install -c -s -o bin -g bin -m 555 ld /usr/bin ===> ldconfig install -c -s -o bin -g bin -m 555 ldconfig /sbin install -c -o bin -g bin -m 444 ldconfig.8.gz /usr/share/man/man8 ===> ldd install -c -s -o bin -g bin -m 555 ldd /usr/bin install -c -o bin -g bin -m 444 ldd.1.gz /usr/share/man/man1 ===> rtld install -c -s -o bin -g bin -m 555 -fschg ld.so /usr/libexec install -c -o bin -g bin -m 444 rtld.1.gz /usr/share/man/man1 Memory fault *** Error code 139 Stop. *** Error code 1 -------- I am just curious in what situation the "Memory fault" message can be generated. Would you tell me how to fix that problem? Also, in order to restore to the original system, what I have to do? Thanks very much. Regards, Gang-Ryung Uh (uh@cs.fsu.edu)