From owner-freebsd-current@freebsd.org Tue Dec 29 19:33: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 B7A5FA55595 for ; Tue, 29 Dec 2015 19:33:40 +0000 (UTC) (envelope-from yaneurabeya@gmail.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 9DF47110D for ; Tue, 29 Dec 2015 19:33:40 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 9BDDDA55594; Tue, 29 Dec 2015 19:33: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 9A89CA55593 for ; Tue, 29 Dec 2015 19:33:40 +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 6BDF7110B for ; Tue, 29 Dec 2015 19:33:40 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x229.google.com with SMTP id 65so86571251pff.3 for ; Tue, 29 Dec 2015 11:33:40 -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=39+E3TRXhGzDy2RrKo0A4sJCkYJmblbfHIDiy83jIg8=; b=hLaKV0NoHf9Vr5ebrn/cAFJIU8EA2hgrfEmFERvO8UW3TSGCL732XmXtgZIxcbC02C Ow2VCKnrULhx6tSZ65XNVuZ3Qlto9Km0ctA4PgSisqXK+Drw7c1/q5JtqFjk8M/GAPDw SnDXw7VlUX9Yht/JWe2TQN9TWc+XTaEcd0QZCaIW6SXB9Mh5U5HVMW+xpEqJrfEhAeA6 CBrx5+QEIstbZ6BvQUW6VILG53wD/GvhQfQcN1ln3kmUryfy+PPDRsSTM1309IQ/BgFZ 5SpIQmiAZ081+Bh9dQkG2ttLlt5jz2+8MDlYjHgMl6PdGHoILhFvLqxNFiXyeZ/HClpb bt8Q== X-Received: by 10.98.70.2 with SMTP id t2mr86397172pfa.119.1451417620119; Tue, 29 Dec 2015 11:33:40 -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 p83sm85001399pfi.96.2015.12.29.11.33.38 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Dec 2015 11:33:38 -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: Date: Tue, 29 Dec 2015 11:33:37 -0800 Cc: current Content-Transfer-Encoding: quoted-printable Message-Id: <9D4F82FA-B447-4FA6-880F-D4049FFC75C1@gmail.com> References: To: jbtakk@iherebuywisely.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 19:33:40 -0000 > On Dec 29, 2015, at 06:16, Jeffrey Bouquet = wrote: >=20 > On Mon, 28 Dec 2015 18:39:59 -0800 (PST), Roger Marquis = wrote: =E2=80=A6 > = ..........................................................................= ............................................................ > Not to divert the question and answer, but I recently posted and would = like to restate that > it would be useful for a wrapper for installworld after buildworld so = that each command in > installworld can complete successfully since the buildworld did.... if = that would > be easy to do, BEFORE the actual installworld begins... [not to = mention its inclusion at > the bottom of UPDATING in one or more of the methodologies ... = eventually... ] >=20 > I've been tripped up many times lately, sometimes in a = all-day-rollback fashion, by > the installworld not completing where the buildworld did. >=20 > Seems it would be useful for production machines also...=20 This is one of the areas where snapshotting with filesystems would = definitely come in handy, e.g. ZFS (snapshot before installworld, = rollback if installworld fails). Cheers, -NGie=