+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake stage-install BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/R-Rcpp-1.0.12nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake stage-install BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/R-Rcpp-1.0.12nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Installing for R-Rcpp-1.0.12nb1 => Generating pre-install file lists => Creating installation directories * installing *source* package 'Rcpp' ... files 'inst/discovery/cxx0x.R', 'inst/examples/ConvolveBenchmarks/buildAndRun.sh', 'inst/examples/ConvolveBenchmarks/exampleRCode.r', 'inst/examples/ConvolveBenchmarks/overhead.r', 'inst/examples/ConvolveBenchmarks/overhead.sh', 'inst/examples/FastLM/benchmark.r', 'inst/examples/FastLM/benchmarkLongley.r', 'inst/examples/FastLM/fastLMviaArmadillo.r', 'inst/examples/FastLM/fastLMviaGSL.r', 'inst/examples/Misc/fibonacci.r', 'inst/examples/Misc/ifelseLooped.r', 'inst/examples/Misc/newFib.r', 'inst/examples/Misc/piBySimulation.r', 'inst/examples/OpenMP/OpenMPandInline.r', 'inst/examples/RcppInline/RObject.r', 'inst/examples/RcppInline/RcppInlineExample.r', 'inst/examples/RcppInline/RcppInlineWithLibsExamples.r', 'inst/examples/RcppInline/RcppSimpleExample.r', 'inst/examples/RcppInline/UncaughtExceptions.r', 'inst/examples/RcppInline/external_pointer.r', 'inst/examples/SugarPerformance/sugarBenchmarks.R', 'inst/examples/functionCallback/newApiExample.r' have the wrong MD5 checksums ** using staged installation ** libs using C++ compiler: 'g++ (GCC) 13.2.0' g++ -std=gnu++17 -I"/opt/pkg/lib/R/include" -DNDEBUG -I../inst/include/ -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -fPIC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses -c api.cpp -o api.o In file included from /home/pbulk/build/devel/R-Rcpp/work/.buildlink/lib/R/include/R.h:73, from ../inst/include/Rcpp/r/headers.h:66, from ../inst/include/RcppCommon.h:30, from ../inst/include/Rcpp.h:27, from api.cpp:26: /home/pbulk/build/devel/R-Rcpp/work/.buildlink/lib/R/include/R_ext/Error.h:41:16: error: '_Noreturn' does not name a type 41 | # define NORET _Noreturn | ^~~~~~~~~ /home/pbulk/build/devel/R-Rcpp/work/.buildlink/lib/R/include/R_ext/Error.h:51:1: note: in expansion of macro 'NORET' 51 | NORET void Rf_error(const char *, ...); | ^~~~~ /home/pbulk/build/devel/R-Rcpp/work/.buildlink/lib/R/include/R_ext/Error.h:41:16: error: '_Noreturn' does not name a type 41 | # define NORET _Noreturn | ^~~~~~~~~ /home/pbulk/build/devel/R-Rcpp/work/.buildlink/lib/R/include/R_ext/Error.h:52:1: note: in expansion of macro 'NORET' 52 | NORET void UNIMPLEMENTED(const char *); | ^~~~~ /home/pbulk/build/devel/R-Rcpp/work/.buildlink/lib/R/include/R_ext/Error.h:41:16: error: '_Noreturn' does not name a type 41 | # define NORET _Noreturn | ^~~~~~~~~ /home/pbulk/build/devel/R-Rcpp/work/.buildlink/lib/R/include/R_ext/Error.h:53:1: note: in expansion of macro 'NORET' 53 | NORET void WrongArgCount(const char *); | ^~~~~ /home/pbulk/build/devel/R-Rcpp/work/.buildlink/lib/R/include/R_ext/Error.h:41:16: error: '_Noreturn' does not name a type 41 | # define NORET _Noreturn | ^~~~~~~~~ /home/pbulk/build/devel/R-Rcpp/work/.buildlink/lib/R/include/Rinternals.h:287:1: note: in expansion of macro 'NORET' 287 | NORET SEXP * (VECTOR_PTR)(SEXP x); | ^~~~~ /home/pbulk/build/devel/R-Rcpp/work/.buildlink/lib/R/include/R_ext/Error.h:41:16: error: '_Noreturn' does not name a type 41 | # define NORET _Noreturn | ^~~~~~~~~ /home/pbulk/build/devel/R-Rcpp/work/.buildlink/lib/R/include/Rinternals.h:655:1: note: in expansion of macro 'NORET' 655 | NORET void R_ContinueUnwind(SEXP cont); | ^~~~~ /home/pbulk/build/devel/R-Rcpp/work/.buildlink/lib/R/include/R_ext/Error.h:41:16: error: '_Noreturn' does not name a type 41 | # define NORET _Noreturn | ^~~~~~~~~ /home/pbulk/build/devel/R-Rcpp/work/.buildlink/lib/R/include/Rinternals.h:681:1: note: in expansion of macro 'NORET' 681 | NORET void Rf_errorcall(SEXP, const char *, ...); | ^~~~~ In file included from ../inst/include/RcppCommon.h:129: ../inst/include/Rcpp/exceptions.h:117:23: error: expected initializer before 'stop' 117 | inline void NORET stop(const std::string& message) { // #nocov start | ^~~~ ../inst/include/Rcpp/exceptions.h: In function 'void Rcpp::internal::resumeJump(SEXP)': ../inst/include/Rcpp/exceptions.h:154:7: error: '::R_ContinueUnwind' has not been declared 154 | ::R_ContinueUnwind(token); | ^~~~~~~~~~~~~~~~ ../inst/include/Rcpp/exceptions.h:156:5: error: 'Rf_error' was not declared in this scope; did you mean 'ferror'? 156 | Rf_error("Internal error: Rcpp longjump failed to resume"); | ^~~~~~~~ | ferror In file included from ../inst/include/Rcpp/exceptions.h:180: ../inst/include/Rcpp/exceptions/cpp11/exceptions.h: At global scope: ../inst/include/Rcpp/exceptions/cpp11/exceptions.h:51:19: error: expected initializer before 'stop' 51 | inline void NORET stop(const char* fmt, Args&&... args) { | ^~~~ In file included from ../inst/include/Rcpp/vector/Vector.h:23, from ../inst/include/Rcpp/Vector.h:52, from ../inst/include/Rcpp.h:40: ../inst/include/Rcpp/vector/Subsetter.h: In member function 'void Rcpp::SubsetProxy<RTYPE, StoragePolicy, RHS_RTYPE, RHS_NA, RHS_T>::check_indices(IDX*, R_xlen_t, R_xlen_t)': ../inst/include/Rcpp/vector/Subsetter.h:142:25: error: too many arguments to function 'void Rcpp::stop(const std::string&)' 142 | stop("use NumericVector to index an object of length %td", size); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../inst/include/RcppCommon.h:73: ../inst/include/Rcpp/utils/tinyformat.h:27:6: note: declared here 27 | void stop(const std::string& message); | ^~~~ In file included from ../inst/include/Rcpp/Vector.h:56: ../inst/include/Rcpp/vector/DimNameProxy.h: In member function 'Rcpp::internal::DimNameProxy& Rcpp::internal::DimNameProxy::assign(SEXP)': ../inst/include/Rcpp/vector/DimNameProxy.h:43:25: error: too many arguments to function 'void Rcpp::stop(const std::string&)' 43 | stop("dimension extent is '%d' while length of names is '%d'", INTEGER(dims)[dim_], Rf_length(other)); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/Rcpp/utils/tinyformat.h:27:6: note: declared here 27 | void stop(const std::string& message); | ^~~~ In file included from ../inst/include/Rcpp.h:48: ../inst/include/Rcpp/Function.h: In constructor 'Rcpp::Function_Impl<StoragePolicy>::Function_Impl(const std::string&, const std::string&)': ../inst/include/Rcpp/Function.h:75:21: error: too many arguments to function 'void Rcpp::stop(const std::string&)' 75 | stop("there is no namespace called \"%s\"", ns); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/Rcpp/utils/tinyformat.h:27:6: note: declared here 27 | void stop(const std::string& message); | ^~~~ In file included from ../inst/include/Rcpp/sugar/functions/strings/strings.h:26, from ../inst/include/Rcpp/sugar/functions/functions.h:77, from ../inst/include/Rcpp/sugar/sugar.h:31, from ../inst/include/Rcpp.h:78: ../inst/include/Rcpp/sugar/functions/strings/trimws.h: In function 'Rcpp::Vector<16> Rcpp::trimws(const Vector<16>&, const char*)': ../inst/include/Rcpp/sugar/functions/strings/trimws.h:128:13: error: too many arguments to function 'void Rcpp::stop(const std::string&)' 128 | stop("Invalid `which` argument '%s'!", which); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/Rcpp/utils/tinyformat.h:27:6: note: declared here 27 | void stop(const std::string& message); | ^~~~ ../inst/include/Rcpp/sugar/functions/strings/trimws.h: In function 'Rcpp::Matrix<16> Rcpp::trimws(const Matrix<16>&, const char*)': ../inst/include/Rcpp/sugar/functions/strings/trimws.h:174:13: error: too many arguments to function 'void Rcpp::stop(const std::string&)' 174 | stop("Invalid `which` argument '%s'!", which); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/Rcpp/utils/tinyformat.h:27:6: note: declared here 27 | void stop(const std::string& message); | ^~~~ ../inst/include/Rcpp/sugar/functions/strings/trimws.h: In function 'Rcpp::String Rcpp::trimws(const String&, const char*)': ../inst/include/Rcpp/sugar/functions/strings/trimws.h:213:9: error: too many arguments to function 'void Rcpp::stop(const std::string&)' 213 | stop("Invalid `which` argument '%s'!", which); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../inst/include/Rcpp/utils/tinyformat.h:27:6: note: declared here 27 | void stop(const std::string& message); | ^~~~ *** Error code 1 Stop. make: stopped in /home/pbulk/build/devel/R-Rcpp/work/Rcpp/src ERROR: compilation failed for package 'Rcpp' * removing '/home/pbulk/build/devel/R-Rcpp/work/.destdir/opt/pkg/lib/R/library/Rcpp' *** Error code 1 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/R-Rcpp *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/R-Rcpp