From owner-freebsd-current@freebsd.org Tue Dec 29 23:32:24 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 2DA93A54A86 for ; Tue, 29 Dec 2015 23:32:24 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-oi0-x235.google.com (mail-oi0-x235.google.com [IPv6:2607:f8b0:4003:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EDD9E1305 for ; Tue, 29 Dec 2015 23:32:23 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-oi0-x235.google.com with SMTP id y66so195198953oig.0 for ; Tue, 29 Dec 2015 15:32:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=bGgrXLBLz63UZbO5u512mbIYqPncZl3CpBbn3q5D3cY=; b=iJBCjPoxPmmLr+XEynGII8oyPWLYv74noENHvxyQH0/7VCvHNtXh/gDe+msyTrJPjH SaAwnP9RflZ3nO332PEE3M2T2wpucX/yWKJtESCj/bn+/+scI+q0KDLXOiXHwHzh3MEG 8pTqSV62tYVhj3gzgeiWntj3rJ/8MTrhoOdxuB9GE3laCILDuPElCKzDCAQviSr/rxbC QQYH8BMSpOrk6wOFoCOrBrxPkwuf9uTifIMfBJJkFQFK/WAGSevCcSqPjYUpWOESAOn+ k5w6fE4fJdDXyVDoRkArKv1Regrsq7sd64OkKe2/VlooS92GkAW1/LG2mdIXkTZ1ugAs wxpQ== X-Received: by 10.202.196.67 with SMTP id u64mr37632739oif.94.1451431943170; Tue, 29 Dec 2015 15:32:23 -0800 (PST) Received: from ?IPv6:2601:601:800:126d:fd97:b044:5389:fa9b? ([2601:601:800:126d:fd97:b044:5389:fa9b]) by smtp.gmail.com with ESMTPSA id wu6sm22321451obb.16.2015.12.29.15.32.21 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Dec 2015 15:32:21 -0800 (PST) Subject: Re: clang/3.7.1/include/ does not exist? Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=utf-8 From: NGie Cooper X-Priority: 3 (Normal) In-Reply-To: <5683055a.4866420a.194a1.5544SMTPIN_ADDED_MISSING@mx.google.com> Date: Tue, 29 Dec 2015 15:32:20 -0800 Cc: freebsd-current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <5682f924.1a0e620a.13f6.ffffc220SMTPIN_ADDED_MISSING@mx.google.com> <5683055a.4866420a.194a1.5544SMTPIN_ADDED_MISSING@mx.google.com> To: marquis@roble.com X-Mailer: Apple Mail (2.2104) 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: Tue, 29 Dec 2015 23:32:24 -0000 > On Dec 29, 2015, at 14:12, Roger Marquis wrote: >=20 >> I don't use cleanworld. That might be a part of the problem. Is = /usr/obj on >> tmpfs? >=20 > Haven't tried /usr/obj on tmpfs (yet), just ufs and zfs. Ok =E2=80=94 this helps a lot. I=E2=80=99ll look at cleanworld =E2=80=94 = see if there=E2=80=99s anything missing there. Thanks! -NGie=