From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 1 03:40:06 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 322EF1065693 for ; Tue, 1 Feb 2011 03:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 101AA8FC12 for ; Tue, 1 Feb 2011 03:40:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p113e5UD056116 for ; Tue, 1 Feb 2011 03:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p113e5Mr056115; Tue, 1 Feb 2011 03:40:05 GMT (envelope-from gnats) Date: Tue, 1 Feb 2011 03:40:05 GMT Message-Id: <201102010340.p113e5Mr056115@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mars G Miro Cc: Subject: Re: ports/154326: [PATCH] math/py-numpy updated checksums X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mars G Miro List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2011 03:40:06 -0000 The following reply was made to PR ports/154326; it has been noted by GNATS. From: Mars G Miro To: bug-followup@FreeBSD.org, "Li-Lun Wang (Leland Wang)" Cc: Subject: Re: ports/154326: [PATCH] math/py-numpy updated checksums Date: Tue, 1 Feb 2011 11:06:49 +0800 Hi This is what happens w/ an updated ports tree: ++++++++++++++++++++++ root@spry82RC:/home/ports/math/py-numpy# make build ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for py26-numpy-1.3.0_2,1 ===> Extracting for py26-numpy-1.5.1,1 => SHA256 Checksum OK for numpy-1.5.1.tar.gz. => SHA256 Checksum mismatch for numpy-ref.pdf. => SHA256 Checksum mismatch for numpy-user.pdf. ===> Refetch for 1 more times files: numpy-ref.pdf numpy-user.pdf ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for py26-numpy-1.3.0_2,1 => numpy-ref.pdf doesn't seem to exist in /usr/distfiles/. => Attempting to fetch from http://docs.scipy.org/doc/numpy-1.5.x/. fetch: http://docs.scipy.org/doc/numpy-1.5.x/numpy-ref.pdf: Requested Range Not Satisfiable => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: numpy-ref.pdf: local file (6645864 bytes) is longer than remote file (5865550 bytes) => Couldn't fetch it - please try to retrieve this => port manually into /usr/distfiles/ and try again. *** Error code 1 Stop in /home/ports/math/py-numpy. *** Error code 1 Stop in /home/ports/math/py-numpy. *** Error code 1 Stop in /home/ports/math/py-numpy. ++++++++++++++++++++++ So I updated distinfo from the site, made the patch, and it builds fine: ++++++++++++++++++++++ root@spry82RC:/home/mars/py-numpy# make build ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for py26-numpy-1.3.0_2,1 ===> Extracting for py26-numpy-1.5.1,1 => SHA256 Checksum OK for numpy-1.5.1.tar.gz. => SHA256 Checksum OK for numpy-ref.pdf. => SHA256 Checksum OK for numpy-user.pdf. ===> Patching for py26-numpy-1.5.1,1 ===> Applying FreeBSD patches for py26-numpy-1.5.1,1 ===> py26-numpy-1.5.1,1 depends on file: /usr/local/bin/python2.6 - found ===> py26-numpy-1.5.1,1 depends on executable: gcc45 - found ===> py26-numpy-1.5.1,1 depends on shared library: lapack.4 - found ===> py26-numpy-1.5.1,1 depends on shared library: blas.2 - found ===> Configuring for py26-numpy-1.5.1,1 Running from numpy source directory.F2PY Version 1 blas_opt_info: blas_mkl_info: /home/tmp_ports/home/mars/py-numpy/work/numpy-1.5.1/numpy/distutils/system_info.py:527: UserWarning: Specified path /usr/local/include/suitesparse is invalid. warnings.warn('Specified path %s is invalid.' % d) libraries mkl,vml,guide not found in /usr/lib libraries mkl,vml,guide not found in /usr/local/lib libraries mkl,vml,guide not found in /usr/local/lib/gcc45/gcc/x86_64-portbld-freebsd8.1/4.5.3/../../../ NOT AVAILABLE .... -- cheers mars -----