ports/159808: [PATCH] lang/cython: does not fetch

Dmitry Marakasov amdmi3 at amdmi3.ru
Tue Aug 16 00:50:10 UTC 2011


>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 at FreeBSD.org) is cc'd.

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



More information about the freebsd-ports-bugs mailing list