From owner-freebsd-questions Sat Jun 27 06:49:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13956 for freebsd-questions-outgoing; Sat, 27 Jun 1998 06:49:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from solaris.matti.ee (root@solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13940 for ; Sat, 27 Jun 1998 06:49:00 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from localhost (vallo@localhost [127.0.0.1]) by solaris.matti.ee (8.8.8/8.8.8.s) with SMTP id QAA18210 for ; Sat, 27 Jun 1998 16:46:05 +0300 (EET DST) Date: Sat, 27 Jun 1998 16:46:04 +0300 (EET DST) From: Vallo Kallaste Reply-To: Vallo Kallaste To: freebsd-questions@FreeBSD.ORG Subject: make release trouble Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! Ok, I know that I'm not intended to run make release as I'm ordinary user... as Jkh says. BTW, I fetched CVS repository using cvsup ( src-all, ports-all, doc-all, www, src-secure, src-eBones, src-crypto collections respectively) and I'm surely removed all tag= and date= fields so cvsup worked in cvs mode. Good... all that takes about 700MB of disk space. Now I'm running make release CHROOTDIR=/opt2 BUILDNAME=3.0-SNAP and an error appears: install -c -o bin -g bin -m 644 sup/Attic/README,v /opt2/usr/share/examples/sup/Attic/README,v install: /opt2/usr/share/examples/sup/Attic/README,v: No such file or directory *** Error code 71 Stop. *** Error code 1 So, I have commented out lines in the /usr/src/release/Makefile which does some chflags stuff and removes entire CHROOTDIR before each make release. I added manually missing sup and Attic directories but...exactly same error appears under different directories. As for comment all this happens only under the usr/share/examples... directory structure. What's wrong here ? Why these directories are missing ? As I understand mtree creates the whole CHROOTDIR directory structure but I don't know much about that. Ok, thats my problem and I hope somebody can help me despite of Jkh's words all about that :) Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message