From owner-freebsd-questions Mon Jul 2 15:53:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from maybe.csap.af.mil (mudd.csap.af.mil [192.203.1.250]) by hub.freebsd.org (Postfix) with SMTP id 17D6937B403; Mon, 2 Jul 2001 15:53:05 -0700 (PDT) (envelope-from carlos.garcia@veridian.com) Received: from mailcenter.csap.af.mil(really [192.168.20.202]) by maybe.csap.af.mil via sendmail with smtp id for ; Mon, 2 Jul 2001 17:53:02 -0500 (CDT) (Smail-3.2 1996-Jul-4 #5 built 1999-Sep-4) Received: from veridian.com(really [192.168.50.250]) by mailcenter.csap.af.mil via sendmail with esmtp id for ; Mon, 2 Jul 2001 18:06:04 -0500 (CDT) (Smail-3.2 1996-Jul-4 #1 built 1999-Sep-8) Message-ID: <3B40F8C6.3435A871@veridian.com> Date: Mon, 02 Jul 2001 17:42:14 -0500 From: CRG X-Mailer: Mozilla 4.72 [en] (X11; I; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-hackers@freebsd.org, maillist@coastsight.com, sven.huster@mailsurf.com Subject: Question on making a custom release Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 FreeBSD warriors: Steps I took to try to make a release. Followed the FreeBSD FAQ about making a custom release: -------------------------------------------- supfile looks like this: *default host=cvsup3.freebsd.org *default base=/usr *default prefix=/usr/local/cvstree *default release=cvs *default delete compress use-rel-suffix src-all -------------------------------------------- Next Ran this command: cvsup -g supfile Then I: setenv CVSROOT /usr/local/cvstree cd /usr/src make buildworld cd /usr/src/release make release BUILDNAME=4.3-CUSTOM CHROOTDIR=/usr/local/latest43/release CVSROOT=/usr/local/cvstree NOPORTS=1 NODOC=1 ---------------------------------------------- Builds for a couple of hours then I get this error: -------------------------------------------------------------- >>> Rebuilding man page indices -------------------------------------------------------------- cd /usr/src/share/man; make makedb makewhatis /usr/share/man makewhatis /usr/share/perl/man rm -rf /tmp/install.95817 -------------------------------------------------------------- >>> elf make world completed on Tue Jul 3 04:37:59 GMT 2001 (started Tue Jul 3 02:41:43 GMT 2001) -------------------------------------------------------------- + touch /tmp/.world_done + cd /usr/src/release/sysinstall cd: can't cd to /usr/src/release/sysinstall jett# *** Error code 2 Stop in /usr/src/release. I want to know which /usr/src/release/sysinstall? The one created in /usr/local/cvstree?, /usr/local/latest43/release?, or my /usr/src/release/sysinstall on my host machine. Note: My current kernel has the psuedo-device vn configure in and installed. I am root, but I did run cvsup as a user in the root's wheel group. So no /usr/local/latest43/release/R/ftp directory created. -Does anyone have any hints on what went wrong? -CRG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message