Re: cross-release RELENG_5_3 under 4-STABLE broken

From: Ruslan Ermilov <ru_at_freebsd.org>
Date: Sun, 17 Oct 2004 00:32:51 +0300
On Sun, Oct 17, 2004 at 01:17:11AM +0400, Dmitry Morozovsky wrote:
> On Sun, 17 Oct 2004, Ruslan Ermilov wrote:
> 
> RE> On Sun, Oct 17, 2004 at 12:05:28AM +0400, Dmitry Morozovsky wrote:
> RE> > On Sat, 16 Oct 2004, Dmitry Morozovsky wrote:
> RE> > 
> RE> > DM> 
> RE> > DM> ===> lib/compat/compat1x
> RE> > DM> cd /usr/src/lib/compat/compat1x;  /usr/obj/usr/src/make.i386/make install
> RE> > DM> -DNO_SUBDIR DESTDIR=/R/stage/trees/compat1x SHARED=copies
> RE> > DM> install -o root -g wheel -m 444 libc.so.1.1 libcurses.so.1.1 libf2c.so.1.1
> RE> > DM> libg++.so.1.1  libgcc.so.1.1 libgnumalloc.so.1.1 libgnuregex.so.1.1
> RE> > DM> libln.so.1.1  libm.so.1.1 libmalloc.so.1.1 libreadline.so.1.1
> RE> > DM> libresolv.so.1.1 librpcsvc.so.1.1 libskey.so.1.1 libtelnet.so.1.1
> RE> > DM> libtermcap.so.1.1 libutil.so.1.1 liby.so.1.1
> RE> > DM> /R/stage/trees/compat1x/usr/lib/compat/aout
> RE> > DM> install: wrong number or types of arguments
> RE> > DM> usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
> RE> > DM>                [-o owner] file1 file2
> RE> > DM>        install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
> RE> > DM>                [-o owner] file1 ... fileN directory
> RE> > DM>        install -d [-v] [-g group] [-m mode] [-o owner] directory ...
> RE> > DM> *** Error code 64
> RE> > DM> 
> RE> > DM> is this error known? I did not have time to investigate the case further...
> RE> > 
> RE> > For the reference: RELENG_5 at 20041009 has been built successfully (modulo 
> RE> > NO_PF, docports dependencies and wrong cdrtools package).
> RE> > 
> RE> It looks like /R/stage/trees/compat1x/usr/lib/compat/aout wasn't
> RE> created for some reason.  It should have been created as part of
> RE> making the release.1 target that runs mtree(8) commands for all
> RE> distributions in ${DISTRIBUTIONS}, including "compat1x".  Do you
> RE> have a gzipped full log of "make release" available somewhere?
> 
>  http://whale.rinet.ru/releaselog.53.bz2 (590k)
> 
This line is the cause of the breakage:

> for i in base catpages manpages games proflibs dict info doc; do ...
> touch release.1

As you can see, there's no "compat*" dists listed here.  Since the
list of distributions fully matches the "make -V DISTRIBUTIONS"
output in src/release of HEAD, I believe that you try to use HEAD
version of release/Makefile to build a RELENG_5_3.

I mentioned this a number of times on the current_at_ mailing list,
that to build a 5.x release on 4.x, you need to check out and use
target (5.x) version of src/release/Makefile*.  And you should use
the WORLDDIR knob of "make release" to specify the location of
your 4.x src/ tree.


Cheers,
-- 
Ruslan Ermilov
ru_at_FreeBSD.org
FreeBSD committer

Received on Sat Oct 16 2004 - 19:33:02 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:17 UTC