From owner-freebsd-stable@FreeBSD.ORG Fri Aug 3 21:06:01 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3291C16A41A for ; Fri, 3 Aug 2007 21:06:01 +0000 (UTC) (envelope-from kramer@centtech.com) Received: from mh1.centtech.com (moat3.centtech.com [64.129.166.50]) by mx1.freebsd.org (Postfix) with ESMTP id 18E4013C459 for ; Fri, 3 Aug 2007 21:06:00 +0000 (UTC) (envelope-from kramer@centtech.com) Received: from roddick.centtech.com (roddick.centtech.com [10.177.171.221]) by mh1.centtech.com (8.13.8/8.13.8) with ESMTP id l73L5vFk096868; Fri, 3 Aug 2007 16:05:57 -0500 (CDT) (envelope-from kramer@centtech.com) Message-ID: <46B398B6.4040705@centtech.com> Date: Fri, 03 Aug 2007 16:05:58 -0500 From: Kevin Kramer User-Agent: Thunderbird 2.0.0.5 (X11/20070723) MIME-Version: 1.0 To: pluknet References: <46B0A7D5.6040308@centtech.com> In-Reply-To: X-Virus-Scanned: ClamAV 0.88.4/3852/Fri Aug 3 09:11:10 2007 on mh1.centtech.com X-Virus-Status: Clean X-Spam-Status: No, score=-2.2 required=8.0 tests=AWL,BAYES_00,HTML_MESSAGE, HTML_TITLE_EMPTY autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on mh1.centtech.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: buildkernel failure X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kramer@centtech.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 21:06:01 -0000 ok, thanks. I have made that change and now I've gotten this /usr/src/sys/ufs/ffs/ffs_vfsops.c: In function `ffs_mountfs': /usr/src/sys/ufs/ffs/ffs_vfsops.c:675: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:677: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:678: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:678: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:687: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:688: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:696: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:865: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:866: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:867: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c: In function `ffs_unmount': /usr/src/sys/ufs/ffs/ffs_vfsops.c:1028: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:1029: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:1030: error: structure has no member named `mnt_gjprovider' *** Error code 1 I've searched the threads and found nothing so far relevant. pluknet wrote the following on 08/01/07 17:22: > On 01/08/07, Kevin Kramer wrote: > >> I have a host that is running 6.2-PRERELEASE from Dec 14 2006. I'm >> trying to update it to 6.2 Stable. I've got the latest sources as of >> this morning. I'm also using gjournal so I've added the patch for that. >> The buildworld completed successfully, now I'm getting this when trying >> to buildkernel. >> >> /usr/src/sys/kern/vfs_subr.c: In function `vn_printf': >> /usr/src/sys/kern/vfs_subr.c:2551: error: `VV_DELETED' undeclared (first >> use in this function) >> /usr/src/sys/kern/vfs_subr.c:2551: error: (Each undeclared identifier is >> reported only once >> /usr/src/sys/kern/vfs_subr.c:2551: error: for each function it appears in.) >> *** Error code 1 >> >> >> I'm using GENERIC and have only added these lines and I moved my >> original /usr/src before cvs'ing. >> >> options SMP >> options UFS_GJOURNAL >> >> Thanks for any help. >> > > It was discussed: > http://lists.freebsd.org/pipermail/freebsd-stable/2007-February/032985.html > > wbr, > pluknet >