Re: [Bacula-devel] regress scripts invoke make directly

2009-01-12 Thread Martin Simmons
> On Mon, 12 Jan 2009 14:56:13 +0100, Kern Sibbald said: > > On Monday 12 January 2009 14:39:14 Martin Simmons wrote: > > > On Sun, 11 Jan 2009 12:32:35 +0100, Kern Sibbald said: > > > > > > Hello Dan, > > > > > > Could you please update to the latest version of the SVN (both > > > trunk/b

Re: [Bacula-devel] regress scripts invoke make directly

2009-01-12 Thread Kern Sibbald
On Monday 12 January 2009 14:39:14 Martin Simmons wrote: > > On Sun, 11 Jan 2009 12:32:35 +0100, Kern Sibbald said: > > > > Hello Dan, > > > > Could you please update to the latest version of the SVN (both > > trunk/bacula and trunk/regress) and tell me if the problem is fixed? It > > is hard

Re: [Bacula-devel] regress scripts invoke make directly

2009-01-12 Thread Martin Simmons
> On Sun, 11 Jan 2009 12:32:35 +0100, Kern Sibbald said: > > Hello Dan, > > Could you please update to the latest version of the SVN (both trunk/bacula > and trunk/regress) and tell me if the problem is fixed? It is hard to test > here since all my machines have a gmake. If you have gmak

Re: [Bacula-devel] regress scripts invoke make directly

2009-01-11 Thread Dan Langille
Kern Sibbald wrote: > On Sunday 11 January 2009 19:41:21 Dan Langille wrote: >> Dan Langille wrote: >>> Kern Sibbald wrote: Hello Dan, Could you please update to the latest version of the SVN (both trunk/bacula and trunk/regress) and tell me if the problem is fixed? It is

Re: [Bacula-devel] regress scripts invoke make directly

2009-01-11 Thread Dan Langille
Kern Sibbald wrote: > On Sunday 11 January 2009 19:41:21 Dan Langille wrote: >> Dan Langille wrote: >>> Kern Sibbald wrote: Hello Dan, Could you please update to the latest version of the SVN (both trunk/bacula and trunk/regress) and tell me if the problem is fixed? It is

Re: [Bacula-devel] regress scripts invoke make directly

2009-01-11 Thread Kern Sibbald
On Sunday 11 January 2009 19:41:21 Dan Langille wrote: > Dan Langille wrote: > > Kern Sibbald wrote: > >> Hello Dan, > >> > >> Could you please update to the latest version of the SVN (both > >> trunk/bacula and trunk/regress) and tell me if the problem is fixed? > >> It is hard to test here sinc

Re: [Bacula-devel] regress scripts invoke make directly

2009-01-11 Thread Dan Langille
Dan Langille wrote: > Kern Sibbald wrote: >> Hello Dan, >> >> Could you please update to the latest version of the SVN (both trunk/bacula >> and trunk/regress) and tell me if the problem is fixed? It is hard to test >> here since all my machines have a gmake. If you have gmake on your system,

Re: [Bacula-devel] regress scripts invoke make directly

2009-01-11 Thread Dan Langille
Kern Sibbald wrote: > Hello Dan, > > Could you please update to the latest version of the SVN (both trunk/bacula > and trunk/regress) and tell me if the problem is fixed? It is hard to test > here since all my machines have a gmake. If you have gmake on your system, > Bacula should now use i

Re: [Bacula-devel] regress scripts invoke make directly

2009-01-11 Thread Kern Sibbald
Hello Dan, Could you please update to the latest version of the SVN (both trunk/bacula and trunk/regress) and tell me if the problem is fixed? It is hard to test here since all my machines have a gmake. If you have gmake on your system, Bacula should now use it when appropriate or skip the c

Re: [Bacula-devel] regress scripts invoke make directly

2009-01-11 Thread Kern Sibbald
Hello, I would prefer to track down and fix the problem (not shown here). The regression scripts should not be gmake dependent. If the problem is only due to the src/win32 problems, see below. Unfortunately, for the problem of /src/win32 scripts and Makefiles, they are gmake dependent, so t

[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 @@