From owner-freebsd-current@FreeBSD.ORG Tue Nov 4 11:42:33 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D3016A4DC for ; Tue, 4 Nov 2003 11:42:33 -0800 (PST) Received: from www.mail15.com (www.mail15.com [62.118.249.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E5B243FB1 for ; Tue, 4 Nov 2003 11:42:32 -0800 (PST) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com (adsl-67-119-38-25.dsl.lsan03.pacbell.net [67.119.38.25]) (authenticated bits=0) by www.mail15.com (8.12.9/8.12.6) with ESMTP id hA4JgNus012539 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Tue, 4 Nov 2003 22:42:28 +0300 (MSK) (envelope-from wa1ter@myrealbox.com) Message-ID: <3FA7BA12.7060702@myrealbox.com> Date: Tue, 04 Nov 2003 06:39:14 -0800 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: sed behaving badly? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2003 19:42:33 -0000 I got this nonsensical error from sed while trying to update python: /usr/bin/sed -i.bak -e 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g' /usr/ports/lang/python/work/Python-2.3.2/Lib/pydoc.py sed: /usr/ports/lang/python/work/Python-2.3.2/Lib/pydoc.py: No such file or directory But the file DOES exist, and furthermore the same port compiles just fine on -CURRENT from November 1. I think the recent changes to sed may have broken something, but I don't know how, exactly. Anyone else seeing this problem?