From owner-freebsd-stable@FreeBSD.ORG Fri Jun 22 19:51:49 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FE0C10656AE for ; Fri, 22 Jun 2012 19:51:49 +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 37E8D8FC19 for ; Fri, 22 Jun 2012 19:51:49 +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 2045B5C59; Fri, 22 Jun 2012 21:51:42 +0200 (CEST) Message-ID: <4FE4CCCE.906@FreeBSD.org> Date: Fri, 22 Jun 2012 21:51:42 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120607 Thunderbird/14.0 MIME-Version: 1.0 To: "Dr. Baud" References: <1340365647.75119.YahooMailNeo@web120701.mail.ne1.yahoo.com> In-Reply-To: <1340365647.75119.YahooMailNeo@web120701.mail.ne1.yahoo.com> X-Enigmail-Version: 1.5a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-stable@freebsd.org" Subject: Re: 9-STABLE doesn't build with clang/llvm X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2012 19:51:49 -0000 On 2012-06-22 13:47, Dr. Baud wrote: > Anybody else having trouble building r237440 with clang: ... > /usr/home/bketchum/kernels/stable-9/lib/libc/../../include/stdlib.h:82:1: error: > > unknown type name '_Noreturn' > _Noreturn void abort(void); > ^ There seems to be something wrong with your cdefs.h file. Please check your copy, which should be in: /usr/home/bketchum/kernels/stable-9/sys/sys/cdefs.h Alternatively, try running the failing command line with -save-temps, and upload the resulting bt_close.i somewhere (or attach it, but compress it first, please).