NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-hp300/58211: hp300 base.tgz doesn't include hard-linked files in /usr/mdec/



The following reply was made to PR port-hp300/58211; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: port-hp300/58211: hp300 base.tgz doesn't include hard-linked files
	 in /usr/mdec/
Date: Mon, 29 Apr 2024 15:54:37 +0900

 > But I wonder why maketar (or makeflist) script under
 > src/distrib/sets doesn't complain about these missed files
 > in the SETS.metalog.missing..
 
 src/distrib/sets/checkflist currently disables METALOG checks:
 ---
 if false && [ -n "${metalog}" ]; then
 	# XXX: Temporarily disabled due to problems with obsolete files in metalog
 	compare_metalog
 else
 	compare_destdir
 fi
 
 exit 0		# cleanup will exit with ${es}
 ---
 
 It looks there is another problem for metalogs to handle '[':
 ---
 % cat SETS.metalog.extra 
 ./bin/\133
 ./rescue/\133
 ./usr/share/man/html1/\133.html
 ./usr/share/man/man1/\133.1
 % cat SETS.metalog.missing 
 ./bin/[
 ./rescue/[
 ./usr/share/man/html1/[.html
 ./usr/share/man/man1/[.1
 % 
 ---
 
 Anyway, using MLINKS generates proper hardlinks in ./usr/mdec in base.tgz
 so I'll commit a fix for src/sys/arch/hp300/stand Makefiles.
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index