* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘jiebaR’ ...
** package ‘jiebaR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 18.1.4 (1)’
using C++11
make[1]: Entering directory '/tmp/RtmpbVeeAS/R.INSTALLb20a57735916c/jiebaR/src'
clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion  -c RcppExports.cpp -o RcppExports.o
In file included from RcppExports.cpp:4:
In file included from ./../inst/include/jiebaR.h:5:
In file included from ../inst/include/segtype-v4.hpp:9:
In file included from ../inst/include/lib/Jieba.hpp:4:
In file included from ../inst/include/lib/QuerySegment.hpp:8:
../inst/include/lib/DictTrie.hpp:100:12: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
  100 |     size_t lineno = 0;
      |            ^
../inst/include/lib/DictTrie.hpp:164:17: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
  164 |     for (size_t lineno = 0; getline(ifs, line); lineno++) {
      |                 ^
In file included from RcppExports.cpp:4:
In file included from ./../inst/include/jiebaR.h:5:
In file included from ../inst/include/segtype-v4.hpp:11:
In file included from ../inst/include/lib/Simhasher.hpp:5:
../inst/include/lib/hashes/jenkins.h:60:9: warning: keyword is hidden by macro definition [-Wkeyword-macro]
   60 | #define final(a,b,c) \
      |         ^
3 warnings generated.
clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion  -c detect.cpp -o detect.o
clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion  -c get_idf.cpp -o get_idf.o
In file included from get_idf.cpp:2:
In file included from ../inst/include/jiebaR.h:5:
In file included from ../inst/include/segtype-v4.hpp:9:
In file included from ../inst/include/lib/Jieba.hpp:4:
In file included from ../inst/include/lib/QuerySegment.hpp:8:
../inst/include/lib/DictTrie.hpp:100:12: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
  100 |     size_t lineno = 0;
      |            ^
../inst/include/lib/DictTrie.hpp:164:17: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
  164 |     for (size_t lineno = 0; getline(ifs, line); lineno++) {
      |                 ^
In file included from get_idf.cpp:2:
In file included from ../inst/include/jiebaR.h:5:
In file included from ../inst/include/segtype-v4.hpp:11:
In file included from ../inst/include/lib/Simhasher.hpp:5:
../inst/include/lib/hashes/jenkins.h:60:9: warning: keyword is hidden by macro definition [-Wkeyword-macro]
   60 | #define final(a,b,c) \
      |         ^
3 warnings generated.
clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion  -c get_tuple.cpp -o get_tuple.o
clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion  -c segtype-v4.cpp -o segtype-v4.o
In file included from segtype-v4.cpp:1:
In file included from ./../inst/include/jiebaR.h:5:
In file included from ../inst/include/segtype-v4.hpp:9:
In file included from ../inst/include/lib/Jieba.hpp:4:
In file included from ../inst/include/lib/QuerySegment.hpp:8:
../inst/include/lib/DictTrie.hpp:100:12: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
  100 |     size_t lineno = 0;
      |            ^
../inst/include/lib/DictTrie.hpp:164:17: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
  164 |     for (size_t lineno = 0; getline(ifs, line); lineno++) {
      |                 ^
In file included from segtype-v4.cpp:1:
In file included from ./../inst/include/jiebaR.h:5:
In file included from ../inst/include/segtype-v4.hpp:11:
In file included from ../inst/include/lib/Simhasher.hpp:5:
../inst/include/lib/hashes/jenkins.h:60:9: warning: keyword is hidden by macro definition [-Wkeyword-macro]
   60 | #define final(a,b,c) \
      |         ^
3 warnings generated.
clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion  -c util.cpp -o util.o
In file included from util.cpp:1:
In file included from ./../inst/include/jiebaR.h:5:
In file included from ../inst/include/segtype-v4.hpp:9:
In file included from ../inst/include/lib/Jieba.hpp:4:
In file included from ../inst/include/lib/QuerySegment.hpp:8:
../inst/include/lib/DictTrie.hpp:100:12: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
  100 |     size_t lineno = 0;
      |            ^
../inst/include/lib/DictTrie.hpp:164:17: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
  164 |     for (size_t lineno = 0; getline(ifs, line); lineno++) {
      |                 ^
In file included from util.cpp:1:
In file included from ./../inst/include/jiebaR.h:5:
In file included from ../inst/include/segtype-v4.hpp:11:
In file included from ../inst/include/lib/Simhasher.hpp:5:
../inst/include/lib/hashes/jenkins.h:60:9: warning: keyword is hidden by macro definition [-Wkeyword-macro]
   60 | #define final(a,b,c) \
      |         ^
3 warnings generated.
clang++-18 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion  -c word_freq.cpp -o word_freq.o
clang++-18 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o jiebaR.so RcppExports.o detect.o get_idf.o get_tuple.o segtype-v4.o util.o word_freq.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpbVeeAS/R.INSTALLb20a57735916c/jiebaR/src'
make[1]: Entering directory '/tmp/RtmpbVeeAS/R.INSTALLb20a57735916c/jiebaR/src'
make[1]: Leaving directory '/tmp/RtmpbVeeAS/R.INSTALLb20a57735916c/jiebaR/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-jiebaR/00new/jiebaR/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 (jiebaR)