Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1837100 - When installing arduino does not install dependency
Summary: When installing arduino does not install dependency
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: arduino
Version: 32
Hardware: Unspecified
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Vasiliy Glazov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-05-18 20:10 UTC by Juan
Modified: 2020-05-28 04:14 UTC (History)
7 users (show)

Fixed In Version: arduino-1.8.12-4.fc31 arduino-1.8.12-4.fc32
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-05-28 01:59:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Juan 2020-05-18 20:10:02 UTC
Description of problem: arduino does not start after install in a fresh fedora 32 system


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Install arduino
2. Try to start
3. Does not work

Actual results: Nothing happens


Expected results: Starting arduino IDE


Additional info: I've solved installing separately java-openjdk.
Formerly only java-openjdk-headless was installed and it was not enough for arduino IDE to work

Comment 1 Vasiliy Glazov 2020-05-18 20:16:03 UTC
Show output of
rpm -q arduino java-1.8.0-openjdk-headless

Comment 2 Juan 2020-05-18 20:20:26 UTC
> rpm -q arduino java-1.8.0-openjdk-headless

arduino-1.8.12-3.fc32.noarch
java-1.8.0-openjdk-headless-1.8.0.252.b09-0.fc32.x86_64

Comment 3 Vasiliy Glazov 2020-05-18 20:21:57 UTC
And this output
ls -l /etc/alternatives/java

Comment 4 Juan 2020-05-18 20:25:40 UTC
After installing java-openjdk I get:

$ ls -l /etc/alternatives/java
lrwxrwxrwx. 1 root root 72 May 18 16:58 /etc/alternatives/java -> /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc32.x86_64/jre/bin/java

Comment 5 Vasiliy Glazov 2020-05-18 20:33:26 UTC
Run arduino from terminal and show output.

Comment 6 Juan 2020-05-18 20:50:55 UTC
Before installing java-openjdk:

$ arduino
Set log4j store directory /home/emi/.arduino15
java.awt.HeadlessException
at java.awt.SplashScreen.getSplashScreen(SplashScreen.java:117)
at processing.app.Base.<init>(Base.java:232)
at processing.app.Base.main(Base.java:141)

After installing java-openjdk

$ arduino
Set log4j store directory /home/emi/.arduino15
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/share/java/slf4j/slf4j-simple.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/share/java/slf4j/slf4j-nop.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]

I don't know if It was clear before, but it works after installing java-openjdk.

Comment 7 Vasiliy Glazov 2020-05-18 20:57:45 UTC
I can't reproduce it. I have no java-openjdk installed and arduino start successfull.
Tell more about your environment. It is newly installed Fedora 32, upgraded?

Comment 8 Juan 2020-05-18 21:13:08 UTC
It is a fresh installation of fedora 32, completely from scratch.
I did not find any other information that could find relevant.

I've found a related report (different versions) in
 https://forum.arduino.cc/index.php?topic=580194.msg3954629#msg3954629

In a different system, upgraded from fedora 31 did not have problem, but had java-openjdk already installed.

Comment 9 Vasiliy Glazov 2020-05-18 21:14:52 UTC
Fedora 32 Gnome? All updates installed?

Comment 10 Juan 2020-05-18 21:21:04 UTC
Yes Fedora 32 - Gnome standard, almost nothing extra installed. Last updated a couple of days ago. I'll be able to make latest updates in a couple of hours

Comment 11 Vasiliy Glazov 2020-05-18 22:21:53 UTC
I just found that java-1.8.0-openjdk installed on my system.
But I was search java-openjdk as in your start post.

So you are right. Thanks for the report.

Comment 12 Vasiliy Glazov 2020-05-19 10:51:01 UTC
Try new build please.
https://koji.fedoraproject.org/koji/buildinfo?buildID=1508692

Comment 13 Fedora Update System 2020-05-19 11:17:33 UTC
FEDORA-2020-9daf7f93b3 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-9daf7f93b3

Comment 14 Fedora Update System 2020-05-19 11:19:04 UTC
FEDORA-2020-68cb97b7b7 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-68cb97b7b7

Comment 15 Juan 2020-05-19 14:14:45 UTC
> I just found that java-1.8.0-openjdk installed on my system.
> But I was search java-openjdk as in your start post.
Yes, my mistake. Error and reporting in different computers, I've typed from memory.
Sorry about that.
Thanks for the prompt fix. Regards

Comment 16 Fedora Update System 2020-05-20 05:40:34 UTC
FEDORA-2020-68cb97b7b7 has been pushed to the Fedora 31 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-68cb97b7b7`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-68cb97b7b7

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 17 Fedora Update System 2020-05-20 05:48:44 UTC
FEDORA-2020-9daf7f93b3 has been pushed to the Fedora 32 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-9daf7f93b3`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-9daf7f93b3

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 18 Fedora Update System 2020-05-28 01:59:43 UTC
FEDORA-2020-68cb97b7b7 has been pushed to the Fedora 31 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 19 Fedora Update System 2020-05-28 04:14:13 UTC
FEDORA-2020-9daf7f93b3 has been pushed to the Fedora 32 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.