From owner-freebsd-current Thu Sep 3 17:11:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA23042 for freebsd-current-outgoing; Thu, 3 Sep 1998 17:11:30 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from smtp03.primenet.com (smtp03.primenet.com [206.165.6.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA23018 for ; Thu, 3 Sep 1998 17:11:21 -0700 (PDT) (envelope-from tlambert@usr09.primenet.com) Received: (from daemon@localhost) by smtp03.primenet.com (8.8.8/8.8.8) id RAA24194; Thu, 3 Sep 1998 17:10:12 -0700 (MST) Received: from usr09.primenet.com(206.165.6.209) via SMTP by smtp03.primenet.com, id smtpd024173; Thu Sep 3 17:10:11 1998 Received: (from tlambert@localhost) by usr09.primenet.com (8.8.5/8.8.5) id RAA07117; Thu, 3 Sep 1998 17:10:09 -0700 (MST) From: Terry Lambert Message-Id: <199809040010.RAA07117@usr09.primenet.com> Subject: Re: make buildworlds To: chuckr@glue.umd.edu (Chuck Robey) Date: Fri, 4 Sep 1998 00:10:09 +0000 (GMT) Cc: freebsd-current@FreeBSD.ORG In-Reply-To: from "Chuck Robey" at Sep 3, 98 10:38:48 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Two things are stopping me from hunting down the problem on my own. If > it wasn't an smp problem, I could do it. The first part of the problem > is that, in the listing I have now, I used -j 8, and I am not sure from > reading the listing, which particular session (out of 8) did the deed. > I am just not sure how to interpret the somewhat fractured listing you > get when you do the -j 8. Patch make to prepend the make pid for all output. It would be best if you patched it and the shell to communicate this via the environment, and output it there, too. Then sort -n the log to find the problem. This is annoying, I know, since I had to do it once upon a time (too long ago to have saved the code, sorry). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message