From owner-freebsd-current@freebsd.org Sun Nov 12 02:26:19 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 28C02E65BB7 for ; Sun, 12 Nov 2017 02:26:19 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E753478473; Sun, 12 Nov 2017 02:26:18 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject; s=201508; t=1510453576; bh=3icHFANo GTGdAvx0gNcS/BOVS1B9NgBq9DKxNBLRliE=; b=S33aZwyIzz/cC8MKGk4RuJav N+qgxhyOI/er18+KKtZWrzgxQF0oRUqBsVndOLUd0DmBbnpiDMv/X/gV5J13cZde YHWv0jUBtnO06jHmejXXbg7I1hCvGpNrzOI68i2J+hwCATl2zO3JM1zv6bT7qugG ayXLeaEIj/oMj7BqkTc= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id 5BAD32AE1F; Sat, 11 Nov 2017 21:26:16 -0500 (EST) Subject: Re: SVN r325728 breaks build To: Will Andrews Cc: freebsd-current References: <3dcb38fb-4db6-62ba-4867-12f54fcfd5e8@protected-networks.net> <20171112005859.GA6107@miranda.firepipe.net> From: Michael Butler Message-ID: <4499647c-83e1-0946-aaa8-a45b37268ff1@protected-networks.net> Date: Sat, 11 Nov 2017 21:26:15 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171112005859.GA6107@miranda.firepipe.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Sun, 12 Nov 2017 02:26:19 -0000 On 11/11/17 19:59, Will Andrews wrote: > On Sat, Nov 11, 2017 at 07:15:35PM -0500, Michael Butler wrote: >> As follows: >> >> --- zfs.o --- >> In file included from /usr/src/lib/libprocstat/zfs.c:51: >> In file included from /usr/obj/usr/src/amd64.amd64/tmp/usr/include/kvm.h:39: >> /usr/obj/usr/src/amd64.amd64/tmp/usr/include/vm/vm.h:111:13: error: >> typedef redefinition with different types ('int' vs 'enum boolean_t') >> typedef int boolean_t; >> ^ >> /usr/src/sys/cddl/compat/opensolaris/sys/types.h:84:34: note: previous >> definition is here >> typedef enum { B_FALSE, B_TRUE } boolean_t; >> ^ >> imb > > I have a patch being tested, will fix shortly. Thanks. Not with SVN r325732 .. In file included from /usr/src/lib/libkvm/kvm_i386.c:63: In file included from /usr/src/lib/libkvm/kvm_i386.h:33: /usr/obj/usr/src/amd64.amd64/obj-lib32/tmp/usr/include/vm/vm.h:74:16: error: redefinition of typedef 'vm_prot_t' is a C11 feature [-Werror,-Wtypedef-redefinition] typedef u_char vm_prot_t; /* protection codes */ ^ /usr/src/lib/libkvm/kvm.h:45:16: note: previous definition is here typedef u_char vm_prot_t; ^ 1 error generated. *** [kvm_i386.o] Error code 1 make[4]: stopped in /usr/src/lib/libkvm