|
|
|
|
|
Re: Installer for ubuntu? [message #1819003 is a reply to message #1818997] |
Sat, 04 January 2020 13:57 |
Isli Bruns Messages: 4 Registered: January 2020 |
Junior Member |
|
|
Frustrated, so many hours and things did not work.
You're right:
bash: ./eclipse: Kann die Binärdatei nicht ausführen: Fehler im Format der Programmdatei
file ./eclipse
./eclipse: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 2.6.32, BuildID[sha1]=b621fbc20e80d7ac375ece11a5775fc6686b71c7, with debug_info, not stripped
Let's do some analysis:
Check Ubuntu Version:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
Check installed Java version:
$ java -version
openjdk version "1.8.0_232"
OpenJDK Runtime Environment (build 1.8.0_232-8u232-b09-0ubuntu1~18.04.1-b09)
OpenJDK Server VM (build 25.232-b09, mixed mode)
Check GTK-Version:
~$ dpkg -s libgtk-3-0|grep '^Version'
Version: 3.22.30-1ubuntu4
Run eclipse (loaded from umake)
./eclipse
bash: ./eclipse: Kann die Binärdatei nicht ausführen: Fehler im Format der Programmdatei
Check that binary:
~/.local/share/umake/ide/eclipse$ file ./eclipse
./eclipse: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 2.6.32, BuildID[sha1]=b621fbc20e80d7ac375ece11a5775fc6686b71c7, with debug_info, not stripped
Running eclipse (loadfed from snapcraft -> Photon June 2018)
many errors within GTK, empty editor, stopping program fails
e.q.
(Eclipse:6549): GLib-CRITICAL **: 13:35:16.622: g_base64_encode_step: assertion 'in != NULL' failed
java.lang.NoSuchMethodError: atkObject_get_role
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1626)
...
(Eclipse:6549): Gtk-WARNING **: 13:35:44.177: Theme parsing error: gtk.css:4549:12: not a number
(Eclipse:6549): Gtk-WARNING **: 13:35:44.177: Theme parsing error: gtk.css:4549:12: Expected a string.
(WebKitWebProcess:6646): GLib-CRITICAL **: 13:35:44.252: g_variant_get_type: assertion 'value != NULL' failed
(WebKitWebProcess:6646): GLib-CRITICAL **: 13:35:44.252: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(WebKitWebProcess:6646): GLib-CRITICAL **: 13:35:44.252: g_variant_get_int32: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_INT32)' failed
(Eclipse:6549): Gtk-CRITICAL **: 13:35:46.818: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
killed
Now, I have no plan, what to do. Any hints, please?
Thx, Isli
|
|
|
|
|
Re: Installer for ubuntu? [message #1819034 is a reply to message #1819014] |
Sun, 05 January 2020 22:09 |
Isli Bruns Messages: 4 Registered: January 2020 |
Junior Member |
|
|
Tauno Voipio wrote on Sat, 04 January 2020 19:20 It seems that you have to upgrade to 64 bit Ubuntu.
If I were you, I'd back up the user directories, take a copy of repository selections with APT (see Debian APT documentation or google for it) and jettison the Linux, then install a 64 bit Ubuntu from afresh (never needed to try it myself).
Google found quite many good responses with 'change 32 bit Ubuntu to 64 bit'.
After having a working 64 bit system, get the Eclipse Linux installer and use it to install your flavor of Eclipse. IIRC, the Ubuntu installation sets up a Java installation which is OK for Eclipse, at least in my 18.04LTS, 19.04 and 19.10 Ubuntus.
So I did and it works! Eclipse now is runing stable.
But it was an odyssey because of some other problems in the context ( UEFI boot versus legacy with password protected BIOS, 1st update ubuntu got stuck at systemd and kill the update also killed disk consistency, user homes could not be restored completely, just a few other problems ...)
But, eclipse now runs with 64 ubuntu.
Many thanks again!
|
|
|
Powered by
FUDForum. Page generated in 0.08102 seconds