|
From: Dan L. <da...@la...> - 2012-06-08 19:32:35
|
On 2012-06-08 14:07, Dan Langille wrote: > I am seeing regression test failures on FreeBSD 8.2 with PostgreSQL > 9.x > > ==>Entering directory > /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/build/src/lib > "Makefile", line 426: Need an operator > make: fatal errors encountered -- cannot continue > > Can anyone duplicate this error? > > The line in question is: ../lib/breg.h /usr/include/regex.h The problem is ECHO I was looking at bacula/configure and found line 6048. If I change it to: ECHO='echo' With that line, all goes well. I tried both of these, they resulted in other errors: ECHO='printf "%s\n"' ECHO='printf %s\\n' Hope this helps. Also reported to bacula-devel -- Dan Langille - http://langille.org/ |