Skip site navigation (1)Skip section navigation (2)
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
Message-ID:  <19970306205803.CD32107@uriah.heep.sax.de>
In-Reply-To: <199703061456.JAA13081@pent.ibm.net>; from Adam W. Hawks on Mar 6, 1997 09:56:00 -0500
References:  <199703061456.JAA13081@pent.ibm.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970306205803.CD32107>