install: gcache.8.gz: No such file or directory on 'make installworld'
Sergey Kandaurov
pluknet at gmail.com
Tue Sep 22 16:26:12 UTC 2020
On Tue, 22 Sep 2020 at 16:50, Bob Willcox <bob at 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''.
More information about the freebsd-stable
mailing list