From owner-freebsd-current@FreeBSD.ORG Sat May 17 08:11:53 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35BA0FCA for ; Sat, 17 May 2014 08:11:53 +0000 (UTC) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7BF02AA6 for ; Sat, 17 May 2014 08:11:52 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.82) for freebsd-current@freebsd.org with esmtp (envelope-from ) id <1WlZia-00101a-6v>; Sat, 17 May 2014 10:11:44 +0200 Received: from g226061217.adsl.alicedsl.de ([92.226.61.217] helo=thor.walstatt.dynvpn.de) by inpost2.zedat.fu-berlin.de (Exim 4.82) for freebsd-current@freebsd.org with esmtpsa (envelope-from ) id <1WlZia-001hIa-51>; Sat, 17 May 2014 10:11:44 +0200 Date: Sat, 17 May 2014 10:11:39 +0200 From: "O. Hartmann" To: FreeBSD CURRENT Subject: r266298: make buildworld fail: fatal error: 'llvm/ADT/APFloat.h' file not found #include "llvm/ADT/APFloat.h" Message-ID: <20140517101139.4ed104ef.ohartman@zedat.fu-berlin.de> Organization: FU Berlin X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/MVmcJwMIQ_waT+AWAv=4HUN"; protocol="application/pgp-signature" X-Originating-IP: 92.226.61.217 X-ZEDAT-Hint: A X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Sat, 17 May 2014 08:11:53 -0000 --Sig_/MVmcJwMIQ_waT+AWAv=4HUN Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable With 11.0-CURRENT's sources (r266298) buildworld fails: [...] /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APFloat= .cpp:15:10: fatal error: 'llvm/ADT/APFloat.h' file not found #include "llvm/ADT/APFloat= .h" ^ 1 error generated. /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APInt.c= pp:16:10: fatal error: 'llvm/ADT/APInt.h' file not found #include "llvm/ADT/APInt.h" oh --Sig_/MVmcJwMIQ_waT+AWAv=4HUN Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJTdxm/AAoJEOgBcD7A/5N8pdYIALbAJdhpwa5bgOm0IkiBZj/Z 3NkSQzTi7VtWv+/QE+DCxX2s6taasieI+yunM2OFAKkHeVQuAlcdbUTuUQ36usZu arD9ZoWBFp9y7/3NrqIzccr/OuUiTSMNHznJdIpBLKFn+YikrcoWYoImcRv5DJwd +LhCS992hlS5Xgk1xyVNvh8pxxfN3pawa9rDV/lzs/XTiEp/8dcdXSVZoXdAkKsa uXvx6ffXh0MVxfvTkOhyelLKYtqwtmcJXKcmSr0g0ZAGGuKzGw3gWNpNvbbo+Mnu PbJ3LVadThKtURAyB/NQNg1+8KOJ41RVw6sW0lD/Zx+xl8n1YgIKS6C00B60Z3w= =/clF -----END PGP SIGNATURE----- --Sig_/MVmcJwMIQ_waT+AWAv=4HUN--