Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2001 22:11:04 -0400 (EDT)
From:      Trevor Johnson <trevor@jpj.net>
To:        <questions@freebsd.org>
Subject:   trouble with "make release"
Message-ID:  <20010525203202.A8867-100000@blues.jpj.net>

next in thread | raw e-mail | index | archive | help
I did:

	# cd /usr/
	# ls src

(it was just an empty directory)

	# CVSROOT=/home/ncvs/ time cvs -R co -r RELENG_4 src
 	# time make release CHROOTDIR=/home/tmp  BUILDNAME=20010525-STABLE CVSROOT=/home/ncvs RELEASETAG=RELENG_4

and it died with:

	install -C -o root -g wheel -m 444  /usr/src/include/osreldate.h  /home/tmp/usr/include
	install: /usr/src/include/osreldate.h: No such file or directory
	*** Error code 71

	Stop in /usr/src/include.

I copied the osreldate.h from /usr/include/ but then "make release"
couldn't find key_prot.h.  When I copied that, it complained about another
file from the rpc or rpcsys headers.  What (if anything) am I doing wrong?
I have "pseudo-device vn" in my kernel configuration file and what should
be plenty of space:

$ df
Filesystem  1K-blocks     Used    Avail Capacity  Mounted on
/dev/ad0s1a     75383    50655    18698    73%    /
/dev/ad0s1g  31288897 25872250  2913536    90%    /home
/dev/ad0s1f   6097901  1054590  4555479    19%    /usr
/dev/ad0s1e    238127     3704   215373     2%    /var
procfs              4        4        0   100%    /proc
-- 
Trevor Johnson


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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