Date: Thu, 23 Jan 2003 19:03:33 +0200 From: Andrey Elperin <mizzy@colocall.net> To: freebsd-current@freebsd.org Subject: make release of FreeBSD-CURRENT on FreeBSD-STABLE Message-ID: <20030123170333.GA24483@colocall.net>
next in thread | raw e-mail | index | archive | help
Hi!
I trying to "make release" of CURRENT on 4.7-RELEASE-p3 box. To do that I use
4.7 source tree in /usr/src and /usr/src/release/Makefile from CURRENT
branch. In a first half of January all worked fine, but approx. after
January, 15, every "make release" fail with similiar messages in log file,
which looks like :
--------------------------------------------------------------
>>> Kernel build for BOOTMFS completed on Thu Jan 23 02:43:05 GMT 2003
--------------------------------------------------------------
cd /usr/obj/usr/src/sys/BOOTMFS; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386
MACHINE=i386 OBJFORMAT_PATH=/
usr/obj/usr/src/i386/usr/libexec
PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 GROFF_BIN_PATH=/usr
/obj/usr/src/i386/usr/bin
GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font
GROFF_TMAC_PATH=/usr/ob
j/usr/src/i386/usr/share/tmac make KERNEL=BOOTMFS reinstall
install -m 555 -o root -g wheel -fschg BOOTMFS /R/stage/kernels/BOOTMFS
mv /R/stage/kernels/BOOTMFS /R/stage/image.kern/kernel
Setting up /boot directory for kern floppy
dload=0x200000 dsize=0x25000 isize=0x25000 entry=0x200000 nsize=0x11af7
sh -e /usr/src/release/scripts/doFS.sh /R/stage/floppies/kern.flp /R/stage
/mnt 1440 /R/stage/image.kern 800
00 fd1440
Warning: Block size restricts cylinders per group to 6.
Warning: 1216 sector(s) in last cylinder unallocated
/dev/rvnn0c: 2880 sectors in 1 cylinders of 1 tracks, 4096 sectors
1.4MB in 1 cyl groups (6 c/g, 12.00MB/g, 32 i/g)
super-block backups (for fsck -b #) at:
32
*** Error code 1
Stop in /usr/src/release.
*** Error code 1
Stop in /usr/src/release.
*** Error code 1
Stop in /usr/src/release.
make release command looks like :
make release CHROOTDIR=<chroot_dir> CVSROOT=<cvsroot_dir> BUILDNAME=5.0-2003XXXX-CURRENT \
CVSCMDARGS="2003-xx-xx 00:00" WORLD_FLAGS="-j4" NOPORTREADMES=YES NODOC=YES
make release of STABLE system working well, as well as make release of CURRENT before
January, 15.
I haven't much experience with "make release" on a different systems and I'm not sure,
that I choose right way to build CURRENT on 4.7-RELEASE-p3 box. So I have two questions.
First - what may cause such error messages ? Second - can you describe me a correct way
of building CURRENT system on a STABLE box ?
Thanks in advance.
--
Andrey Elperin
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030123170333.GA24483>
