Date: Sun, 17 Oct 2004 01:38:18 +0400 (MSD) From: Dmitry Morozovsky <marck@FreeBSD.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: current@FreeBSD.org Subject: Re: cross-release RELENG_5_3 under 4-STABLE broken Message-ID: <20041017013523.O90434@woozle.rinet.ru> In-Reply-To: <20041016213251.GA60166@ip.net.ua> References: <20041016235144.P53591@woozle.rinet.ru> <20041017000419.G53591@woozle.rinet.ru> <20041017011515.N90434@woozle.rinet.ru> <20041016213251.GA60166@ip.net.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 17 Oct 2004, Ruslan Ermilov wrote: RE> On Sun, Oct 17, 2004 at 01:17:11AM +0400, Dmitry Morozovsky wrote: RE> > On Sun, 17 Oct 2004, Ruslan Ermilov wrote: RE> > RE> > RE> On Sun, Oct 17, 2004 at 12:05:28AM +0400, Dmitry Morozovsky wrote: RE> > RE> > On Sat, 16 Oct 2004, Dmitry Morozovsky wrote: RE> > RE> > RE> > RE> > DM> RE> > RE> > DM> ===> lib/compat/compat1x RE> > RE> > DM> cd /usr/src/lib/compat/compat1x; /usr/obj/usr/src/make.i386/make install RE> > RE> > DM> -DNO_SUBDIR DESTDIR=/R/stage/trees/compat1x SHARED=copies RE> > RE> > DM> install -o root -g wheel -m 444 libc.so.1.1 libcurses.so.1.1 libf2c.so.1.1 RE> > RE> > DM> libg++.so.1.1 libgcc.so.1.1 libgnumalloc.so.1.1 libgnuregex.so.1.1 RE> > RE> > DM> libln.so.1.1 libm.so.1.1 libmalloc.so.1.1 libreadline.so.1.1 RE> > RE> > DM> libresolv.so.1.1 librpcsvc.so.1.1 libskey.so.1.1 libtelnet.so.1.1 RE> > RE> > DM> libtermcap.so.1.1 libutil.so.1.1 liby.so.1.1 RE> > RE> > DM> /R/stage/trees/compat1x/usr/lib/compat/aout RE> > RE> > DM> install: wrong number or types of arguments RE> > RE> > DM> usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] RE> > RE> > DM> [-o owner] file1 file2 RE> > RE> > DM> install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] RE> > RE> > DM> [-o owner] file1 ... fileN directory RE> > RE> > DM> install -d [-v] [-g group] [-m mode] [-o owner] directory ... RE> > RE> > DM> *** Error code 64 RE> > RE> > DM> RE> > RE> > DM> is this error known? I did not have time to investigate the case further... RE> > RE> > RE> > RE> > For the reference: RELENG_5 at 20041009 has been built successfully (modulo RE> > RE> > NO_PF, docports dependencies and wrong cdrtools package). RE> > RE> > RE> > RE> It looks like /R/stage/trees/compat1x/usr/lib/compat/aout wasn't RE> > RE> created for some reason. It should have been created as part of RE> > RE> making the release.1 target that runs mtree(8) commands for all RE> > RE> distributions in ${DISTRIBUTIONS}, including "compat1x". Do you RE> > RE> have a gzipped full log of "make release" available somewhere? RE> > RE> > http://whale.rinet.ru/releaselog.53.bz2 (590k) RE> > RE> This line is the cause of the breakage: RE> RE> > for i in base catpages manpages games proflibs dict info doc; do ... RE> > touch release.1 RE> RE> As you can see, there's no "compat*" dists listed here. Since the RE> list of distributions fully matches the "make -V DISTRIBUTIONS" RE> output in src/release of HEAD, I believe that you try to use HEAD RE> version of release/Makefile to build a RELENG_5_3. RE> RE> I mentioned this a number of times on the current@ mailing list, RE> that to build a 5.x release on 4.x, you need to check out and use RE> target (5.x) version of src/release/Makefile*. And you should use RE> the WORLDDIR knob of "make release" to specify the location of RE> your 4.x src/ tree. Yes, somehow my /FreeBSd/src.53 tree is mixed with RELENG_5_3 and HEAD tags... Will re-update and re-check... Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] --------------------------------------------------------------------------- *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@FreeBSD.org *** ---------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041017013523.O90434>