Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 1996 16:57:43 -0700
From:      "Jin Guojun[ITG]" <jin@george.lbl.gov>
To:        jkh@time.cdrom.com
Cc:        bugs@freebsd.org
Subject:   Re: errros on making floppies
Message-ID:  <199605142357.QAA27880@george.lbl.gov>

next in thread | raw e-mail | index | archive | help
Would some one give me a hand for making a boot floppy? Below is the error
messages. Is there other FLAGS I need to set?

Thanks,

	-Jin

# make release CHROOTDIR=/usr/local/tmp
chflags -R noschg /usr/local/tmp/.
rm -rf /usr/local/tmp
mkdir -p /usr/local/tmp
cd /usr/src/release/../etc && make distrib-dirs DESTDIR=/usr/local/tmp
mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /usr/local/tmp/
.:      gid (0, 7, modified)
missing: ./bin (created)
missing: ./dev (created)
missing: ./dev/fd (created)
...
..
..
...
rnusers.h
rex.h
nlm_prot.h
nfs_prot.h
mount.h
klm_prot.h
===> lib
===> lib/csu/i386
cmp -s /usr/src/lib/csu/i386/dlfcn.h /usr/local/tmp/usr/include/dlfcn.h ||  install -c -o bin -g bin -m 444  /usr/src/lib/csu/i386/dlfcn.h /usr/local/tmp/usr/include
cmp -s sgcrt0.o /usr/local/tmp/usr/lib/sgcrt0.o ||  install -c -o bin -g bin -m 444  sgcrt0.o /usr/local/tmp/usr/lib
install: sgcrt0.o: No such file or directory
*** Error code 71

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

> > 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
> 
> You can't _just_ do this step - you need to do an entire make release
> first.



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