Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Mar 1997 19:31:04 -0800
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        awhawks@ibm.net
Cc:        current@freebsd.org
Subject:   Re: Makeing a SNAP 
Message-ID:  <4885.857705464@time.cdrom.com>
In-Reply-To: Your message of "Thu, 06 Mar 1997 09:56:00 EST." <199703061456.JAA13081@pent.ibm.net> 

next in thread | previous in thread | raw e-mail | index | archive | help

> All went fine till it got to the part in release.4 that does the cruch stuff
> where it fails with the following results. 
> 
> rm -rf /R/stage/crunch
> mkdir -p /R/stage/crunch
> export RELEASE_BUILD_FIXIT=noway ;  for j in boot fixit ; do  rm -rf ${j}_cru
nch &&  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} &&  tr
ue || { rm -rf ${j}_crunch ; false ; } ;  done
> /usr/src/release/boot_crunch.conf: ft: warning: could not find any .o files.

Looks in /usr/src/sbin/ft didn't get built correctly.  Can you verify
that?

						Jordan



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