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/

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to