From nobody Wed Jan 18 05:19:16 2023 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NxYwJ2281z2t8rK for ; Wed, 18 Jan 2023 05:19:28 +0000 (UTC) (envelope-from t_uemura@macome.co.jp) Received: from mail.macome.co.jp (mail.v4000-114.mailsecure.jp [203.138.86.114]) by mx1.freebsd.org (Postfix) with ESMTP id 4NxYwG4v6xz3PSN for ; Wed, 18 Jan 2023 05:19:26 +0000 (UTC) (envelope-from t_uemura@macome.co.jp) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of t_uemura@macome.co.jp designates 203.138.86.114 as permitted sender) smtp.mailfrom=t_uemura@macome.co.jp; dmarc=none Received: from towerrecords.dyndns.org (unknown [111.90.40.59]) (Authenticated sender: t_uemura@macome.co.jp) by macome.co.jp (Postfix) with ESMTPA id 3D99720316 for ; Wed, 18 Jan 2023 14:19:17 +0900 (JST) Received: by towerrecords.dyndns.org (Postfix, from userid 58) id EC6A69B888F; Wed, 18 Jan 2023 14:19:16 +0900 (JST) X-Spam-Checker-Version: SpamAssassin 3.4.5 (2021-03-20) on towerrecords.dyndns.org Received: from [192.168.1.21] (p8585038-ipngn39001marunouchi.tokyo.ocn.ne.jp [180.39.37.38]) by towerrecords.dyndns.org (Postfix) with ESMTPSA id 7A83E9B876E; Wed, 18 Jan 2023 14:19:13 +0900 (JST) From: UEMURA Tetsuya To: freebsd-current@freebsd.org Subject: Re: install: wdatwd.4.gz: No such file or directory Cc: shibata@macome.co.jp In-Reply-To: References: <20230117025242.65B809B8774@towerrecords.dyndns.org> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Becky! ver. 2.81.04 [ja] Message-Id: <20230118051916.EC6A69B888F@towerrecords.dyndns.org> X-Spam-WB: 128 Date: Wed, 18 Jan 2023 14:19:16 +0900 (JST) X-Spamd-Result: default: False [-3.16 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.97)[-0.965]; R_SPF_ALLOW(-0.20)[+ip4:203.138.86.114/32]; RCVD_NO_TLS_LAST(0.10)[]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DMARC_NA(0.00)[macome.co.jp]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; FROM_HAS_DN(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; ASN(0.00)[asn:2514, ipnet:203.138.0.0/16, country:JP] X-Rspamd-Queue-Id: 4NxYwG4v6xz3PSN X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N > buildworld succeeded (as expected), wdatwd was not mentioned during the b= uild. >=20 > 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 u= pdate from /usr/src. >=20 > % grep wdatwd /usr/src/installworld.log > install -o root -g wheel -m 444 /usr/src/share/man/man4/wdatwd.4 /usr/sha= re/man/man4 > % ls -hln /usr/src/installworld.log > -rw-r--r-- =A01 1002 =A00 =A0=A04.8M 14 Jan 05:01 /usr/src/installworld.l= og > % 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. --=20 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 > On 17/01/2023 02:52, UEMURA Tetsuya wrote: >=20 > >> Thanks. Result:, and I'm now rebuilding world. > > Weird. On my 14-CURRENT, make all shows a lot of gzip related lines suc= h > > 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. >=20 >=20 > buildworld succeeded (as expected), wdatwd was not mentioned during the b= uild. >=20 > 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 u= pdate from /usr/src. >=20 > % grep wdatwd /usr/src/installworld.log > install -o root -g wheel -m 444 /usr/src/share/man/man4/wdatwd.4 /usr/sha= re/man/man4 > % ls -hln /usr/src/installworld.log > -rw-r--r-- =A01 1002 =A00 =A0=A04.8M 14 Jan 05:01 /usr/src/installworld.l= og > % >=20 >=20