Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650566 - dev-embedded/arduino-1.8.5: java.lang.UnsatisfiedLinkError: no listSerialsj in java.library.path
Summary: dev-embedded/arduino-1.8.5: java.lang.UnsatisfiedLinkError: no listSerialsj i...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-15 14:55 UTC by lekto
Modified: 2018-04-16 15:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,5.58 KB, text/plain)
2018-03-15 14:55 UTC, lekto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lekto 2018-03-15 14:55:30 UTC
Created attachment 524004 [details]
emerge --info

lekto@blaszak ~ $ arduino
java.lang.UnsatisfiedLinkError: no listSerialsj in java.library.path
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
	at java.lang.Runtime.loadLibrary0(Runtime.java:870)
	at java.lang.System.loadLibrary(System.java:1122)
	at processing.app.Platform.<clinit>(Platform.java:157)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at processing.app.BaseNoGui.initPlatform(BaseNoGui.java:518)
	at processing.app.Base.<init>(Base.java:199)
	at processing.app.Base.main(Base.java:144)
Comment 1 lekto 2018-03-16 14:05:53 UTC
Found fix:
>Solve this issue doing following
>export LD_LIBRARY_PATH=/usr/lib64
>Now, arduino runs fine in the terminal box if I setup LD_LIBRARY_PATH.
>Regards.
https://github.com/arduino/listSerialPortsC/issues/9


lekto@blaszak ~ $ LD_LIBRARY_PATH=/usr/lib64 arduino
Loading configuration...
Initializing packages...
Preparing boards...
Starting...
Comment 2 Larry the Git Cow gentoo-dev 2018-04-16 15:47:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850599bc368ee18dd3b5e49147b496b6b1b8b57c

commit 850599bc368ee18dd3b5e49147b496b6b1b8b57c
Author:     Amy Liffey <amynka@gentoo.org>
AuthorDate: 2018-04-16 15:46:05 +0000
Commit:     Amy Liffey <amynka@gentoo.org>
CommitDate: 2018-04-16 15:47:09 +0000

    dev-embedded/arduino: fix java.library.path
    
    Closes: https://bugs.gentoo.org/650566
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../arduino/{arduino-1.8.5.ebuild => arduino-1.8.5-r1.ebuild}       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)