+ 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/linc-1.1.1nb18/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/linc-1.1.1nb18/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for linc-1.1.1nb18
--- all ---
/usr/pkg/bin/bmake  all-recursive
--- all-recursive ---
Making all in include
--- all-recursive ---
Making all in linc
--- all ---
/usr/pkg/bin/bmake  all-am
Making all in src
--- linc.lo ---
--- linc-connection.lo ---
--- linc.lo ---
source='linc.c' object='linc.lo' libtool=yes  depfile='.deps/linc.Plo' tmpdepfile='.deps/linc.TPlo'  depmode=gcc3 /bin/bash ../depcomp  /bin/bash ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -I../include   -I../include     -I/usr/pkg/include -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include                             -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations              -DG_DISABLE_DEPRECATED	    -D_GNU_SOURCE  -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -c -o linc.lo `test -f 'linc.c' || echo './'`linc.c
--- linc-connection.lo ---
source='linc-connection.c' object='linc-connection.lo' libtool=yes  depfile='.deps/linc-connection.Plo' tmpdepfile='.deps/linc-connection.TPlo'  depmode=gcc3 /bin/bash ../depcomp  /bin/bash ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -I../include   -I../include     -I/usr/pkg/include -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include                             -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations              -DG_DISABLE_DEPRECATED	    -D_GNU_SOURCE  -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -c -o linc-connection.lo `test -f 'linc-connection.c' || echo './'`linc-connection.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/net/linc/work/.buildlink/include -pthread -I/home/pbulk/build/net/linc/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/net/linc/work/.buildlink/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -I/home/pbulk/build/net/linc/work/.buildlink/include/gio-unix-2.0 -pipe -O2 -MT linc-connection.lo -MD -MP -MF .deps/linc-connection.TPlo.1999378 -c linc-connection.c  -fPIC -DPIC -o .libs/linc-connection.o
--- linc.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/net/linc/work/.buildlink/include -pthread -I/home/pbulk/build/net/linc/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/net/linc/work/.buildlink/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -I/home/pbulk/build/net/linc/work/.buildlink/include/gio-unix-2.0 -pipe -O2 -MT linc.lo -MD -MP -MF .deps/linc.TPlo.1999375 -c linc.c  -fPIC -DPIC -o .libs/linc.o
linc.c: In function 'linc_init':
linc.c:235:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  linc_ssl_method = SSLv23_method ();
                  ^
linc.c: In function 'linc_mutex_new':
linc.c:311:3: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
   return g_mutex_new ();
   ^~~~~~
In file included from /home/pbulk/build/net/linc/work/.buildlink/include/glib-2.0/glib.h:115,
                 from ../include/linc/linc-types.h:15,
                 from ../include/linc/linc.h:16,
                 from linc-private.h:16,
                 from linc.c:17:
/home/pbulk/build/net/linc/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:283:17: note: declared here
 GMutex *        g_mutex_new             (void);
                 ^~~~~~~~~~~
linc.c: In function 'linc_mainloop_handle_input':
linc.c:99:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
   read (LINC_WAKEUP_POLL, &c, sizeof (c));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- linc-connection.lo ---
linc-connection.c: In function 'linc_connection_class_init':
linc-connection.c:890:3: warning: 'g_cond_new' is deprecated [-Wdeprecated-declarations]
   cnx_condition = g_cond_new();
   ^~~~~~~~~~~~~
In file included from /home/pbulk/build/net/linc/work/.buildlink/include/glib-2.0/glib.h:115,
                 from ../include/linc/linc-types.h:15,
                 from ../include/linc/linc.h:16,
                 from linc-private.h:16,
                 from linc-connection.c:25:
/home/pbulk/build/net/linc/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:287:17: note: declared here
 GCond *         g_cond_new              (void);
                 ^~~~~~~~~~
