From owner-freebsd-current Thu Mar 6 12:34:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA09826 for current-outgoing; Thu, 6 Mar 1997 12:34:27 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id MAA09807 for ; Thu, 6 Mar 1997 12:34:13 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id VAA14962; Thu, 6 Mar 1997 21:34:06 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id UAA15005; Thu, 6 Mar 1997 20:58:03 +0100 (MET) Message-ID: <19970306205803.CD32107@uriah.heep.sax.de> Date: Thu, 6 Mar 1997 20:58:03 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: awhawks@ibm.net Cc: current@freebsd.org Subject: Re: Makeing a SNAP References: <199703061456.JAA13081@pent.ibm.net> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199703061456.JAA13081@pent.ibm.net>; from Adam W. Hawks on Mar 6, 1997 09:56:00 -0500 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Adam W. Hawks wrote: > rm -rf /R/stage/crunch > mkdir -p /R/stage/crunch > export RELEASE_BUILD_FIXIT=noway ; for j in boot fixit ; do rm -rf ${j}_crunch && mkdir ${j}_crunch && ( cd ${j}_crunch && crunchgen /usr/src/release/${j}_crunch.conf && make -f ${j}_crunch.mk all NOCRYPT=yes "CFLAGS=-O2 -pipe -DCRUNCHED_BINARY") && mv ${j}_crunch/${j}_crunch /R/stage/crunch/${j} && true || { rm -rf ${j}_crunch ; false ; } ; done > /usr/src/release/boot_crunch.conf: ft: warning: could not find any .o files. > /usr/src/release/boot_crunch.conf: ft: error: no objpaths specified or calculated. > /usr/src/release/boot_crunch.conf: sysinstall: warning: could not find any .o files. > /usr/src/release/boot_crunch.conf: sysinstall: error: no objpaths specified or calculated. > /usr/src/release/boot_crunch.conf: ft: ignoring program because of errors. > /usr/src/release/boot_crunch.conf: sysinstall: ignoring program because of errors. > Run "make -f boot_crunch.mk objs exe" to build crunched binary. > *** Error code 1 ``weird'' :-) I'm afraid you are a little on your own here. Go down there, and try to look into the crunch stuff (and the obj directory). Disclaimer: you haven't indicated the version you are doing this for. If it's 3.0-current, i think `make release' is still totally untested there. We are busy enough to get 2.2 out of the door. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)