From owner-freebsd-stable@FreeBSD.ORG Wed Jun 4 20:36:13 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E868437B404 for ; Wed, 4 Jun 2003 20:36:13 -0700 (PDT) Received: from ms-smtp-02.texas.rr.com (ms-smtp-02.texas.rr.com [24.93.36.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C02A43FA3 for ; Wed, 4 Jun 2003 20:36:12 -0700 (PDT) (envelope-from mattb@houston.rr.com) Received: from henbane (cs6710132-244.houston.rr.com [67.10.132.244]) by ms-smtp-02.texas.rr.com (8.12.5/8.12.2) with SMTP id h553aBfX013832 for ; Wed, 4 Jun 2003 22:36:11 -0500 (CDT) Date: Wed, 4 Jun 2003 22:36:18 -0500 From: Matt Bettinger To: freebsd-stable@freebsd.org Message-Id: <20030604223618.5b0d6d53.mattb@houston.rr.com> In-Reply-To: <871xy98arh.wl@jchurch.neville-neil.com.neville-neil.com> References: <871xy98arh.wl@jchurch.neville-neil.com.neville-neil.com> X-Mailer: Sylpheed version 0.9.0 (GTK+ 1.2.10; i386-portbld-freebsd4.8) X-Face: henbane.homeunix.org X-Operating-System: www.freebsd.org User-Agent: I found love thru an GRE Rainbow Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Broken -STABLE kernel build? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2003 03:36:14 -0000 On Wed, 04 Jun 2003 20:26:58 -0700 "George V. Neville-Neil" wrote: > Is anyone else seeing this: > > perl @/kern/makeops.pl -h @/opencrypto/crypto_if.m > rm -f .depend > mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include -I/usr/obj/usr/local/src-STABLE/src/i386/usr/include /usr/local/src-STABLE/src/sys/modules/hifn/../../dev/hifn/hifn7751.c > /usr/local/src-STABLE/src/sys/modules/hifn/../../dev/hifn/hifn7751.c:47: opt_hifn.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > Stop in /usr/local/src-STABLE/src/sys/modules/hifn. > *** Error code 1 > > Stop in /usr/local/src-STABLE/src/sys/modules. > *** Error code 1 > > Stop in /usr/obj/usr/local/src-STABLE/src/sys/JCHURCH. > *** Error code 1 > Yup. I rebuilt two machines today. Got that same error on one and not on the other (generic kernels) -mb