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: [EMAIL PROTECTED] | ServInt Internet Services | web: http://www.servint.net/ | McLean, Virginia USA | phone: (703) 847-1381 | _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"