Date: Mon, 13 May 1996 10:45:40 -0700 From: "Jin Guojun[ITG]" <jin@george.lbl.gov> To: bugs@freebsd.org Subject: errros on making floppies Message-ID: <199605131745.KAA16427@george.lbl.gov>
next in thread | raw e-mail | index | archive | help
I am trying to figure out why NFS installation fails on our network. When I tried to make floppies I get following errors. Please advice how I can make these floppies. # make boot.flp rm -f release.4 release.8 cd /usr/src/release && make release.4 release.8 WHICH_CRUNCH=boot cd /usr/src/release/sysinstall && make obj && make depend && make all /usr/src/release/sysinstall -> /usr/obj/release/sysinstall rm -rf /usr/src/release/2.2/stage/crunch mkdir -p /usr/src/release/2.2/stage/crunch for j in boot ; 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=-O -DCRUNCHED_BINARY") && mv ${j}_crunch/${j}_crunch /usr/src/release/2.2/stage/crunch/${j} && true || rm -rf ${j}_crunch ; done Run "make -f boot_crunch.mk objs exe" to build crunched binary. (cd /usr/src/bin/sh; make init.o arith.o arith_lex.o alias.o builtins.o cd.o echo.o error.o eval.o exec.o expand.o histedit.o input.o jobs.o mail.o main.o memalloc.o miscbltin.o mystring.o nodes.o options.o parser.o printf.o redir.o show.o signames.o syntax.o trap.o output.o var.o) .... `ifconfig.o' is up to date. (cd /usr/src/sbin/route; make route.o) cc -O -DCRUNCHED_BINARY -I. -c route.c route.c:86: keywords.h: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. touch release.4 rm -rf /usr/src/release/2.2/stage/mfsfd mkdir /usr/src/release/2.2/stage/mfsfd cd /usr/src/release/2.2/stage/mfsfd && mkdir -p dev mnt stand/help if false ; then gzip -9 < /usr/src/release/2.2/stage/crunch/boot > /usr/src/release/2.2/stage/mfsfd/stand/boot_crunch ; else ln -f /usr/src/release/2.2/stage/crunch/boot /usr/src/release/2.2/stage/mfsfd/stand/boot_crunch ; fi ln: /usr/src/release/2.2/stage/crunch/boot: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ---------------------------- Also, I noticed that partitioning and disklabeling section have been changed in SNAP-960501. Two problems are remaining: During partitioning, if the disk was partitioned for other system or the geometric is not acceptable by FreeBSD, the screen will compeletely screw up. During disklabeling, if the number of disks is greater than 3, then screen layout is incorrect, and make disklabeling very hard. -Jin Guojun
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605131745.KAA16427>