+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/elk-3.99.8nb3/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/elk-3.99.8nb3/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for elk-3.99.8nb3
/usr/pkg/bin/bmake  all-recursive
Making all in include
Making all in src
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT libelk_la-autoload.lo -MD -MP -MF .deps/libelk_la-autoload.Tpo -c -o libelk_la-autoload.lo `test -f 'autoload.c' || echo './'`autoload.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -MT libelk_la-autoload.lo -MD -MP -MF .deps/libelk_la-autoload.Tpo -c autoload.c  -fPIC -DPIC -o .libs/libelk_la-autoload.o
autoload.c:37:6: warning: no previous prototype for 'Init_Auto' [-Wmissing-prototypes]
   37 | void Init_Auto (void) {
      |      ^~~~~~~~~
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -MT libelk_la-autoload.lo -MD -MP -MF .deps/libelk_la-autoload.Tpo -c autoload.c -o libelk_la-autoload.o >/dev/null 2>&1
mv -f .deps/libelk_la-autoload.Tpo .deps/libelk_la-autoload.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT libelk_la-bignum.lo -MD -MP -MF .deps/libelk_la-bignum.Tpo -c -o libelk_la-bignum.lo `test -f 'bignum.c' || echo './'`bignum.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -MT libelk_la-bignum.lo -MD -MP -MF .deps/libelk_la-bignum.Tpo -c bignum.c  -fPIC -DPIC -o .libs/libelk_la-bignum.o
bignum.c:62:8: warning: no previous prototype for 'Copy_Bignum' [-Wmissing-prototypes]
   62 | Object Copy_Bignum (Object x) {
      |        ^~~~~~~~~~~
bignum.c:76:8: warning: no previous prototype for 'Copy_S_Bignum' [-Wmissing-prototypes]
   76 | Object Copy_S_Bignum (struct S_Bignum *s) {
      |        ^~~~~~~~~~~~~
bignum.c:110:8: warning: no previous prototype for 'Reduce_Bignum' [-Wmissing-prototypes]
  110 | Object Reduce_Bignum (Object x) {
      |        ^~~~~~~~~~~~~
bignum.c:196:6: warning: no previous prototype for 'Print_Bignum' [-Wmissing-prototypes]
  196 | void Print_Bignum (Object port, Object x) {
      |      ^~~~~~~~~~~~
In file included from ../include/kernel.h:47,
                 from bignum.c:37:
bignum.c: In function 'Print_Bignum':
../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
bignum.c:201:5: note: in expansion of macro 'Alloca_Begin'
  201 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
bignum.c: In function 'Bignum_To_String':
../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
bignum.c:243:5: note: in expansion of macro 'Alloca_Begin'
  243 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
bignum.c: At top level:
bignum.c:290:5: warning: no previous prototype for 'Bignum_To_Integer' [-Wmissing-prototypes]
  290 | int Bignum_To_Integer (Object x) {
      |     ^~~~~~~~~~~~~~~~~
bignum.c:485:5: warning: no previous prototype for 'Bignum_Mantissa_Cmp' [-Wmissing-prototypes]
  485 | int Bignum_Mantissa_Cmp (register struct S_Bignum *x,
      |     ^~~~~~~~~~~~~~~~~~~
bignum.c:504:5: warning: no previous prototype for 'Bignum_Cmp' [-Wmissing-prototypes]
  504 | int Bignum_Cmp (register struct S_Bignum *x, register struct S_Bignum *y) {
      |     ^~~~~~~~~~
bignum.c:538:8: warning: no previous prototype for 'General_Bignum_Plus_Minus' [-Wmissing-prototypes]
  538 | Object General_Bignum_Plus_Minus (Object x, Object y, int neg) {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/kernel.h:47,
                 from bignum.c:37:
bignum.c: In function 'Bignum_Divide':
../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
bignum.c:739:5: note: in expansion of macro 'Alloca_Begin'
  739 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -MT libelk_la-bignum.lo -MD -MP -MF .deps/libelk_la-bignum.Tpo -c bignum.c -o libelk_la-bignum.o >/dev/null 2>&1
mv -f .deps/libelk_la-bignum.Tpo .deps/libelk_la-bignum.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT libelk_la-bool.lo -MD -MP -MF .deps/libelk_la-bool.Tpo -c -o libelk_la-bool.lo `test -f 'bool.c' || echo './'`bool.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -MT libelk_la-bool.lo -MD -MP -MF .deps/libelk_la-bool.Tpo -c bool.c  -fPIC -DPIC -o .libs/libelk_la-bool.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -MT libelk_la-bool.lo -MD -MP -MF .deps/libelk_la-bool.Tpo -c bool.c -o libelk_la-bool.o >/dev/null 2>&1
cat: write error: No space left on device
mv -f .deps/libelk_la-bool.Tpo .deps/libelk_la-bool.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT libelk_la-char.lo -MD -MP -MF .deps/libelk_la-char.Tpo -c -o libel