sysutils/fusefs-kmod problem in CURRENT
Glen Barber
gjb at FreeBSD.org
Fri Mar 22 01:11:58 UTC 2013
On Thu, Mar 21, 2013 at 10:02:12PM -0300, Marcelo/Porks wrote:
> [...]
> cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE
> -nostdinc -I../include -I. -I@ -I@/contrib/altq -fno-common
> -fno-omit-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno
> -red-zone -mno-mmx -mno-sse -msoft-float
> -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector
> -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall
> -Wredundant-decls -Wne
> sted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
> -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions
> -Wmissing-include-dirs -fdiagnostics-show-option
> -Wno-error-tautological-compare -Wno-error-empty-body
> -Wno-error-parentheses-equality -c fuse_vnops.c
> In file included from fuse_vnops.c:36:
> @/vm/vm_pager.h:127:2: error: implicit declaration of function
> 'rw_assert' is invalid in C99
> [-Werror,-Wimplicit-function-declaration]
> VM_OBJECT_ASSERT_WLOCKED(object);
> ^
> @/vm/vm_object.h:214:2: note: expanded from macro 'VM_OBJECT_ASSERT_WLOCKED'
> rw_assert(&(object)->lock, RA_WLOCKED)
> ^
> In file included from fuse_vnops.c:36:
> @/vm/vm_pager.h:127:2: error: use of undeclared identifier 'RA_WLOCKED'
> VM_OBJECT_ASSERT_WLOCKED(object);
> ^
This looks like the same problem emulators/virtualbox-ose* had until
yesterday...
Maintainer is CC'd.
Glen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20130321/64916b0a/attachment.sig>
More information about the freebsd-current
mailing list