From owner-freebsd-stable@freebsd.org Tue Sep 22 17:26:57 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 948943F06D0 for ; Tue, 22 Sep 2020 17:26:57 +0000 (UTC) (envelope-from bob@rancor.immure.com) Received: from rancor.immure.com (108-84-10-9.lightspeed.austtx.sbcglobal.net [108.84.10.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "darth.immure.com", Issuer "darth.immure.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BwpC429lsz4LVN for ; Tue, 22 Sep 2020 17:26:55 +0000 (UTC) (envelope-from bob@rancor.immure.com) Received: from rancor.immure.com (localhost [127.0.0.1]) by rancor.immure.com (8.15.2/8.15.2) with ESMTPS id 08MHQrNp081853 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 22 Sep 2020 12:26:53 -0500 (CDT) (envelope-from bob@rancor.immure.com) Received: (from bob@localhost) by rancor.immure.com (8.15.2/8.15.2/Submit) id 08MHQrMI081852; Tue, 22 Sep 2020 12:26:53 -0500 (CDT) (envelope-from bob) Date: Tue, 22 Sep 2020 12:26:52 -0500 From: Bob Willcox To: Sergey Kandaurov Cc: stable list Subject: Re: install: gcache.8.gz: No such file or directory on 'make installworld' Message-ID: <20200922172652.GI82079@rancor.immure.com> Reply-To: Bob Willcox References: <20200922155021.GH82079@rancor.immure.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 4BwpC429lsz4LVN X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of bob@rancor.immure.com has no SPF policy when checking 108.84.10.9) smtp.mailfrom=bob@rancor.immure.com X-Spamd-Result: default: False [2.81 / 15.00]; HAS_REPLYTO(0.00)[bob@immure.com]; ARC_NA(0.00)[]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.25)[0.248]; RCVD_TLS_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[immure.com]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.65)[0.654]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.70)[0.704]; R_SPF_NA(0.00)[no SPF record]; FREEMAIL_TO(0.00)[gmail.com]; FORGED_SENDER(0.30)[bob@immure.com,bob@rancor.immure.com]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7018, ipnet:108.64.0.0/11, country:US]; FROM_NEQ_ENVFROM(0.00)[bob@immure.com,bob@rancor.immure.com]; MAILMAN_DEST(0.00)[freebsd-stable]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2020 17:26:57 -0000 On Tue, Sep 22, 2020 at 05:25:58PM +0100, Sergey Kandaurov wrote: > On Tue, 22 Sep 2020 at 16:50, Bob Willcox wrote: > > > When I run 'make installworld' following a 'make world' it fails with this > > error: > > > > ===> lib/geom (install) > > ===> lib/geom/cache (install) > > install -s -o root -g wheel -m 444 -S geom_cache.so /lib/geom/ > > install -o root -g wheel -m 444 geom_cache.so.debug > > /usr/lib/debug/lib/geom/ > > install -o root -g wheel -m 444 gcache.8.gz /usr/share/man/man8/ > > install: gcache.8.gz: No such file or directory > > *** Error code 71 > > > > Are you sure you ran ``make world''? > Because if not in HISTORICAL_MAKE_WORLD or DESTDIR, > it won't produce you a cookie. > You probably want to substitute it with ``make buildworld''. Actually, I'm doing a 'make buildworld' and not 'make world'. Is there something I can check regarding the "HISTORICAL_MAKE_WORLD or DESTDIR" you mentioned? Thanks, Bob -- Bob Willcox | It's possible that the whole purpose of your life is to bob@immure.com | serve as a warning to others. Austin, TX |