https://bugs.documentfoundation.org/show_bug.cgi?id=133103

            Bug ID: 133103
           Summary: Debian package missing depends on openssh-client
           Product: LibreOffice Online
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

I hope this is the right place to report this bug. I'm using the CODE packages,
installed inside a Debian 9 container (hence not having fairly ordinary things
like ssh client).

dpkg: error processing package loolwsd (--configure):
 subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
 loolwsd
Updating loolwsd systemplate
E: Sub-process /usr/bin/dpkg returned an error code (1)
W: Operation was interrupted before it could finish
root@CODE:~# dpkg --configure -a
Setting up loolwsd (4.2.3-2) ...
dpkg: error processing package loolwsd (--configure):
 subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
 loolwsd

Quickly adding "set -x" to /var/lib/dpkg/info/loolwsd.postinst showed it was
loolwsd-generate-proof-key failing, which when run directly:

root@CODE:~# loolwsd-generate-proof-key
ssh-keygen command not found. Please install openssh client tools.

Installing openssh-client indeed fixes it, so the package should either
Depends: on openssh-client or if it's actually optional (previous versions
didn't seem to need it), then the maintainer could have an [ -x … ] test and
then it could be a Recommends: or Suggests:

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to