Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Aug 2011 10:35:39 +0000
From:      Alexander Best <arundel@freebsd.org>
To:        Test Rat <ttsestt@gmail.com>
Cc:        freebsd-current@freebsd.org, Gabor Kovesdan <gabor@freebsd.org>
Subject:   Re: issues with bsdgrep and lang/go
Message-ID:  <20110809103539.GA79694@freebsd.org>
In-Reply-To: <86y5z2gakw.fsf@gmail.com>
References:  <20110809081842.GA64643@freebsd.org> <86y5z2gakw.fsf@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue Aug  9 11, Test Rat wrote:
> Alexander Best <arundel@freebsd.org> writes:
> 
> [...]
> > gmake -C 6g install
> > gmake[1]: Entering directory `/usr/ports/lang/go/work/go-20110515/src/cmd/6g'
> > quietgcc -I"/usr/ports/lang/go/work/go-20110515/include" -ggdb -O2 -c "/usr/ports/lang/go/work/go-20110515/src/cmd/6g/list.c"
> > egrep: : error: .Each undeclared identifier|: error: for each function
> > it appears|is dangerous, better use|is almost always misused|: In
> > function |: At top level: |In file included from| from: No such file
> > or directory
> 
> Do you use GREP_OPTIONS?

otaku% type $GREP_OPTIONS
otaku% echo foo | env -i GREP_OPTIONS= bsdgrep foo
env: bsdgrep: No such file or directory
otaku%

> 
>   $ echo foo | env -i GREP_OPTIONS= bsdgrep foo
>   bsdgrep: foo: No such file or directory



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