Date: Fri, 18 Jul 2003 10:11:15 -0400 (EDT) From: Matt Loschert <loschert@servint.com> To: Bruce Evans <bde@zeta.org.au> Cc: current@freebsd.org Subject: Re: Buildworld fails in 5.1 Message-ID: <20030718095946.H29869@schnell.net> In-Reply-To: <20030718154832.K21942@gamplex.bde.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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 18 Jul 2003, Bruce Evans wrote: > On Thu, 17 Jul 2003, Matt Loschert wrote: > > > On Thu, 17 Jul 2003, Bruce Evans wrote: > > > Try using make -P to unmix the output... > > > > I am not sure if this is useful or not, but I took your suggestion of > > using make -P, and now the build stops with the following output: > > > > ... > > Remaking `fdisk' > > Results of making fdisk: > > cc -O -pipe -mcpu=pentiumpro -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized -static -o fdisk fdisk.o geom_mbr_enc.o > > 1 error > > *** Error code 2 > > Unfortunately, the critical error message still seems to be elsewhere. I > think the error is not associated with fdisk (although it immediately > follows the fdisk results) since cc would have printed a message if it > (cc) failed. > > Bruce Bruce, Thanks for the information, it prompted me to look harder. I am not sure, but I may have found the problem. After grepping through the build log for error messages, I found the following output, which appears to be some sort of build loop gone wild: First this ---------- Results of making rescue.cache: MAKEOBJDIRPREFIX=/usr/obj/usr/src/rescue/rescue crunchgen -q -m rescue.mk -c rescue.c rescue.conf Then the following output repeated 363 times -------------------------------------------- crunchgen: make error: Remaking `crunchgen_objs' crunchgen: make error: Results of making crunchgen_objs: crunchgen: make error: crunchgen: make error: Remaking `loop' crunchgen: make error: Results of making loop: crunchgen: make error: With the following output repeated 2 times within the above output ------------------------------------------------------------------ Run "make -f rescue.mk" to build crunched binary. *** Error code 1 Results of making rescue.mk: MAKEOBJDIRPREFIX=/usr/obj/usr/src/rescue/rescue crunchgen -q -m rescue.mk -c rescue.c rescue.conf I suppose this means that there is a dependency missing for the rescue crunchgen target? - Matt -- Matt Loschert - Software Engineer | email: loschert@servint.com | ServInt Internet Services | web: http://www.servint.net/ | McLean, Virginia USA | phone: (703) 847-1381 |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030718095946.H29869>