############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD INSTALL FLAMES ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.18-bioc/R/site-library’ * installing *source* package ‘FLAMES’ ... ** using non-staged installation via StagedInstall field ** libs using C++ compiler: ‘g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0’ using C++17 g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/Rhtslib/include' -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/zlibbioc/include' -I/usr/local/include -fpic -g -O2 -Wall -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/Rhtslib/include' -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/zlibbioc/include' -I/usr/local/include -fpic -g -O2 -Wall -c flexiplex.cpp -o flexiplex.o flexiplex.cpp: In function ‘unsigned int edit_distance(const string&, const string&, unsigned int&, int)’: flexiplex.cpp:118:21: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 118 | if (min_value <= max_editd) | ~~~~~~~~~~^~~~~~~~~~~~ flexiplex.cpp: In function ‘Barcode get_barcode(const string&, const std::unordered_set >&, int, int, const std::vector, std::__cxx11::basic_string > >&)’: flexiplex.cpp:224:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘__gnu_cxx::__alloc_traits, long unsigned int>::value_type’ {aka ‘long unsigned int’} [-Wsign-compare] 224 | if (i_pattern >= subpattern_ends[i_subpattern]) { flexiplex.cpp:285:22: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 285 | if (editDistance == barcode.editd) { | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ flexiplex.cpp:287:29: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 287 | } else if (editDistance < barcode.editd && | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ flexiplex.cpp:288:29: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 288 | editDistance <= barcode_max_editd) { // if best so far, update | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ flexiplex.cpp: In function ‘std::vector big_barcode_search(const string&, const std::unordered_set >&, int, int, const std::vector, std::__cxx11::basic_string > >&)’: flexiplex.cpp:350:29: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 350 | if (barcode.flank_end == std::string::npos) { | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ flexiplex.cpp: In function ‘void print_stats(const string&, const std::vector&, std::ostream&)’: flexiplex.cpp:375:38: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 375 | << (barcode.flank_end == std::string::npos ? "True" : "False") | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ flexiplex.cpp: In function ‘void print_read(const string&, const string&, const string&, const std::vector&, std::ofstream&, std::unordered_set >&, bool)’: flexiplex.cpp:400:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 400 | for (int b = 0; b < vec_bc.size(); b++) { | ~~^~~~~~~~~~~~~~~ flexiplex.cpp:410:32: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 410 | if (vec_bc.at(b).flank_end == std::string::npos) { | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ flexiplex.cpp:415:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 415 | for (int f = 0; f < vec_bc.size(); f++) { | ~~^~~~~~~~~~~~~~~ flexiplex.cpp: In function ‘int flexiplex(Rcpp::String, Rcpp::String, bool, int, int, Rcpp::StringVector, Rcpp::String, Rcpp::String, Rcpp::String, int)’: flexiplex.cpp:634:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 634 | for (int t = 0; t < sr_v.size(); | ~~^~~~~~~~~~~~~ flexiplex.cpp:639:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 639 | for (int r = 0; r < sr_v[t].size(); r++) { // loop over the reads | ~~^~~~~~~~~~~~~~~~ flexiplex.cpp:641:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 641 | for (int b = 0; b < sr_v[t][r].vec_bc_for.size(); b++) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ flexiplex.cpp:643:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 643 | for (int b = 0; b < sr_v[t][r].vec_bc_rev.size(); b++) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/Rhtslib/include' -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/zlibbioc/include' -I/usr/local/include -fpic -g -O2 -Wall -c utility/edlib-1.2.7/edlib.cpp -o utility/edlib-1.2.7/edlib.o g++ -std=gnu++17 -shared -L/home/biocbuild/bbs-3.18-bioc/R/lib -L/usr/local/lib -o FLAMES.so RcppExports.o flexiplex.o utility/edlib-1.2.7/edlib.o -pthread /home/biocbuild/bbs-3.18-bioc/R/site-library/Rhtslib/usrlib/libhts.a -lcurl -lbz2 -llzma -lz -L/home/biocbuild/bbs-3.18-bioc/R/lib -lR if test -e "/usr/bin/strip" & test -e "/bin/uname" & [[ `uname` == "Linux" ]] ; then /usr/bin/strip --strip-debug FLAMES.so; fi installing to /home/biocbuild/bbs-3.18-bioc/R/site-library/FLAMES/libs ** R ** data *** moving datasets to lazyload DB ** 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 * DONE (FLAMES)