From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 17 22:45:57 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9862B4EB for ; Mon, 17 Nov 2014 22:45:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F78D1CE for ; Mon, 17 Nov 2014 22:45:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAHMjvk9032960 for ; Mon, 17 Nov 2014 22:45:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195123] New: devel/arduino: missing dependencies? Date: Mon, 17 Nov 2014 22:45:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adrian@freebsd.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2014 22:45:57 -0000 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.(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.(Editor.java:205) at processing.app.Base.handleOpen(Base.java:705) at processing.app.Base.restoreSketches(Base.java:365) at processing.app.Base.(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 --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug.