From owner-freebsd-stable@FreeBSD.ORG Thu Mar 31 16:59:35 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A324F16A4CE for ; Thu, 31 Mar 2005 16:59:35 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FA3443D31 for ; Thu, 31 Mar 2005 16:59:35 +0000 (GMT) (envelope-from igor@doom.homeunix.org) Received: from dialup84123-104.ip.peterstar.net ([84.204.123.104] helo=doom.homeunix.org) by voodoo.oberon.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.50 (FreeBSD)) id 1DH30x-000LkF-6t for freebsd-stable@freebsd.org; Thu, 31 Mar 2005 18:59:28 +0200 Received: from doom.homeunix.org (localhost [127.0.0.1]) by doom.homeunix.org (8.13.3/8.13.3) with ESMTP id j2VGtt9W000609; Thu, 31 Mar 2005 20:56:19 +0400 (MSD) (envelope-from igor@doom.homeunix.org) Received: (from igor@localhost) by doom.homeunix.org (8.13.3/8.13.3/Submit) id j2V52GFt000451; Thu, 31 Mar 2005 09:02:16 +0400 (MSD) (envelope-from igor) Date: Thu, 31 Mar 2005 09:02:16 +0400 From: Igor Pokrovsky To: Michael Lednev Message-ID: <20050331050216.GA365@doom.homeunix.org> Mail-Followup-To: Michael Lednev , freebsd-stable@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-stable@freebsd.org Subject: Re: make release fails X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2005 16:59:35 -0000 On Tue, Mar 29, 2005 at 04:41:55PM +0400, Michael Lednev wrote: > hello > > i'm trying to build my own release cd for 4-STABLE branch. doing make > release BUILDNAME=4-STABLE-20050328-0300 CHROOTDIR=/usr/release > CVSROOT=/home/ncvs RELEASETAG=RELENG_4 -DSEPARATE_LIVEFS in > /usr/src/release results in error like this > > cd /usr/src/release/../etc && make distrib-dirs DESTDIR=/R/stage/trees/bin > set - `grep "^[a-zA-Z]" /usr/src/etc/locale.deprecated`; while [ $# -gt 0 > ] ; do for dir in /usr/share/locale /usr/share/nls > /usr/local/share/nls; do test -d /R/stage/trees/bin/${dir} && cd > /R/stage/trees/bin/${dir}; test -L "$2" && rm -rf "$2"; test \! -L "$1" > && test -d "$1" && mv "$1" "$2"; done; shift; shift; done > mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /R/stage/trees/bin/ > mtree: /R/stage/trees/bin/: No such file or directory > *** Error code 1 > > Stop in /usr/src/etc. > *** Error code 1 > > Stop in /usr/src/release. > + umount /dev > *** Error code 1 > > Stop in /usr/src/release. > > what to change in my make command or in system to build release? host > system is 5.3-STABLE > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" This is not an officially supported way of building releases. That's why there is some magic to finish this procedure. Even if it will complete successfully it won't neccessary mean it will work correctly. You'd better try building 4.x release on RELENG_4 box. However if you don't have an opportunity to do so maybe I'll be able to provide you with some help. I did built RELENG_5 release on RELENG_4 box successfully some time ago. Contact me offline if you are still interested. -ip -- You can lead a horse to water, but if you can get him to float on his back, you've really got something.