From owner-freebsd-eclipse@FreeBSD.ORG Tue Oct 16 22:26:26 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09C1816A417 for ; Tue, 16 Oct 2007 22:26:26 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from mail172.messagelabs.com (mail172.messagelabs.com [216.82.254.3]) by mx1.freebsd.org (Postfix) with ESMTP id D26F613C478 for ; Tue, 16 Oct 2007 22:26:25 +0000 (UTC) (envelope-from mbowie@buzmo.com) X-VirusChecked: Checked X-Env-Sender: mbowie@buzmo.com X-Msg-Ref: server-7.tower-172.messagelabs.com!1192573584!7767106!1 X-StarScan-Version: 5.5.12.14.2; banners=-,-,- X-Originating-IP: [69.12.11.76] Received: (qmail 2707 invoked from network); 16 Oct 2007 22:26:24 -0000 Received: from smtp0.dfw.fabriclabs.com (HELO smtp0.dfw.fabriclabs.com) (69.12.11.76) by server-7.tower-172.messagelabs.com with AES256-SHA encrypted SMTP; 16 Oct 2007 22:26:24 -0000 Received: from mickey.la.buzmo.com (nat.strongaero.com [64.81.41.58]) (authenticated bits=0) by smtp0.dfw.fabriclabs.com (8.13.7/8.13.6) with ESMTP id l9GMPJFJ094713; Tue, 16 Oct 2007 17:25:20 -0500 (CDT) (envelope-from mbowie@buzmo.com) Message-ID: <47153A06.9050505@buzmo.com> Date: Tue, 16 Oct 2007 15:24:06 -0700 From: Mike Bowie User-Agent: Thunderbird 2.0.0.6 (X11/20071002) MIME-Version: 1.0 To: Luis Neves References: <47152DFD.8050205@co.sapo.pt> In-Reply-To: <47152DFD.8050205@co.sapo.pt> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: Eclipse 3.3 doesn't build, launchersrc.zip not fetchable X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2007 22:26:26 -0000 Luis Neves wrote: > [root@jz /usr/ports/java/eclipse-devel]# make fetch > > eclipse is using xulrunner for gecko support, but you can > change that by defining WITH_GECKO to the following values: > > xulrunner > firefox > mozilla > seamonkey > > ===> Vulnerability check disabled, database not found > => launchersrc.zip doesn't seem to exist in /usr/ports/distfiles/eclipse. > => Attempting to fetch from > ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glewis/eclipse/. > fetch: > ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glewis/eclipse/launchersrc.zip: > > > Connection refused > => Attempting to fetch from > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/eclipse/. > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/eclipse/launchersrc.zip: > File > unavailable (e.g., file not found, no access) > => Couldn't fetch it - please try to retrieve this > => port manually into /usr/ports/distfiles/eclipse and try again. > *** Error code 1 > > Stop in /usr/ports/java/eclipse-devel. > > Where can i find the file "launchersrc.zip"? > > -- > Luis Neves > > > _______________________________________________ > freebsd-eclipse@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse > To unsubscribe, send any mail to "freebsd-eclipse-unsubscribe@freebsd.org" Luis, Try grabbing a copy from: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glewis/eclipse/launchersrc.zip Just pop it is /usr/ports/distfiles and call make again. Apparently there's a problem with the ports trying additional mirrors as they should. 3.3.1 is being played with now and doesn't require the additional file, so the problem will be resolved shortly one way or the other. Sorry for any confusion / frustration! Cheers, Mike.