* installing *source* package ‘grattanInflators’ ...
** this is package ‘grattanInflators’ version ‘0.5.7’
** package ‘grattanInflators’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/grattanInflators/src'
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c C_YearMonthSplit.c -o C_YearMonthSplit.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c C_multiply.c -o C_multiply.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c SEXP2YearMonth.c -o SEXP2YearMonth.o
In file included from SEXP2YearMonth.c:1:
grattanInflator.h:20:20: warning: conflicting types for built-in function ‘isdigit’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   20 | static inline bool isdigit(char c) {
      |                    ^~~~~~~
grattanInflator.h:17:1: note: ‘isdigit’ is declared in header ‘<ctype.h>’
   16 | #include <stdbool.h>
  +++ |+#include <ctype.h>
   17 | #include <math.h>
grattanInflator.h:24:20: warning: conflicting types for built-in function ‘isalpha’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   24 | static inline bool isalpha(char c) {
      |                    ^~~~~~~
grattanInflator.h:24:20: note: ‘isalpha’ is declared in header ‘<ctype.h>’
In file included from C_YearMonthSplit.c:1:
grattanInflator.h:20:20: warning: conflicting types for built-in function ‘isdigit’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   20 | static inline bool isdigit(char c) {
      |                    ^~~~~~~
grattanInflator.h:17:1: note: ‘isdigit’ is declared in header ‘<ctype.h>’
   16 | #include <stdbool.h>
  +++ |+#include <ctype.h>
   17 | #include <math.h>
grattanInflator.h:24:20: warning: conflicting types for built-in function ‘isalpha’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   24 | static inline bool isalpha(char c) {
      |                    ^~~~~~~
grattanInflator.h:24:20: note: ‘isalpha’ is declared in header ‘<ctype.h>’
In file included from C_multiply.c:1:
grattanInflator.h:20:20: warning: conflicting types for built-in function ‘isdigit’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   20 | static inline bool isdigit(char c) {
      |                    ^~~~~~~
grattanInflator.h:17:1: note: ‘isdigit’ is declared in header ‘<ctype.h>’
   16 | #include <stdbool.h>
  +++ |+#include <ctype.h>
   17 | #include <math.h>
grattanInflator.h:24:20: warning: conflicting types for built-in function ‘isalpha’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   24 | static inline bool isalpha(char c) {
      |                    ^~~~~~~
grattanInflator.h:24:20: note: ‘isalpha’ is declared in header ‘<ctype.h>’
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c check_input.c -o check_input.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cpi.c -o cpi.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c errif.c -o errif.o
In file included from check_input.c:1:
grattanInflator.h:20:20: warning: conflicting types for built-in function ‘isdigit’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   20 | static inline bool isdigit(char c) {
      |                    ^~~~~~~
grattanInflator.h:17:1: note: ‘isdigit’ is declared in header ‘<ctype.h>’
   16 | #include <stdbool.h>
  +++ |+#include <ctype.h>
   17 | #include <math.h>
grattanInflator.h:24:20: warning: conflicting types for built-in function ‘isalpha’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   24 | static inline bool isalpha(char c) {
      |                    ^~~~~~~
grattanInflator.h:24:20: note: ‘isalpha’ is declared in header ‘<ctype.h>’
In file included from cpi.c:1:
grattanInflator.h:20:20: warning: conflicting types for built-in function ‘isdigit’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   20 | static inline bool isdigit(char c) {
      |                    ^~~~~~~
grattanInflator.h:17:1: note: ‘isdigit’ is declared in header ‘<ctype.h>’
   16 | #include <stdbool.h>
  +++ |+#include <ctype.h>
   17 | #include <math.h>
grattanInflator.h:24:20: warning: conflicting types for built-in function ‘isalpha’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   24 | static inline bool isalpha(char c) {
      |                    ^~~~~~~
grattanInflator.h:24:20: note: ‘isalpha’ is declared in header ‘<ctype.h>’
In file included from errif.c:1:
grattanInflator.h:20:20: warning: conflicting types for built-in function ‘isdigit’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   20 | static inline bool isdigit(char c) {
      |                    ^~~~~~~
grattanInflator.h:17:1: note: ‘isdigit’ is declared in header ‘<ctype.h>’
   16 | #include <stdbool.h>
  +++ |+#include <ctype.h>
   17 | #include <math.h>
grattanInflator.h:24:20: warning: conflicting types for built-in function ‘isalpha’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   24 | static inline bool isalpha(char c) {
      |                    ^~~~~~~
grattanInflator.h:24:20: note: ‘isalpha’ is declared in header ‘<ctype.h>’
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c idate_YearMonth.c -o idate_YearMonth.o
In file included from idate_YearMonth.c:1:
grattanInflator.h:20:20: warning: conflicting types for built-in function ‘isdigit’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   20 | static inline bool isdigit(char c) {
      |                    ^~~~~~~
grattanInflator.h:17:1: note: ‘isdigit’ is declared in header ‘<ctype.h>’
   16 | #include <stdbool.h>
  +++ |+#include <ctype.h>
   17 | #include <math.h>
grattanInflator.h:24:20: warning: conflicting types for built-in function ‘isalpha’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   24 | static inline bool isalpha(char c) {
      |                    ^~~~~~~
grattanInflator.h:24:20: note: ‘isalpha’ is declared in header ‘<ctype.h>’
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c inflate.c -o inflate.o
In file included from inflate.c:1:
grattanInflator.h:20:20: warning: conflicting types for built-in function ‘isdigit’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   20 | static inline bool isdigit(char c) {
      |                    ^~~~~~~
grattanInflator.h:17:1: note: ‘isdigit’ is declared in header ‘<ctype.h>’
   16 | #include <stdbool.h>
  +++ |+#include <ctype.h>
   17 | #include <math.h>
grattanInflator.h:24:20: warning: conflicting types for built-in function ‘isalpha’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   24 | static inline bool isalpha(char c) {
      |                    ^~~~~~~
grattanInflator.h:24:20: note: ‘isalpha’ is declared in header ‘<ctype.h>’
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c init.c -o init.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c minmaxDate.c -o minmaxDate.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c omp_diagnose.c -o omp_diagnose.o
In file included from minmaxDate.c:1:
grattanInflator.h:20:20: warning: conflicting types for built-in function ‘isdigit’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   20 | static inline bool isdigit(char c) {
      |                    ^~~~~~~
grattanInflator.h:17:1: note: ‘isdigit’ is declared in header ‘<ctype.h>’
   16 | #include <stdbool.h>
  +++ |+#include <ctype.h>
   17 | #include <math.h>
grattanInflator.h:24:20: warning: conflicting types for built-in function ‘isalpha’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   24 | static inline bool isalpha(char c) {
      |                    ^~~~~~~
grattanInflator.h:24:20: note: ‘isalpha’ is declared in header ‘<ctype.h>’
In file included from omp_diagnose.c:1:
grattanInflator.h:20:20: warning: conflicting types for built-in function ‘isdigit’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   20 | static inline bool isdigit(char c) {
      |                    ^~~~~~~
grattanInflator.h:17:1: note: ‘isdigit’ is declared in header ‘<ctype.h>’
   16 | #include <stdbool.h>
  +++ |+#include <ctype.h>
   17 | #include <math.h>
grattanInflator.h:24:20: warning: conflicting types for built-in function ‘isalpha’; expected ‘int(int)’ [-Wbuiltin-declaration-mismatch]
   24 | static inline bool isalpha(char c) {
      |                    ^~~~~~~
grattanInflator.h:24:20: note: ‘isalpha’ is declared in header ‘<ctype.h>’
gcc -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/lib64 -o grattanInflators.so C_YearMonthSplit.o C_multiply.o SEXP2YearMonth.o check_input.o cpi.o errif.o idate_YearMonth.o inflate.o init.o minmaxDate.o omp_diagnose.o -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/grattanInflators/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/grattanInflators/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/grattanInflators/src'
installing to /data/gannet/ripley/R/packages/tests-devel/grattanInflators.Rcheck/00LOCK-grattanInflators/00new/grattanInflators/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 (grattanInflators)