On 01/23/2013 08:31 AM, Henrik /KaarPoSoft wrote:
However, I get a few errors while building; patch attached.
What would the build failures look like without that salhelper.patch
applied? It looks suspicious that you should be the only one hit by
that problem, so it might just be a symptom of some other problem
instead (and, e.g., "git grep -Flw salhelper chart2" does not turn up
any -- direct -- dependency of e.g. chart2 on salhelper at least for the
recent master repo I have at hand here).
Depending on what you have in /opt, your autogen.lastrun's
# Pick up dependencies in /opt
CPPFLAGS="-I/opt/include"
LDFLAGS="-L/opt/lib"
LD_LIBRARY_PATH="/opt/lib"
could be the source of lots of trouble.
Also some unittests fail, which I have then disabled.
Further subsequenttest also fails.
And the final product fails just after showing the splash screen.
Your strace lines like
9579 08:05:59.537424 openat(AT_FDCWD,
"/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/r",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
9579 08:05:59.537514 open("dkten-US.res", O_RDONLY) = -1 ENOENT (No such file or directory)
9579 08:05:59.537672 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.537725 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.537767
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
look oddly truncated. For example, there should be a
.../program/boostraprc file that soffice.bin would indeed try to open
early on.
Stephan
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.