From owner-freebsd-current Mon Apr 14 00:12:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA22002 for current-outgoing; Mon, 14 Apr 1997 00:12:57 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA21997 for ; Mon, 14 Apr 1997 00:12:54 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id CAA00598; Mon, 14 Apr 1997 02:12:48 -0500 (EST) From: "John S. Dyson" Message-Id: <199704140712.CAA00598@dyson.iquest.net> Subject: Re: Make world hanging? In-Reply-To: from Warner Losh at "Apr 14, 97 00:13:43 am" To: imp@village.org (Warner Losh) Date: Mon, 14 Apr 1997 02:12:48 -0500 (EST) Cc: current@freebsd.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I just tried to do a make world twice in a row (the only change being > booting a -current kernel after the last make world). > > ===> share > ===> share/dict > ===> share/doc > ===> share/doc/FAQ > sgmlfmt -f html /usr/src/share/doc/FAQ/FAQ.sgml > > It hung there for a good long time (at least two hours) before I hit > ^C. I tried to do a make all and got the same hang. > > Has anybody else seen this? > I'll try to reproduce the problem... Per your other email, I think that there is a problem with popen (or equiv) working in an unexpected way. John