Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 2000 10:30:04 -0500 (EST)
From:      Ayan George <ayan@kiwi.ayan.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/23233: Reincorporate /usr/bin/error in the FreeBSD distribution.
Message-ID:  <200012021530.eB2FU4I05293@kiwi.ayan.net>

next in thread | raw e-mail | index | archive | help

>Number:         23233
>Category:       bin
>Synopsis:       Reincorporate /usr/bin/error in the FreeBSD distribution.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 02 07:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Ayan George
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
none	
>Environment:
System: FreeBSD kiwi.ayan.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Nov 30 15:43:08 EST 2000 ayan@kiwi.ayan.net:/usr/obj/usr/src/sys/NIKKI_KERNEL i386


>Description:

	The /usr/bin/error program should be reincorporated into the
	FreeBSD distribution.

>How-To-Repeat:

	Try to run /usr/bin/error -- it isn't there.

	Go to:

	http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.bin/error/Attic/error.h

	and you'll notice it was removed 11 months, 3 weeks ago.

>Fix:

	Remove it from the Attic and reincorporate it in the FreeBSD
	distribution.

	Instead of invoking error this way:

		make foo | error -v

	This way makes it seem as though it doesn't detect any
	errors.  One must redirect stderr thusly:

		make foo 2>&1 | error -v

	It works just fine and it is incredibly useful.

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012021530.eB2FU4I05293>