* installing *source* package ‘RcppCWB’ ...
** this is package ‘RcppCWB’ version ‘0.6.5’
** package ‘RcppCWB’ successfully unpacked and MD5 sums checked
** using staged installation
* operating system detected for CWB configuration: Linux
* Linux distribution ID: fedora (supported)
* architecture: x86_64 ... using config 'linux-64'
* using CWB platform configuration file: linux-64
* adapt CWB configuration file to use compiler: gcc
* using pkg-config to check whether glib-2.0 is available ... yes
* using pkg-config to get linker flags for glib-2.0: -lglib-2.0
* check whether pcre2 is available ... yes (version: 10.44)
* checking whether pcre2test is available ... no
* using pcre2-config to get libdirs for pcre2 (8bit): -lpcre2-8
* using pcre2-config to get cflags for pcre2: 
* using build directory: /data/gannet/ripley/R/packages/tests-devel/RcppCWB
** libs
using C++ compiler: ‘g++ (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cqp -I/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cl -I/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/CQi  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cqp -I/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cl -I/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/CQi  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c addons.cpp -o addons.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cqp -I/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cl -I/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/CQi  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c cl.cpp -o cl.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cqp -I/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cl -I/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/CQi  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c cqp.cpp -o cqp.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cqp -I/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cl -I/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/CQi  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c utils.cpp -o utils.o
cd cwb; R_PACKAGE_SOURCE=/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig make clean
make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb'
for i in cl cqp ; do if [ -f "$i/Makefile" ]; then cd $i; make clean; cd ..; fi; done;
make[3]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cl'
rm -f *.o libcl.a registry.output *~
make[3]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cl'
make[3]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cqp'
rm -f cqp cqpcl cqpserver  *.o ../CQi/*.o parser.output *~ ../CQi/*~
# TODO what is "parser.output" ? 
make[3]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cqp'
rm -f *~ config/*/*~ CQi/*~ CQi/*.o technical/*~ TAGS
rm -f -rf build
make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb'
cd cwb; R_PACKAGE_SOURCE=/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig make depend
make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb'
for i in cl cqp  ; do cd $i; make depend.mk; cd ..; done;
make[3]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cl'
make[3]: 'depend.mk' is up to date.
make[3]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cl'
make[3]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cqp'
make[3]: 'depend.mk' is up to date.
make[3]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cqp'
make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb'
cd cwb; R_PACKAGE_SOURCE=/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig make cl
make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb'
--------------------------------- BUILDING CORPUS LIBRARY (CL)
cd cl; make
make[3]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cl'
gcc -c  -o globals.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:26 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    globals.c
gcc -c  -o macros.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:26 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    macros.c
gcc -c  -o ui-helpers.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:26 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    ui-helpers.c
gcc -c  -o list.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:26 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    list.c
gcc -c  -o lexhash.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:27 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    lexhash.c
gcc -c  -o ngram-hash.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:27 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    ngram-hash.c
gcc -c  -o bitfields.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:27 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    bitfields.c
gcc -c  -o storage.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:28 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    storage.c
gcc -c  -o fileutils.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:29 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    fileutils.c
gcc -c  -o special-chars.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:29 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    special-chars.c
gcc -c  -o regopt.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:30 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    regopt.c
gcc -c  -o corpus.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:30 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    corpus.c
gcc -c  -o attributes.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:32 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    attributes.c
gcc -c  -o makecomps.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:33 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    makecomps.c
gcc -c  -o registry.tab.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:34 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    registry.tab.c
gcc -c  -o lex.creg.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:35 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    lex.creg.c
gcc -c  -o cdaccess.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:36 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    cdaccess.c
gcc -c  -o bitio.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:36 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    bitio.c
gcc -c  -o endian.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:38 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    endian.c
gcc -c  -o compression.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:39 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    compression.c
gcc -c  -o dl_stub.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:39 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    dl_stub.c
rm -f libcl.a
ar cqs libcl.a globals.o macros.o ui-helpers.o list.o lexhash.o ngram-hash.o bitfields.o storage.o fileutils.o special-chars.o regopt.o corpus.o attributes.o makecomps.o registry.tab.o lex.creg.o cdaccess.o bitio.o endian.o compression.o
make[3]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cl'
make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb'
cd cwb; R_PACKAGE_SOURCE=/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig make cqp
make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb'
--------------------------------- BUILDING CQP
cd cqp; make
make[3]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cqp'
gcc -c  -o cqp.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:40 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    cqp.c
gcc -c  -o symtab.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:40 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    symtab.c
gcc -c  -o eval.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:41 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    eval.c
cd cwb; R_PACKAGE_SOURCE=/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig make utils
make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb'
--------------------------------- BUILDING UTILITIES
cd utils; make
make[3]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/utils'
gcc -c -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:47 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    -o cwb-encode.o cwb-encode.c
gcc -c  -o tree.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:42 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    tree.c
gcc -c  -o options.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:47 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    options.c
gcc -c -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:47 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    -o cwb-makeall.o cwb-makeall.c
gcc -c  -o corpmanag.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:49 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    corpmanag.c
gcc -c -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:49 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    -o cwb-huffcode.o cwb-huffcode.c
gcc -c -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:50 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    -o cwb-compress-rdx.o cwb-compress-rdx.c
--------------------------------- CREATING ARCHIVE
rm -f libcwb.a
ar cqs libcwb.a cwb-encode.o cwb-makeall.o cwb-huffcode.o cwb-compress-rdx.o
make[3]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/utils'
make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb'
gcc -c  -o regex2dfa.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:50 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    regex2dfa.c
gcc -c  -o output.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:51 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    output.c
gcc -c  -o ranges.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:53 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    ranges.c
gcc -c  -o builtins.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:54 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    builtins.c
gcc -c  -o groups.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:56 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    groups.c
gcc -c  -o targets.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:56 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    targets.c
gcc -c  -o matchlist.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:57 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    matchlist.c
gcc -c  -o concordance.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:58 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    concordance.c
gcc -c  -o parse_actions.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:24:59 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    parse_actions.c
gcc -c  -o attlist.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:25:00 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    attlist.c
gcc -c  -o context_descriptor.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:25:02 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    context_descriptor.c
gcc -c  -o print-modes.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:25:04 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    print-modes.c
gcc -c  -o ascii-print.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:25:05 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    ascii-print.c
gcc -c  -o sgml-print.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:25:05 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    sgml-print.c
gcc -c  -o html-print.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:25:05 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    html-print.c
gcc -c  -o latex-print.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:25:06 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    latex-print.c
gcc -c  -o variables.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:25:06 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    variables.c
gcc -c  -o print_align.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:25:07 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    print_align.c
gcc -c  -o macro.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:25:07 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    macro.c
gcc -c  -o parser.tab.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:25:08 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    parser.tab.c
gcc -c  -o lex.yy.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:25:09 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    lex.yy.c
gcc -c  -o ../CQi/server.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:25:12 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    ../CQi/server.c
gcc -c  -o ../CQi/auth.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:25:13 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    ../CQi/auth.c
gcc -c  -o ../CQi/log.o -O2 -Wall -fPIC -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCOMPILE_DATE=\""Fri 14 Feb 20:25:14 GMT 2025"\" -DCWB_VERSION=\"3.4.33\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread    ../CQi/log.c
rm -f libcqp.a
ar cqs libcqp.a cqp.o symtab.o eval.o tree.o options.o corpmanag.o regex2dfa.o output.o ranges.o builtins.o groups.o targets.o matchlist.o concordance.o parse_actions.o attlist.o context_descriptor.o print-modes.o ascii-print.o sgml-print.o html-print.o latex-print.o variables.o print_align.o macro.o parser.tab.o lex.yy.o ../CQi/server.o ../CQi/auth.o ../CQi/log.o
make[3]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cqp'
make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb'
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o RcppCWB.so RcppExports.o addons.o cl.o cqp.o utils.o -L/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cl -L/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/cqp -L/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src/cwb/utils -lcwb -lcqp -lcl -lglib-2.0 -lpcre2-8
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppCWB/src'
installing to /data/gannet/ripley/R/packages/tests-devel/RcppCWB.Rcheck/00LOCK-RcppCWB/00new/RcppCWB/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (RcppCWB)