<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Debian package missing depends on openssh-client"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=133103">133103</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Debian package missing depends on openssh-client
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice Online
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>anthony@derobert.net
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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:</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>