On Wed, 16 Jul 2003, Dan Nelson wrote: > If you are using -j6, the real error could be many many lines above > what you pasted. It's most likely in usr.sbin somewhere, but probably > not keyserv. You'll have to capture the entire log and look at it to > determine the first failure.
Try using make -P to unmix the output. I don't know how well this works in practice. This flag seems to be quite broken -- it causes the (standard) output to be spammed with messages like "Remaking (sic) foo.o" and "Results of making foo.o" even when make is requested to be quiet (make -s) and the results are null. Using -P also has the side effect of accidentally avoiding the longstanding bug of waiting for a select timeout for up to 100 msec after each batch of jobs. Bruce _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"