At startup with --writer option, these errors appear on the terminal: warn:sal.osl:44331:44331:sal/osl/unx/module.cxx:155: dlopen(/.../libreofficedev7.3/program/libjava_gcc3.so, 257): /home/admin/lotest/7.3.0.0.alpha0/opt/libreofficedev7.3/program/libjava_gcc3.so: cannot open shared object file: No such file or directory warn:sal.osl:44331:44331:sal/osl/unx/module.cxx:155: dlopen(/.../libreofficedev7.3/program/libgcc3_java.so, 257): /home/admin/lotest/7.3.0.0.alpha0/opt/libreofficedev7.3/program/libgcc3_java.so: cannot open shared object file: No such file or directory warn:unotools.config:44331:44331:unotools/source/config/configmgr.cxx:153: ConfigManager not empty This happens with --writer option but not if soffice is started without options. STEPS TO REPRODUCE: 1. /path/to/libreofficedev7.3/program/soffice --safe-mode --writer # Note --safe-mode is just to eliminate profile dependencies 2. When the "safe mode" dialog appears, click "Continue in Safe Mode" RESULTS: The above messages appears on the terminal. This is on 64-bit Ubuntu Linux. Version: 7.3.0.0.alpha0+ / LibreOffice Community Build ID: 282b2d8bfd6fb16f58fb177910427b031dc80066 CPU threads: 12; OS: Linux 5.4; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2021-08-26_09:43:29 Calc: threaded
did you install all packages from the archive? Did you use sudo dpkg -i * command?
@Roman Kuznetsov - all debs in the .tar were installed, but not using dpkg. I used dpkg-deb -x to extract the files into a private "parallel install" directory, as described at https://wiki.documentfoundation.org/Installing_in_parallel/Linux (under "Manual installation"). The script I use essentially does this: mkdir /lotest/7.3.0.0.alpha0 wget https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/2021-08-26_09.43.29/master~2021-08-26_09.43.29_LibreOfficeDev_7.3.0.0.alpha0_Linux_x86-64_deb.tar.gz rm -rf /tmp/td mkdir /tmp/td (cd /tmp/td && tar xf ../master~2021-08-26_09.43.29_LibreOfficeDev_7.3.0.0.alpha0_Linux_x86-64_deb.tar.gz) find /tmp/td -name '*.deb' -print0 | xargs -I'{}' -0 dpkg-deb -x '{}' /lotest/7.3.0.0.alpha0 ...and repeated the above to install offline help files from https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/2021-08-26_09.43.29/master~2021-08-26_09.43.29_LibreOfficeDev_7.3.0.0.alpha0_Linux_x86-64_deb_helppack_en-US.tar.gz into the same destination. Afterwards, /lotest/7.3.0.0.alpha0/opt/libreofficedev7.3/program/soffice runs LO.
[Automated Action] NeedInfo-To-Unconfirmed
Reproduced with: Version: 7.4.0.0.alpha0+ / LibreOffice Community Build ID: f1c12253068bdac425c89164be207f402d9eb567 CPU threads: 8; OS: Linux 5.11; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
*** Bug 145174 has been marked as a duplicate of this bug. ***
Dear Jim Avera, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Seems to be fixed now (doesn't happen in master/24.8). Setting WORKSFORME