[Bacula-devel] regress scripts invoke make directly

2009-01-10 Thread Dan Langille
Hi, I noticed these problems tonight when trying to get the regression scripts running on FreeBSD 7.x In short, we're hardcoding the call to make. On FreeBSD, we need to invoke gmake, not make. --- scripts/setup (revision 8352) +++ scripts/setup (working copy) @@ -36,11 +36,11 @@

[Bacula-devel] Makefile.in uses make --version : error

2009-01-10 Thread Dan Langille
Hi, In Makefile.in I see this code around line 197: # @if test `make --version | head -n1 | cut -c1-3` = "GNU" ; then \ # (cd src/win32; ${MAKE} clean) \ # fi It invokes make by name. This causes problems on FreeBSD: make: illegal option -- - usage: make [-BPSXeiknqrstv]

Re: [Bacula-devel] Bacula 2.4.4 Released

2009-01-10 Thread Scott Barninger
Bacula-2.4 RPM Release Notes 10 January 2009 D. Scott Barninger Release 2.4.4-1 This release incorporates a number of significant changes since 1.38. These release notes refer to the rpm packaging only. Please refer to the release notes and changelog in the tarball or on sourceforge for complet

Re: [Bacula-devel] bacula hang issue. was: bacula sometimes gets stuck when volume wanted is already in a different drive

2009-01-10 Thread Kern Sibbald
Hello, On Friday 09 January 2009 02:06:12 Bob Hetzel wrote: > Kern, > > I now think the bug is far more repeatable than I had expected as it > happened twice fairly quickly when I had a schedule of backups start, so I > tried a 3rd time with > setdebug level=200 storage=Dell-PV136T trace=1 > and I

Re: [Bacula-devel] patches for newer gcc

2009-01-10 Thread Eric Bollengier
Le Saturday 10 January 2009 01:02:10 Dan Langille, vous avez écrit : > Eric Bollengier wrote: > > Hello Dan, > > > > The "pthread" type is not defined on linux... (i have a pthread_t > > instead) And on linux, pthread_t is an integer, which seems to different > > on freebsd. > > > > Maybe i can use