[Bug 195123] New: devel/arduino: missing dependencies?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 17 22:45:57 UTC 2014


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 at FreeBSD.org
          Reporter: adrian at freebsd.org
                CC: leres at ee.lbl.gov
                CC: leres at ee.lbl.gov
             Flags: maintainer-feedback?(leres at ee.lbl.gov)

Hi,

I'm trying to run the arduino port built for HEAD/i386. This is using the
binary pkg repository.

adrian at 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 at lucy-11i386:~/work/freebsd/head/src % pkg info | grep arduino
arduino-1.0.5_2,1              Open-source electronics prototyping platform
adrian at 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 at 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 at FreeBSD.org> ---
Maintainer CC'd

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list