No success on the side of CWB-CL, both trunk and 3.0 versions give errors.<br /><br />TRUNK
VERSION<br /><br />CWB-CL# make<br />cp lib/CWB/CL.pm blib/lib/CWB/CL.pm<br />cp
lib/CWB/CL/Strict.pm blib/lib/CWB/CL/Strict.pm<br />Running Mkbootstrap for CL ()<br />chmod
644 "CL.bs"<br />"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty'
-- CL.bs blib/arch/auto/CWB/CL/CL.bs 644<br />"/usr/bin/perl"
"/usr/share/perl/5.14/ExtUtils/xsubpp" -typemap
'/usr/share/perl/5.14/ExtUtils/typemap' -typemap '/root/cwb-perl/CWB-CL/CL.typemap'
CL.xs > CL.xsc<br />mv CL.xsc CL.c<br />cc -c -I/usr/local/cwb-3.4.11/include
-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g
-DVERSION=\"3.00401\" -DXS_VERSION=\"3.00401\" -fPIC
"-I/usr/lib/perl/5.14/CORE" CL.c<br />rm -f
blib/arch/auto/CWB/CL/CL.so<br />LD_RUN_PATH="/usr/lib/x86_64-linux-gnu" cc
-shared -L/usr/local/lib -fstack-protector CL.o -o blib/arch/auto/CWB/CL/CL.so
\<br /> -L/usr/local/cwb-3.4.11/lib -lcl -lm
-L/usr/lib/x86_64-linux-gnu -lpcre -lglib-2.0 \<br /> <br
/>chmod 755 blib/arch/auto/CWB/CL/CL.so<br />Manifying 2 pod documents<br
/>root@iac-glicom:~/cwb-perl/CWB-CL# make test<br />"/usr/bin/perl"
-MExtUtils::Command::MM -e 'cp_nonempty' -- CL.bs blib/arch/auto/CWB/CL/CL.bs 644<br
/>PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM"
"-MTest::Harness" "-e" "undef *Test::Harness::Switches;
test_harness(0, 'blib/lib', 'blib/arch')" t/*.t<br />t/00_load.t ...............
ok <br />t/01_vss.t ................ 1/35 # <br /># - registry directory:
/usr/local/cwb-3.4.11/share/cwb/registry<br /># - VSS corpus has 8043 word form tokens and
2111 types<br /># - 'elephant' occurs 14 times in VSS corpus<br /># - regexp
"[a-z]+(ally|ily)"%c matches 24 types, 37 tokens<br /># - index entries: finally,
sleepily, finally, automatically, usually, ...<br /># - VSS contains 6 stories with a total of
459 sentences<br /># - found sentence 'It was an elephant .' in story 'The Garden'<br
/>t/01_vss.t ................ ok <br />t/02_utility_functions.t ..
1/18 # <br /># - unify(|0|BAa|Ba|a|aaa|, |�a|���|0|aaa|) =
|0|aaa|<br />t/02_utility_functions.t .. ok <br />t/03_holmes_regexp.t
...... 1/17 # HOLMES-DE contains 272 distinct word forms<br /><br /># Failed test
'validate regexp /da�?/ %c'<br /># at t/03_holmes_regexp.t line 39.<br
/># Structures begin differing at:<br
/># $got->[1] = Does not exist<br
/># $expected->[1] = '134'<br /><br /># Failed test
'validate regexp /da�/ %c'<br /># at t/03_holmes_regexp.t line 39.<br
/># Structures begin differing at:<br
/># $got->[0] = Does not exist<br
/># $expected->[0] = '134'<br /><br /># Failed test
'validate regexp /da[�]/ %c'<br /># at t/03_holmes_regexp.t line 39.<br
/># Structures begin differing at:<br
/># $got->[0] = Does not exist<br
/># $expected->[0] = '134'<br /># Looks like you failed 3 tests of
17.<br />t/03_holmes_regexp.t ...... Dubious, test returned 3 (wstat 768, 0x300)<br />Failed
3/17 subtests <br />t/10_errors_strict.t ...... 1/45 # <br /># ----- testing error conditions
----- (expect to see error messages below)<br />cl_new_corpus: can't locate <potter> in
data/registry<br />CL: Regex Compile Error: missing )<br />Regex Compile Error: missing )<br
/>CL: Regex Compile Error: number too big in {} quantifier<br />Regex Compile Error: number
too big in {} quantifier<br /># ----- end of error tests ----- (further messages are real
errors)<br />t/10_errors_strict.t ...... ok <br />t/11_errors_lax.t
......... 1/62 # <br /># ----- testing error conditions ----- (expect to see error messages
below)<br />cl_new_corpus: can't locate <potter> in data/registry<br />CL: Regex Compile
Error: missing )<br />Regex Compile Error: missing )<br />CL: Regex Compile Error: number too
big in {} quantifier<br />Regex Compile Error: number too big in {} quantifier<br /># -----
end of error tests ----- (further messages are real errors)<br />t/11_errors_lax.t .........
ok <br /><br />Test Summary Report<br />-------------------<br
/>t/03_holmes_regexp.t (Wstat: 768 Tests: 17 Failed: 3)<br /> Failed
tests: 13, 15-16<br /> Non-zero exit status: 3<br />Files=6, Tests=179, 1
wallclock secs ( 0.07 usr 0.02 sys + 0.61 cusr 0.06 csys = 0.76
CPU)<br />Result: FAIL<br />Failed 1/6 test programs. 3/179 subtests failed.<br />make: ***
[test_dynamic] Error 255<br /><br /><br /><br />CWB-CL-3.0<br /><br />cp lib/CWB/CL.pm
blib/lib/CWB/CL.pm<br />cp lib/CWB/CL/Strict.pm blib/lib/CWB/CL/Strict.pm<br />Running
Mkbootstrap for CL ()<br />chmod 644 "CL.bs"<br />"/usr/bin/perl"
-MExtUtils::Command::MM -e 'cp_nonempty' -- CL.bs blib/arch/auto/CWB/CL/CL.bs 644<br
/>"/usr/bin/perl" "/usr/share/perl/5.14/ExtUtils/xsubpp" -typemap
'/usr/share/perl/5.14/ExtUtils/typemap' -typemap
'/root/cwb-perl/Perl-CWB-CL-3.0/CL.typemap' CL.xs > CL.xsc<br />mv CL.xsc CL.c<br
/>cc -c -I/usr/local/cwb-3.4.11/include -D_REENTRANT -D_GNU_SOURCE -DDEBIAN
-fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"3.000002\"
-DXS_VERSION=\"3.000002\" -fPIC "-I/usr/lib/perl/5.14/CORE"
CL.c<br />CL.xs: In function ‘XS_CWB__CL_cl_normalize’:<br />CL.xs:305:11: error:
too few arguments to function ‘cl_string_canonical’<br />In file included from
CL.xs:7:0:<br />/usr/local/cwb-3.4.11/include/cwb/cl.h:884:6: note: declared here<br />make:
*** [CL.o] Error 1<br /><br /><br /><br /><br />El Dom, 26 de Marzo de 2017, 13:57,
"Andrés Chandía" escribió:<br /> <!-- begin sanitized html -->
I installed Perl-CWB-3.0 and then again trunk version, and things went well ????<br /><br
/><br />El Dom, 26 de Marzo de 2017, 13:32, "Andrés Chandía"
escribió:<br /> trunk version of perl/CWB<br /><br />gzip is there:<br
/>:~/cwb-perl/CWB# whereis gzip<br />gzip: /bin/gzip /usr/share/man/man1/gzip.1.gz<br /><br
/>anyway<br /><br /><br />/cwb-perl/CWB# make test<br />PERL_DL_NONLAZY=1
"/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness"
"-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib',
'blib/arch')" t/*.t<br />t/00_load.t ............ ok <br />t/10_cwb_tools.t ....... ok
<br />t/11_cwb_file.t ........ ok <br />t/12_cwb_tempfile.t .... ok <br
/>t/13_cwb_shell.t ....... ok <br />t/14_cwb_registry.t .... ok <br />t/20_encode_vss.t
...... 1/6 # VSS corpus encoded in 0.5 seconds<br />t/20_encode_vss.t ...... ok <br
/>t/30_cqp_basic.t ....... ok <br />t/31_cqp_queries.t ..... 33/39 <br />=+===CWB::CQP
ERROR=====<br /> | gzip: *+.gz: No such file or directory<br />=+== occurred at
t/31_cqp_queries.t line 129.<br /># Looks like your test exited with -1 just after 35.<br
/>t/31_cqp_queries.t ..... Dubious, test returned 255 (wstat 65280, 0xff00)<br />Failed 4/39
subtests <br />t/32_cqp_recode.t ...... ok <br />t/40_ceql_parser.t ..... ok <br
/>t/41_ceql_string.t ..... ok <br />t/42_ceql_grammar.t .... ok <br
/>t/43_ceql_benchmark.t .. 1/2 # CEQL benchmark: 20.0 ms (load), 2.25 ms (parse)<br
/>t/43_ceql_benchmark.t .. ok <br />t/44_ceql_bncweb.t ..... 1/180 # 205 ms for 174 queries
= 1.18 ms / query<br />t/44_ceql_bncweb.t ..... ok <br /><br />Test Summary Report<br
/>-------------------<br />t/31_cqp_queries.t (Wstat: 65280 Tests: 35 Failed: 0)<br />
Non-zero exit status: 255<br /> Parse errors: Bad plan. You planned 39 tests but ran 35.<br
/>Files=15, Tests=492, 6 wallclock secs ( 0.17 usr 0.05 sys + 2.52 cusr 0.36 csys = 3.10
CPU)<br />Result: FAIL<br />Failed 1/15 test programs. 0/492 subtests failed.<br />make: ***
[test_dynamic] Error 255<br /><br /><br /><br /><br />_______________________<br />
andrés chandía<br /><a href="http://www.chandia.net" title="Este enlace externo
se abrirá en una nueva ventana" target="_blank"><img src="../images/sec_remove_es_ES.png"
alt="chandia.net" border="0" /></a><a href="https://twitter.com/andreschandia" title="Este
enlace externo se abrirá en una nueva ventana" target="_blank"><img
src="../images/sec_remove_es_ES.png" alt="" width="20" height="20" /></a><br /><a
href="http://chandia.net/content/nmt" title="Este enlace externo se abrirá en una nueva
ventana" target="_blank">NMT</a> | <a href="http://chandia.net/content/dungupeyem" title="Este
enlace externo se abrirá en una nueva ventana" target="_blank">Dungupeyem</a> | <a
href="http://corlexim.cl" title="Este enlace externo se abrirá en una nueva ventana"
target="_blank">Corlexim</a><br /><br />administrador de:<br /><a href="http://parles.upf.edu"
title="Este enlace externo se abrirá en una nueva ventana" target="_blank">Parles.upf</a> | <a
href="http://amindterapia.com" title="Este enlace externo se abrirá en una nueva ventana"
target="_blank">Amind terapia</a> | <a href="http://koyaktumapuche.net" title="Este enlace
externo se abrirá en una nueva ventana" target="_blank">Mapuche koyaktu</a> | <a
href="http://parles.upf.edu/llocs/nocando" title="Este enlace externo se abrirá en una nueva
ventana" target="_blank">Nocando</a> |<br />mail: <a href="http://mail.corporacionkoyaktu.net"
title="Este enlace externo se abrirá en una nueva ventana" target="_blank">ONG Mapuche
koyaktu</a> | <a href="http://mail.psicoaching.net" title="Este enlace externo se abrirá en
una nueva ventana" target="_blank">Psicoaching</a> |<br /><span style="font-size: 18pt; color:
rgb(79, 98, 40); font-family: Webdings;">P</span> <span style="font-size: 10pt; color: rgb(79,
98, 40);">No imprima innecesariamente. ¡Cuide el medio ambiente!</span> <br /><br /><br
/>_______________________<br /> andrés chandía<br /><a
href="http://www.chandia.net" target="_blank" title="Este enlace externo se abrirá en una
nueva ventana"><img src="../images/sec_remove_es_ES.png" alt="chandia.net" border="0" /></a><a
href="https://twitter.com/andreschandia" target="_blank" title="Este enlace externo se abrirá
en una nueva ventana"><img src="../images/sec_remove_es_ES.png" alt="" width="20" height="20"
/></a><br /><a href="http://chandia.net/content/nmt" title="Este enlace externo se abrirá en
una nueva ventana" target="_blank">NMT</a> | <a href="http://chandia.net/content/dungupeyem"
title="Este enlace externo se abrirá en una nueva ventana" target="_blank">Dungupeyem</a> | <a
href="http://corlexim.cl" title="Este enlace externo se abrirá en una nueva ventana"
target="_blank">Corlexim</a><br /><br />administrador de:<br /><a href="http://parles.upf.edu"
target="_blank" title="Este enlace externo se abrirá en una nueva ventana">Parles.upf</a> | <a
href="http://amindterapia.com" target="_blank" title="Este enlace externo se abrirá en una
nueva ventana">Amind terapia</a> | <a href="http://koyaktumapuche.net" target="_blank"
title="Este enlace externo se abrirá en una nueva ventana">Mapuche koyaktu</a> | <a
href="http://parles.upf.edu/llocs/nocando" target="_blank" title="Este enlace externo se
abrirá en una nueva ventana">Nocando</a> |<br />mail: <a
href="http://mail.corporacionkoyaktu.net" target="_blank" title="Este enlace externo se abrirá
en una nueva ventana">ONG Mapuche koyaktu</a> | <a href="http://mail.psicoaching.net"
target="_blank" title="Este enlace externo se abrirá en una nueva ventana">Psicoaching</a>
|<br /><span style="font-size: 18pt; color: rgb(79, 98, 40); font-family: Webdings;">P</span>
<span style="font-size: 10pt; color: rgb(79, 98, 40);">No imprima innecesariamente.
¡Cuide el medio ambiente!</span> <!-- end sanitized html --> <br /><br /><br
/>_______________________<br />
andrés
chandía<br /><a href="http://www.chandia.net" target="_blank"><img
src="http://mail.chandia.net/images/chandia_net.png" alt="chandia.net" border="0" /></a><a
href="https://twitter.com/andreschandia" target="_blank"><img
src="http://mail.chandia.net/images/ico_tw.png" width="20" height="20" alt="" /></a><br /><a
href="http://chandia.net/content/nmt" title="Unificador ortogrŕfico de mapudungun">NMT</a> |
<a href="http://chandia.net/content/dungupeyem" title="Analizador y generador mofológico de
mapudungun">Dungupeyem</a> | <a href="http://corlexim.cl" title="Corpus lexicográfico de
mapudungun">Corlexim</a><br /><br />administrador de:<br /><a
href="http://parles.upf.edu">Parles.upf</a> | <a href="http://amindterapia.com">Amind
terapia</a> | <a href="http://koyaktumapuche.net">Mapuche koyaktu</a> | <a
href="http://parles.upf.edu/llocs/nocando">Nocando</a> |<br />mail: <a
href="http://mail.corporacionkoyaktu.net">ONG Mapuche koyaktu</a> | <a
href="http://mail.psicoaching.net">Psicoaching</a> |<br /><span style="font-size: 18pt; color:
rgb(79, 98, 40); font-family: Webdings;">P</span> <span style="font-size: 10pt; color: rgb(79,
98, 40);">No imprima innecesariamente. ¡Cuide el medio ambiente!</span>