From owner-freebsd-current@FreeBSD.ORG Thu Aug 26 23:05:40 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20E7416A4CE; Thu, 26 Aug 2004 23:05:40 +0000 (GMT) Received: from avscan1.sentex.ca (avscan1.sentex.ca [199.212.134.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBA0943D41; Thu, 26 Aug 2004 23:05:39 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id i7QN5csB077863; Thu, 26 Aug 2004 19:05:39 -0400 (EDT) (envelope-from mike@sentex.net) Received: from avscan1.sentex.ca ([127.0.0.1]) by localhost (avscan1.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 77801-01; Thu, 26 Aug 2004 19:05:38 -0400 (EDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id i7QN5cMl077855; Thu, 26 Aug 2004 19:05:38 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id i7QN5W0S038913; Thu, 26 Aug 2004 19:05:32 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.1.2.0.0.20040826191005.092a5f40@64.7.153.2> X-Sender: mdtpop@64.7.153.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Thu, 26 Aug 2004 19:10:57 -0400 To: Ruslan Ermilov From: Mike Tancsa In-Reply-To: <20040826145456.GD13291@ip.net.ua> References: <6.1.2.0.0.20040826090933.074a6fd0@64.7.153.2> <20040826140635.GA13291@ip.net.ua> <6.1.2.0.0.20040826102007.0364ec10@64.7.153.2> <20040826142541.GB13291@ip.net.ua> <20040826145456.GD13291@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan1b cc: freebsd-current@freebsd.org Subject: Re: make buildworld problems on RELENG_5 (linprocfs) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 23:05:40 -0000 At 10:54 AM 26/08/2004, Ruslan Ermilov wrote: >On Thu, Aug 26, 2004 at 05:25:41PM +0300, Ruslan Ermilov wrote: > > >re@ approved an instant MFC of this, since this is a build fix. So >pull up the latest RELENG_5 sources, and everything should be fixed. I seem to have run into a new one now. Again, building modules with the kernel works fine ===> sys/modules/linprocfs rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/contrib/altq -I@/../include /usr/src/sys/modules/linprocfs/../../compat/linprocfs/linprocfs.c /usr/src/sys/modules/linprocfs/../../compat/linprocfs/linprocfs.c:94:24: opt_compat.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/modules/linprocfs. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.