From owner-freebsd-embedded@FreeBSD.ORG Thu Oct 20 16:04:27 2011 Return-Path: Delivered-To: embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FAB71065670 for ; Thu, 20 Oct 2011 16:04:27 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 0A76B8FC08 for ; Thu, 20 Oct 2011 16:04:26 +0000 (UTC) Received: by qyk35 with SMTP id 35so5517557qyk.13 for ; Thu, 20 Oct 2011 09:04:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Fo2szILR1W7bDYPoVuYDprenqCRuMC6R5YWVO1H7GbQ=; b=B2CAMgGIHTdJz6QIdRKzBF0h1HDrwgpEvLcpTmCH3PPxay8WfNv8fUM++1bTP7AWwl 1531pwHE17Ld2ElGBf4dVjGdRatZmF+CDldiuJ4adIAjErbGCtiVw0Jo3PozpD0StMTk S6kgr6bCufdFzkBk7F6Zzbw9p6ujak59RJDCs= Received: by 10.229.227.193 with SMTP id jb1mr2409832qcb.242.1319126666298; Thu, 20 Oct 2011 09:04:26 -0700 (PDT) Received: from beastie.micom.mng.net ([202.179.15.151]) by mx.google.com with ESMTPS id hf9sm11360883qab.16.2011.10.20.09.04.23 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Oct 2011 09:04:24 -0700 (PDT) Message-ID: <4EA04684.3070003@gmail.com> Date: Fri, 21 Oct 2011 00:04:20 +0800 From: Ganbold User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.12) Gecko/20101030 Thunderbird/3.1.6 MIME-Version: 1.0 To: Warren Block References: <4E9AEC39.7020801@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: embedded@freebsd.org Subject: Re: Arduino-1.0-rc1 testing X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2011 16:04:27 -0000 Warren, On 10/17/11 04:38, Warren Block wrote: > > Sorry, it's at http://files.arduino.cc/downloads/arduino-1.0-rc1.tgz > > Whether release files will be there, or will be moved to googlecode, I > don't know. For now, fetch manually. And thanks! > It doesn't go further after asking sketches folder. Do I need to plug arduino before running it or it requires jdk other than diablo one? %java -version java version "1.6.0_07" Diablo Java(TM) SE Runtime Environment (build 1.6.0_07-b02) Diablo Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode) %uname -an FreeBSD beastie.micom.mng.net 9.0-CURRENT FreeBSD 9.0-CURRENT #23 r219666M: Tue May 24 23:14:29 ULAT 2011 tsgan@beastie.micom.mng.net:/usr/obj/usr/src/sys/DEVIL_WITNESS i386 % beastie# work/arduino-1.0-rc1/arduino (:4806): Gtk-WARNING **: Attempting to add a widget with type GtkButton to a GtkComboBoxEntry (need an instance of GtkEntry or of a subclass) (:4806): Gtk-CRITICAL **: gtk_widget_realize: assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed (:4806): Gtk-CRITICAL **: gtk_paint_box: assertion `style->depth == gdk_drawable_get_depth (window)' failed (:4806): Gtk-CRITICAL **: gtk_paint_box: assertion `style->depth == gdk_drawable_get_depth (window)' failed (:4806): Gtk-CRITICAL **: gtk_paint_box: assertion `style->depth == gdk_drawable_get_depth (window)' failed (:4806): Gtk-CRITICAL **: gtk_paint_box: assertion `style->depth == gdk_drawable_get_depth (window)' failed Exception in thread "main" java.lang.NoClassDefFoundError: gnu/io/CommPortIdentifier at processing.app.Editor.populateSerialMenu(Editor.java:969) at processing.app.Editor.buildToolsMenu(Editor.java:697) at processing.app.Editor.buildMenuBar(Editor.java:482) at processing.app.Editor.(Editor.java:204) at processing.app.Base.handleOpen(Base.java:704) at processing.app.Base.handleOpen(Base.java:669) at processing.app.Base.handleNew(Base.java:565) at processing.app.Base.(Base.java:301) at processing.app.Base.main(Base.java:190) Caused by: java.lang.ClassNotFoundException: gnu.io.CommPortIdentifier at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) ... 9 more thanks, Ganbold