From owner-freebsd-geom@FreeBSD.ORG Fri Oct 20 22:41:42 2006 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AC5B16A407 for ; Fri, 20 Oct 2006 22:41:42 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from a5.virtuaal.com (a5.virtuaal.com [195.222.15.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06D2143D5F for ; Fri, 20 Oct 2006 22:41:40 +0000 (GMT) (envelope-from antik@bsd.ee) Received: from pc122.host1.ida.starman.ee ([62.65.240.122] helo=[192.168.2.102]) by a5.virtuaal.com with esmtpsa (SSLv3:AES256-SHA:256) (Exim 4.52) id 1Gb33a-0007gr-D6 for freebsd-geom@freebsd.org; Sat, 21 Oct 2006 01:41:38 +0300 From: Andrei Kolu To: freebsd-geom@freebsd.org Date: Sat, 21 Oct 2006 01:41:36 -0700 User-Agent: KMail/1.9.4 References: <200610202054.49390.antik@bsd.ee> <20061020183104.GB56628@garage.freebsd.pl> <200610202319.53110.antik@bsd.ee> In-Reply-To: <200610202319.53110.antik@bsd.ee> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610210141.36987.antik@bsd.ee> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a5.virtuaal.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - bsd.ee X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Gjournal on FreeBSD 6.1p10 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2006 22:41:42 -0000 On Friday 20 October 2006 11:19 pm, Andrei Kolu wrote: > On Friday 20 October 2006 11:31 am, you wrote: > > On Fri, Oct 20, 2006 at 08:54:48PM -0700, Andrei Kolu wrote: > > > Hello! > > > > > > I am trying to build PC-BSD 1.3 beta with gjournal patch, but build > > > bombs out with error: > > > > > > # cd /usr/src > > > # mkdir sys/geom/journal sbin/geom/class/journal > > > sys/modules/geom/geom_journal # patch < gjournal6_20061011.patch > > > # make buildkernel > > > ....................... I deleted /usr/src directory contents and resynced source with csup made directories for gjournaling and patched system. RELENG_6_1 Now I got different error message. ===> geom/geom_concat (all) cc -O -pipe -march=pentiumpro -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/PCBSDv1.3GJ/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -I/usr/obj/usr/src/sys/PCBSDv1.3GJ -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/geom/geom_concat/../../../geom/concat/g_concat.c /usr/src/sys/modules/geom/geom_concat/../../../geom/concat/g_concat.c: In function `g_concat_flush': /usr/src/sys/modules/geom/geom_concat/../../../geom/concat/g_concat.c:223: error: `no' undeclared (first use in this function) /usr/src/sys/modules/geom/geom_concat/../../../geom/concat/g_concat.c:223: error: (Each undeclared identifier is reported only once /usr/src/sys/modules/geom/geom_concat/../../../geom/concat/g_concat.c:223: error: for each function it appears in.) /usr/src/sys/modules/geom/geom_concat/../../../geom/concat/g_concat.c:220: warning: unused variable `n' *** Error code 1 Stop in /usr/src/sys/modules/geom/geom_concat. *** Error code 1 Stop in /usr/src/sys/modules/geom. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/PCBSDv1.3GJ. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.