From owner-freebsd-current@FreeBSD.ORG Tue Jul 22 17:53:01 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6CDC8BB5 for ; Tue, 22 Jul 2014 17:53:01 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9832192 for ; Tue, 22 Jul 2014 17:53:00 +0000 (UTC) Received: from [192.168.200.205] (c-50-131-5-126.hsd1.ca.comcast.net [50.131.5.126]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 3CFDC193A3A for ; Tue, 22 Jul 2014 17:52:59 +0000 (UTC) Subject: sys/boot unbuildable From: Sean Bruno Reply-To: sbruno@freebsd.org To: freebsd-current Content-Type: text/plain; charset="us-ascii" Date: Tue, 22 Jul 2014 10:52:58 -0700 Message-ID: <1406051578.1063.33.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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, 22 Jul 2014 17:53:01 -0000 I can't quite see what the difference in building sys/i386/loader and sys/i386/zfsloader is outside of the obvious zfs loader support flag. But, loader will build, and zfsloader will not. Clang will give me a nice error that tells me how I could fix this, but since loader builds fine I suspect something buildsystem related is occuring here? cc -O2 -pipe -DLOADER_ZFS_SUPPORT -DLOADER_NFS_SUPPORT -DBOOT_FORTH -I/home/sbruno/bsd/fbsd_head/sys/boot/i386/zfsloader/../../ficl -I/home/sbruno/bsd/fbsd_head/sys/boot/i386/zfsloader/../../ficl/i386 -DLOADER_GZIP_SUPPORT -DLOADER_DISK_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -I/home/sbruno/bsd/fbsd_head/sys/boot/i386/zfsloader/../../common -I. -Wall -I/home/sbruno/bsd/fbsd_head/sys/boot/i386/zfsloader/.. -I/home/sbruno/bsd/fbsd_head/sys/boot/i386/zfsloader/../btx/lib -march=i386 -ffreestanding -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 -Qunused-arguments -DLOADER_PREFER_AMD64 -c /home/sbruno/bsd/fbsd_head/sys/boot/i386/zfsloader/../loader/main.c /home/sbruno/bsd/fbsd_head/sys/boot/i386/zfsloader/../loader/main.c:38:10: error: 'machine/bootinfo.h' file not found with include; use "quotes" instead #include ^~~~~~~~~~~~~~~~~~~~ "machine/bootinfo.h" 1 error generated. *** Error code 1 Stop. make: stopped in /home/sbruno/bsd/fbsd_head/sys/boot/i386/zfsloader