* installing *source* package ‘BoolNet’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 16.0.6 (15)’ clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c attractor_info.c -o attractor_info.o clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c attractor_search_interface.c -o attractor_search_interface.o clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c common.c -o common.o clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c init.c -o init.o clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c picosat.c -o picosat.o picosat.c:2287:50: warning: variable 'count_resolved' set but not used [-Wunused-but-set-variable] unsigned num_true, num_undef, num_false, size, count_resolved; ^ picosat.c:3263:15: warning: variable 'fmt' set but not used [-Wunused-but-set-variable] const char *fmt; ^ picosat.c:3264:17: warning: variable 'e' set but not used [-Wunused-but-set-variable] unsigned tmp, e; ^ picosat.c:3776:10: warning: unused variable 'start' [-Wunused-variable] double start = picosat_time_stamp (); ^ picosat.c:5333:12: warning: variable 'collect' set but not used [-Wunused-but-set-variable] unsigned collect, delta; ^ picosat.c:6466:12: warning: variable 'num_non_false' set but not used [-Wunused-but-set-variable] unsigned num_non_false; ^ picosat.c:7024:38: warning: variable 'npartial' set but not used [-Wunused-but-set-variable] unsigned * occs, maxoccs, tmpoccs, npartial; ^ picosat.c:7377:24: warning: unused variable 'norig' [-Wunused-variable] int i, j, ilit, len, norig = ps->alshead - ps->als, nwork, * work, res; ^ picosat.c:7991:12: warning: variable 'redlits' set but not used [-Wunused-but-set-variable] unsigned redlits; ^ picosat.c:8175:12: warning: variable 'n' set but not used [-Wunused-but-set-variable] unsigned n; ^ picosat.c:6967:21: warning: unused function 'enumstr' [-Wunused-function] static const char * enumstr (int i) { ^ 11 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c probabilistic_boolean_network.c -o probabilistic_boolean_network.o clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c reconstruct_network.c -o reconstruct_network.o reconstruct_network.c:1074:4: warning: misleading indentation; statement is not part of the previous 'else' [-Wmisleading-indentation] SETCADR(entrySXP,funcSXP); ^ reconstruct_network.c:1069:6: note: previous statement is here else ^ 1 warning generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sat_search.c -o sat_search.o clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c statespace_search.c -o statespace_search.o statespace_search.c:1243:16: warning: variable 't' set but not used [-Wunused-but-set-variable] unsigned int t = 0; ^ 1 warning generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c symbolic_network.c -o symbolic_network.o clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c symbolic_simulator.c -o symbolic_simulator.o clang-16 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o BoolNet.so attractor_info.o attractor_search_interface.o common.o init.o picosat.o probabilistic_boolean_network.o reconstruct_network.o sat_search.o statespace_search.o symbolic_network.o symbolic_simulator.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/BoolNet.Rcheck/00LOCK-BoolNet/00new/BoolNet/libs ** R ** data ** 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 (BoolNet)