From owner-freebsd-current@freebsd.org Sun May 29 00:29:40 2016 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 24E7CB454E2 for ; Sun, 29 May 2016 00:29:40 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (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 DEFB713E2 for ; Sun, 29 May 2016 00:29:39 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-oi0-x233.google.com with SMTP id w184so218083857oiw.2 for ; Sat, 28 May 2016 17:29:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-transfer-encoding; bh=FvH98AmRNW7m6kn3iSUxXBFusvJ9u8xaarrpYyUSfIw=; b=YkTsLFewFxwVmXZth4maiRwNzEdyOhMYrn+wy3WU19Nt8gQmcXu7M8QOJ9Z+Mo1/Iq ikNF8K59qxMBohYsuqgjnVTyR7rJCG2nI6zGW1JBYWiUz+rzSXvtyO1FwQYHj9/ewegv 6aRTg1QodEqNirJRJAPXxiKqxl7usyKosYFl97CCD5RJlBzPX4AsIrveDY7VM1PNBx/z hdfXPjUQwPDZY18bUMaMJ63RQTpor2PlLsMKAoSRedVX62UN+o5zChiSomZnfuHsmh9n eSaGh+7FfKOBm/peNV6jFL1IOcUbyHGKikpNDt6H61d3pTscHVxn2h+5Bj5bdv424aql 2Kow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-transfer-encoding; bh=FvH98AmRNW7m6kn3iSUxXBFusvJ9u8xaarrpYyUSfIw=; b=hgFN5AvYMJSj/VO0CwOOtHLdzxf4ubpQ5vIgRngyDk1SWyVFhwBQxrg2hvpRbOMzp8 9merVUM7pr8B1hPDFY9CCCacKxBKg2XBRxqanHtniy3IMNXf2ajE9ToAlaWcKt12Y5H2 yG6CqHtfJ55hzJ0CGjZD2DutroTpBLBgOtYUipSosqSt9YCVoehHRNpkYxiyoMF8qkaw yu9NnzDHyw1FemnFuFrVvxEHc2puoe+gNWSfSvyPaEU4t+cCA15FogD1f8uIhOTnXBUf xt0pa3We4ZDtgsNhHnG8ADWleFodErqYFBrUmnYR/BuYkZ+Z5g5nTQqdEr9j2pFEjuME WYVA== X-Gm-Message-State: ALyK8tL13fQFi+6YzXLA9UQR7U9hvih9jWYQ9LewZgBYy+pLbniua6VTVRtvXJy5hy2T5EdXqDIYXe+ZrXnuHw== MIME-Version: 1.0 X-Received: by 10.202.206.76 with SMTP id e73mr14369481oig.173.1464481779252; Sat, 28 May 2016 17:29:39 -0700 (PDT) Sender: asomers@gmail.com Received: by 10.202.4.200 with HTTP; Sat, 28 May 2016 17:29:39 -0700 (PDT) In-Reply-To: <75323DF7-8112-47B8-9E9E-93FE90030A16@hardenedbsd.org> References: <75323DF7-8112-47B8-9E9E-93FE90030A16@hardenedbsd.org> Date: Sat, 28 May 2016 18:29:39 -0600 X-Google-Sender-Auth: d5X6s_KC1K7oDJf0BfMKt0RTVMY Message-ID: Subject: Re: installworld woes From: Alan Somers To: Shawn Webb Cc: freebsd-current Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Sun, 29 May 2016 00:29:40 -0000 On Sat, May 28, 2016 at 6:26 PM, Shawn Webb wr= ote: > On May 28, 2016, at 8:23 PM, Alan Somers wrote: >> >> On Sat, May 28, 2016 at 6:14 PM, Shawn Webb = wrote: >>> I haven=E2=80=99t had the time to properly diagnose this one. But here= =E2=80=99s a little installworld bug I=E2=80=99ve run into. When performing= the following, installworld fails: >>> >>> 1. Make sure /chroot doesn=E2=80=99t exist, if it does, then `rm -rf /c= hroot` >>> 2. mkdir /chroot >>> 3. cd /usr/src >>> 4. make installworld DESTDIR=3D/chroot >>> >>> I=E2=80=99m my case, the chroot is at /builds/updater/chroot. Below is = a link to the log of the error I=E2=80=99m getting. I=E2=80=99m using Harde= nedBSD=E2=80=99s source, the hardened/current/master branch. >>> >>> Link to log: http://pastebin.com/titmiNCW >>> >>> Thanks, >>> >>> Shawn Webb >>> Cofounder and Security Engineer >>> HardenedBSD >>> >>> GPG Key ID: 0x6A84658F52456EEE >>> GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89 3D9E 6A84 658F 5245 6EEE >>> >> >> Can you please send me your copy of etc/mtree/BSD.tests.dist? And did >> you set anything like WITHOUT_TESTS=3D1 in /etc/src.conf? Also, what >> exact revision of HardenedBSD are you using? >> >> -Alan > > Hey Alan, > > Both make.conf and src.conf is empty. I=E2=80=99m at commit 41e51b23103da= ca5c5cdbfa894f1166d07f87c15 in the hardened/current/master branch. Here=E2= =80=99s etc/mtree/BSD.tests.dist in my src tree: http://ix.io/MiS > > Thanks, > > Shawn Webb > Cofounder and Security Engineer > HardenedBSD > > GPG Key ID: 0x6A84658F52456EEE > GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89 3D9E 6A84 658F 5245 6EEE I'll fix it tonight after I get the kids into bed. In the meantime, you can roll back to before this commit. https://github.com/HardenedBSD/hardenedBSD/commit/442baa51845cf38dbcfdc44bd= 8493defdaad630a -Alan