From owner-freebsd-current@FreeBSD.ORG Fri Aug 9 16:17:54 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AD33BF98 for ; Fri, 9 Aug 2013 16:17:54 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B8A02154 for ; Fri, 9 Aug 2013 16:17:54 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) for freebsd-current@freebsd.org with esmtp (envelope-from ) id <1V7pNw-000Gng-Gv>; Fri, 09 Aug 2013 18:17:52 +0200 Received: from f052020002.adsl.alicedsl.de ([78.52.20.2] helo=munin.geoinf.fu-berlin.de) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) for freebsd-current@freebsd.org with esmtpsa (envelope-from ) id <1V7pNw-003vrJ-Df>; Fri, 09 Aug 2013 18:17:52 +0200 Date: Fri, 9 Aug 2013 18:21:44 +0200 From: "O. Hartmann" To: FreeBSD CURRENT 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> Organization: FU Berlin X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/qHlL00_dl90ulzNI4hiFN7V"; protocol="application/pgp-signature" X-Originating-IP: 78.52.20.2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Aug 2013 16:17:54 -0000 --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--