On Tue, November 10, 2009 11:26 am, Dan Langille wrote: > I recently upgraded my regression testing to include FreeBSD 8.0RC2 (soon > to be released. I encountered this compile error. > > FYI, I see to recall seeing this or a similar error in the not-to-distant > past. > > > ==== Make of findlib is good ==== > > /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/build/autoconf/mkinstalldirs > /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/bin > /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/build/libtool > --silent --tag=CXX --finish --mode=install /usr/bin/install -c -m 0754 > libbacfind.la /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/bin > Compiling xattr.c > xattr.c: In function 'bool generic_xattr_build_streams(JCR*, FF_PKT*, > int)': > xattr.c:245: error: 'llistxattr' was not declared in this scope > xattr.c:343: error: 'lgetxattr' was not declared in this scope > xattr.c: In function 'bool generic_xattr_parse_streams(JCR*)': > xattr.c:476: error: 'lsetxattr' was not declared in this scope > *** Error code 1
FWIW: This issue came up back in April. The FreeBSD port simply disables xattr support to allow Bacula to build: --disable-xattr I'll look at passing this into my regression testing. The original post concerning FreeBSD 8.x and xattr.c: http://marc.info/?l=bacula-devel&m=123983399313578&w=2 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
