On Tue, Apr 20, 2021 at 08:00:52PM +0900, rgc wrote: > ports@ > > was setting up a local cvsweb > > running .../doc/pkg-readmes/cvsweb results in some files not found > > <rgc@arzg:/home/rgc:55>$ doas sh /usr/local/share/doc/pkg-readmes/cvsweb > cp: /usr/libdata/perl5/utf8_heavy.pl: No such file or directory > cp: /usr/libdata/perl5/unicore/Heavy.pl: No such file or directory > slowcgi(ok)
I didn't even know ^ was a thing, I've only ever done a full copy of /usr/libdata/perl when chrooting perl things. > i think perl got some updates, which might have caused this > cvsweb seems to run properly though even with these errors That makes sense, although I don't really know what cvsweb needs, but since the above files have been removed from core in perl 5.32 I expect that they aren't needed.
