From owner-freebsd-current@FreeBSD.ORG Mon Feb 20 12:56:45 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 25B181065672 for ; Mon, 20 Feb 2012 12:56:45 +0000 (UTC) (envelope-from jiashiun@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id E0B268FC14 for ; Mon, 20 Feb 2012 12:56:44 +0000 (UTC) Received: by iaeo4 with SMTP id o4so10038387iae.13 for ; Mon, 20 Feb 2012 04:56:44 -0800 (PST) Received-SPF: pass (google.com: domain of jiashiun@gmail.com designates 10.43.48.65 as permitted sender) client-ip=10.43.48.65; Authentication-Results: mr.google.com; spf=pass (google.com: domain of jiashiun@gmail.com designates 10.43.48.65 as permitted sender) smtp.mail=jiashiun@gmail.com; dkim=pass header.i=jiashiun@gmail.com Received: from mr.google.com ([10.43.48.65]) by 10.43.48.65 with SMTP id uv1mr21084230icb.57.1329742604356 (num_hops = 1); Mon, 20 Feb 2012 04:56:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ZI4wm7wZZvwKpvwG4VwJPVKW0rp8kPGkYhZH/cXJPU8=; b=SSIWLGWfw+2qYfV3QrAKU7O4AsLYFJc2wMYz8J0wolJXySNUnhYnrIvt+47or2j8Fu QexBH6b0iZ4GyPRK1Dv1kAe0C7tJsu4bOsFNHP6eWUr7wDVLjE2wD/1HLEcqrfl4s8dG bD3iE42fELc3J7VrrDWHUWBfdu2kSo1tnQz4E= Received: by 10.43.48.65 with SMTP id uv1mr16827768icb.57.1329742604260; Mon, 20 Feb 2012 04:56:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.170.3 with HTTP; Mon, 20 Feb 2012 04:56:14 -0800 (PST) In-Reply-To: <4F41E193.6010601@gmail.com> References: <4F41E193.6010601@gmail.com> From: Jia-Shiun Li Date: Mon, 20 Feb 2012 20:56:14 +0800 Message-ID: To: matt Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current@freebsd.org Subject: Re: Failed to compile current kernel with llvm/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: Mon, 20 Feb 2012 12:56:45 -0000 On Mon, Feb 20, 2012 at 2:00 PM, matt wrote: > You have the > WERROR= > NO_WERROR= > > lines in /etc/make.conf? You got me. I only quickly copy-pasted CC/CXX definitions and forgot about WERROR & NO_WERROR. No wonder others do not have this problem. Sorry for the noise. Thanks, Jia-Shiun.