On Thursday 04 October 2007 13:20, Frank Sweetser wrote: > Kern Sibbald wrote: > > Hello, > > > > Could each of the regression testers please test the code for version > > 2.2.5? > > I get a build error on Fedora 7: > > make: *** [testfind] Error 1 > [EMAIL PROTECTED] tools]$ make > /usr/bin/g++ -g -L. -L../lib -L../findlib -o testfind testfind.o > ../dird/dird_conf.o ../dird/inc_conf.o ../dird/run_conf.o \ > -lfind -lbac -lm -lpthread -ldl -lssl -lcrypto > ../findlib/libfind.a(find.o): In function `accept_file': > /home/fs/bacula/regress/build/src/findlib/find.c:221: undefined reference > to `enh_fnmatch' > /home/fs/bacula/regress/build/src/findlib/find.c:223: undefined reference > to `enh_fnmatch' > collect2: ld returned 1 exit status > make: *** [testfind] Error 1
You probably mixed the trunk and the Branch code. You must explicitly checkout a new copy of the Branch into a clean directory, or do an "svn update" on a directory that was originally checked out from the branch. If you checkout into a directory that was previously used for the trunk, you will probably have some bizarre mixture ... My local copy seems of the branch seems to be perfectly valid and does contain a copy of enh_fnmatch.c (deleted in trunk). However, over the next few hours, I will check out a fresh copy just to be sure. Regards, Kern ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
