From nobody Mon Jan 16 12:59:54 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 4NwXDj1GDWz2sKq0 for ; Mon, 16 Jan 2023 13:00:05 +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 4NwXDh1zBMz48vt for ; Mon, 16 Jan 2023 13:00:03 +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 88C01202F2 for ; Mon, 16 Jan 2023 21:59:54 +0900 (JST) Received: by towerrecords.dyndns.org (Postfix, from userid 58) id 428A89B888C; Mon, 16 Jan 2023 21:59:54 +0900 (JST) X-Spam-Checker-Version: SpamAssassin 3.4.5 (2021-03-20) on towerrecords.dyndns.org Received: from [10.141.30.100] (20f9cto.shiba.local [10.141.30.100]) by towerrecords.dyndns.org (Postfix) with ESMTPSA id 688319B8889 for ; Mon, 16 Jan 2023 21:59:51 +0900 (JST) From: UEMURA Tetsuya To: freebsd-current@freebsd.org Subject: Re: install: wdatwd.4.gz: No such file or directory In-Reply-To: <9a83c4df-45fc-a2e0-7179-cd82c5b709e3@freebsd.org> References: <9a83c4df-45fc-a2e0-7179-cd82c5b709e3@freebsd.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: <20230116125954.428A89B888C@towerrecords.dyndns.org> X-Spam-WB: 128 Date: Mon, 16 Jan 2023 21:59:54 +0900 (JST) X-Spamd-Result: default: False [-3.20 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; R_SPF_ALLOW(-0.20)[+ip4:203.138.86.114/32]; RCVD_NO_TLS_LAST(0.10)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[macome.co.jp]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ASN(0.00)[asn:2514, ipnet:203.138.0.0/16, country:JP] X-Rspamd-Queue-Id: 4NwXDh1zBMz48vt X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N > 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 j= ail) does not exist at this path. >=20 > % 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 `/us= r/obj/usr/src/amd64.amd64/share/man/man4/wdatwd.4.gz' (No such file or dire= ctory) 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. --=20 Tetsuya Uemura Posted on Mon, 16 Jan 2023 12:37:28 +0000 by author Graham Perrin > On 14/01/2023 09:20, Graham Perrin wrote: > > > > After each update to the OS, I routinely update the main jail that I > > use for poudriere: > > > > poudriere jail -u -j main > > > > > > Today's update of the jail failed, as outlined below. > > > > install: wdatwd.4.gz: No such file or directory > > > > > > It seems that the 'copperbowl' part of the 'Jail fs:' line for the > > jail was outdated many months ago (my boot pool was previously named > > copperbowl, named august when I migrated data to a replacement disk). > > I was unaware of this discrepancy before today. If we ignore the > > discrepancy, for a moment: > > > > * what else might explain the error that involves wdatwd.4.gz? > > > > I use ccache, if that's relevant. > > > > > > =85 > > install -N /usr/src/etc =A0-o root -g wheel -m 444 wbwd.4.gz > > =A0/usr/local/poudriere/jails/main/usr/share/man/man4/ > > install -N /usr/src/etc =A0-o root -g wheel -m 444 wdatwd.4.gz > > =A0/usr/local/poudriere/jails/main/usr/share/man/man4/ > > install: wdatwd.4.gz: No such file or directory > > *** [maninstall] Error code 71 > > > > make[6]: stopped in /usr/src/share/man/man4 > > > > make[2]: stopped in /usr/src > > =A0=A0=A0=A0=A0153.25 real =A0=A0=A0=A0=A0=A0=A074.45 user =A0=A0=A0=A0= =A0=A0=A028.83 sys > > *** [installworld] Error code 2 > > > > make[1]: stopped in /usr/src > > 1 error > > > > make[1]: stopped in /usr/src > > > > make: stopped in /usr/src > > [00:02:37] Error:Failed to 'make installworld' > > root@mowa219-gjp4-8570p-freebsd:~ # uname -aKU > > FreeBSD mowa219-gjp4-8570p-freebsd 14.0-CURRENT FreeBSD 14.0-CURRENT > > #29 main-n260055-8bce8d28abe6: Sat Jan 14 02:48:34 GMT 2023 > > grahamperrin@mowa219-gjp4-8570p-freebsd:/usr/obj/usr/src/amd64.amd64/sy= s/GENE > > RIC-NODEBUG amd64 1400078 1400078 > > root@mowa219-gjp4-8570p-freebsd:~ # poudriere jail -i -j main > > Jail name: =A0=A0=A0=A0=A0=A0=A0=A0main > > Jail version: =A0=A0=A0=A0=A014.0-CURRENT 1400077 > > Jail arch: =A0=A0=A0=A0=A0=A0=A0=A0amd64 > > Jail method: =A0=A0=A0=A0=A0=A0src=3D/usr/src > > Jail mount: =A0=A0=A0=A0=A0=A0=A0/usr/local/poudriere/jails/main > > Jail fs: =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0copperbowl/poudriere/jails/main > > Jail updated: =A0=A0=A0=A0=A02022-12-27 17:49:04 > > Jail pkgbase: =A0=A0=A0=A0=A0disabled > > root@mowa219-gjp4-8570p-freebsd:~ # zfs list | grep copperbowl > > root@mowa219-gjp4-8570p-freebsd:~ # zfs list | grep poudriere > > august/poudriere =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A05.91G =A0=A0167G =A0=A0=A096K > > =A0/usr/local/poudriere > > august/poudriere/data =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A01.54G =A0=A0167G =A0=A0=A096K > > =A0/usr/local/poudriere/data > > august/poudriere/data/.m =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A088K =A0=A0167G =A0=A0=A088K > > =A0/usr/local/poudriere/data/.m > > august/poudriere/data/cache =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A03.= 22M =A0=A0167G =A03.22M > > =A0/usr/local/poudriere/data/cache > > august/poudriere/data/logs =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0191M =A0=A0167G =A0=A0191M > > =A0/usr/local/poudriere/data/logs > > august/poudriere/data/packages =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A01.35G = =A0=A0167G =A01.35G > > =A0/usr/local/poudriere/data/packages > > august/poudriere/data/wrkdirs =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A088K =A0=A0167G =A0=A0=A088K > > =A0/usr/local/poudriere/data/wrkdirs > > august/poudriere/jails =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A03.28G =A0=A0167G =A0=A0=A088K > > =A0/usr/local/poudriere/jails > > august/poudriere/jails/13r =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A01.38G =A0=A0167G =A01.38G > > =A0/usr/local/poudriere/jails/13r > > august/poudriere/jails/main =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A01.= 90G =A0=A0167G =A01.49G > > =A0/usr/local/poudriere/jails/main > > august/poudriere/ports =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A01.09G =A0=A0167G =A0=A0=A088K > > =A0/usr/local/poudriere/ports > > august/poudriere/ports/default =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A01.08G = =A0=A0167G =A01.08G > > =A0/usr/local/poudriere/ports/default > > august/poudriere/ports/portoverlay =A0=A0=A0=A0=A0=A0=A04.96M =A0=A0167= G =A04.96M > > =A0/usr/local/poudriere/ports/portoverlay > > root@mowa219-gjp4-8570p-freebsd:~ # poudriere jail -i -j 13r > > Jail name: =A0=A0=A0=A0=A0=A0=A0=A013r > > Jail version: =A0=A0=A0=A0=A013.0-RELEASE-p7 > > Jail arch: =A0=A0=A0=A0=A0=A0=A0=A0amd64 > > Jail method: =A0=A0=A0=A0=A0=A0http > > Jail mount: =A0=A0=A0=A0=A0=A0=A0/usr/local/poudriere/jails/13r > > Jail fs: =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0copperbowl/poudriere/jails/examp= le > > Jail updated: =A0=A0=A0=A0=A02022-02-26 08:57:44 > > Jail pkgbase: =A0=A0=A0=A0=A0disabled > > root@mowa219-gjp4-8570p-freebsd:~ # > > > I rebuilt world and kernel. >=20 > 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 j= ail) does not exist at this path. >=20 > % 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 `/us= r/obj/usr/src/amd64.amd64/share/man/man4/wdatwd.4.gz' (No such file or dire= ctory) > % >=20 >=20 > Any ideas? >=20