Date: Thu, 28 Feb 2008 20:42:44 +0100 From: Marcin Cieslak <saper@system.pl> To: freebsd-multimedia@freebsd.org Subject: Re: [ports-i386@FreeBSD.org: vstrip-0.8.f_1 failed on i386 7] Message-ID: <47C70EB4.2030702@system.pl> In-Reply-To: <20080228161755.GM56191@droso.net> References: <20080228161755.GM56191@droso.net>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------010101030202030709050809 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Erwin Lansing wrote: > FYI; can you please investigate and/or report to the developers? If > you are already aware of this problem but do not yet have a fix, > please mark the port BROKEN in the appropriate case, so that users do > not unexpectedly encounter it. > ====================<phase 1: make checksum>==================== > => vStrip_08f.zip doesn't seem to exist in /tmp/distfiles/. > => Attempting to fetch from http://files.digital-digest.com/downloads/files/encode/. > fetch: http://files.digital-digest.com/downloads/files/encode/vStrip_08f.zip: Unauthorized > => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/vStrip_08f.zip: Service not available, closing control connection > => Couldn't fetch it - please try to retrieve this > => port manually into /tmp/distfiles/ and try again. > *** Error code 1 > > Stop in /a/ports/sysutils/vstrip. > ================================================================ > build of /usr/ports/sysutils/vstrip ended at Thu Feb 28 16:04:24 UTC 2008 > > ----- End forwarded message ----- The attached patch fixes this one for know, stealing a bit of bandwidth from our Gentoo friends. This distfile is already replicated on the FreeBSD ftp mirrors, looks like overload of the ftp.FreeBSD.org exposed the issue. I am about to email admin@digital-digest.com about this, they look to have a problem with what they call 'leeching' (see http://www.digital-digest.com/page.php?file=faq#download1). --Marcin --------------010101030202030709050809 Content-Type: text/x-diff; name="vstrip-distfiles.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="vstrip-distfiles.diff" Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/sysutils/vstrip/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 5 Apr 2007 06:03:23 -0000 1.4 +++ Makefile 28 Feb 2008 19:36:16 -0000 @@ -9,7 +9,9 @@ DISTVERSION= 0.8f PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://files.digital-digest.com/downloads/files/encode/ +MASTER_SITES= http://files.digital-digest.com/downloads/files/encode/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles DISTNAME= vStrip_${DISTVERSION:C/\.//g} MAINTAINER= multimedia@FreeBSD.org --------------010101030202030709050809--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47C70EB4.2030702>