We set EGREP to the gnu version in /usr/sfw/bin to avoid these messages
using the following addition to the configure command line:
EGREP=/usr/sfw/bin/gegrep
i.e.
./configure --with-group=sys \
blah blah blah \
--without-ipv6 \
EGREP=/usr/sfw/bin/gegrep \
CC=/home/compilers/SUNWspro/bin/cc
This is mostly to improve the build output signal to noise ratio since
the grep errors don't actually seem to cause any problems.
On 11/23/10 02:10, Dan Locks wrote:
On 11/09/2010 03:25 PM, Brian Cuttler wrote:
I'm building amanda 3.2.0 on a Solaris 10 Sparc system last
build performed on this system was for amanda-2.6.1p1
I'm seeing a lot of egrep syntax errors ?
Should I worry ?
Can I provide any information for diagnostics ?
Oy. I hate these. They're harmless, AFAIK. I ignore them.
Better late than never, right?
Dan Locks