From owner-freebsd-current Mon Jun 24 6:49:48 2002 Delivered-To: freebsd-current@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 5F8E937B401; Mon, 24 Jun 2002 06:49:44 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id BED9C5361; Mon, 24 Jun 2002 15:49:42 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: current@freebsd.org Cc: tjr@freebsd.org Subject: sed(1) broken From: Dag-Erling Smorgrav Date: 24 Jun 2002 15:49:42 +0200 Message-ID: Lines: 20 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sed(1) is broken, and breaks autoconf badly: des@des ~% sed 'y%*abcdefghijklmnopqrstuvwxyz%PABCDEFGHIJKLMNOPQRSTUVWXYZ%;s%[[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]]%_%g' bstring.h BSTRING.h it seems to ignore the last letter in the input. Reverting to last week's sources fixes the bug. Here are the known-good idents: $FreeBSD: src/usr.bin/sed/Makefile,v 1.5 2002/06/17 08:21:53 sobomax Exp $ $FreeBSD: src/usr.bin/sed/compile.c,v 1.21 2002/06/01 13:25:47 green Exp $ $FreeBSD: src/usr.bin/sed/extern.h,v 1.9 2002/03/22 01:42:27 imp Exp $ $FreeBSD: src/usr.bin/sed/main.c,v 1.24 2002/06/16 08:44:39 tjr Exp $ $FreeBSD: src/usr.bin/sed/misc.c,v 1.5 2001/12/12 23:20:16 markm Exp $ $FreeBSD: src/usr.bin/sed/process.c,v 1.20 2002/06/10 07:25:35 tjr Exp $ $FreeBSD: src/usr.bin/sed/sed.1,v 1.27 2002/06/10 07:55:13 tjr Exp $ DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message