Date: Mon, 17 Nov 2014 22:45:57 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195123] New: devel/arduino: missing dependencies? Message-ID: <bug-195123-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195123 Bug ID: 195123 Summary: devel/arduino: missing dependencies? Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: adrian@freebsd.org CC: leres@ee.lbl.gov CC: leres@ee.lbl.gov Flags: maintainer-feedback?(leres@ee.lbl.gov) Hi, I'm trying to run the arduino port built for HEAD/i386. This is using the binary pkg repository. adrian@lucy-11i386:~/work/freebsd/head/src % arduino java.lang.UnsatisfiedLinkError: /usr/local/arduino/lib/librxtxSerial.so: Shared object "libpthread.so.0" not found, required by "librxtxSerial.so" thrown while loading gnu.io.RXTXCommDriver Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/arduino/lib/librxtxSerial.so: Shared object "libpthread.so.0" not found, required by "librxtxSerial.so" at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1929) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1119) at gnu.io.CommPortIdentifier.<clinit>(CommPortIdentifier.java:123) at processing.app.Editor.populateSerialMenu(Editor.java:962) at processing.app.Editor.buildToolsMenu(Editor.java:691) at processing.app.Editor.buildMenuBar(Editor.java:476) at processing.app.Editor.<init>(Editor.java:205) at processing.app.Base.handleOpen(Base.java:705) at processing.app.Base.restoreSketches(Base.java:365) at processing.app.Base.<init>(Base.java:282) at processing.app.Base.main(Base.java:195) .. and it never finishes starting up. adrian@lucy-11i386:~/work/freebsd/head/src % pkg info | grep arduino arduino-1.0.5_2,1 Open-source electronics prototyping platform adrian@lucy-11i386:~/work/freebsd/head/src % pkg info arduino arduino-1.0.5_2,1 Name : arduino Version : 1.0.5_2,1 Installed on : Tue Sep 16 18:16:03 PDT 2014 Origin : devel/arduino Architecture : freebsd:11:x86:32 Prefix : /usr/local Categories : lang java devel Maintainer : leres@ee.lbl.gov WWW : http://arduino.cc/ Comment : Open-source electronics prototyping platform Options : ATMEGA644P : off DOCS : on EXAMPLES : on Annotations : repo_type : binary repository : FreeBSD Flat size : 22.6MiB Description : Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. The Arduino software consists of a development environment (IDE) and the core libraries. .. is this missing some dependency on something? --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195123-13>