Date: Sun, 18 Sep 2005 23:53:28 +0200 From: Claus Guttesen <kometen@gmail.com> To: Ivan Voras <ivoras@fer.hr> Cc: current@freebsd.org Subject: Re: gjournal beta3 Message-ID: <b41c7552050918145348162763@mail.gmail.com> In-Reply-To: <20050831044823.N50961@geri.cc.fer.hr> References: <20050831044823.N50961@geri.cc.fer.hr>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b41c7552050918145348162763>