[Libreoffice-bugs] [Bug 127750] New: LibreOffice Online latest Docker images failed lokit preinit because of missing dependencies for libmergedlo.so
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Sep 24 21:13:15 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=127750
Bug ID: 127750
Summary: LibreOffice Online latest Docker images failed lokit
preinit because of missing dependencies for
libmergedlo.so
Product: LibreOffice
Version: 6.4.0.0.alpha0+ Master
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: bertrand at presles.fr
Description:
Using recent build of libreoffice/online:master Docker images results to error:
Failed to load /opt/libreoffice/program/libmergedlo.so: libxcb-shm.so.0: cannot
open shared object file: No such file or directory
frk-00032-00032 2019-09-24 21:02:57.310378 [ forkit ] FTL Failed to load
/opt/libreoffice/program/libmergedlo.so:
Failed to preinit lokit.
frk-00032-00032 2019-09-24 21:02:57.310488 [ forkit ] FTL Failed to preinit
lokit.| kit/ForKit.cpp:543
The missing dependencies are:
- libxcb-shm0
- libxcb-render0
- libxrender1
- libxext6
Resolution:
Add the above dependencies in the "apt install" command in Dockerfile for
libreoffice/online docker image.
Steps to Reproduce:
1.Pull latest docker image for libreoffice/online:master: docker pull
libreoffice/online:master
2. Run a container from this image: docker run -t -d -p 127.0.0.1:9980:9980 -e
'domain=yourdomain\\.com' --restart always --name libreoffice --cap-add MKNOD
libreoffice/online:master
3.View the container log: docker logs libreoffice
Actual Results:
Upon startup the container based on libreoffice/online:master image reports the
following error:
Failed to load /opt/libreoffice/program/libmergedlo.so: libxcb-shm.so.0: cannot
open shared object file: No such file or directory
frk-00032-00032 2019-09-24 21:02:57.310378 [ forkit ] FTL Failed to load
/opt/libreoffice/program/libmergedlo.so:
Failed to preinit lokit.
frk-00032-00032 2019-09-24 21:02:57.310488 [ forkit ] FTL Failed to preinit
lokit.| kit/ForKit.cpp:543
Expected Results:
Container base on libreoffice/online:master is starting correctly.
Reproducible: Always
User Profile Reset: No
Additional Info:
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190924/19a1fc4a/attachment.html>
More information about the Libreoffice-bugs
mailing list