Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Mar 1997 09:56:00 -0500
From:      "Adam W. Hawks" <awhawks@ibm.net>
To:        current@freebsd.org
Subject:   Makeing a SNAP
Message-ID:  <199703061456.JAA13081@pent.ibm.net>

next in thread | raw e-mail | index | archive | help
I have taken the /usr/src/release/Makefile and replaced the cvs line that
builds the source tree in the destination dir and replaced it with a tar line
that copies my current /usr/src tree. I then set BUILDNAME and CHROOTDIR and
then ran make release.

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}_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

Stop.
*** Error code 1

Stop.


what have I not done to make a snap of my current running system that can be
installed?




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