From owner-freebsd-current@freebsd.org Tue Dec 29 05:22:20 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 53B38A5401C for ; Tue, 29 Dec 2015 05:22:20 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x229.google.com (mail-pf0-x229.google.com [IPv6:2607:f8b0:400e:c00::229]) (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 2C5171D48 for ; Tue, 29 Dec 2015 05:22:20 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x229.google.com with SMTP id 65so77790478pff.3 for ; Mon, 28 Dec 2015 21:22:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=fg1uaix5oqu1UGy/dZudaOV6NK++J3RdTYYGRtziYIA=; b=fo1+ebhPlA738MMlTRfpdTJsqFYkccrklWI5fsM05Hw3WijwbPgZsxElqgYiV+7hYh Oa61qQzBr7xA5YPDLYb8kj+6B5RZsSBmUx/uNxqdKMUN/zFrpBINm7BjQc4b4uPmJrBp a9M8o7Gd0QdZulfhGckhjsf+KoHDzWjdleD9Plwcr9pRirAqtZtEGw4kL+HSNmqmgWYv GmUdEVYD40Ruzo/sTargcbz0DhZfaYhoRUWM6UeIlW5dfKGJDG6v2Mlc2JzFS/CmGFmh hZ4r4/V/+eP4oBIh6hWd8CFLLCpaG46I9wo81EToT3OxlZlutbbOi0P03txQ9ZWAkIgF TlSA== X-Received: by 10.98.67.195 with SMTP id l64mr30317918pfi.109.1451366539795; Mon, 28 Dec 2015 21:22:19 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id kk5sm68480499pab.16.2015.12.28.21.22.17 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 28 Dec 2015 21:22:18 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: clang/3.7.1/include/ does not exist? From: NGie Cooper In-Reply-To: <5681f292.c842420a.8c6d9.117bSMTPIN_ADDED_MISSING@mx.google.com> Date: Mon, 28 Dec 2015 21:22:16 -0800 Cc: freebsd-current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <5681f292.c842420a.8c6d9.117bSMTPIN_ADDED_MISSING@mx.google.com> To: Roger Marquis 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 05:22:20 -0000 > On Dec 28, 2015, at 18:39, Roger Marquis wrote: >=20 > Anyone else seeing these buildworld errors? ... > /usr/obj/usr/src/tmp/usr/lib/clang/3.7.1/include/ > install: target directory = `/usr/obj/usr/src/tmp/usr/lib/clang/3.7.1/include/' does not exist > usage: install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner] > [-M log] [-D dest] [-h hash] [-T tags] > [-B suffix] [-l linkflags] [-N dbdir] > file1 file2 > install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner] > [-M log] [-D dest] [-h hash] [-T tags] > [-B suffix] [-l linkflags] [-N dbdir] > file1 ... fileN directory > install -dU [-vU] [-g group] [-m mode] [-N dbdir] [-o owner] > [-M log] [-D dest] [-h hash] [-T tags] > directory ... > *** Error code 64 > Stop. > make[4]: stopped in /usr/src/lib/clang/include > *** Error code 1 Hi Roger, How are you executing buildworld? What=E2=80=99s your revision? Thanks! -NGie=