From owner-freebsd-current Thu Dec 18 16:14:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA05160 for current-outgoing; Thu, 18 Dec 1997 16:14:00 -0800 (PST) (envelope-from owner-freebsd-current) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA04743 for ; Thu, 18 Dec 1997 16:04:46 -0800 (PST) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id KAA00932; Fri, 19 Dec 1997 10:34:03 +1030 (CST) (envelope-from grog) Message-ID: <19971219103358.56285@lemis.com> Date: Fri, 19 Dec 1997 10:33:58 +1030 From: Greg Lehey To: FreeBSD current users Subject: More breakage in 'make world' Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk make world still doesn't work correctly. With a freshly cvsupped -current, right at the beginning, I get: Making make -------------------------------------------------------------- mkdir -p /usr/obj/src/FREEBIE/tmp/usr/bin cd /src/FREEBIE/usr.bin/make && PATH=/usr/obj/src/FREEBIE/tmp/sbin:(etc) rm -f make arch.o buf.o compat.o cond.o dir.o for.o hash.o job.o mai(etc) cd /src/FREEBIE/usr.bin/make && PATH=/usr/obj/src/FREEBIE/tmp/sbin:(etc) make: don't know how to make /usr/obj/src/FREEBIE/tmp/usr/include/sys/types.h. Stop *** Error code 2 If I rm -rf /usr/obj, it works. Greg