From owner-freebsd-current Tue Jun 9 00:34:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA18599 for freebsd-current-outgoing; Tue, 9 Jun 1998 00:34:07 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA18583 for ; Tue, 9 Jun 1998 00:34:00 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id RAA10355; Tue, 9 Jun 1998 17:33:54 +1000 Date: Tue, 9 Jun 1998 17:33:54 +1000 From: Bruce Evans Message-Id: <199806090733.RAA10355@godzilla.zeta.org.au> To: benedict@echonyc.com, current@FreeBSD.ORG Subject: Re: worse buildworld problems Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >-------------------------------------------------------------- > Making mtools >-------------------------------------------------------------- >( cd /usr/src/usr.sbin/mtree; MAKEOBJDIRPREFIX=""; unset >MAKEOBJDIRPREFIX; make -I/usr/src/share/mk -DNOINFO -DNOMAN -DNOPIC >-DNOPROFILE -DNOSHARED all; make -I/usr/src/share/mk -DNOINFO -DNOMAN >-DNOPIC -DNOPROFILE -DNOSHARED install; make -I/usr/src/share/mk >-DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED clean ) >make: don't know how to make >/usr/obj/usr/src/tmp/usr/include/sys/param.h. Stop >*** Error code 2 Fixed. The mtree bootstrap was missing a pre-clean step so it failed even in the null DESTDIR case if you used NOCLEAN. Don't use NOCLEAN unless you can fix problems like this yourself. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message