From owner-freebsd-current@freebsd.org Sat Oct 1 13:37:32 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A787C049A3 for ; Sat, 1 Oct 2016 13:37:32 +0000 (UTC) (envelope-from robert.burmeister@utoledo.edu) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1.freebsd.org (Postfix) with ESMTP id 0C4D51217 for ; Sat, 1 Oct 2016 13:37:31 +0000 (UTC) (envelope-from robert.burmeister@utoledo.edu) Received: from static.162.255.23.37.macminivault.com (unknown [162.255.23.37]) by mbob.nabble.com (Postfix) with ESMTP id BC12D3290A38 for ; Sat, 1 Oct 2016 06:33:02 -0700 (PDT) Date: Sat, 1 Oct 2016 06:37:31 -0700 (MST) From: Robert_Burmeister To: freebsd-current@freebsd.org Message-ID: <1475329051012-6134033.post@n6.nabble.com> In-Reply-To: <57EDE9A9.1040304@UToledo.edu> References: <57EDE9A9.1040304@UToledo.edu> Subject: Re: FreeBSD 11.0 i386 buildworld failure MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 02 Oct 2016 03:04:02 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 01 Oct 2016 13:37:32 -0000 Refreshed source 20160930 and make -j1 buildworld still fails: ===> lib/libdevctl (all) clang -O2 -fno-strict-aliasing -pipe -march=core2 -MD -MF.depend.devctl.o -MTdevctl.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/lib/libdevctl/devctl.c -o devctl.o /usr/src/lib/libdevctl/devctl.c:131:6: error: use of undeclared identifier 'DEVF_CLEAR_DRIVER_DETACH' DEVF_CLEAR_DRIVER_DETACH : 0)); ^ /usr/src/lib/libdevctl/devctl.c:130:32: error: use of undeclared identifier 'DEV_CLEAR_DRIVER' return (devctl_simple_request(DEV_CLEAR_DRIVER, device, force ? ^ 2 errors generated. *** Error code 1 Stop. make[5]: stopped in /usr/src/lib/libdevctl *** Error code 1 Stop. make[4]: stopped in /usr/src/lib *** Error code 1 Stop. make[3]: stopped in /usr/src *** Error code 1 Stop. make[2]: stopped in /usr/src *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src BEASTIE# -- View this message in context: http://freebsd.1045724.x6.nabble.com/FreeBSD-11-0-i386-buildworld-failure-tp6133823p6134033.html Sent from the freebsd-current mailing list archive at Nabble.com.