Date: Mon, 21 Jul 2003 01:47:50 -0700 From: Gordon Tetlow <gordont@gnf.org> To: Tim Kientzle <kientzle@acm.org> Cc: current@freebsd.org Subject: Re: Buildworld fails in 5.1 Message-ID: <20030721084750.GH12996@roark.gnf.org> In-Reply-To: <3F183EF9.7020506@acm.org> References: <20030715100839.F41961@inton.Ninja-assassin.com> <20030716133802.K18278@schnell.net> <20030716181354.GA44980@dan.emsphone.com> <20030717074756.B17029@gamplex.bde.org> <20030717123524.T24327@schnell.net> <20030718154832.K21942@gamplex.bde.org> <20030718095946.H29869@schnell.net> <3F183EF9.7020506@acm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--tgQ0jN0vM+YIGDGO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 18, 2003 at 11:39:53AM -0700, Tim Kientzle wrote: >=20 > I wrote the /rescue stuff and a lot of people have > reported that it breaks parallel builds, but I haven't yet > come up with anything. (In part, because I haven't yet > managed to reproduce it. <sigh>) >=20 > A couple of things look odd about this: >=20 > 1) You should not be building 'rescue.mk' twice. > That could be the problem right there, if the rescue.mk > makefile is getting rebuilt (overwritten) while another > build thread is using it. The dependencies in > rescue/rescue/Makefile look right to me, but I > could be missing something. It seems that the $(OUTPUTS) target (which has 3 components) causes this particular error. It can be easily avoided with the following patch (against an older version of src/rescue/rescue/Makefile, should be fine): (Whitespace is probably messed up) =3D=3D=3D=3D //depot/user/gordon/dynamic/src/rescue/rescue/Makefile#7 - /ho= me/gtetlow/p4 /dynamic/src/rescue/rescue/Makefile =3D=3D=3D=3D @@ -244,6 +244,7 @@ .endfor +.ORDER: $(OUTPUTS) $(OUTPUTS): $(CONF) MAKEOBJDIRPREFIX=3D${CRUNCHOBJS} crunchgen -q -m $(OUTMK) -c $(OUTC= ) \ $(CONF) After doing that, I run into a problem with clparse.o from the dhclient build. I think I might have a solution for that, but I'm too tired right now to think straight. I'll look at it tomorrow. -gordon --tgQ0jN0vM+YIGDGO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/G6i2Ru2t9DV9ZfsRApX2AJ9vW0Vmiqeh3nwLCsYUdQwUQ7eyQQCfVbn7 Xyu7K6HATVQPRZyKVfnFND0= =h+Jt -----END PGP SIGNATURE----- --tgQ0jN0vM+YIGDGO--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030721084750.GH12996>