Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2011 04:49:45 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wen@FreeBSD.org
Subject:   ports/159808: [PATCH] lang/cython: does not fetch
Message-ID:  <20110816004945.A7665B825@hades.panopticon>
Resent-Message-ID: <201108160050.p7G0o94C077635@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159808
>Category:       ports
>Synopsis:       [PATCH] lang/cython: does not fetch
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 16 00:50:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Mar  8 09:48:52 MSK
>Description:

On most mirrors, size of distfile for cython doesn't match distinfo, so fetch fails:

% pwd
/usr/ports/lang/cython
% cat distinfo 
SHA256 (Cython-0.14.1.tar.gz) = 3015921b0ce0dd2375adb5be853c83113f1a86eaa304b59a139294c68e73e74d
SIZE (Cython-0.14.1.tar.gz) = 1314345
% for f in `make fetch-urlall-list`; do echo "===> $f"; HEAD $f | grep 'Content-Length'; done
===> http://www.cython.org/release/Cython-0.14.1.tar.gz
Content-Length: 1315824
===> http://pypi.python.org/packages/source/C/Cython/Cython-0.14.1.tar.gz
Content-Length: 1315824
===> http://pypi.d9t.de/Cython/Cython-0.14.1.tar.gz
Content-Length: 169
===> http://pypi.inqbus.de/Cython/Cython-0.14.1.tar.gz
Content-Length: 169
===> http://pypi.it.uwosh.edu/Cython/Cython-0.14.1.tar.gz
Content-Length: 1315824
===> http://pypi.python.jp/Cython/Cython-0.14.1.tar.gz
Content-Length: 1314345
===> http://pypi.websushi.org/Cython/Cython-0.14.1.tar.gz
===> http://pypi.zopyx.com/Cython/Cython-0.14.1.tar.gz
===> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/Cython-0.14.1.tar.gz
Content-Length: 1314345

It should be checked whether the distfile was changed inplace, and update distinfo correspondingly

Port maintainer (wen@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110816004945.A7665B825>