From nobody@FreeBSD.org  Sat Sep  7 15:09:40 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7634437B400
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  7 Sep 2002 15:09:40 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3A86143E65
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  7 Sep 2002 15:09:40 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g87M9dOT054214
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 7 Sep 2002 15:09:39 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g87M9dmi054213;
	Sat, 7 Sep 2002 15:09:39 -0700 (PDT)
Message-Id: <200209072209.g87M9dmi054213@www.freebsd.org>
Date: Sat, 7 Sep 2002 15:09:39 -0700 (PDT)
From: Steven Earl Smith <SESmith@LBTinc.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: 4.7 BROKEN (SED FUNCTION)
X-Send-Pr-Version: www-1.0

>Number:         42538
>Category:       i386
>Synopsis:       4.7 BROKEN (SED FUNCTION)
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    ceri
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 07 15:10:03 PDT 2002
>Closed-Date:    Sun Jun 08 11:03:52 PDT 2003
>Last-Modified:  Sun Jun 08 11:03:52 PDT 2003
>Originator:     Steven Earl Smith
>Release:        4.7 pre
>Organization:
LawBase Technologies
>Environment:
FreeBSD Dev.LBTinc.net 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #3: Sat Sep  7 00:37:45 PDT 2002     root@Dev.LBTinc.net:/usr/obj/usr/src/sys/LBTi  i386      
>Description:
Numerous ports break on make with option 'sed -- i'  during the make process, therefore do not install.  This includes most of the X11 ports which are unusable (IE. KMail will configure then croak on grabbing of mail)      
>How-To-Repeat:
clean install of 4.7-pre, port for libmng-1.0.3, try make.  will result in:
test !e /usr/local/include/icms.h || /usr/bin/sed -i.bak -e ...

"SED ILLEGAL OPTION -- i"      
>Fix:
PRERELEASES really should not be picked up by a cvsup RELENG_4...      
>Release-Note:
>Audit-Trail:

From: bmah@acm.org (Bruce A. Mah)
To: Steven Earl Smith <SESmith@LBTinc.net>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: i386/42538: 4.7 BROKEN (SED FUNCTION) 
Date: Sat, 07 Sep 2002 16:38:43 -0700

 --==_Exmh_-725077989P
 Content-Type: text/plain; charset=us-ascii
 
 If memory serves me right, Steven Earl Smith wrote:
 
 > >How-To-Repeat:
 > clean install of 4.7-pre, port for libmng-1.0.3, try make.  will result in:
 > test !e /usr/local/include/icms.h || /usr/bin/sed -i.bak -e ...
 
 I can install this just fine, on a RELENG_4 machine built from
 yesterday's sources.  The only thing that I can think of is off-hand is
 that your installed sed might be out of date (with respect to the rest
 of your system).  What exactly do you mean by "clean install"?  What 
 does "which sed" tell you?
 
 > "SED ILLEGAL OPTION -- i"      
 > >Fix:
 > PRERELEASES really should not be picked up by a cvsup RELENG_4...      
 
 4.7-PRERELEASE is the new name given to 4.6-STABLE at the start of the
 4.7 code freeze.  It's just a name change.  Please refer to the release
 engineering article for more details on how releases, branches, etc. are
 named.
 
 Bruce.
 
 
 
 --==_Exmh_-725077989P
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.7 (FreeBSD)
 Comment: Exmh version 2.5+ 20020506
 
 iD8DBQE9eo4D2MoxcVugUsMRAkDJAKCAeKCWtYTvBtUCbPd9bgIw3pkpsQCgrwsV
 fwv/0rxx8aUvAbnc92K56UM=
 =sf7V
 -----END PGP SIGNATURE-----
 
 --==_Exmh_-725077989P--
State-Changed-From-To: open->feedback 
State-Changed-By: schweikh 
State-Changed-When: Fri Sep 20 10:07:53 PDT 2002 
State-Changed-Why:  
Is your sed up-to-date? Apparently not. Update your source, 
cd /usr/src/usr.bin/sed 
make 
make install 
Then try again. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42538 
State-Changed-From-To: feedback->closed 
State-Changed-By: ceri 
State-Changed-When: Sun Jun 8 11:03:50 PDT 2003 
State-Changed-Why:  
Feedback timeout (6 months or more). 
I will handle any feedback that this closure generates. 


Responsible-Changed-From-To: freebsd-bugs->ceri 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Sun Jun 8 11:03:50 PDT 2003 
Responsible-Changed-Why:  
Feedback timeout (6 months or more). 
I will handle any feedback that this closure generates. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42538 
>Unformatted:
