Re: install: wdatwd.4.gz: No such file or directory

From: UEMURA Tetsuya <t_uemura_at_macome.co.jp>
Date: Tue, 17 Jan 2023 02:52:42 UTC
> Thanks. Result: <https://bsd.to/mjBz/raw>, and I'm now rebuilding world.

Weird. On my 14-CURRENT, make all shows a lot of gzip related lines such
as:

gzip -cn /usr/src/share/man/man4/aac.4 > aac.4.gz
...
gzip -cn /usr/src/share/man/man4/wdatwd.4 > wdatwd.4.gz
...

Would like to see your rebuilding world result.

-- 
Tetsuya Uemura <t_uemura@macome.co.jp>

Posted on Mon, 16 Jan 2023 13:35:58 +0000
by author Graham Perrin <grahamperrin@freebsd.org>
> 
> On 16/01/2023 12:59, UEMURA Tetsuya wrote:
> >> I do have the manual page for wdatwd(4), and /usr/obj/usr/src/amd64.amd64/share/man/man4/ exists but wdatwd.4.gz (required during an update to the jail) does not exist at this path.
> >>
> >> % man 4 wdatwd
> >> % file /usr/obj/usr/src/amd64.amd64/share/man/man4/wdatwd.4.gz
> >> /usr/obj/usr/src/amd64.amd64/share/man/man4/wdatwd.4.gz: cannot open `/usr/obj/usr/src/amd64.amd64/share/man/man4/wdatwd.4.gz' (No such file or directory)
> > Umm. Try re-make man4 files by doing something like:
> >
> > cd /usr/src/share/man/man4
> > make clean depend all
> >
> > and find /usr/obj -name wdatwd.4.gz to see whether there is wdatwd.4.gz
> > or not.
> Thanks. Result: <https://bsd.to/mjBz/raw>, and I'm now rebuilding world.