From owner-freebsd-current Mon Oct 12 18:07:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24304 for freebsd-current-outgoing; Mon, 12 Oct 1998 18:07:20 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dns.webwizard.net.mx (dns.webwizard.com.mx [148.245.50.27]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24286 for ; Mon, 12 Oct 1998 18:07:12 -0700 (PDT) (envelope-from eculp@webwizard.org.mx) Received: from webwizard.org.mx (dns.webwizard.com.mx [148.245.50.27]) by dns.webwizard.net.mx (8.9.1/8.9.1) with ESMTP id TAA22177 for ; Mon, 12 Oct 1998 19:39:21 -0500 (CDT) (envelope-from eculp@webwizard.org.mx) Message-ID: <3622A139.833751BD@webwizard.org.mx> Date: Mon, 12 Oct 1998 19:39:21 -0500 From: Edwin Culp X-Mailer: Mozilla 4.5b2 [en] (X11; I; FreeBSD 3.0-BETA i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-current@FreeBSD.ORG Subject: Make elf release Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Due to a parity error in my memory:-) I forgot to remove my KERNFORMAT=elf system variable before making release and much to my surprise it made it through kernel creation. It looks like we will soon be able to make a 100% elf release. Has anyone done it? How important is it. Here's the result from my log before I redo it with an out kernel, if anyone is interested. Thanks, ed sh ../../conf/newvers.sh BOOTMFS cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitializ ed -Wformat -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../inc lude -DKERNEL -include opt_global.h -elf vers.c loading kernel text data bss dec hex filename 1432928 102748 112540 1648216 192658 kernel ./dumpnlist /R/stage/boot.std/kernel > /tmp/mnt_xx/stand/symbols kzip -v /R/stage/boot.std/kernel kzip: bad magic in file /R/stage/boot.std/kernel, probably not a kernel kzip: extract returned 200 real kernel start address will be: 0x1 real kernel end address will be: 0x65aac68a *** Error code 3 Stop. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message