[CWB] CWB Installation problem

Stefan Evert stefanML at collocations.de
Sun Mar 26 17:09:27 CEST 2017


> On 26 Mar 2017, at 16:36, Andrés Chandía <andres at chandia.net> wrote:
> 
> Test Summary Report
> -------------------
> t/03_holmes_regexp.t    (Wstat: 768 Tests: 17 Failed: 3)
>   Failed tests:  13, 15-16
>   Non-zero exit status: 3
> Files=6, Tests=179,  0 wallclock secs ( 0.09 usr  0.02 sys +  0.52 cusr  0.06 csys =  0.69 CPU)
> Result: FAIL
> Failed 1/6 test programs. 3/179 subtests failed.
> make: *** [test_dynamic] Error 255
> 


These errors are "expected" and can safely be ignored.  We're testing CQP's regular expressions (based on PCRE) against Perl itself, and the two implementations disagree on case-insensitive matching with Unicode.  I haven't disabled the tests yet because this discrepancy should be documented somewhere.

> /cwb-perl/Perl-CWB-CL-3.0# make
> […]
> CL.xs: In function ‘XS_CWB__CL_cl_normalize’:
> CL.xs:305:11: error: too few arguments to function ‘cl_string_canonical’
> In file included from CL.xs:7:0:
> /usr/local/cwb-3.4.11/include/cwb/cl.h:884:6: note: declared here
> make: *** [CL.o] Error 1

You need the latest CWB-CL code from SVN trunk.  Older versions are not compatible with the 3.4 series of CWB.  An update of versions available on cwb.sf.net is urgently needed …

Best,
Stefan







More information about the CWB mailing list