On Thursday 12 July 2007 20:22, Frank Sweetser wrote:
> 
> I went to give the regression suite a try on a Mac (10.4.10), and the build
> failed with these errors:
> 
> ==>Entering directory /Users/netops/bacula/regress/build/src/filed
> Compiling restore.c
> restore.c: In function `void do_restore(JCR*)':
> restore.c:517: error: 'fork_flags' was not declared in this scope
> restore.c:520: error: 'stream' was not declared in this scope
> restore.c:525: error: 'cs' was not declared in this scope
> restore.c:532: error: 'cs' was not declared in this scope
> restore.c:543: error: 'prev_stream' was not declared in this scope
> restore.c:543: error: 'stream' was not declared in this scope
> restore.c:544: error: 'forkbfd' was not declared in this scope
> restore.c:550: error: 'fork_size' was not declared in this scope
> restore.c:554: error: 'forkbfd' was not declared in this scope
> restore.c:555: error: 'rctxfork_cipher_ctx' was not declared in this scope
> make[1]: *** [restore.o] Error 1
> 
> This was with SVN 5157.

Gads.  An ugly bug.  It shouldn't be too hard to fix.  If I don't get to it 
tonight, I'll fix it first thing tomorrow morning -- each of those variables 
needs something like "rctx."  prefixed to them.  I missed them because I 
counted on the compiler, but forgot that a lot of code is turned off on my 
machine.

Thanks for trying the OS X build.  I have an Mac box sitting behind me (a gift 
from a friend), but I haven't found the time to set it up yet.

Best regards,

Kern


> 
> -- 
> Frank Sweetser fs at wpi.edu  |  For every problem, there is a solution that
> WPI Senior Network Engineer   |  is simple, elegant, and wrong. - HL Mencken
>     GPG fingerprint = 6174 1257 129E 0D21 D8D4  E8A3 8E39 29E3 E2E8 8CEC
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Bacula-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bacula-devel
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to