--- linc.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/net/linc/work/.buildlink/include -pthread -I/home/pbulk/build/net/linc/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/net/linc/work/.buildlink/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -I/home/pbulk/build/net/linc/work/.buildlink/include/gio-unix-2.0 -pipe -O2 -MT linc.lo -MD -MP -MF .deps/linc.TPlo.1999375 -c linc.c -o linc.o >/dev/null 2>&1
--- linc-connection.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/net/linc/work/.buildlink/include -pthread -I/home/pbulk/build/net/linc/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/net/linc/work/.buildlink/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -I/home/pbulk/build/net/linc/work/.buildlink/include/gio-unix-2.0 -pipe -O2 -MT linc-connection.lo -MD -MP -MF .deps/linc-connection.TPlo.1999378 -c linc-connection.c -o linc-connection.o >/dev/null 2>&1
--- linc-protocols.lo ---
source='linc-protocols.c' object='linc-protocols.lo' libtool=yes  depfile='.deps/linc-protocols.Plo' tmpdepfile='.deps/linc-protocols.TPlo'  depmode=gcc3 /bin/bash ../depcomp  /bin/bash ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -I../include   -I../include     -I/usr/pkg/include -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include                             -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations              -DG_DISABLE_DEPRECATED	    -D_GNU_SOURCE  -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -c -o linc-protocols.lo `test -f 'linc-protocols.c' || echo './'`linc-protocols.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/net/linc/work/.buildlink/include -pthread -I/home/pbulk/build/net/linc/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/net/linc/work/.buildlink/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -I/home/pbulk/build/net/linc/work/.buildlink/include/gio-unix-2.0 -pipe -O2 -MT linc-protocols.lo -MD -MP -MF .deps/linc-protocols.TPlo.1999818 -c linc-protocols.c  -fPIC -DPIC -o .libs/linc-protocols.o
--- linc-server.lo ---
source='linc-server.c' object='linc-server.lo' libtool=yes  depfile='.deps/linc-server.Plo' tmpdepfile='.deps/linc-server.TPlo'  depmode=gcc3 /bin/bash ../depcomp  /bin/bash ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  -I../include   -I../include     -I/usr/pkg/include -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include                             -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations              -DG_DISABLE_DEPRECATED	    -D_GNU_SOURCE  -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -c -o linc-server.lo `test -f 'linc-server.c' || echo './'`linc-server.c
--- linc-protocols.lo ---
linc-protocols.c: In function 'linc_protocol_get_sockaddr_ipv4':
linc-protocols.c:362:13: warning: RES_USE_INET6 is deprecated
   LINC_RESOLV_UNSET_IPV6;
             ^~~~~~~~~~~~~                
linc-protocols.c: At top level:
linc-protocols.c:976:10: error: invalid application of 'sizeof' to incomplete type 'struct sockaddr_irda'
  sizeof (struct sockaddr_irda),   /* addr_len */
          ^~~~~~
*** [linc-protocols.lo] Error code 1

bmake[2]: stopped making "all" in /home/pbulk/build/net/linc/work/linc-1.1.1/src
--- linc-server.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/net/linc/work/.buildlink/include -pthread -I/home/pbulk/build/net/linc/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/net/linc/work/.buildlink/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -I/home/pbulk/build/net/linc/work/.buildlink/include/gio-unix-2.0 -pipe -O2 -MT linc-server.lo -MD -MP -MF .deps/linc-server.TPlo.2000025 -c linc-server.c  -fPIC -DPIC -o .libs/linc-server.o
linc-server.c: In function 'linc_server_accept_connection':
linc-server.c:141:40: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign]
  fd = accept (server->priv->fd, saddr, &addrlen);
                                        ^~~~~~~~
In file included from /usr/include/netinet/in.h:23,
                 from /usr/include/netdb.h:27,
                 from linc-server.c:14:
/usr/include/sys/socket.h:232:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *'
 extern int accept (int __fd, __SOCKADDR_ARG __addr,
            ^~~~~~
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/net/linc/work/.buildlink/include -pthread -I/home/pbulk/build/net/linc/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/net/linc/work/.buildlink/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -I/home/pbulk/build/net/linc/work/.buildlink/include/gio-unix-2.0 -pipe -O2 -MT linc-server.lo -MD -MP -MF .deps/linc-server.TPlo.2000025 -c linc-server.c -o linc-server.o >/dev/null 2>&1
bmake[2]: 1 error

bmake[2]: stopped making "all" in /home/pbulk/build/net/linc/work/linc-1.1.1/src
*** [all-recursive] Error code 1

bmake[1]: stopped making "all-recursive" in /home/pbulk/build/net/linc/work/linc-1.1.1
bmake[1]: 1 error

bmake[1]: stopped making "all-recursive" in /home/pbulk/build/net/linc/work/linc-1.1.1
*** [all] Error code 2

bmake: stopped making "all" in /home/pbulk/build/net/linc/work/linc-1.1.1
bmake: 1 error

bmake: stopped making "all" in /home/pbulk/build/net/linc/work/linc-1.1.1
*** Error code 2

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

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/net/linc