Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Aug 2011 14:09:51 +0400
From:      Test Rat <ttsestt@gmail.com>
To:        Alexander Best <arundel@freebsd.org>
Cc:        freebsd-current@freebsd.org, Gabor Kovesdan <gabor@freebsd.org>
Subject:   Re: issues with bsdgrep and lang/go
Message-ID:  <86y5z2gakw.fsf@gmail.com>
In-Reply-To: <20110809081842.GA64643@freebsd.org> (Alexander Best's message of "Tue, 9 Aug 2011 08:18:42 %2B0000")
References:  <20110809081842.GA64643@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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?

  $ 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?86y5z2gakw.fsf>