I tried some regression tests for Bacula 7 tonight. I found what I think may be a configure issue.
It stops with:
Stop in /usr/home/dan/src/Bacula7RegressionTesting-TRUNK/regress/build.
==>Entering directory
/usr/home/dan/src/Bacula7RegressionTesting-TRUNK/regress/build/src
==>Entering directory
/usr/home/dan/src/Bacula7RegressionTesting-TRUNK/regress/build/scripts
==>Entering directory
/usr/home/dan/src/Bacula7RegressionTesting-TRUNK/regress/build/src/lib
"Makefile", line 448: Need an operator
make: fatal errors encountered -- cannot continue
Looking at that file, I find:
###
$(MV) Makefile.bak Makefile; \
echo " ===== Something went wrong in make depend ====="; \
fi
# -----------------------------------------------------------------------
# DO NOT DELETE: nice dependency list follows
### that’s the end of the file above this line
Looking at a few lines above, I see: @$(ECHO) "# DO NOT DELETE: nice dependency
list follows" >> Makefile
This works instead: @echo
I made that change to the following files.
$ grep -rl 'nice dependency list follows' *
cats/Makefile.in
console/Makefile.in
dird/Makefile.in
filed/Makefile.in
findlib/Makefile.in
lib/Makefile.in
stored/Makefile.in
tools/Makefile.in
tray-monitor/Makefile.in
wx-console/Makefile.in
Seems like a configure issue?
--
Dan Langille - http://langille.org
signature.asc
Description: Message signed with OpenPGP using GPGMail
------------------------------------------------------------------------------
_______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
