Package: perl Version: 5.28.1-6+deb10u1 h2ph fails with the following message. $ h2ph Destination directory /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 doesn't exist or isn't a directory $ /usr/bin/h2ph Destination directory /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 doesn't exist or isn't a directory $ I'm using Debian GNU/Linux buster 10.9, self compiled kernel 5.10.24-matsui-1, libc6 2.28-10
Control: severity -1 minor
Yeah. It wants to write in $Config{installsitearch} by default, but
that doesn't exist on Debian if no packages have been installed directly
from CPAN.
The destination directory can be overridden with '-d' so it's still usable.
The whole h2ph is really an abomination that should die. Please don't
rely on it for anything new. See also #510984.