re2 icon indicating copy to clipboard operation
re2 copied to clipboard

compilation warnings on ubuntu with g++ 10

Open tdhock opened this issue 2 years ago • 1 comments

I expected there should be no compilation warnings when installing re2, but I observed the following:

> install.packages("re2")
also installing the dependency ‘Rcpp’

trying URL 'http://cloud.r-project.org/src/contrib/Rcpp_1.0.9.tar.gz'
Content type 'application/x-gzip' length 2957812 bytes (2.8 MB)
==================================================
downloaded 2.8 MB

trying URL 'http://cloud.r-project.org/src/contrib/re2_0.1.2.tar.gz'
Content type 'application/x-gzip' length 518426 bytes (506 KB)
==================================================
downloaded 506 KB

Loading required package: grDevices
* installing *source* package ‘Rcpp’ ...
** package ‘Rcpp’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
g++ -std=gnu++14 -I"/home/tdhock/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c api.cpp -o api.o
g++ -std=gnu++14 -I"/home/tdhock/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c attributes.cpp -o attributes.o
g++ -std=gnu++14 -I"/home/tdhock/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c barrier.cpp -o barrier.o
g++ -std=gnu++14 -I"/home/tdhock/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c date.cpp -o date.o
g++ -std=gnu++14 -I"/home/tdhock/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c module.cpp -o module.o
g++ -std=gnu++14 -I"/home/tdhock/lib/R/include" -DNDEBUG -I../inst/include/  -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c rcpp_init.cpp -o rcpp_init.o
g++ -std=gnu++14 -shared -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -fpic -L/home/tdhock/lib/R/lib -L/home/tdhock/lib64 -o Rcpp.so api.o attributes.o barrier.o date.o module.o rcpp_init.o -L/home/tdhock/lib/R/lib -lR
installing to /home/tdhock/lib/R/library/00LOCK-Rcpp/00new/Rcpp/libs
** R
** inst
** byte-compile and prepare package for lazy loading
Loading required package: grDevices
** help
*** installing help indices
** building package indices
Loading required package: grDevices
** installing vignettes
** testing if installed package can be loaded from temporary location
Loading required package: grDevices
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
Loading required package: grDevices
** testing if installed package keeps a record of temporary installation path
* DONE (Rcpp)
Loading required package: grDevices
* installing *source* package ‘re2’ ...
** package ‘re2’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/util/rune.cc -o re2google/util/rune.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/util/strutil.cc -o re2google/util/strutil.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/bitstate.cc -o re2google/re2/bitstate.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/compile.cc -o re2google/re2/compile.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/dfa.cc -o re2google/re2/dfa.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/filtered_re2.cc -o re2google/re2/filtered_re2.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/mimics_pcre.cc -o re2google/re2/mimics_pcre.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/nfa.cc -o re2google/re2/nfa.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/onepass.cc -o re2google/re2/onepass.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/parse.cc -o re2google/re2/parse.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/perl_groups.cc -o re2google/re2/perl_groups.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/prefilter.cc -o re2google/re2/prefilter.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/prefilter_tree.cc -o re2google/re2/prefilter_tree.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/prog.cc -o re2google/re2/prog.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/re2.cc -o re2google/re2/re2.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/regexp.cc -o re2google/re2/regexp.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/set.cc -o re2google/re2/set.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/simplify.cc -o re2google/re2/simplify.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/stringpiece.cc -o re2google/re2/stringpiece.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/tostring.cc -o re2google/re2/tostring.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/unicode_casefold.cc -o re2google/re2/unicode_casefold.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2google/re2/unicode_groups.cc -o re2google/re2/unicode_groups.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2_re2proxy.cpp -o re2_re2proxy.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2_regexp.cpp -o re2_regexp.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2_do_match.cpp -o re2_do_match.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2_locate.cpp -o re2_locate.o
re2_locate.cpp: In member function ‘virtual void {anonymous}::DoLocateAll::match_found(int, re2::StringPiece&, re2::RE2Proxy::Adapter&, const AllMatches&)’:
re2_locate.cpp:74:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<re2::StringPiece*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   74 |     for (int row = 0; row < all_matches.size(); row++) {
      |                       ~~~~^~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2_get_options.cpp -o re2_get_options.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2_match.cpp -o re2_match.o
re2_match.cpp: In member function ‘virtual void {anonymous}::DoMatchAll::match_found(int, re2::StringPiece&, re2::RE2Proxy::Adapter&, const AllMatches&)’:
re2_match.cpp:143:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<re2::StringPiece*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  143 |     for (int row = 0; row < all_matches.size(); row++) {
      |                       ~~~~^~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2_detect.cpp -o re2_detect.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2_match_cpp.cpp -o re2_match_cpp.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2_split.cpp -o re2_split.o
re2_split.cpp: In member function ‘virtual void {anonymous}::DoSplit::match_found(int, re2::StringPiece&, re2::RE2Proxy::Adapter&, const AllMatches&)’:
re2_split.cpp:36:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<re2::StringPiece*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   36 |     for (; row < all_matches.size(); row++) {
      |            ~~~~^~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2_extract_replace.cpp -o re2_extract_replace.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2_replace.cpp -o re2_replace.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2_quote_meta.cpp -o re2_quote_meta.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2_max_submatch.cpp -o re2_max_submatch.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2_capturing_group.cpp -o re2_capturing_group.o
g++ -std=gnu++11 -I"/home/tdhock/lib/R/include" -DNDEBUG -Ire2google -DNDEBUG -include re2/re2.h -DRE2_R_BUILD -pthread -DRE2_ON_VALGRIND -I'/home/tdhock/lib/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -c re2_random_text.cpp -o re2_random_text.o
g++ -std=gnu++11 -shared -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-parentheses -flto -fpic -L/home/tdhock/lib/R/lib -L/home/tdhock/lib64 -o re2.so re2google/util/rune.o re2google/util/strutil.o re2google/re2/bitstate.o re2google/re2/compile.o re2google/re2/dfa.o re2google/re2/filtered_re2.o re2google/re2/mimics_pcre.o re2google/re2/nfa.o re2google/re2/onepass.o re2google/re2/parse.o re2google/re2/perl_groups.o re2google/re2/prefilter.o re2google/re2/prefilter_tree.o re2google/re2/prog.o re2google/re2/re2.o re2google/re2/regexp.o re2google/re2/set.o re2google/re2/simplify.o re2google/re2/stringpiece.o re2google/re2/tostring.o re2google/re2/unicode_casefold.o re2google/re2/unicode_groups.o RcppExports.o re2_re2proxy.o re2_regexp.o re2_do_match.o re2_locate.o re2_get_options.o re2_match.o re2_detect.o re2_match_cpp.o re2_split.o re2_extract_replace.o re2_replace.o re2_quote_meta.o re2_max_submatch.o re2_capturing_group.o re2_random_text.o -pthread -L/home/tdhock/lib/R/lib -lR
installing to /home/tdhock/lib/R/library/00LOCK-re2/00new/re2/libs
** R
** inst
** byte-compile and prepare package for lazy loading
Loading required package: grDevices
** help
*** installing help indices
** building package indices
Loading required package: grDevices
** installing vignettes
** testing if installed package can be loaded from temporary location
Loading required package: grDevices
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
Loading required package: grDevices
** testing if installed package keeps a record of temporary installation path
* DONE (re2)

The downloaded source packages are in
	‘/tmp/RtmpKWoe5w/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
> system("g++ --version")
g++ (GCC) 10.1.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

tdhock avatar Jul 14 '22 04:07 tdhock

Changes to Rcpp is causing these downstream warnings. I’ll get to it when I have time.

girishji avatar Aug 21 '22 06:08 girishji

new version should fix this.

girishji avatar Nov 29 '23 20:11 girishji