From owner-freebsd-current@freebsd.org Fri Jul 10 02:15:07 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 CD4603D05 for ; Fri, 10 Jul 2015 02:15:07 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) 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 B602EA27 for ; Fri, 10 Jul 2015 02:15:07 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: by mailman.ysv.freebsd.org (Postfix) id B2C6A3D04; Fri, 10 Jul 2015 02:15:07 +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 B25B53D03 for ; Fri, 10 Jul 2015 02:15:07 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from aibo.runbox.com (aibo.runbox.com [91.220.196.211]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 732C8A26 for ; Fri, 10 Jul 2015 02:15:07 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from [10.9.9.241] (helo=rmm6prod02.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1ZDNWQ-0002UX-1g for current@freebsd.org; Fri, 10 Jul 2015 03:54:38 +0200 Received: from mail by rmm6prod02.runbox.com with local (Exim 4.76) (envelope-from ) id 1ZDNWP-0006IN-C5 for current@freebsd.org; Fri, 10 Jul 2015 03:54:37 +0200 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Received: from [Authenticated user (846156)] by runbox.com with http (RMM6); for ; Fri, 10 Jul 2015 01:54:37 GMT From: "Jeffrey Bouquet" Reply-To: jbtakk@iherebuywisely.com To: "current" Subject: llvm boostrap? Clang failures. Date: Thu, 09 Jul 2015 18:54:37 -0700 (PDT) X-Mailer: RMM6 Message-Id: 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 02:15:07 -0000 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... The entire build fails similarly, also in any subtree I try to start from (clang, lib/clang... etc etc) Previously, the system was upgraded from another successful installworld by= rsync'ing the /obj IIRC...=20 Also I've tried parameters such as CPP=3D/usr/local/bin/clang-cpp36 to no= avail...