From owner-freebsd-ports@FreeBSD.ORG Tue Jun 14 07:26:27 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6B0416A41C for ; Tue, 14 Jun 2005 07:26:27 +0000 (GMT) (envelope-from onatan@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5501043D1F for ; Tue, 14 Jun 2005 07:26:27 +0000 (GMT) (envelope-from onatan@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so2869680wra for ; Tue, 14 Jun 2005 00:26:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=myKIsAw0JPwVdRTikwTpZNMzyvv8lzUiQbn5RBJ4toBIq/Sfy4P3t2uydppWrwrsBmZmE9O5Bt4A3VoRlXNdZ80Jw2HjgFBU3+0c8oCQxLgCQRbsCulKIddMjc9K9nk3NQ9eczPEr/V2TOr0cij7WOUaADeySDoYEdOYtqwuU2g= Received: by 10.54.22.33 with SMTP id 33mr3045155wrv; Tue, 14 Jun 2005 00:26:26 -0700 (PDT) Received: by 10.54.31.41 with HTTP; Tue, 14 Jun 2005 00:26:26 -0700 (PDT) Message-ID: Date: Tue, 14 Jun 2005 09:26:26 +0200 From: Jonatan B To: freebsd-ports@freebsd.org In-Reply-To: <42AAE5E7.60502@gmx.at> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200506110930.10191.dantavious@comcast.net> <42AAE5E7.60502@gmx.at> Subject: Re: Metasploit error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jonatan B List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2005 07:26:27 -0000 On 6/11/05, Oliver Leitner wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Derrick Edwards wrote: > > I received the following error when trying to portupgrade metaspl= oit. Once I > > manually retrieved the tar from the website and put it > > in /usr/ports/distfiles the port upgrade fine. Just a heads up. There are two errors here. > > =3D> framework-2.4.tar.gz doesn't seem to exist in /usr/ports/distfiles= /. > > =3D> Attempting to fetch from http://www.metasploit.org/tools/. > > fetch: framework-2.4.tar.gz: local modification time does not match rem= ote That's the first. I don't know what it means. The file in your filesystem (/usr/ports/distfiles/framework-2.4.tar.gz) sho= uld be older than the one on the web-site. Maybe there's a proxy in the way that stores the old version of the file for you? > > =3D> Attempting to fetch from > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > > fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/framework-2.4.= tar.gz: > > size mismatch: expected 2607730, actual 2594132 That's the second error. This should be auto-updated in the FreeBSD server. > > =3D> Couldn't fetch it - please try to retrieve this > > =3D> port manually into /usr/ports/distfiles/ and try again. > > *** Error code 1 That's a very good advice. :) Jonathan.