From owner-freebsd-embedded@FreeBSD.ORG Sun Oct 16 20:38:53 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 C6B94106566B for ; Sun, 16 Oct 2011 20:38:53 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 81E8D8FC0C for ; Sun, 16 Oct 2011 20:38:53 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p9GKcqbw012064; Sun, 16 Oct 2011 14:38:52 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p9GKcqs5012061; Sun, 16 Oct 2011 14:38:52 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 16 Oct 2011 14:38:52 -0600 (MDT) From: Warren Block To: Ganbold In-Reply-To: <4E9AEC39.7020801@gmail.com> Message-ID: References: <4E9AEC39.7020801@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sun, 16 Oct 2011 14:38:52 -0600 (MDT) 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: Sun, 16 Oct 2011 20:38:53 -0000 On Sun, 16 Oct 2011, Ganbold wrote: > Looks like can't find the file. > > beastie# git clone https://github.com/wblock/Arduino-port-for-FreeBSD.git > Cloning into Arduino-port-for-FreeBSD... > remote: Counting objects: 106, done. > remote: Compressing objects: 100% (94/94), done. > remote: Total 106 (delta 57), reused 23 (delta 12) > Receiving objects: 100% (106/106), 23.39 KiB, done. > Resolving deltas: 100% (57/57), done. > beastie# cd Arduino-port-for-FreeBSD/ > beastie# make > ===> Vulnerability check disabled, database not found > ===> License check disabled, port has not defined LICENSE > ===> Found saved configuration for arduino-1.0-rc1 > => arduino-1.0-rc1.tgz doesn't seem to exist in /usr/ports/distfiles/. > => Attempting to fetch > http://arduino-1.0.googlecode.com/files/arduino-1.0-rc1.tgz > fetch: http://arduino-1.0.googlecode.com/files/arduino-1.0-rc1.tgz: Not Found > => Attempting to fetch > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/arduino-1.0-rc1.tgz > fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/arduino-1.0-rc1.tgz: > File unavailable (e.g., file not found, no access) > => Couldn't fetch it - please try to retrieve this > => port manually into /usr/ports/distfiles/ and try again. > *** Error code 1 > > Stop in /home/tsgan/Arduino-port-for-FreeBSD. > *** Error code 1 > > Stop in /home/tsgan/Arduino-port-for-FreeBSD. 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!