From owner-freebsd-python@FreeBSD.ORG Thu Nov 16 21:46:49 2006 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02C0F16A403 for ; Thu, 16 Nov 2006 21:46:49 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net (diana.db.net [204.228.225.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id B00F243D73 for ; Thu, 16 Nov 2006 21:46:43 +0000 (GMT) (envelope-from db@db.net) Received: from diana.db.net ([204.228.225.212] helo=localhost) by diana.db.net with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1Gkozc-000IMb-KY for python@freebsd.org; Thu, 16 Nov 2006 14:41:56 -0700 Received: from diana.db.net ([127.0.0.1] helo=localhost) (envelope-from ) id 1Gkp4C-000LOZ-MC; Thu, 16 Nov 2006 16:46:40 -0500 Date: Thu, 16 Nov 2006 16:46:40 -0500 From: Diane Bruce To: python@freebsd.org Message-ID: <20061116214640.GA81359@night.db.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: interesting bug X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2006 21:46:49 -0000 Hi, Here's a nasty bug not picked up by tinderbox cd /usr/ports/science/py-scipy03;make install ===> Registering installation for py24-scipy-0.3.2_2 You have new mail. night# ls -lta /usr/local/bin/f2py ls: /usr/local/bin/f2py: No such file or directory You have new mail. night# ls -lta /usr/local/bin/f2py2.4 cd /usr/ports/lang/f2py ===> Deinstalling for lang/f2py ===> Deinstalling f2py-2.45.241.1926 pkg_delete: file '/usr/local/bin/f2py' doesn't exist pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) deinstalling f2py and reinstalling results in ===> Compressing manual pages for f2py-2.45.241.1926 ===> Registering installation for f2py-2.45.241.1926 night# ls -lta /usr/local/bin/f2py* -rwxr-xr-x 1 root wheel 94 Nov 16 16:40 /usr/local/bin/f2py -rwxr-xr-x 1 root wheel 97 Nov 16 16:04 /usr/local/bin/f2py2.4 -- - db@db.net http://www.db.net/~db