From owner-freebsd-current@freebsd.org Wed Aug 1 15:18:13 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E31C10602D4 for ; Wed, 1 Aug 2018 15:18:13 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E2A978DE2 for ; Wed, 1 Aug 2018 15:18:12 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-RoutePath: aGlwcGll X-MHO-User: 16b54f68-959e-11e8-93fa-f3ebd9db2b94 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id 16b54f68-959e-11e8-93fa-f3ebd9db2b94; Wed, 01 Aug 2018 15:18:05 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w71FI5Yv038157; Wed, 1 Aug 2018 09:18:05 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1533136685.1369.4.camel@freebsd.org> Subject: Re: can't make installworld From: Ian Lepore To: Glen Barber , AN Cc: freebsd-current@freebsd.org Date: Wed, 01 Aug 2018 09:18:05 -0600 In-Reply-To: <20180801144153.GB96585@FreeBSD.org> References: <20180801144153.GB96585@FreeBSD.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Wed, 01 Aug 2018 15:18:13 -0000 On Wed, 2018-08-01 at 14:41 +0000, Glen Barber wrote: > On Wed, Aug 01, 2018 at 10:29:18AM -0400, AN wrote: > > > > FreeBSD BSD12 12.0-CURRENT FreeBSD 12.0-CURRENT #16 r335386: Tue > > Jun > > 19 19:57:51 EDT 2018 > > root@BSD12:/usr/obj/usr/src/amd64.amd64/sys/MYKERNEL  amd64 > > > > # cat /etc/master.passwd | grep ntp > > ntpd:*:123:123::0:0:NTP Daemon:/var/db/ntp:/usr/sbin/nologin > > > > > > # cat /etc/group | grep ntp > > ntpd:*:123: > > > This is a particularly annoying problem since 20180719. > It's not a problem at all, we are just in one of the rare times when you actually have to follow the recommended update procedure exactly, without shortcuts. In particular, you cannot skip the pre-world "mergemaster -p" step as described in the handbook or at the bottom of UPDATING. -- Ian > > > > > > # svnlite info > > Path: . > > Working Copy Root Path: /usr/src > > URL: svn://svn.freebsd.org/base/head > > Relative URL: ^/head > > Repository Root: svn://svn.freebsd.org/base > > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > > Revision: 337003 > > Node Kind: directory > > Schedule: normal > > Last Changed Author: manu > > Last Changed Rev: 337000 > > Last Changed Date: 2018-07-31 15:14:52 -0400 (Tue, 31 Jul 2018) > > > > > > For several days I have been trying to update the world without > > success.  In single user mode, trying to make installworld I get > > the > > following: > > > > > > > > > > > > > > > > > > > Installworld check > > ... > > Required tool true not found in path. > > > > > > Any idea how to fix this? > What does your $PATH contain? > > Glen >