From owner-freebsd-current Mon Sep 21 23:50:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA03154 for freebsd-current-outgoing; Mon, 21 Sep 1998 23:50:07 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from enterprise.sanyusan.se (enterprise.sanyusan.se [195.24.160.51]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA03089 for ; Mon, 21 Sep 1998 23:50:02 -0700 (PDT) (envelope-from synker@enterprise.sanyusan.se) Received: (from synker@localhost) by enterprise.sanyusan.se (8.9.1/8.9.1) id IAA04093 for current@freebsd.org; Tue, 22 Sep 1998 08:48:01 +0200 (CEST) (envelope-from synker) Message-ID: <19980922084801.A4077@sanyusan.se> Date: Tue, 22 Sep 1998 08:48:01 +0200 From: synker To: current@FreeBSD.ORG Subject: make buildworld stops... Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I have a full output of my 'make buildworld' if anyone is interested. I did my make buildworld last night: Script started on Mon Sep 21 21:02:47 1998 [root /usr/src]# make buildworld but when I got to work this morning I noticed it had stopped right after building 'rawboot': [snip] cc -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 -DRAWBOOT -I/usr/sr c/sys/i386/boot/rawboot/../biosboot -DBOOTWAIT=5000 -DTIMEOUT= -DBOOTSEG=0x1000 -DBOOTSTACK=0xFFF0 -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnest ed-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -W uninitialized -Wformat -fformat-extensions -ansi -DCOMCONSOLE=0x3F8 -DCONSPEED= 9600 -nostdinc -I/usr/src/sys/i386/boot/rawboot/../../../../include -I/usr/src/s ys/i386/boot/rawboot/../../.. -I/usr/obj/aout/usr/src/sys/i386/boot/rawboot -I /usr/obj/aout/usr/src/tmp/usr/include -N -T 0 -nostdlib -static -o boot start.o table.o boot2.o boot.o asm.o bios.o serial.o probe_keyboard.o io.o disk.o sys.o cp -p boot boot.strip strip boot.strip size boot.strip text data bss dec hex 6480 96 48552 55128 d758 dd if=boot.strip of=boot.nohdr ibs=32 skip=1 obs=1024b 205+1 records in 0+1 records out 6576 bytes transferred in 0.002997 secs (2194252 bytes/sec) ls -l boot.nohdr -rw-r--r-- 1 root bin 6576 21 Sep 23:08 boot.nohdr dd if=boot.nohdr of=rawboot bs=8k count=1 conv=sync 0+1 records in 1+0 records out 8192 bytes transferred in 0.000470 secs (17428221 bytes/sec) # there it stops... any ideas? Best regards, -synker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message