From owner-freebsd-current@freebsd.org Fri Jul 10 12:50:40 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2852E3D5F for ; Fri, 10 Jul 2015 12:50:40 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0D420A5C for ; Fri, 10 Jul 2015 12:50:40 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0A5883D5E; Fri, 10 Jul 2015 12:50:40 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08F0E3D5D for ; Fri, 10 Jul 2015 12:50:40 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B4B22A59 for ; Fri, 10 Jul 2015 12:50:39 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::b02a:f2db:4b82:28d0] (unknown [IPv6:2001:7b8:3a7:0:b02a:f2db:4b82:28d0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 47D5A2F14C; Fri, 10 Jul 2015 14:50:30 +0200 (CEST) Subject: Re: llvm boostrap? Clang failures. Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Content-Type: multipart/signed; boundary="Apple-Mail=_376D25D5-D314-453A-A115-1321B380FBE8"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Pgp-Agent: GPGMail 2.5 (4db5779) From: Dimitry Andric In-Reply-To: Date: Fri, 10 Jul 2015 14:50:22 +0200 Cc: current Message-Id: <07AFE010-94E6-4747-B673-2F82B988ECA0@FreeBSD.org> References: To: jbtakk@iherebuywisely.com X-Mailer: Apple Mail (2.2102) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 10 Jul 2015 12:50:40 -0000 --Apple-Mail=_376D25D5-D314-453A-A115-1321B380FBE8 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 10 Jul 2015, at 03:54, Jeffrey Bouquet = wrote: >=20 > The "update clang" messages in UPDATING seem to not fix... > ...llvm/include/llvm/ADT/StringRef.h: fatal error: > 'algorithm' file not found > make stopped in /usr/src/lib/clang/lib/libllvmsupport... Do you have the 'algorithm' file on your system, in /usr/include/c++/v1? And is the rest of libc++ correctly installed? You should have the following libraries: /usr/lib/libc++.a /usr/lib/libc++.so /usr/lib/libc++.so.1 /usr/lib/libc++_p.a > The entire build fails similarly, > also in any subtree I try to start from (clang, lib/clang... etc etc) >=20 > Previously, the system was upgraded from another successful = installworld by rsync'ing the > /obj IIRC... > Also I've tried parameters such as CPP=3D/usr/local/bin/clang-cpp36 = to no avail... Another possibility is that you are assigning to CFLAGS and/or CXXFLAGS incorrectly. Can you please post your make.conf and src.conf files? Last but not least, from which version of FreeBSD are you building? An older copy of -CURRENT, or some -STABLE branch? -Dimitry --Apple-Mail=_376D25D5-D314-453A-A115-1321B380FBE8 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.28 iEYEARECAAYFAlWfv5UACgkQsF6jCi4glqMWggCdHtmGwNQqLIzkWD1r991Fr0R/ +nkAoLAM4pRDbmFu2E90FKFvaflyXJ7x =Jjep -----END PGP SIGNATURE----- --Apple-Mail=_376D25D5-D314-453A-A115-1321B380FBE8--