* installing *source* package ‘fntl’ ... ** this is package ‘fntl’ version ‘0.1.3.1’ ** package ‘fntl’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘clang version 23.1.0-rc2’ make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang-trunk/fntl/src' /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c RcppExports.cpp -o RcppExports.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I../inst/include -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c rcpp-interface.cpp -o rcpp-interface.o In file included from RcppExports.cpp:4: In file included from ./../inst/include/fntl.h:4: In file included from ./../inst/include/args.h:25: ./../inst/include/util.h:9:2: error: no type named 'time_t' in namespace 'std'; did you mean simply 'time_t'? 9 | std::time_t raw = std::time(nullptr); | ^~~~~~~~~~~ | time_t /usr/include/bits/types/time_t.h:10:18: note: 'time_t' declared here 10 | typedef __time_t time_t; | ^ In file included from RcppExports.cpp:4: In file included from ./../inst/include/fntl.h:4: In file included from ./../inst/include/args.h:25: ./../inst/include/util.h:9:20: error: no member named 'time' in namespace 'std'; did you mean simply 'time'? 9 | std::time_t raw = std::time(nullptr); | ^~~~~~~~~ | time /usr/include/time.h:85:15: note: 'time' declared here 85 | extern time_t time (time_t *__timer) __THROW; | ^ In file included from RcppExports.cpp:4: In file included from ./../inst/include/fntl.h:4: In file included from ./../inst/include/args.h:25: ./../inst/include/util.h:10:19: error: no member named 'localtime' in namespace 'std'; did you mean simply 'localtime'? 10 | std::tm* local = std::localtime(&raw); | ^~~~~~~~~~~~~~ | localtime /usr/include/time.h:145:19: note: 'localtime' declared here 145 | extern struct tm *localtime (const time_t *__timer) __THROW; | ^ 3 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: RcppExports.o] Error 1 In file included from rcpp-interface.cpp:2: In file included from ../inst/include/fntl.h:4: In file included from ../inst/include/args.h:25: ../inst/include/util.h:9:2: error: no type named 'time_t' in namespace 'std'; did you mean simply 'time_t'? 9 | std::time_t raw = std::time(nullptr); | ^~~~~~~~~~~ | time_t /usr/include/bits/types/time_t.h:10:18: note: 'time_t' declared here 10 | typedef __time_t time_t; | ^ In file included from rcpp-interface.cpp:2: In file included from ../inst/include/fntl.h:4: In file included from ../inst/include/args.h:25: ../inst/include/util.h:9:20: error: no member named 'time' in namespace 'std'; did you mean simply 'time'? 9 | std::time_t raw = std::time(nullptr); | ^~~~~~~~~ | time /usr/include/time.h:85:15: note: 'time' declared here 85 | extern time_t time (time_t *__timer) __THROW; | ^ In file included from rcpp-interface.cpp:2: In file included from ../inst/include/fntl.h:4: In file included from ../inst/include/args.h:25: ../inst/include/util.h:10:19: error: no member named 'localtime' in namespace 'std'; did you mean simply 'localtime'? 10 | std::tm* local = std::localtime(&raw); | ^~~~~~~~~~~~~~ | localtime /usr/include/time.h:145:19: note: 'localtime' declared here 145 | extern struct tm *localtime (const time_t *__timer) __THROW; | ^ 3 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: rcpp-interface.o] Error 1 make[1]: Target 'all' not remade because of errors. make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang-trunk/fntl/src' ERROR: compilation failed for package ‘fntl’ * removing ‘/data/localhost/ripley/R/packages/tests-clang-trunk/fntl.Rcheck/fntl’