Date: Fri, 1 Apr 2005 09:16:09 +0400 From: "Andrey V. Elsukov" <elsukov@rdu.kirov.ru> To: freebsd-stable@freebsd.org Subject: Re: make release fails Message-ID: <358313045.20050401091609@rdu.kirov.ru> Resent-Message-ID: <20050401051608.CCD6E155DE@rdu.kirov.ru>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?358313045.20050401091609>
