Date: Sat, 1 Oct 2016 06:37:31 -0700 (MST) From: Robert_Burmeister <robert.burmeister@utoledo.edu> To: freebsd-current@freebsd.org Subject: Re: FreeBSD 11.0 i386 buildworld failure Message-ID: <1475329051012-6134033.post@n6.nabble.com> In-Reply-To: <57EDE9A9.1040304@UToledo.edu> References: <57EDE9A9.1040304@UToledo.edu>
index | next in thread | previous in thread | raw e-mail
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.
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1475329051012-6134033.post>
