Bacula-users

Re: [Bacula-users] Regression tests - compile failures

2012-06-08 15:34:53
Subject: Re: [Bacula-users] Regression tests - compile failures
From: Dan Langille <dan AT langille DOT org>
To: <bacula-users AT lists.sourceforge DOT net>
Date: Fri, 08 Jun 2012 15:32:29 -0400
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>