Date: Fri, 9 Aug 2013 18:21:44 +0200 From: "O. Hartmann" <ohartman@zedat.fu-berlin.de> To: FreeBSD CURRENT <freebsd-current@freebsd.org> Subject: r254147: kernel build failure: vm_page.c:1206:20: error: use of undeclared identifier 'VPO_BUSY' Message-ID: <20130809182144.5ce79f4d@munin.geoinf.fu-berlin.de>
next in thread | raw e-mail | index | archive | help
--Sig_/qHlL00_dl90ulzNI4hiFN7V Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Most recent sources fails in kernel build: [...] cc -c -pipe -O3 -fno-strict-aliasing -march=3Dnative -std=3Dc99 -Wall -Wredundant-decls -Wnested-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 -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror /usr/src/sys/vm/vm_page.c /usr/src/sys/vm/vm_page.c:1205:21: error: use of undeclared identifier 'VPO_BUSY' if (mold->oflags & VPO_BUSY) { ^ /usr/src/sys/vm/vm_page.c:1206:20: error: use of undeclared identifier 'VPO_BUSY' mold->oflags &=3D ~VPO_BUSY; ^ 2 errors generated. *** Error code 1 Regards, Oliver --Sig_/qHlL00_dl90ulzNI4hiFN7V Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iQEcBAEBAgAGBQJSBRcdAAoJEOgBcD7A/5N8TqQH/RVfUPkqA9t97MUlgG6P30Q4 76IuIUTD+9EZLW3fTqXAo+n9ysqkju5sC9xVaWSCQt5kGng8Na9RnrFp0zSsQdOp BQpwxQ9lghSwP7yYOGKFwhQu2IEza8CZsHnsp88PCA7UQgwGzG58J2p3CgKmfsKw jqri5BahY3YIhAfx1VYgP4MCmHTkuoZWeWQNMtaRKnRXCpio9uWpdOeHthRM/sbz /xFXolkBuMSgZ2Vj2XM7e6+9n8Xfh3RXEO2sXOBwpeAE7ymFCKPW7ahIBO1K9dSH T4xUKxKGY9Vh7h9wH77cDyS9e/IuLxbWqWyU8648EMOc3itnUIGLOofopdsBu60= =ifH3 -----END PGP SIGNATURE----- --Sig_/qHlL00_dl90ulzNI4hiFN7V--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130809182144.5ce79f4d>