From owner-freebsd-current Tue Jan 11 2:13:33 2000 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id CE18C15437 for ; Tue, 11 Jan 2000 02:13:29 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id VAA27152; Tue, 11 Jan 2000 21:12:00 +1100 Date: Tue, 11 Jan 2000 21:11:57 +1100 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: "Louis A. Mamakos" Cc: Ollivier Robert , "FreeBSD Current Users' list" Subject: Re: Buildworld fails In-Reply-To: <200001110414.XAA46411@whizzo.transsys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 10 Jan 2000, Louis A. Mamakos wrote: > > As Pascal Hofstee wrote: > > > With CURRENT-sources updates within an hour ago ... buildworld fails: > > > > Revert to version 1.26 of gnu/lib/libdialog/Makefile. someone broke it when > > he decided to install all the files in TESTS/... > > > > Don't forget to revert to 1.34 of lib/libncurses/Makefile for the same > > reason. Grrr. > > Yeah, this happened to me too. It seems that mtree doesn't get run > to populate the bootstrap build environment. > > Of course, installing documentation and examples into the build environment > probably is a waste of time and disk space anyway.. The build environment sets NOINFO and NOMAN. This is supposed to prevent building and installation of documentation. However, some html docmentation is now installed twice (except the install fails). The beforeinstall rule is abused to install headers, and it now installs html files and (in some cases) examples in some critical Makefiles (libdialog, libncurses, maybe more). Later in the build, the beforeinstall rule is run again as part of the install rule. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message