From owner-freebsd-current@freebsd.org Tue Oct 17 15:57:38 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 F2512E3E60F for ; Tue, 17 Oct 2017 15:57:37 +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 74586725CB for ; Tue, 17 Oct 2017 15:57:36 +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 v9HFjsLA040097 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 17 Oct 2017 18:45:57 +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 v9HFdGa8038531 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 17 Oct 2017 18:39:16 +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 v9HFdFvu038530 for freebsd-current@freebsd.org; Tue, 17 Oct 2017 18:39:15 +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 Subject: r324684 amd64 buildworld failed if WITHOUT_ZFS is defined Date: Tue, 17 Oct 2017 18:39:15 +0300 Message-ID: <2171992.V117Jz80mZ@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: Tue, 17 Oct 2017 15:57:38 -0000 ===> sys/boot/efi/boot1 (all) cc -target x86_64-unknown-freebsd12.0 -- sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -ffreestanding -Wformat -mno-mmx -mno-sse -mno-avx -msoft- float -fshort-wchar -mno-red-zone -mno-aes -march=nehalem - DLOADER_UFS_SUPPORT -DLOADER_DISK_SUPPORT -DLOADER_GPT_SUPPORT - DLOADER_MBR_SUPPORT -DLOADER_GELI_SUPPORT - I/usr/src/sys/boot/libsa -I/usr/src/sys/boot/common -I. - I/usr/src/sys/boot/efi/boot1/../include - I/usr/src/sys/boot/efi/boot1/../include/amd64 - I/usr/src/sys/boot/efi/boot1/../../../contrib/dev/acpica/include -I/usr/src/sys/boot/efi/boot1/../../.. -DEFI_UFS_BOOT - I/usr/src/sys/boot/efi/boot1/../../common -fPIC -ffreestanding - Wformat -mno-mmx -mno-sse -mno-avx -msoft-float -fshort-wchar - mno-red-zone -mno-aes -g -MD -MF.depend.boot1.o -MTboot1.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/boot1/boot1.c -o boot1.o /usr/src/sys/boot/efi/boot1/boot1.c:269:1: error: no previous prototype for function 'efi_zfs_is_preferred' [-Werror,-Wmissing-prototypes] efi_zfs_is_preferred(EFI_HANDLE *h) ^ /usr/src/sys/boot/efi/boot1/boot1.c:381:2: error: unknown type name 'zfsinfo_list_t'; did you mean 'pdinfo_list_t'? zfsinfo_list_t *zfsi_list; ^~~~~~~~~~~~~~ pdinfo_list_t /usr/src/sys/boot/efi/boot1/../include/efilib.h:49:42: note: 'pdinfo_list_t' declared here typedef STAILQ_HEAD(pdinfo_list, pdinfo) pdinfo_list_t; ^ /usr/src/sys/boot/efi/boot1/boot1.c:382:2: error: use of undeclared identifier 'zfsinfo_t' zfsinfo_t *zi; ^ /usr/src/sys/boot/efi/boot1/boot1.c:382:13: error: use of undeclared identifier 'zi' zfsinfo_t *zi; ^ 4 errors generated. *** Error code 1 Stop. make[6]: stopped in /usr/src/sys/boot/efi/boot1 *** Error code 1