From owner-freebsd-stable@FreeBSD.ORG Fri Apr 1 05:16:11 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 360F616A510 for ; Fri, 1 Apr 2005 05:16:11 +0000 (GMT) Received: from mail.rdu.kirov.ru (ns.rdu.kirov.ru [217.9.151.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 694D843D5A for ; Fri, 1 Apr 2005 05:16:10 +0000 (GMT) (envelope-from elsukov@rdu.kirov.ru) Received: from kirov.so-cdu.ru (unknown [172.21.81.1]) by mail.rdu.kirov.ru (Postfix) with ESMTP id 0986CFE57 for ; Fri, 1 Apr 2005 09:16:09 +0400 (MSD) Received: from kirov.so-cdu.ru (localhost [127.0.0.1]) by rdu.kirov.ru (Postfix) with SMTP id F0F46155E0 for ; Fri, 1 Apr 2005 09:16:08 +0400 (MSD) Received: from elsukov.kirov.so-cdu.ru (elsukov.kirov.so-cdu.ru [172.21.81.52]) by rdu.kirov.ru (Postfix) with ESMTP id CCD6E155DE for ; Fri, 1 Apr 2005 09:16:08 +0400 (MSD) Date: Fri, 1 Apr 2005 09:16:09 +0400 From: "Andrey V. Elsukov" Organization: The Kirov RDM X-Priority: 3 (Normal) Message-ID: <358313045.20050401091609@rdu.kirov.ru> To: freebsd-stable@freebsd.org Resent-From: "Andrey V. Elsukov" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Resent-Message-Id: <20050401051608.CCD6E155DE@rdu.kirov.ru> Resent-Date: Fri, 1 Apr 2005 09:16:08 +0400 (MSD) Subject: Re: make release fails X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Andrey V. Elsukov" List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 05:16:11 -0000 Hi, Michael Lednev, Tuesday, March 29, 2005, 4:41:55 PM: ML> what to change in my make command or in system to build release? host ML> system is 5.3-STABLE You can try the following: 1. Change /etc/make.conf OSVERSION=491102 # st this to kern.osreldate value in RELENG_4 OSREL=4.11 2. make buildworld 3. make release .... after done release.2 break it, and put into ${CHROOTDIR}/etc/make.conf OSVERSION and OSREL variables like /etc/make.conf 4. make rerelase with RELEASENOUPDATE=yes 5. After done release.7 release fail in doFS.sh. You must build mdconfig without shared libraries. Go in source code tree of current 5.3 system, into src/sbin/mdconfig and "make -DNOSHARED depend all". Copy mdconfig from obj/usr/src/sbin/mdconfig into ${CHROOTDIR}/sbin/ 6. Mount devfs: mount_devfs devfs ${CHROOTDIR}/dev 7. make rerelease .... -- WBR, Andrey V. Elsukov