From owner-freebsd-python@FreeBSD.ORG Mon Jul 14 11:01:51 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2A2F8D6 for ; Mon, 14 Jul 2014 11:01:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFE342B11 for ; Mon, 14 Jul 2014 11:01:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EB1pVr065612 for ; Mon, 14 Jul 2014 11:01:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 191857] [MAINTAINER] math/py-pandas: Update to 0.14.1 Date: Mon, 14 Jul 2014 11:01:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2014 11:01:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191857 --- Comment #1 from john@saltant.com --- I'm trying to figure out why the build is failing with Py3k. It looks like it sees and satisfies the numpy build requirement. =================================================== ===> py33-pandas-0.14.1 depends on file: /usr/local/lib/python3.3/site-packages/numpy/core/numeric.py - not found ===> Verifying install for /usr/local/lib/python3.3/site-packages/numpy/core/numeric.py in /usr/ports/math/py-numpy ===> Installing existing package /packages/All/py33-numpy-1.8.1,1.txz Installing py33-numpy-1.8.1,1... ... but by the time we run setup.py, it feels compelled to try to fetch numpy from pypi. =================================================== ===> Configuring for py33-pandas-0.14.1 Download error on https://pypi.python.org/simple/numpy/: [Errno 13] Permission denied -- Some packages may not be found! Couldn't find index page for 'numpy' (maybe misspelled?) Download error on https://pypi.python.org/simple/: [Errno 13] Permission denied -- Some packages may not be found! No local packages or download links found for numpy>=1.7.0b2 Complete build log: https://pkg.saltant.net/poudriere/bulk/100amd64-default-python33/2014-07-13_22h23m55s/logs/errors/py33-pandas-0.14.1.log This already affected 0.14.0 on the package builders. https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20140707/176395.html https://lists.freebsd.org/pipermail/freebsd-python/2014-July/007214.html Any ideas? -- You are receiving this mail because: You are on the CC list for the bug.