From owner-freebsd-questions Sat Apr 8 6:53:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.prod.itd.earthlink.net (merlin.prod.itd.earthlink.net [207.217.120.156]) by hub.freebsd.org (Postfix) with ESMTP id B5E0237B8C8 for ; Sat, 8 Apr 2000 06:53:57 -0700 (PDT) (envelope-from eogren@earthlink.net) Received: from rod.darktech.org (ip132.cambridge2.ma.pub-ip.psi.net [38.32.112.132]) by merlin.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id GAA27705; Sat, 8 Apr 2000 06:53:49 -0700 (PDT) Received: by rod.darktech.org (Postfix, from userid 1001) id 465F721B; Sat, 8 Apr 2000 09:43:38 -0400 (EDT) Date: Sat, 8 Apr 2000 09:43:38 -0400 From: Eric Ogren To: Salvo Bartolotta Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Trying to make release ... Message-ID: <20000408094338.A75078@earthlink.net> References: <20000408.14032100@bartequi.ottodomain.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000408.14032100@bartequi.ottodomain.org>; from bartequi@neomedia.it on Sat, Apr 08, 2000 at 02:03:21PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Although I'm not positive, I don't think you can use "-j32" (or -janything) while running make release. It looks like you're running into syncronization problems (ie it's probably trying to create /stage/trees/bin before it can create /stage, etc). I've never run make release before myself, but since snapshots have still been showing up on the FTP sites, I don't think making a release is broken. Eric On Sat, Apr 08, 2000 at 02:03:21PM +0000, Salvo Bartolotta wrote: > As to making the 4.0-STABLE Release, I issued the following command: > make -j32 release CHROOTDIR=/usr/myjunk/my4.0-stable > BUILDNAME=4.0-STABLE RELEASETAG=RELENG_4 CVSROOT=/usr/home/ncvs > > mtree: /R/stage/trees/bin/: No such file or directory > *** Error code 1 > 1 error > *** Error code 2 > mkdir: /R/stage/dists: File exists > *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message