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

From: UEMURA Tetsuya <t_uemura_at_macome.co.jp>
Date: Wed, 18 Jan 2023 05:19:16 UTC
> buildworld succeeded (as expected), wdatwd was not mentioned during the build.
> 
> As far as I can tell, there was no problem with installation to the host on 14th January (see below), I remain puzzled by the poudriere failure to update from /usr/src.
> 
> % grep wdatwd /usr/src/installworld.log
> install -o root -g wheel -m 444 /usr/src/share/man/man4/wdatwd.4 /usr/share/man/man4
> % ls -hln /usr/src/installworld.log
> -rw-r--r--  1 1002  0   4.8M 14 Jan 05:01 /usr/src/installworld.log
> %

On mine, GENERIC kernel with no src.conf defined, fresh make
build(world|kernel) and following install (world|kernel) logged four
wdatwd.4 related lines:

rm -f aac.4.gz ... wdatwd.4.gz ... wdatwd.4.cat.gz ... (actually very very long line)
--- wdatwd.4.gz ---
gzip -cn /usr/src/share/man/man4/wdatwd.4 > wdatwd.4.gz
install  -o root -g wheel -m 444 wdatwd.4.gz  /usr/share/man/man4/

If your make world was fresh (not rebuilding), I have no idea anymore.

-- 
Tetsuya Uemura                    developer / overseas sales
t_uemura@macome.co.jp
MACOME, Corp. Tokyo Office        Kawano Bldg., 7-32-6, Nishi Kamata,
http://www.macome.co.jp/english/  Ota, Tokyo 1440052 Japan

Posted on Wed, 18 Jan 2023 00:36:31 +0000
by author Graham Perrin <grahamperrin@freebsd.org>
> On 17/01/2023 02:52, UEMURA Tetsuya wrote:
> 
> >> 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.
> 
> 
> buildworld succeeded (as expected), wdatwd was not mentioned during the build.
> 
> As far as I can tell, there was no problem with installation to the host on 14th January (see below), I remain puzzled by the poudriere failure to update from /usr/src.
> 
> % grep wdatwd /usr/src/installworld.log
> install -o root -g wheel -m 444 /usr/src/share/man/man4/wdatwd.4 /usr/share/man/man4
> % ls -hln /usr/src/installworld.log
> -rw-r--r--  1 1002  0   4.8M 14 Jan 05:01 /usr/src/installworld.log
> %
> 
>