Bug 113464 - Error on starting / javaldx could not start / Could not find a Java Runtime Environment / libdbus-glib-1.so.2
Summary: Error on starting / javaldx could not start / Could not find a Java Runtime...
Status: RESOLVED INVALID
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
6.0.0.0.alpha1+
Hardware: x86-64 (AMD64) Linux (All)
: medium critical
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-26 15:16 UTC by Cor Nouws
Modified: 2017-10-26 16:07 UTC (History)
1 user (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 Cor Nouws 2017-10-26 15:16:27 UTC
Error on starting fresh daily build 
  http://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86@71-TDF/current/master~2017-10-26_09.42.44_LibreOfficeDev_6.0.0.0.alpha1_Linux_x86_deb.tar.gz

javaldx: Could not find a Java Runtime Environment!
Warning: failed to read path from javaldx
..  program/soffice.bin: error while loading shared libraries: libdbus-glib-1.so.2: cannot open shared object file: No such file or directory

$ sudo apt-get install --reinstall libdbus-glib-1-2
 / $ sudo apt-get install libdbus-glib-1-2
didn't help

Previous version (2017-10-16) didn't have the problem:
Version: 6.0.0.0.alpha0+
Build ID: 616f21db9e50a77b0c02dfb123f871a742f46216
CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2017-10-16_22:37:26
Locale: nl-NL (nl_NL.UTF-8); Calc: group
Comment 1 Maxim Monastirsky 2017-10-26 15:34:31 UTC
(In reply to Cor Nouws from comment #0)
> http://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86@71-TDF/
> current/master~2017-10-26_09.42.44_LibreOfficeDev_6.0.0.0.
> alpha1_Linux_x86_deb.tar.gz
As it has just "x86", it's a 32-bit build, so it needs 32-bit libs.

> Previous version (2017-10-16) didn't have the problem:
> Version: 6.0.0.0.alpha0+
> Build ID: 616f21db9e50a77b0c02dfb123f871a742f46216
> CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk2; 
> TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
"x86_64" = 64 bit build.
Comment 2 Cor Nouws 2017-10-26 16:07:06 UTC
Should have a special resolved-category for me making that kind of stupid errors (searching for dailys after a weeks pause :p )
Thanks Maxim,