From owner-freebsd-current Mon Sep 28 10:33:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18435 for freebsd-current-outgoing; Mon, 28 Sep 1998 10:33:57 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from smtp-gw.BayNetworks.COM (ns1.BayNetworks.COM [134.177.3.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18430 for ; Mon, 28 Sep 1998 10:33:56 -0700 (PDT) (envelope-from thomma@BayNetworks.COM) Received: from mailhost.BayNetworks.COM (h016b.s86b1.BayNetworks.COM [134.177.1.107] (may be forged)) by smtp-gw.BayNetworks.COM (8.8.8/8.8.8) with ESMTP id KAA27072 for ; Mon, 28 Sep 1998 10:33:35 -0700 (PDT) Received: from fedex.engwest.baynetworks.com (fedex.engwest.baynetworks.com [134.177.110.46]) by mailhost.BayNetworks.COM (8.8.8/8.8.8) with SMTP id KAA29080 for ; Mon, 28 Sep 1998 10:33:34 -0700 (PDT) Received: from carrera.engwest (carrera.engwest.baynetworks.com) by fedex.engwest.baynetworks.com (4.1/SMI-4.1) Received: from localhost by carrera.engwest (SMI-8.6/SMI-SVR4) id KAA27241; Mon, 28 Sep 1998 10:33:38 -0700 To: freebsd-current@FreeBSD.ORG Subject: aout-to-elf breakage? X-Mailer: Mew version 1.92 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980928103337T.thomma@baynetworks.com> Date: Mon, 28 Sep 1998 10:33:37 -0700 From: Tamiji Homma X-Dispatcher: imput version 971024 Lines: 60 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I tried to upgrade my travel companion laptop to -current elf from a few month old -current(June 19 1998, with softupdates). It's Compaq Aero 486sx/33(20MB RAM, 1.6GB disk, 128MB swap). I decided to do formal(?) aout-to-elf on the laptop rather than building on the other faster machine with make aout-to-elf-install. It stopped after about 36 hours. Does aout-to-elf need more resource to complete? Or just my machine got tired of compling and then quit :-) # df -k Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0s1a 31743 17482 11722 60% / /dev/wd0s1f 1257679 889407 267658 77% /usr /dev/wd0s1e 127023 1817 115045 2% /var procfs 4 4 0 100% /proc # ls -l /usr/obj total 4 drwxr-xr-x 3 root bin 512 Sep 26 03:44 aout -rw-r--r-- 1 root bin 0 Sep 27 03:14 do_aout_buildworld drwxr-xr-x 3 root bin 512 Sep 27 03:14 elf It shows it's still a long way to go.... Thanks. Tammy cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/number/number.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -o number number.o gzip -cn /usr/src/games/number/number.6 > number.6.gz ===> games/phantasia cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c -o cross-phantglobs.o /usr/src/games/phantasia/phantglobs.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/phantasia/setup.c cc -static -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -o setup cross-phantglobs.o setup.o -lm ./setup -m /usr/src/games/phantasia/monsters.asc *** Signal 10 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message