From owner-freebsd-current@freebsd.org Mon Sep 11 18:57:26 2017 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 28475E1D71F for ; Mon, 11 Sep 2017 18:57:26 +0000 (UTC) (envelope-from oleg@theweb.org.ua) Received: from oleg.opentransfer.com (oleg.opentransfer.com [91.217.144.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oleg-10.opentransfer.com", Issuer "oleg-10.opentransfer.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A75B56DFB4 for ; Mon, 11 Sep 2017 18:57:25 +0000 (UTC) (envelope-from oleg@theweb.org.ua) Received: from asus.theweb.org.ua ([10.0.8.4]) by oleg.opentransfer.com (8.15.2/8.15.2) with ESMTPS id v8BIkCDv057128 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 11 Sep 2017 21:46:15 +0300 (EEST) (envelope-from oleg@theweb.org.ua) Received: from asus.theweb.org.ua (localhost [127.0.0.1]) by asus.theweb.org.ua (8.15.2/8.15.2) with ESMTPS id v8BIe11r036699 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 11 Sep 2017 21:40:01 +0300 (EEST) (envelope-from oleg@theweb.org.ua) Received: (from oleg@localhost) by asus.theweb.org.ua (8.15.2/8.15.2/Submit) id v8BIe13x036698 for freebsd-current@freebsd.org; Mon, 11 Sep 2017 21:40:01 +0300 (EEST) (envelope-from oleg@theweb.org.ua) X-Authentication-Warning: asus.theweb.org.ua: oleg set sender to oleg@theweb.org.ua using -f From: "Oleg V. Nauman" To: "freebsd-current@freebsd.org" Subject: Buildworld failure in sys/boot/efi/loader/main.c if WITHOUT_ZFS is defined Date: Mon, 11 Sep 2017 21:40:01 +0300 Message-ID: <3086243.YZ0vIPs7gg@asus.theweb.org.ua> Organization: Private person User-Agent: KMail/4.14.10 (FreeBSD/12.0-CURRENT; KDE/4.14.30; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Mon, 11 Sep 2017 18:57:26 -0000 ===> sys/boot/efi/loader (all) cc -target x86_64-unknown-freebsd12.0 -- sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -march=nehalem - I/usr/src/sys/boot/efi/loader/../../../../lib/libstand -fPIC - DTERM_EMU -I/usr/src/sys/boot/efi/loader - I/usr/src/sys/boot/efi/loader/arch/amd64 - I/usr/src/sys/boot/efi/loader/../include - I/usr/src/sys/boot/efi/loader/../include/amd64 - I/usr/src/sys/boot/efi/loader/../../../contrib/dev/acpica/include -I/usr/src/sys/boot/efi/loader/../../.. - I/usr/src/sys/boot/efi/loader/../../i386/libi386 -DNO_PCI -DEFI -DSMBIOS_SERIAL_NUMBERS -DBOOT_FORTH - I/usr/src/sys/boot/efi/loader/../../ficl - I/usr/src/sys/boot/efi/loader/../../ficl/amd64 - DLOADER_DISK_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT - DLOADER_GELI_SUPPORT -fPIC -I/usr/src/sys/boot/ficl - I/usr/src/sys/boot/ficl/amd64 - I/usr/src/sys/boot/ficl/../common - I/usr/src/sys/boot/efi/loader/../../common -ffreestanding - Wformat -mno-mmx -mno-sse -mno-avx -msoft-float -fshort-wchar - mno-red-zone -mno-aes -g -MD -MF.depend.main.o -MTmain.o - std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W - Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes - Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty- body -Wno-string-plus-int -Wno-unused-const-variable -Wno- tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local- typedef -Wno-address-of-packed-member -Wno-format -Qunused- arguments -c /usr/src/sys/boot/efi/loader/main.c -o main.o /usr/src/sys/boot/efi/loader/main.c:883:8: error: implicit declaration of function 'efizfs_get_handle_by_guid' is invalid in C99 [-Werror,- Wimplicit-function-declaration] efizfs_get_handle_by_guid(z_dev- >pool_guid); ^ /usr/src/sys/boot/efi/loader/main.c:883:8: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes] /usr/src/sys/boot/efi/loader/main.c:883:39: error: incomplete definition of type 'struct zfs_devdesc' efizfs_get_handle_by_guid(z_dev- >pool_guid); ~~~~~^ /usr/src/sys/boot/efi/loader/main.c:875:10: note: forward declaration of 'struct zfs_devdesc' struct zfs_devdesc *z_dev; ^ 3 errors generated. *** Error code 1 Stop. make[6]: stopped in /usr/src/sys/boot/efi/loader *** Error code 1