From owner-freebsd-questions Fri May 25 19:11: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 89C2937B422 for ; Fri, 25 May 2001 19:11:05 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (8.11.1/8.11.1) with ESMTP id f4Q2B4813285 for ; Fri, 25 May 2001 22:11:04 -0400 (EDT) Date: Fri, 25 May 2001 22:11:04 -0400 (EDT) From: Trevor Johnson To: Subject: trouble with "make release" Message-ID: <20010525203202.A8867-100000@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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