Bug 144115 - libjava_gcc3.so: cannot open shared object file (missing lib or packaging error?)
Summary: libjava_gcc3.so: cannot open shared object file (missing lib or packaging err...
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
7.3.0.0 alpha0+
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
: 145174 (view as bug list)
Depends on:
Blocks: console-noise
  Show dependency treegraph
 
Reported: 2021-08-27 01:23 UTC by Jim Avera
Modified: 2024-01-23 18:34 UTC (History)
3 users (show)

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 Jim Avera 2021-08-27 01:23:15 UTC
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
Comment 1 Roman Kuznetsov 2021-08-27 08:05:21 UTC
did you install all packages from the archive?

Did you use 

sudo dpkg -i * 

command?
Comment 2 Jim Avera 2021-08-27 15:53:54 UTC
@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.
Comment 3 QA Administrators 2021-08-28 03:55:05 UTC Comment hidden (obsolete)
Comment 4 Hossein 2021-12-31 13:51:49 UTC
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
Comment 5 Julien Nabet 2022-01-22 10:22:25 UTC
*** Bug 145174 has been marked as a duplicate of this bug. ***
Comment 6 QA Administrators 2024-01-23 03:12:14 UTC Comment hidden (obsolete)
Comment 7 Jim Avera 2024-01-23 18:34:56 UTC
Seems to be fixed now (doesn't happen in master/24.8).  Setting WORKSFORME