From owner-freebsd-current Thu Feb 19 09:40:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19279 for freebsd-current-outgoing; Thu, 19 Feb 1998 09:40:24 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19251 for ; Thu, 19 Feb 1998 09:40:18 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id RAA27620; Thu, 19 Feb 1998 17:37:27 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id SAA26567; Thu, 19 Feb 1998 18:37:26 +0100 (MET) Message-ID: <19980219183725.54814@follo.net> Date: Thu, 19 Feb 1998 18:37:25 +0100 From: Eivind Eklund To: osa@unibest.ru, freebsd-current@FreeBSD.ORG Subject: Re: Cann't compile new kernel.... References: <19980219172957.7629.qmail@gated.unibest.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <19980219172957.7629.qmail@gated.unibest.ru>; from osa@unibest.ru on Thu, Feb 19, 1998 at 05:29:57PM -0000 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 19, 1998 at 05:29:57PM -0000, osa@unibest.ru wrote: > > Hello! > > When i run > # make depend > its says : > ../../i386/i386/autoconf.c:51: opt_lfs.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > Stop. > > > What can i do ? Update the rest of your source tree. It looks like you've only updated src/sys/conf/options, not src/sys/i386/i386/autoconf.c The include of opt_lfs.h was removed at the same time as that file stopped being generated, AFAIK. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message