+ 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-RandomFieldsUtils-0.5.3/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake stage-install BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/R-RandomFieldsUtils-0.5.3/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Installing for R-RandomFieldsUtils-0.5.3
=> Generating pre-install file lists
=> Creating installation directories
* installing *source* package 'RandomFieldsUtils' ...
** package 'RandomFieldsUtils' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc (GCC) 13.2.0'
using Fortran compiler: 'GNU Fortran (GCC) 13.2.0'
using C++ compiler: 'g++ (GCC) 13.2.0'
g++ -std=gnu++17 -I"/opt/pkg/lib/R/include" -DNDEBUG   -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   -fopenmp -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 RFoptions.cc -o RFoptions.o
In file included from /home/pbulk/build/math/R-RandomFieldsUtils/work/.buildlink/lib/R/include/R.h:73,
                 from RandomFieldsUtils.h:30,
                 from RFoptions.cc:24:
/home/pbulk/build/math/R-RandomFieldsUtils/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/math/R-RandomFieldsUtils/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/math/R-RandomFieldsUtils/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/math/R-RandomFieldsUtils/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/math/R-RandomFieldsUtils/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/math/R-RandomFieldsUtils/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/math/R-RandomFieldsUtils/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/math/R-RandomFieldsUtils/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/math/R-RandomFieldsUtils/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/math/R-RandomFieldsUtils/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/math/R-RandomFieldsUtils/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/math/R-RandomFieldsUtils/work/.buildlink/lib/R/include/Rinternals.h:681:1: note: in expansion of macro 'NORET'
  681 | NORET void Rf_errorcall(SEXP, const char *, ...);
      | ^~~~~
RFoptions.cc: In function 'void setpDef(int, int, SEXP, char*, bool, int)':
/home/pbulk/build/math/R-RandomFieldsUtils/work/.buildlink/lib/R/include/R_ext/Error.h:64:15: error: 'Rf_error' was not declared in this scope; did you mean 'ferror'?
   64 | #define error Rf_error
      |               ^~~~~~~~
errors_messages.h:105:17: note: in expansion of macro 'error'
  105 | #define RFERROR error
      |                 ^~~~~
errors_messages.h:206:33: note: in expansion of macro 'RFERROR'
  206 |     SPRINTF(ERR_STR, M, A,B,C); RFERROR(ERR_STR);}
      |                                 ^~~~~~~
General_utils.h:60:5: note: in expansion of macro 'RFERROR3'
   60 |     RFERROR3("Severe error occured in function '%.50s' (file '%.50s', line %d). Please contact maintainer martin.schlather@math.uni-mannheim.de .", \
      |     ^~~~~~~~
RFoptions.cc:41:3: note: in expansion of macro 'BUG'
   41 |   BUG;
      |   ^~~
RFoptions.cc: In function 'void getpDef(SEXP, int, int)':
/home/pbulk/build/math/R-RandomFieldsUtils/work/.buildlink/lib/R/include/R_ext/Error.h:64:15: error: 'Rf_error' was not declared in this scope; did you mean 'ferror'?
   64 | #define error Rf_error
      |               ^~~~~~~~
errors_messages.h:105:17: note: in expansion of macro 'error'
  105 | #define RFERROR error
      |                 ^~~~~
errors_messages.h:206:33: note: in expansion of macro 'RFERROR'
  206 |     SPRINTF(ERR_STR, M, A,B,C); RFERROR(ERR_STR);}
      |                                 ^~~~~~~
