From owner-freebsd-current Tue Aug 31 19: 4:34 1999 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id 48C5715330 for ; Tue, 31 Aug 1999 19:04:29 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id TAA29581; Tue, 31 Aug 1999 19:06:28 -0700 (PDT) (envelope-from sgk) From: Steve Kargl Message-Id: <199909010206.TAA29581@troutmask.apl.washington.edu> Subject: Re: make -j 4 buildworld race problem In-Reply-To: <199909010128.LAA32163@godzilla.zeta.org.au> from Bruce Evans at "Sep 1, 1999 11:28:46 am" To: bde@zeta.org.au (Bruce Evans) Date: Tue, 31 Aug 1999 19:06:28 -0700 (PDT) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] 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 Bruce Evans wrote: > >"make buildworld" completes without a problem. > > > >"make -j 4 buildworld" gives: > > libncurses now has lots of internal utilities. Apparently the > dependencies for them are incomplete. The utilities are are also > built at the wrong time and break cross compiling. See the old curses > (libmytinfo part) for a (bad) way to handle internal utilities. > The right way to handle them is not to have any. After I sent the initial email, I started to look at the Makefile for ncurses (and friends). I knew that it had to be a dependence problem, but quite frankly I couldn't determine the (quick) fix. I know Peter Wemm has taken on the task of upgrading the curses library to ncurses, and he indicated there could be some breakage for a few days. But, he has been side tracked by the $Id -> $FreeBSD changes. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message