From owner-freebsd-current@FreeBSD.ORG Sun Sep 18 21:53:29 2005 Return-Path: X-Original-To: current@freebsd.org 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 98FB916A41F for ; Sun, 18 Sep 2005 21:53:29 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3020E43D45 for ; Sun, 18 Sep 2005 21:53:29 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so430452nzk for ; Sun, 18 Sep 2005 14:53:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YJgaj/AYm7zAkbn5kovk6O/xdBHDDAz15aSIhaR+Ty8pIEwrbWa37BUNg1DhQzRZtxy2W87Y3FDDlREQMrhemfQo+w4TcLjzVf3DR2gp72hOgerMhyccrxUgCkX6UNHrFNC6tcYoIJA4QxM+W8vEe9eIUET2YMnpbxNdLTKyD2M= Received: by 10.54.32.36 with SMTP id f36mr718257wrf; Sun, 18 Sep 2005 14:53:28 -0700 (PDT) Received: by 10.54.145.18 with HTTP; Sun, 18 Sep 2005 14:53:28 -0700 (PDT) Message-ID: Date: Sun, 18 Sep 2005 23:53:28 +0200 From: Claus Guttesen To: Ivan Voras In-Reply-To: <20050831044823.N50961@geri.cc.fer.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050831044823.N50961@geri.cc.fer.hr> Cc: current@freebsd.org Subject: Re: gjournal beta3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kometen@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2005 21:53:29 -0000 > I'm happy to announce beta3 version of gjournal! The only reason I'm not > calling it "1.0 release" is that it hasn't received much testing yet and > there have been many changes since the last public beta, so I > still don't recommend it for production use. For all intents and purposes > this is the final version (+/- bugfixes, of course :) ). >=20 > The source is available at: > http://ivoras.sharanet.org/stuff/gjournal-beta3.tgz > (read the README file!) Downloaded the source on my athlon (amd64-port) running 6.0 beta 5. I get this error doing the first make: twin/gjournal#>make Warning: Object directory not changed from original /gjournal @ -> /usr/src/sys machine -> /usr/src/sys/amd64/include cc -O2 -pipe -march=3Dathlon64 -g -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/contrib/include -finline-limit=3D8000 -fno-common -fno-omit-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mfpmath=3D387 -mno-sse ow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-proto -Wpointer-arith -Winline -Wcast-qual=20 -fformat-extensions -std=3Dc99 -c g_journal.c g_journal.c: In function `g_journal_journal_reread': g_journal.c:433: warning: long long unsigned int format, off_t arg (arg 3) g_journal.c: In function `g_journal_recover': g_journal.c:612: warning: long long unsigned int format, off_t arg (arg 3) g_journal.c:699: warning: long long unsigned int format, off_t arg (arg 4) g_journal.c: In function `g_journal_journal_write': g_journal.c:948: warning: long long unsigned int format, off_t arg (arg 2) g_journal.c: In function `g_journal_journal_read': g_journal.c:1344: warning: long long unsigned int format, off_t arg (arg 2) g_journal.c: In function `g_journal_check_and_run': g_journal.c:1769: warning: long long unsigned int format, off_t arg (arg 3) g_journal.c:1769: warning: long long unsigned int format, off_t arg (arg 4) *** Error code 1 Stop in /gjournal. regards Claus