From owner-freebsd-stable Thu Oct 29 13:15:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23915 for freebsd-stable-outgoing; Thu, 29 Oct 1998 13:15:37 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from jane.lfn.org (jane.lfn.org [209.16.92.240]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA23908 for ; Thu, 29 Oct 1998 13:15:32 -0800 (PST) (envelope-from caj@lfn.org) Received: (qmail 555 invoked by uid 100); 29 Oct 1998 21:15:29 -0000 Date: Thu, 29 Oct 1998 15:15:29 -0600 (CST) From: Craig Johnston To: freebsd-stable@FreeBSD.ORG Subject: make world bombs on -stable Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. -Craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message