Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Mar 2005 07:11:27 +0100
From:      Markus Trippelsdorf <markus@trippelsdorf.de>
To:        Alexander Kabaev <kan@FreeBSD.ORG>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Read-only XFS support for FreeBSD 6-CURRENT
Message-ID:  <1111471888.9781.4.camel@bsd.trippelsdorf.de>
In-Reply-To: <20050321205515.GA35680@freefall.freebsd.org>
References:  <20050321205515.GA35680@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2005-03-21 at 20:55 +0000, Alexander Kabaev wrote:
> The read-only XFS access was quite stable in my testing and managed to
> survive through multiple 'make -j12 buildworld' rounds with src/ stored
> on XFS partition, so I think it is a good time for a wider community to
> take it for a spin and start reporting bugs/panics that I overlooked.

Unfortunately it does not build on my machine (AMD64):

cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=k8 -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-fformat-extensions -std=c99  -nostdinc -I-  -I. -I/usr/current/src/sys
-I/usr/current/src/sys/contrib/dev/acpica
-I/usr/current/src/sys/contrib/altq
-I/usr/current/src/sys/contrib/ipfilter
-I/usr/current/src/sys/contrib/pf -I/usr/current/src/sys/contrib/dev/ath
-I/usr/current/src/sys/contrib/dev/ath/freebsd
-I/usr/current/src/sys/contrib/ngatm
-I/usr/current/src/sys/gnu/fs/xfs/FreeBSD
-I/usr/current/src/sys/gnu/fs/xfs/FreeBSD/support
-I/usr/current/src/sys/gnu/fs/xfs -D_KERNEL -include opt_global.h
-fno-common -finline-limit=8000 --param inline-unit-growth=100 --param
large-function-growth=1000  -mcmodel=kernel -mno-red-zone  -mfpmath=387
-mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
-fno-asynchronous-unwind-tables -ffreestanding
-Werror  /usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c
/usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c: In function
`xfs_alloc_mark_busy':
/usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c:2492: error: syntax error
before "do"
/usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c:2492: error: `_tid'
undeclared (first use in this function)
/usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c:2492: error: (Each
undeclared identifier is reported only once
/usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c:2492: error: for each
function it appears in.)
/usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c:2487: warning: unused
variable `bsy'
/usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c:2488: warning: unused
variable `n'
/usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c: At top level:
/usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c:2492: error: syntax error
before "while"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1111471888.9781.4.camel>