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