* installing *source* package ‘blaster’ ... ** using staged installation ** libs using C++ compiler: ‘Debian clang version 16.0.6 (11)’ clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c ReadFasta.cpp -o ReadFasta.o In file included from ReadFasta.cpp:8: In file included from ./FileFormat.h:14: ./Alnout/Writer.h:177:12: warning: unused variable 'match' [-Wunused-variable] bool match; ^ ReadFasta.cpp:28:7: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] str_acc = sequence; ^ ReadFasta.cpp:25:5: note: previous statement is here for (int i = 0; i < sequence.size(); ++i) ^ In file included from ReadFasta.cpp:8: In file included from ./FileFormat.h:14: In file included from ./Alnout/Writer.h:3: In file included from ./Alnout/../Database/HitWriter.h:3: In file included from ./Alnout/../Database/Search.h:3: ./Alnout/../Database/../Alignment/Cigar.h:144:22: warning: unused function 'operator<<' [-Wunused-function] static std::ostream& operator<<( std::ostream& os, const Cigar& cigar ) { ^ 3 warnings generated. clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c TextReader.cpp -o TextReader.o In file included from TextReader.cpp:2: ./Utils.h:9:13: warning: unused function 'UpcaseString' [-Wunused-function] static void UpcaseString( std::string& str ) { ^ 1 warning generated. clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c blast.cpp -o blast.o In file included from blast.cpp:7: In file included from ./FileFormat.h:14: ./Alnout/Writer.h:177:12: warning: unused variable 'match' [-Wunused-variable] bool match; ^ In file included from blast.cpp:10: ./Database/GlobalSearch.h:117:18: warning: variable 'length' set but not used [-Wunused-but-set-variable] size_t length = mDB.KmerLength(); ^ ./Database/GlobalSearch.h:155:14: warning: unused variable 'rightQuery' [-Wunused-variable] size_t rightQuery, rightCandidate; ^ ./Database/GlobalSearch.h:155:26: warning: unused variable 'rightCandidate' [-Wunused-variable] size_t rightQuery, rightCandidate; ^ In file included from blast.cpp:7: In file included from ./FileFormat.h:14: In file included from ./Alnout/Writer.h:3: In file included from ./Alnout/../Database/HitWriter.h:3: In file included from ./Alnout/../Database/Search.h:3: ./Alnout/../Database/../Alignment/Cigar.h:144:22: warning: unused function 'operator<<' [-Wunused-function] static std::ostream& operator<<( std::ostream& os, const Cigar& cigar ) { ^ 5 warnings generated. clang++-16 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o blaster.so RcppExports.o ReadFasta.o TextReader.o blast.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/blaster.Rcheck/00LOCK-blaster/00new/blaster/libs ** R ** inst ** 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 (blaster)