Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2020 17:25:58 +0100
From:      Sergey Kandaurov <pluknet@gmail.com>
To:        Bob Willcox <bob@immure.com>
Cc:        stable list <freebsd-stable@freebsd.org>
Subject:   Re: install: gcache.8.gz: No such file or directory on 'make installworld'
Message-ID:  <CAE-mSOJ-sCXr0_sAz_mTzKTQAAMTQs2rJHGV8RZ2uCw-Di-1Kg@mail.gmail.com>
In-Reply-To: <20200922155021.GH82079@rancor.immure.com>
References:  <20200922155021.GH82079@rancor.immure.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 22 Sep 2020 at 16:50, Bob Willcox <bob@immure.com> 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''.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAE-mSOJ-sCXr0_sAz_mTzKTQAAMTQs2rJHGV8RZ2uCw-Di-1Kg>