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_at_ -I_at_/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: > _at_/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); > ^ > _at_/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: > _at_/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
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:36 UTC