From owner-freebsd-stable Thu Oct 29 16:41:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23663 for freebsd-stable-outgoing; Thu, 29 Oct 1998 16:41:42 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from firewall.scitec.com.au (fgate.scitec.com.au [203.17.180.68]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA23646 for ; Thu, 29 Oct 1998 16:41:39 -0800 (PST) (envelope-from john.saunders@scitec.com.au) Received: by firewall.scitec.com.au; id LAA09952; Fri, 30 Oct 1998 11:41:36 +1100 (EST) Received: from mailhub.scitec.com.au(203.17.180.131) by fgate.scitec.com.au via smap (3.2) id xma009946; Fri, 30 Oct 98 11:41:25 +1100 Received: from saruman (saruman.scitec.com.au [203.17.182.108]) by mailhub.scitec.com.au (8.6.12/8.6.9) with SMTP id LAA24531 for ; Fri, 30 Oct 1998 11:41:20 +1100 From: "John Saunders" To: Subject: RE: make world bombs on -stable Date: Fri, 30 Oct 1998 11:41:19 +1100 Message-ID: <005101be039e$02c91040$6cb611cb@saruman.scitec.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-Mimeole: Produced By Microsoft MimeOLE V4.72.2106.4 Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just tried it. Looks like you have clobbered your /usr/include directory "make -DCLOBBER includes" before building. Unfortunately the build process seems broken at the moment, I have send-pr'ed the problem. Try this as a temporary workaround... # cd /usr/src/contrib/gcc/objc # make incinstalldir=/usr/include srcdir=.. copy-headers Then retry the make world again (but not the make includes). Cheers. > While doing a 'make world' of stable, cvsupped today: > > ===> libobjc > mkdep -f .depend -a > /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/NXConstStr.m > /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/Object.m > /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/Protocol.m > /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/NXConstStr.m:22 > : objc/NXConstStr.h: No such file or directory > /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/Object.m:28: > objc/Object.h: No such file or directory > /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/Object.m:29: > objc/Protocol.h: No such file or directory > /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/Object.m:30: > objc/objc-api.h: No such file or directory > /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/Protocol.m:27: > objc/Protocol.h: No such file or directory > /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/Protocol.m:28: > objc/objc-api.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > Stop. > > Looks like some include files aren't where they are expected to be. > I cleaned everything up and tried this again, and got the same result. -- . +-------------------------------------------------------+ ,--_|\ | John Saunders mailto:John.Saunders@scitec.com.au | / Oz \ | SCITEC LIMITED Phone +61294289563 Fax +61294289933 | \_,--\_/ | "By the time you make ends meet, they move the ends." | v +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message