From owner-freebsd-current@FreeBSD.ORG Thu Jul 21 07:17:22 2011 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 5658C106564A; Thu, 21 Jul 2011 07:17:22 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [IPv6:2001:470:1:117::25]) by mx1.freebsd.org (Postfix) with ESMTP id 3CFE08FC15; Thu, 21 Jul 2011 07:17:22 +0000 (UTC) Received: from delta.delphij.net (c-76-102-50-245.hsd1.ca.comcast.net [76.102.50.245]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by anubis.delphij.net (Postfix) with ESMTPSA id EEFC39664; Thu, 21 Jul 2011 00:17:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=delphij.net; s=anubis; t=1311232642; bh=t+Bw/UjG4f0j9yWVg+4c5GSaASlCyRnWRdPp9dXeQWs=; h=Message-ID:Date:From:Reply-To:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=FJutSOE/VpMTd5bT7UpHx5Tkyp5LncOXU9EoF3wodzPyYR9iT4WmUD0WDnjpXFF3K SNHynKrWqCbPcRFLwJgwY3pDZUZpgh58rNTjhFhPnGg6fFYJRK6lfS9mSZTpAd1KVd 4P83njF5VFcFa4yhWHdNluNdHvbFEWvtE8wEfePo= Message-ID: <4E27D281.6010507@delphij.net> Date: Thu, 21 Jul 2011 00:17:21 -0700 From: Xin LI Organization: The FreeBSD Project MIME-Version: 1.0 To: Alexander Best References: <20110721070825.GA80840@freebsd.org> In-Reply-To: <20110721070825.GA80840@freebsd.org> OpenPGP: id=3FCA37C1; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: buildworld failing in lib/libc/db/btree X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2011 07:17:22 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 07/21/11 00:08, Alexander Best wrote: > hi there, > > for some reason buildworld always fails in lib/libc/db/btree :( > > clang: > > /usr/bin/clang -O2 -pipe -fno-strict-aliasing -fno-omit-frame-pointer > -march=core2 -I/usr/git-freebsd-head/lib/libc/include > -I/usr/git-freebsd-head/lib/libc/../../include > -I/usr/git-freebsd-head/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE > -I/usr/git-freebsd-head/lib/libc/. > /usr/git-freebsd-head/lib/libc/db/btree/bt_split.c:486:2: warning: > implicit declaration of function '__PAST_END' is invalid in C99 > [-Wimplicit-function-declaration] __PAST_END(h->linp, 1) = h->upper > -= NRINTERNAL; This is quite weird, __PAST_END is defined in sys/param.h... And it compiled just fine here, what's your hosting system? Cheers, - -- Xin LI https://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iQEcBAEBCAAGBQJOJ9KBAAoJEATO+BI/yjfBnRQIAKGRJezmtmjmICp68nEIYmTR /VH/Y+ubIwCFBagwAKZ1qu+xQD+IG50cyAYujva/5loSejPMGQY4xFsV/iyptZhX g2XnTmO37TQl+gfQPE0Vj3pats22acsneb0UbABP2Ah2rzWN/sEV4B5RFbVYUpNq G5dFQR1Xdkx3qMkoZotFvVzvclMyxguJZDPy4HHIm8FqkjQE93m0x6KJQTj7a/80 nM6u7lyyD/8obhfb7ms1tc7hO3TLFqOv92IdYqTjl7RHTetj+Aa5MECUaQDJqeUP PoOBLpUWjDrFefrXtlCXhSK0mlLJcezLPGQP6ZqgYTUwNcug1zS69gsHpCaT+L0= =GRG2 -----END PGP SIGNATURE-----