From owner-freebsd-stable@FreeBSD.ORG Fri Nov 17 11:25:11 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 ACA4B16A5BE for ; Fri, 17 Nov 2006 11:25:11 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (www.unsane.co.uk [85.233.185.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id C49D243DA8 for ; Fri, 17 Nov 2006 11:25:06 +0000 (GMT) (envelope-from jhary@unsane.co.uk) Received: from [192.168.10.217] (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.13.7/8.13.3) with ESMTP id kAHBOvnv057656 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 17 Nov 2006 11:25:01 GMT (envelope-from jhary@unsane.co.uk) Message-ID: <455D9C01.3000905@unsane.co.uk> Date: Fri, 17 Nov 2006 11:24:49 +0000 From: Vince User-Agent: Thunderbird 1.5.0.7 (X11/20061017) MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: gjournal on 6.x wont build X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2006 11:25:11 -0000 Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed hunks, however adding options GEOM_JOURNAL options UFS_GJOURNAL to my kernel config then doing a make buildkernel KERNCONF=MYKERNELCONF errors out with /journal/g_journal.c /usr/src/sys/geom/journal/g_journal.c: In function `g_journal_do_switch': /usr/src/sys/geom/journal/g_journal.c:2872: error: structure has no member named `mnt_gjprovider' /usr/src/sys/geom/journal/g_journal.c:2885: error: structure has no member named `mnt_gjprovider' /usr/src/sys/geom/journal/g_journal.c:2890: error: structure has no member named `mnt_gjprovider' *** Error code 1 This is on a recent 6-stable system 6.2-PRERELEASE #1: Fri Nov 10 14:31:47 GMT 2006 any idea what ive done wrong ? Cheers, Vince