From owner-freebsd-current@freebsd.org Fri Jan 6 03:25:35 2017 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 77DFACA1AE5 for ; Fri, 6 Jan 2017 03:25:35 +0000 (UTC) (envelope-from lidl@FreeBSD.org) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.pix.net", Issuer "Pix.Com Technologies LLC CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 49CC81BF1 for ; Fri, 6 Jan 2017 03:25:35 +0000 (UTC) (envelope-from lidl@FreeBSD.org) Received: from torb.pix.net (torb.pix.net [IPv6:2001:470:e254:10:1042:6a31:1deb:9f8a]) (authenticated bits=0) by hydra.pix.net (8.16.0.19/8.15.2) with ESMTPA id v063PX2Z044727; Thu, 5 Jan 2017 22:25:34 -0500 (EST) (envelope-from lidl@FreeBSD.org) To: FreeBSD-Current Reply-To: lidl@FreeBSD.org From: Kurt Lidl Subject: installworld of r311444 fails Message-ID: <8b532b63-f661-a623-280b-b743afe4436f@FreeBSD.org> Date: Thu, 5 Jan 2017 22:25:33 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 06 Jan 2017 03:25:35 -0000 Today's build of -head (r3111444) fails to install on my sparc64 (upgrading from stable/10, which was just updated yesterday). The kernel installation and reboot worked fine. The installation of the user bits failed: ===> usr.bin/bsdcat/tests (install) install -o root -g wheel -m 555 functional_test /usr/tests/usr.bin/bsdcat/functional_test install: /usr/tests/usr.bin/bsdcat/functional_test: No such file or directory *** Error code 71 Stop. bmake[6]: stopped in /usr/src/usr.bin/bsdcat/tests *** Error code 1 Looks like the target directory creation was forgotten. FWIW, there is no /etc/src.conf on the machine, so it's a completely stock build. -Kurt