Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation of 1.5.0 fails on Ubuntu 20.04 where 1.4.0-SNAPSHOT succeeded #147

Open
mmunro-ltrr opened this issue Mar 14, 2023 · 0 comments

Comments

@mmunro-ltrr
Copy link
Member

On a fairly standard Ubuntu installation

Linux LTRR-TICO 5.15.0-67-generic #74~20.04.1-Ubuntu SMP Wed Feb 22 14:52:34 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

an installation of 1.4.0-SNAPSHOT gives a workable version of Tellervo (it brings up the expected introductory GUI when started for the first time), but an identical series of steps for 1.5.0 does not. The console log looks like

ticoadmin@LTRR-TICO:~/Downloads$ sudo dpkg --install tellervo-1.5.0-linux.deb 
[sudo] password for ticoadmin: 
Selecting previously unselected package tellervo.
(Reading database ... 184265 files and directories currently installed.)
Preparing to unpack tellervo-1.5.0-linux.deb ...
Unpacking tellervo (1.5.0) ...
dpkg: dependency problems prevent configuration of tellervo:
 tellervo depends on libjogl | libjogl2-java; however:
  Package libjogl is not installed.
  Package libjogl2-java is not installed.
 tellervo depends on librxtx-java; however:
  Package librxtx-java is not installed.

dpkg: error processing package tellervo (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 tellervo
ticoadmin@LTRR-TICO:~/Downloads$ sudo apt install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  antlr libantlr-java libgluegen2-jni libgluegen2-rt-java libjogl2-java
  libjogl2-jni librxtx-java
Suggested packages:
  libgluegen2-doc libjogl2-java-doc
The following NEW packages will be installed:
  antlr libantlr-java libgluegen2-jni libgluegen2-rt-java libjogl2-java
  libjogl2-jni librxtx-java
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/4,437 kB of archives.
After this operation, 7,883 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Selecting previously unselected package libantlr-java.
(Reading database ... 184385 files and directories currently installed.)
Preparing to unpack .../0-libantlr-java_2.7.7+dfsg-10build1_all.deb ...
Unpacking libantlr-java (2.7.7+dfsg-10build1) ...
Selecting previously unselected package antlr.
Preparing to unpack .../1-antlr_2.7.7+dfsg-10build1_all.deb ...
Unpacking antlr (2.7.7+dfsg-10build1) ...
Selecting previously unselected package libgluegen2-jni.
Preparing to unpack .../2-libgluegen2-jni_2.3.2-7_amd64.deb ...
Unpacking libgluegen2-jni (2.3.2-7) ...
Selecting previously unselected package libgluegen2-rt-java.
Preparing to unpack .../3-libgluegen2-rt-java_2.3.2-7_all.deb ...
Unpacking libgluegen2-rt-java (2.3.2-7) ...
Selecting previously unselected package libjogl2-jni.
Preparing to unpack .../4-libjogl2-jni_2.3.2+dfsg-9_amd64.deb ...
Unpacking libjogl2-jni (2.3.2+dfsg-9) ...
Selecting previously unselected package libjogl2-java.
Preparing to unpack .../5-libjogl2-java_2.3.2+dfsg-9_all.deb ...
Unpacking libjogl2-java (2.3.2+dfsg-9) ...
Selecting previously unselected package librxtx-java.
Preparing to unpack .../6-librxtx-java_2.2pre2+dfsg1-2_amd64.deb ...
Unpacking librxtx-java (2.2pre2+dfsg1-2) ...
Setting up librxtx-java (2.2pre2+dfsg1-2) ...
Setting up libgluegen2-jni (2.3.2-7) ...
Setting up libjogl2-jni (2.3.2+dfsg-9) ...
Setting up libantlr-java (2.7.7+dfsg-10build1) ...
Setting up antlr (2.7.7+dfsg-10build1) ...
Setting up libgluegen2-rt-java (2.3.2-7) ...
Setting up libjogl2-java (2.3.2+dfsg-9) ...
Setting up tellervo (1.5.0) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
ticoadmin@LTRR-TICO:~/Downloads$ tellervo
No suitable Java Virtual Machine could be found on your system.
The version of the JVM must be 1.8.
Please define INSTALL4J_JAVA_HOME to point to a suitable JVM.
ticoadmin@LTRR-TICO:~/Downloads$ 

The initial Java version is showing

openjdk 11.0.18 2023-01-17
OpenJDK Runtime Environment (build 11.0.18+10-post-Ubuntu-0ubuntu120.04.1)
OpenJDK 64-Bit Server VM (build 11.0.18+10-post-Ubuntu-0ubuntu120.04.1, mixed mode, sharing)

But that's working with 1.4.0-SNAPSHOT. I suspect the release packaging operation (there don't seem to be any relevant code changes).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant