+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/nn-6.7.3nb5/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/nn-6.7.3nb5/work.log
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for nn-6.7.3nb5
--- ymakefile ---
cp xmakefile MF.c
tradcpp -DCOMPILER="gcc" -DPREPROC="tradcpp"  -DLDEBUG="-L/opt/pkg/lib -Wl,-R/opt/pkg/lib"  -DCDEBUG="-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses" -Iconf MF.c |  sed -e '1,/MAKE WILL CUT HERE/d'  -e '/^#/d'  -e 's/^  */	/'  -e '/^[ \f	]$/d'  -e '/^[ \/]*[*]/d' |  sed -n -e '/^..*$/p' > ymakefile
In file included from MF.c:7:2:
In file included from config.h:101:2:
In file included from conf/s-sunos5.h:17:2:
In file included from conf/s-sys5-4.h:5:2:
In file included from conf/s-sys5.h:21:2:
In file included from /usr/include/sys/types.h:37:2:
In file included from /usr/include/sys/feature_tests.h:35:2:
/usr/include/sys/isa_defs.h:488:2: #error: "ISA not supported"
In file included from MF.c:7:2:
In file included from config.h:101:2:
In file included from conf/s-sunos5.h:17:2:
In file included from conf/s-sys5-4.h:17:2:
In file included from /usr/include/limits.h:40:2:
/usr/include/iso/limits_iso.h:67:2: #error: "chars are signed or unsigned"
rm -f MF.c
--- all ---
/opt/pkg/bin/bmake   -j 4 -f ymakefile all
--- nn.o ---
--- admin.o ---
--- proto.o ---
--- update.h ---
--- nn.o ---
gcc -Iconf -D_MSE_INT_H -D__EXTENSIONS__ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -I/opt/pkg/include/ncurses -c nn.c
--- admin.o ---
gcc -Iconf -D_MSE_INT_H -D__EXTENSIONS__ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -I/opt/pkg/include/ncurses -c admin.c
--- proto.o ---
gcc -Iconf -D_MSE_INT_H -D__EXTENSIONS__ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -I/opt/pkg/include/ncurses -c proto.c
--- update.h ---
configuration number updated to 1
--- options.o ---
gcc -Iconf -D_MSE_INT_H -D__EXTENSIONS__ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -I/opt/pkg/include/ncurses -c options.c
--- admin.o ---
In file included from admin.c:17:
admin.c: In function 'validate_group':
db.h:62:28: warning: implicit declaration of function 'ntohl' [-Wimplicit-function-declaration]
   62 | #define NETW_CROSS_INT(cp) ntohl(cp)
      |                            ^~~~~
admin.c:417:26: note: in expansion of macro 'NETW_CROSS_INT'
  417 |             cross_post = NETW_CROSS_INT(db_data.dh_cross[n]);
      |                          ^~~~~~~~~~~~~~
--- options.o ---
options.c: In function 'parse_options':
options.c:239:51: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  239 |                 *((int *) (od->option_address)) = (int) (od->option_default);
      |                                                   ^
--- db.o ---
gcc -Iconf -D_MSE_INT_H -D__EXTENSIONS__ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -I/opt/pkg/include/ncurses -c db.c
--- nntp.o ---
gcc -Iconf -D_MSE_INT_H -D__EXTENSIONS__ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -I/opt/pkg/include/ncurses -c nntp.c
--- init.o ---
gcc -Iconf -D_MSE_INT_H -D__EXTENSIONS__ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -I/opt/pkg/include/ncurses -c init.c
--- variable.o ---
--- init.o ---
init.c: In function 'do_map':
init.c:792:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  792 |         code = (int) m_define("-2", initf);
      |                ^
--- variable.o ---
gcc -Iconf -D_MSE_INT_H -D__EXTENSIONS__ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -I/opt/pkg/include/ncurses -c variable.c
--- term.o ---
gcc -Iconf -D_MSE_INT_H -D__EXTENSIONS__ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -I/opt/pkg/include/ncurses -c term.c
--- keymap.o ---
gcc -Iconf -D_MSE_INT_H -D__EXTENSIONS__ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -I/opt/pkg/include/ncurses -c keymap.c
--- term.o ---
term.c: In function 'clrdisp':
term.c:224:41: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types]
  224 | #define putpc(str, cnt) tputs(str, cnt, outc)
      |                                         ^~~~
      |                                         |
      |                                         int (*)(char)
term.c:828:5: note: in expansion of macro 'putpc'
  828 |     putpc(clear_screen, Lines);
      |     ^~~~~
In file included from term.c:57:
/home/pbulk/build/news/nn/work/.buildlink/include/ncurses/term.h:848:54: note: expected 'int (*)(int)' but argument is of type 'int (*)(char)'
  848 | extern NCURSES_EXPORT(int) tputs (const char *, int, int (*)(int));
      |                                                      ^~~~~~~~~~~~
term.c: In function 'clrpage':
term.c:224:41: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types]
  224 | #define putpc(str, cnt) tputs(str, cnt, outc)
      |                                         ^~~~
      |                                         |
      |                                         int (*)(char)
term.c:949:13: note: in expansion of macro 'putpc'
  949 |             putpc(clr_eos, Lines - curxy_l);
      |             ^~~~~
/home/pbulk/build/news/nn/work/.buildlink/include/ncurses/term.h:848:54: note: expected 'int (*)(int)' but argument is of type 'int (*)(char)'
  848 | extern NCURSES_EXPORT(int) tputs (const char *, int, int (*)(int));
      |                                                      ^~~~~~~~~~~~
term.c:224:41: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types]
  224 | #define putpc(str, cnt) tputs(str, cnt, outc)
      |                                         ^~~~
      |                                         |
      |                                         int (*)(char)
term.c:953:13: note: in expansion of macro 'putpc'
  953 |             putpc(clear_screen, Lines);
      |             ^~~~~
/home/pbulk/build/news/nn/work/.buildlink/include/ncurses/term.h:848:54: note: expected 'int (*)(int)' but argument is of type 'int (*)(char)'
  848 | extern NCURSES_EXPORT(int) tputs (const char *, int, int (*)(int));
      |                                                      ^~~~~~~~~~~~
term.c: At top level:
term.c:1380:17: error: 'is_raw' redeclared as different kind of symbol
 1380 | static int      is_raw = 0;
      |                 ^~~~~~
In file included from term.c:49:
/home/pbulk/build/news/nn/work/.buildlink/include/ncurses/curses.h:959:28: note: previous declaration of 'is_raw' with type 'int(void)'
  959 | extern NCURSES_EXPORT(int) is_raw(void);
      |                            ^~~~~~
term.c: In function 'get_c':
term.c:1743:25: warning: comparison between pointer and zero character constant [-Wpointer-compare]
 1743 |         if (mk->cur_key == NUL)
      |                         ^~
term.c:1743:13: note: did you mean to dereference the pointer?
 1743 |         if (mk->cur_key == NUL)
      |             ^
*** [term.o] Error code 1

bmake[1]: stopped making "all" in /home/pbulk/build/news/nn/work/nn-6.7.3
bmake[1]: 1 error

bmake[1]: stopped making "all" in /home/pbulk/build/news/nn/work/nn-6.7.3
*** [all] Error code 2

bmake: stopped making "all" in /home/pbulk/build/news/nn/work/nn-6.7.3
bmake: 1 error

bmake: stopped making "all" in /home/pbulk/build/news/nn/work/nn-6.7.3
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/news/nn
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/news/nn