General_utils.h:60:5: note: in expansion of macro 'RFERROR3'
   60 |     RFERROR3("Severe error occured in function '%.50s' (file '%.50s', line %d). Please contact maintainer martin.schlather@math.uni-mannheim.de .", \
      |     ^~~~~~~~
RFoptions.cc:45:3: note: in expansion of macro 'BUG'
   45 |   BUG;
      |   ^~~
RFoptions.cc: In function 'void setparameter(SEXP, char*, char*, bool, getlist_type*, int)':
/home/pbulk/build/math/R-RandomFieldsUtils/work/.buildlink/lib/R/include/R_ext/Error.h:64:15: error: 'Rf_error' was not declared in this scope; did you mean 'ferror'?
   64 | #define error Rf_error
      |               ^~~~~~~~
errors_messages.h:105:17: note: in expansion of macro 'error'
  105 | #define RFERROR error
      |                 ^~~~~
errors_messages.h:108:57: note: in expansion of macro 'RFERROR'
  108 | #define ERR1(X, Y) {ERR00(X); SPRINTF(MSG2, ERRMSG, Y); RFERROR(MSG2);}
      |                                                         ^~~~~~~
RFoptions.cc:97:26: note: in expansion of macro 'ERR1'
   97 |     if (i == NOMATCHING) ERR1("option prefix name '%.50s' not found.", prefix);
      |                          ^~~~
/home/pbulk/build/math/R-RandomFieldsUtils/work/.buildlink/lib/R/include/R_ext/Error.h:64:15: error: 'Rf_error' was not declared in this scope; did you mean 'ferror'?
   64 | #define error Rf_error
      |               ^~~~~~~~
errors_messages.h:105:17: note: in expansion of macro 'error'
  105 | #define RFERROR error
      |                 ^~~~~
errors_messages.h:108:57: note: in expansion of macro 'RFERROR'
  108 | #define ERR1(X, Y) {ERR00(X); SPRINTF(MSG2, ERRMSG, Y); RFERROR(MSG2);}
      |                                                         ^~~~~~~
RFoptions.cc:110:9: note: in expansion of macro 'ERR1'
  110 |         ERR1("option prefix name '%.50s' is ambiguous.", prefix);
      |         ^~~~
/home/pbulk/build/math/R-RandomFieldsUtils/work/.buildlink/lib/R/include/R_ext/Error.h:64:15: error: 'Rf_error' was not declared in this scope; did you mean 'ferror'?
   64 | #define error Rf_error
      |               ^~~~~~~~
errors_messages.h:105:17: note: in expansion of macro 'error'
  105 | #define RFERROR error
      |                 ^~~~~
errors_messages.h:108:57: note: in expansion of macro 'RFERROR'
  108 | #define ERR1(X, Y) {ERR00(X); SPRINTF(MSG2, ERRMSG, Y); RFERROR(MSG2);}
      |                                                         ^~~~~~~
RFoptions.cc:129:24: note: in expansion of macro 'ERR1'
  129 |     if (j==NOMATCHING) ERR1("Unknown option '%.50s'.", name);
      |                        ^~~~
/home/pbulk/build/math/R-RandomFieldsUtils/work/.buildlink/lib/R/include/R_ext/Error.h:64:15: error: 'Rf_error' was not declared in this scope; did you mean 'ferror'?
   64 | #define error Rf_error
      |               ^~~~~~~~
errors_messages.h:105:17: note: in expansion of macro 'error'
  105 | #define RFERROR error
      |                 ^~~~~
errors_messages.h:108:57: note: in expansion of macro 'RFERROR'
  108 | #define ERR1(X, Y) {ERR00(X); SPRINTF(MSG2, ERRMSG, Y); RFERROR(MSG2);}
      |                                                         ^~~~~~~
RFoptions.cc:156:12: note: in expansion of macro 'ERR1'
  156 |   if (j<0) ERR1("Multiple matching for '%.50s'.", name);
      |            ^~~~
/home/pbulk/build/math/R-RandomFieldsUtils/work/.buildlink/lib/R/include/R_ext/Error.h:64:15: error: 'Rf_error' was not declared in this scope; did you mean 'ferror'?
   64 | #define error Rf_error
      |               ^~~~~~~~
errors_messages.h:105:17: note: in expansion of macro 'error'
  105 | #define RFERROR error
      |                 ^~~~~
errors_messages.h:109:63: note: in expansion of macro 'RFERROR'
  109 | #define ERR2(X, Y, Z) {ERR00(X); SPRINTF(MSG2, ERRMSG, Y, Z); RFERROR(MSG2);}
      |                                                               ^~~~~~~
RFoptions.cc:163:7: note: in expansion of macro 'ERR2'
  163 |       ERR2("Option '%.50s' not allowed for this call.\n   In case you really need this option, use the command 'RFoption(%.50s=..)'", mainname, mainname);
      |       ^~~~
RFoptions.cc: In function 'void getListNr(bool, int, int, SEXP, getlist_type*, int*, int*)':
/home/pbulk/build/math/R-RandomFieldsUtils/work/.buildlink/lib/R/include/R_ext/Error.h:64:15: error: 'Rf_error' was not declared in this scope; did you mean 'ferror'?
   64 | #define error Rf_error
      |               ^~~~~~~~
errors_messages.h:105:17: note: in expansion of macro 'error'
  105 | #define RFERROR error
      |                 ^~~~~
errors_messages.h:106:70: note: in expansion of macro 'RFERROR'
  106 | #define ERR(X) {ERRLINE0;SPRINTF(ERRMSG, "%.90s %.790s",ERROR_LOC,X);RFERROR(ERRMSG);}
      |                                                                      ^~~~~~~
RFoptions.cc:233:24: note: in expansion of macro 'ERR'
  233 |   if (ListNr >= NList) ERR("unknown value for 'GETOPTIONS'");
      |                        ^~~
RFoptions.cc: In function 'void splitAndSet(SEXP, char*, bool, getlist_type*, int)':
/home/pbulk/build/math/R-RandomFieldsUtils/work/.buildlink/lib/R/include/R_ext/Error.h:64:15: error: 'Rf_error' was not declared in this scope; did you mean 'ferror'?
   64 | #define error Rf_error
      |               ^~~~~~~~
errors_messages.h:105:17: note: in expansion of macro 'error'
  105 | #define RFERROR error
      |                 ^~~~~
errors_messages.h:108:57: note: in expansion of macro 'RFERROR'
  108 | #define ERR1(X, Y) {ERR00(X); SPRINTF(MSG2, ERRMSG, Y); RFERROR(MSG2);}
      |                                                         ^~~~~~~
RFoptions.cc:275:15: note: in expansion of macro 'ERR1'
  275 |   if (i==0) { ERR1("argument '%.50s' not valid\n", name); }
      |               ^~~~
RFoptions.cc: In function 'SEXPREC* RFoptions(SEXP)':
/home/pbulk/build/math/R-RandomFieldsUtils/work/.buildlink/lib/R/include/R_ext/Error.h:64:15: error: 'Rf_error' was not declared in this scope; did you mean 'ferror'?
   64 | #define error Rf_error
      |               ^~~~~~~~
errors_messages.h:105:17: note: in expansion of macro 'error'
  105 | #define RFERROR error
      |                 ^~~~~
errors_messages.h:108:57: note: in expansion of macro 'RFERROR'
  108 | #define ERR1(X, Y) {ERR00(X); SPRINTF(MSG2, ERRMSG, Y); RFERROR(MSG2);}
      |                                                         ^~~~~~~
RFoptions.cc:327:7: note: in expansion of macro 'ERR1'
  327 |       ERR1("'LIST' needs as argument the output of '%.50s'", RFOPTIONS);
      |       ^~~~
RFoptions.cc: In function 'void attachRFoptions(const char**, int, const char***, int*, setparameterfct, finalsetparameterfct, getparameterfct, deleteparameterfct, int, bool)':
/home/pbulk/build/math/R-RandomFieldsUtils/work/.buildlink/lib/R/include/R_ext/Error.h:64:15: error: 'Rf_error' was not declared in this scope; did you mean 'ferror'?
   64 | #define error Rf_error
      |               ^~~~~~~~
errors_messages.h:105:17: note: in expansion of macro 'error'
  105 | #define RFERROR error
      |                 ^~~~~
errors_messages.h:206:33: note: in expansion of macro 'RFERROR'
  206 |     SPRINTF(ERR_STR, M, A,B,C); RFERROR(ERR_STR);}
      |                                 ^~~~~~~
