+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xgospel-1.12dnb4/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xgospel-1.12dnb4/work.log
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for xgospel-1.12dnb4
/opt/local/bin/bmake  dummylibs xgospel rport relog relay
making libmy.a in my...
gcc -c -I/opt/local/include -I/usr/include -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MEMORY_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDARG_H=1 -DHAVE_SYS_SELECT_H=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_MEMCHR=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_DIFFTIME=1 -DHAVE_UNAME=1 -DHAVE_CUSERID=1 -DHAVE_MEMCHR=1 -DHAVE_STRERROR=1 -DHAVE_NO_H_ERRLIST=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DXAW3D=1 -DHAVE_XPM=1 -DHAVE_GETHOSTNAME=1 -DHAVE_NO_TERM=1 -DHAVE_NO_TERMNET=1 -DHAVE_NO_SOCKS=1 -DFUNCPROTO=15 -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I.  except.c
In file included from except.c:12:
except.h: In function '_raise_':
except.h:88:42: error: expected declaration specifiers before '__NORETURN2'
   88 | extern void     __NORETURN _raise_(void) __NORETURN2;
      |                                          ^~~~~~~~~~~
except.h:37:33: error: storage class specified for parameter 'ExcCopy'
   37 | #define ExceptionCopy           ExcCopy /* For linkers with few characters */
      |                                 ^~~~~~~
except.h:89:17: note: in expansion of macro 'ExceptionCopy'
   89 | extern char    *ExceptionCopy(const char *Text);
      |                 ^~~~~~~~~~~~~
except.h:90:20: error: storage class specified for parameter 'strerrno'
   90 | extern const char *strerrno(void);
      |                    ^~~~~~~~
except.h:91:20: error: storage class specified for parameter 'StrExceptionErrno'
   91 | extern const char *StrExceptionErrno(void);
      |                    ^~~~~~~~~~~~~~~~~
except.h:186:17: error: storage class specified for parameter 'raise'
  186 | extern int      raise(int sig);
      |                 ^~~~~
except.c:48:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
   48 | {
      | ^
except.c:53:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
   53 | {
      | ^
except.c:58:1: error: parameter 'theException' is initialized
   58 | Exception *theException = 0;
      | ^~~~~~~~~
except.c:60:1: error: parameter 'ExcArgs' is initialized
   60 | int   ExceptionArgs = 0;
      | ^~~
except.c:63:1: error: parameter 'ExcFile' is initialized
   63 | const char *ExceptionFile = 0; /* Name of file containing the Raise() */
      | ^~~~~
except.c:64:1: error: parameter 'ExcLine' is initialized
   64 | int ExceptionLine         = 0; /* Linenumber of Raise() in this file  */
      | ^~~
except.c:67:1: error: parameter 'OutOfMemory' is initialized
   67 | Exception OutOfMemory          = {"Out of memory (buy more ?!)"};
      | ^~~~~~~~~
except.c:68:1: error: parameter 'ReRaiseException' is initialized
   68 | Exception ReRaiseException     = {"Applied ReRaise() without exception"};
      | ^~~~~~~~~
except.c:69:1: error: parameter 'FatalException' is initialized
   69 | Exception FatalException       = {"Fatal,"};
      | ^~~~~~~~~
except.c:70:1: error: parameter 'ErrnoFatalException' is initialized
   70 | Exception ErrnoFatalException  = {"Fatal,", 0, ErrnoExceptionAction};
      | ^~~~~~~~~
except.c:71:1: error: parameter 'AssertException' is initialized
   71 | Exception AssertException      = {"Assertion failed"};
      | ^~~~~~~~~
except.c:72:1: error: parameter 'ErrnoAssertException' is initialized
   72 | Exception ErrnoAssertException = {"Assertion failed", 0, ErrnoExceptionAction};
      | ^~~~~~~~~
except.c:74:1: error: parameter 'AbortOnException' is initialized
   74 | int AbortOnException = 0;
      | ^~~
except.c:75:1: error: parameter 'ExcErrno' is initialized
   75 | int ExceptionErrno   = 0;
      | ^~~
except.c:77:13: error: storage class specified for parameter 'Buffer'
   77 | static char Buffer[2048], *Pos = Buffer;
      |             ^~~~~~
except.c:77:28: error: storage class specified for parameter 'Pos'
   77 | static char Buffer[2048], *Pos = Buffer;
      |                            ^~~
except.c:77:1: error: parameter 'Pos' is initialized
   77 | static char Buffer[2048], *Pos = Buffer;
      | ^~~~~~
except.c:78:1: error: parameter 'ExceptionProgram' is initialized
   78 | const char *ExceptionProgram = 0;
      | ^~~~~
except.c:80:1: error: parameter 'CurRec' is initialized
   80 | JmpBufRec      *CurRec = NULL;
      | ^~~~~~~~~
except.c:83:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
   83 | {
      | ^
except.c:88:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
   88 | {
      | ^
except.c:104:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  104 | {
      | ^
except.c:111:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  111 | {
      | ^
except.c:123:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  123 | {
      | ^
except.c:140:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  140 | {
      | ^
except.c:161:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  161 | {
      | ^
except.c:196:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  196 | {
      | ^
except.h:88:28: error: old-style parameter declarations in prototyped function definition
   88 | extern void     __NORETURN _raise_(void) __NORETURN2;
      |                            ^~~~~~~
except.c:211: error: expected '{' at end of input
except.c:211: warning: 'noreturn' function does return
*** Error code 1

Stop.
bmake[2]: stopped making "all" in /home/pbulk/build/games/xgospel/work/xgospel-1.12d/my
*** Error code 1

Stop.
bmake[1]: stopped making "dummylibs xgospel rport relog relay" in /home/pbulk/build/games/xgospel/work/xgospel-1.12d
*** Error code 1

Stop.
bmake: stopped making "all" in /home/pbulk/build/games/xgospel/work/xgospel-1.12d
*** Error code 1

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/games/xgospel
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/games/xgospel