From owner-freebsd-questions@FreeBSD.ORG Sat Jul 23 12:20:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D05D16A41F for ; Sat, 23 Jul 2005 12:20:05 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8639243D46 for ; Sat, 23 Jul 2005 12:20:04 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so654905wri for ; Sat, 23 Jul 2005 05:20:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=beo185ohb1UCcsIgF7N/Q04uFy2HCwLMHPQIcDb9cxauIiO+Cef41BffF7WsYpRsLtWH5JfgrTprBNHQ5LxELTb1bomJJP2hhs5YxZUehizJeNxUUV8Y0ZYuDZ+o1SNCqHRL6uidKyKqcBQelyYWXZrkrKXP4vY/UTh9lfH/UGc= Received: by 10.54.29.50 with SMTP id c50mr1598098wrc; Sat, 23 Jul 2005 05:20:03 -0700 (PDT) Received: from ?192.168.0.4? ([24.30.63.114]) by mx.gmail.com with ESMTP id d61sm2089814wra.2005.07.23.05.20.03; Sat, 23 Jul 2005 05:20:03 -0700 (PDT) Message-ID: <42E235E0.9040608@gmail.com> Date: Sat, 23 Jul 2005 08:19:44 -0400 From: "Anthony M. Agelastos" User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050721) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, tg@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: py24-numeric upgrade woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2005 12:20:05 -0000 Hello everyone, I CVSup'd my tree and did a portupgrade -arR and noticed that py24-numeric failed to update. To make a long story short, it unpacks Numeric into /usr/ports/math/py-numeric/work/Numeric-23.8, where the Makefile (or something) expects the first letter in Numeric to be lowercase (there is a file inside of the work directory named numeric-23.8 that is 1234555 bytes). See below for my output. I checked the mailing list and the bug reports to see if this had been previously mentioned and I could not find any evidence supporting that, so if it has been mentioned, I do apologize. ast# uname -a FreeBSD ast.home.iq 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon Jun 20 19:20:50 EDT 2005 root@ast.home.iq:/usr/obj/usr/src/sys/IQKERNEL i386 ast# pwd /usr/ports/math/py-numeric ast# make => Numeric-23.8.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/numpy/. Numeric-23.8.tar.gz 100% of 708 kB 339 kBps => numpy.pdf doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://numeric.scipy.org/. numpy.pdf 100% of 1205 kB 169 kBps ===> Extracting for py24-numeric-23.8 => Checksum OK for Numeric-23.8.tar.gz. => Checksum OK for numpy.pdf. ===> Patching for py24-numeric-23.8 ===> Applying FreeBSD patches for py24-numeric-23.8 patch: **** can't cd to /usr/ports/math/py-numeric/work/numeric-23.8: Not a directory => Patch patch-Src_umathmodule.c failed to apply cleanly. *** Error code 1 Stop in /usr/ports/math/py-numeric.