General_utils.h:60:5: note: in expansion of macro 'RFERROR3'
   60 |     RFERROR3("Severe error occured in function '%.50s' (file '%.50s', line %d). Please contact maintainer martin.schlather@math.uni-mannheim.de .", \
      |     ^~~~~~~~
RFoptions.cc:429:26: note: in expansion of macro 'BUG'
  429 |   if (NList >= MAXNLIST) BUG;
      |                          ^~~
RFoptions.cc: In function 'void detachRFoptions(const char**, int)':
/home/pbulk/build/math/R-RandomFieldsUtils/work/.buildlink/lib/R/include/R_ext/Error.h:64:15: error: 'Rf_error' was not declared in this scope; did you mean 'ferror'?
   64 | #define error Rf_error
      |               ^~~~~~~~
errors_messages.h:105:17: note: in expansion of macro 'error'
  105 | #define RFERROR error
      |                 ^~~~~
errors_messages.h:108:57: note: in expansion of macro 'RFERROR'
  108 | #define ERR1(X, Y) {ERR00(X); SPRINTF(MSG2, ERRMSG, Y); RFERROR(MSG2);}
      |                                                         ^~~~~~~
RFoptions.cc:454:5: note: in expansion of macro 'ERR1'
  454 |     ERR1("options starting with prefix '%.50s' have been already detached.",
      |     ^~~~
*** Error code 1

Stop.
make: stopped in /home/pbulk/build/math/R-RandomFieldsUtils/work/RandomFieldsUtils/src
ERROR: compilation failed for package 'RandomFieldsUtils'
* removing '/home/pbulk/build/math/R-RandomFieldsUtils/work/.destdir/opt/pkg/lib/R/library/RandomFieldsUtils'
*** Error code 1

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/math/R-RandomFieldsUtils
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/math/R-RandomFieldsUtils