Bug 108753 - Missing dependency to libcap2-bin for Debian loolwsd package
Summary: Missing dependency to libcap2-bin for Debian loolwsd package
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice Online
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:6.0.0 target:5.4.0.1
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-25 08:29 UTC by lool-bugreport
Modified: 2017-06-28 08:08 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lool-bugreport 2017-06-25 08:29:21 UTC
Hi,

by following the instructions at:

https://www.collaboraoffice.com/code/

to add and use the Debian 8 repositories the following is shown on this specific system during the installation of loolwsd_2.1.2-6:

/var/lib/dpkg/info/loolwsd.postinst: 7: /var/lib/dpkg/info/loolwsd.postinst: setcap: not found
/var/lib/dpkg/info/loolwsd.postinst: 8: /var/lib/dpkg/info/loolwsd.postinst: setcap: not found

It seems that system missed the package "libcap2-bin" which is providing the setcap binary.

To make sure this binary is installed it might be useful to add a dependency to "libcap2-bin" to this package.
Comment 1 Commit Notification 2017-06-26 09:44:02 UTC
Andras Timar committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/online/commit/?id=f55d3583bec6d579b3aedef226552c070c022c0d

tdf#108753 postinstall script uses setcap, package should depend on libcap2-bin
Comment 2 Commit Notification 2017-06-28 08:08:06 UTC
Andras Timar committed a patch related to this issue.
It has been pushed to "libreoffice-5-4":

http://cgit.freedesktop.org/libreoffice/online/commit/?id=25d27d3764c0c4de8aa95b26e6068e3cb144442c&h=libreoffice-5-4

tdf#108753 postinstall script uses setcap, package should depend on libcap2-bin