On Tue, November 10, 2009 2:54 pm, Dan Langille wrote:
> 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
Here is the patch I apply to my regression testing code before running the
regression tests:
--- regress-config.in 2009-11-10 17:38:09.000000000 +0000
+++ regress-config.in-new 2009-11-10 20:01:09.000000000 +0000
@@ -16,6 +16,7 @@
fi
./configure \
+ --disable-xattr \
--sbindir=${1}/bin \
--libdir=${1}/bin \
--sysconfdir=${1}/bin \
This will keep the regression tests running until we can fix the
underlying issue.
--
Dan Langille -- http://langille.org/
------------------------------------------------------------------------------
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