* installing *source* package ‘pullword’ ... ** package ‘pullword’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘clang version 18.1.4’ using C++ compiler: ‘clang version 18.1.4’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/pullword/src' /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c pullword_init.c -o pullword_init.o /usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c tmcn_encoding_isbig5.cpp -o tmcn_encoding_isbig5.o tmcn_encoding_isbig5.cpp:25:43: warning: '&&' within '||' [-Wlogical-op-parentheses] 25 | if (start[1] < 0X40 || start[1] > 0X7E && start[1] < 0XA1 || start[1] > 0xFE) | ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ tmcn_encoding_isbig5.cpp:25:43: note: place parentheses around the '&&' expression to silence this warning 25 | if (start[1] < 0X40 || start[1] > 0X7E && start[1] < 0XA1 || start[1] > 0xFE) | ^ | ( ) tmcn_encoding_isbig5.cpp:43:43: warning: '&&' within '||' [-Wlogical-op-parentheses] 43 | if (start[1] < 0X40 || start[1] > 0X7E && start[1] < 0XA1 || start[1] > 0xFE) | ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ tmcn_encoding_isbig5.cpp:43:43: note: place parentheses around the '&&' expression to silence this warning 43 | if (start[1] < 0X40 || start[1] > 0X7E && start[1] < 0XA1 || start[1] > 0xFE) | ^ | ( ) 2 warnings generated. /usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c tmcn_encoding_isgb18030.cpp -o tmcn_encoding_isgb18030.o /usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c tmcn_encoding_isgb2312.cpp -o tmcn_encoding_isgb2312.o /usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c tmcn_encoding_isgbk.cpp -o tmcn_encoding_isgbk.o /usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c tmcn_encoding_isutf8.cpp -o tmcn_encoding_isutf8.o /usr/local/clang18/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o pullword.so pullword_init.o tmcn_encoding_isbig5.o tmcn_encoding_isgb18030.o tmcn_encoding_isgb2312.o tmcn_encoding_isgbk.o tmcn_encoding_isutf8.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/pullword/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/pullword/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/pullword/src' installing to /data/gannet/ripley/R/packages/tests-clang/pullword.Rcheck/00LOCK-pullword/00new/pullword/libs ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** 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 (pullword)