Package: debhelper
Version: 12.1.1

Hello,

$ dh_installman
dh_installman.buster: Cannot find (any matches for) 
"/tmp/ehbackup/bkstool-add-client.1" (tried in .)

dh_installman.buster: Aborting due to earlier error

---------
$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/";
SUPPORT_URL="https://www.debian.org/support";
BUG_REPORT_URL="https://bugs.debian.org/";
------------

Looks like bug #903365.

$ strace -ff dh_installman reveals wrong path string:

read(3, "/tmp/ehbackup/bkstool-add-client"..., 8192) = 4188
lstat(".//tmp/ehbackup/bkstool-add-client.1", 0x7ffebc7f7c20) = -1 ENOENT (No 
such file or directory)
lstat(".//tmp/ehbackup/bkstool-add-client.1", 0x5608717f2478) = -1 ENOENT (No 
such file or directory)
lstat(".//tmp/ehbackup/bkstool-add-client.1", 0x7ffebc7f7c20) = -1 ENOENT (No 
such file or directory)
write(2, "dh_installman: Cannot find (any "..., 96) = 96


Build of the same project works impeccably with Debian Stretch or Jessie but 
not with Buster.

If I copy /usr/bin/dh_installman Perl script from Debian Stretch distribution 
to my Buster build environment it works.



--

Jürgen Kuri

Reply via email to