On Mar 30, 2014, at 4:44 PM, Dan Langille <d...@langille.org> wrote:
> I tried some regression tests for Bacula 7 tonight. I found what I think may > be a configure issue. FYI, I think a step needs to be added to the regression testing: git checkout -b Branch-7.0 origin/Branch-7.0 For whatever branch you will be testing. I mention this because I got the 5.2 Branch when I did: git clone http://git.bacula.org/bacula bacula By doing a 'cd bacula’ and then issuing the checkout command, I moved to the right branch. I then made the change from @$(ECHO) to @echo, as shown below. Would cat be better than echo here? > > 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 > > ------------------------------------------------------------------------------ > _______________________________________________ > Bacula-devel mailing list > Bacula-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-devel -- Dan Langille - http://langille.org
signature.asc
Description: Message signed with OpenPGP using GPGMail
------------------------------------------------------------------------------
_______________________________________________ Bacula-devel mailing list Bacula-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-devel