From owner-freebsd-current@FreeBSD.ORG Fri Aug 31 23:13:00 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 627AB106566B for ; Fri, 31 Aug 2012 23:13:00 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 175BA8FC1F for ; Fri, 31 Aug 2012 23:13:00 +0000 (UTC) Received: from [192.168.0.6] (spaceball.home.andric.com [192.168.0.6]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 9FF305C37; Sat, 1 Sep 2012 01:12:52 +0200 (CEST) Message-ID: <504144F5.6070400@FreeBSD.org> Date: Sat, 01 Sep 2012 01:12:53 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20120828 Thunderbird/16.0 MIME-Version: 1.0 To: Eir Nym References: <503D12CB.4000208@FreeBSD.org> <503D29F4.1030804@FreeBSD.org> <503D35DA.9060704@FreeBSD.org> <503F91C0.3090208@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mail Lists Subject: Re: Can't build FreeBSD-head with CLANG X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 31 Aug 2012 23:13:00 -0000 On 2012-08-30 18:43, Eir Nym wrote: > On 30 August 2012 20:16, Dimitry Andric wrote: ... >> It seems the WERROR= in the xfs module Makefile was right there from the >> start, but it was never removed. I have compiled it using gcc, and >> there are actually no warnings from gcc at all. With clang, there are >> several warnings, so I have added a few workaround -Wno-xxx flags for >> them. I committed the fixes in r239959. I tried building your GENERIC_PF kernel configuration, and it worked just fine now.