From owner-freebsd-current@freebsd.org Wed Aug 1 15:33: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 69FDF1060DE8 for ; Wed, 1 Aug 2018 15:33:13 +0000 (UTC) (envelope-from a.n.us@ieee.org) Received: from mail-io0-x22a.google.com (mail-io0-x22a.google.com [IPv6:2607:f8b0:4001:c06::22a]) (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 0964879B8B for ; Wed, 1 Aug 2018 15:33:12 +0000 (UTC) (envelope-from a.n.us@ieee.org) Received: by mail-io0-x22a.google.com with SMTP id z19-v6so16414544ioh.4 for ; Wed, 01 Aug 2018 08:33:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ieee-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=6mUeQfNOACJGOGJrTKtelhZ2gUoe7MkyPzxjHuyz9Ls=; b=HagcNdoO7SyyEnn8fsD5g2y/WM9v9OY2VEsV51BxSm1tPi57HFHZAHncL6c8rv86u6 xhcgM8piy5PSZks0/juNLy3IuszUo6pUvU+bAaxHfX7gd9FkgNvg5k6i6VRGORc9Z9SN hCvEYQNybwhebpw5RyO6M/xZ1ceOy+SDNetmBDlDES+//fLsS0uY/xa7kXppJEhqPN/C jWQd/gHOE4Xpd/dokSFNu1x/HhIoWwiCWWV4byBpitnsmFPxqrxxT349Sz5OI1Knv9J1 GPa6b/r4HjozmcEYYy5myN5PJXzM7LFfHYLHNDTfFB7OKbTKDCpUB/6y/PzFEogalFB5 ghWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=6mUeQfNOACJGOGJrTKtelhZ2gUoe7MkyPzxjHuyz9Ls=; b=E2KUmaxd9+02loeeNHB9jOXV5RgAf+5pqXkrXP84JRm+cv8quRXsOnpxyiKzzpM+4B FjI+/o1JFLNRjzcPx/B7qZK0PdTsOOa2brejpXeP+vsF3RZ+6dvbzffrOaFUWUY5bebH bHtOWRaebnu9zvg9fprUJ0xDzLd5w2Ew+MzcnCTUYMQQ3jVilmgNmClaYZ1vkfW5NMKe VmUYF+eZzMPd4aR8Bp9/HqGjNqEUeI2JOIaHboCR6qJQ/kZ6PxHgVkJ5bCb8xmGQVM8A x/PCHAbivHFkXVbppc7xg6biGUOiV2A/0Wgw79z9U47+L1Ty1U6OC9phdjFUuqzq4q4W 2Rgw== X-Gm-Message-State: AOUpUlFe3gwYKItMZUfYOSH8O04SS4aR1zIyKOkX1njPj0i50RT9rR1Q ShqQQn3J28BxETBxdRkAaoLfNPqSoli5H6LiNZbL/a5h X-Google-Smtp-Source: AAOMgpcKzJW6tRpCJ2gaFjnCM33qHAkUbbL21XFnVImfdO34fqVFmGD0NbqrLyts6JwVRthdTzWPLSPFHjBcC8BC0FE= X-Received: by 2002:a6b:cd8f:: with SMTP id d137-v6mr3765094iog.154.1533137592238; Wed, 01 Aug 2018 08:33:12 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a02:5919:0:0:0:0:0 with HTTP; Wed, 1 Aug 2018 08:32:31 -0700 (PDT) In-Reply-To: <20180801144912.GC96585@FreeBSD.org> References: <20180801144153.GB96585@FreeBSD.org> <20180801144912.GC96585@FreeBSD.org> From: AN Date: Wed, 1 Aug 2018 11:32:31 -0400 Message-ID: Subject: Re: can't make installworld To: Glen Barber , freebsd-current@freebsd.org Content-Type: text/plain; charset="UTF-8" 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:33:13 -0000 Glen: On Wed, Aug 1, 2018 at 10:49 AM, Glen Barber wrote: > Hmm, gross. :( > > Was there a previous error during a prior installworld attempt? > > As a quick workaround regarding this particular binary missing, you > could: > > # make -C /usr/src/usr.bin/true install This worked and allowed installworld to finish successfully. > If that fails, please reply with the list in CC, as there may be > something more serious going on here. > > Glen > > On Wed, Aug 01, 2018 at 10:45:17AM -0400, AN wrote: >> Hey Glen: >> >> Thanks for the reply. >> >> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin >> >> On Wed, Aug 1, 2018 at 10:41 AM, 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. >> > >> >> >> >> # 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 >> > Thanks for your help and quick response.