+ 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/stegtunnel-0.4nb1/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/stegtunnel-0.4nb1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for stegtunnel-0.4nb1
--- all-recursive ---
Making all in packetp-0.4.1
--- all-recursive ---
Making all in include
--- all-recursive ---
Making all in packetp
--- packetp.o ---
--- addr_netcmp.o ---
--- packetp.o ---
cc -DPACKAGE_NAME=\"packetp.c\" -DPACKAGE_TARNAME=\"packetp-c\" -DPACKAGE_VERSION=\"0.4.1\" -DPACKAGE_STRING=\"packetp.c\ 0.4.1\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"packetp\" -DVERSION=\"0.4.1\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'packetp.c' || echo './'`packetp.c
--- addr_netcmp.o ---
cc -DPACKAGE_NAME=\"packetp.c\" -DPACKAGE_TARNAME=\"packetp-c\" -DPACKAGE_VERSION=\"0.4.1\" -DPACKAGE_STRING=\"packetp.c\ 0.4.1\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"packetp\" -DVERSION=\"0.4.1\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'addr_netcmp.c' || echo './'`addr_netcmp.c
--- packetp.o ---
packetp.c: In function 'packetp_frame_send':
packetp.c:351:7: warning: unused variable 'i' [-Wunused-variable]
  351 |   int i;
      |       ^
packetp.c: In function 'packetp_start':
packetp.c:459:7: warning: unused variable 'i' [-Wunused-variable]
  459 |   int i;
      |       ^
packetp.c: In function 'packetp_process':
packetp.c:596:7: warning: unused variable 'i' [-Wunused-variable]
  596 |   int i;
      |       ^
--- firewallstate.o ---
cc -DPACKAGE_NAME=\"packetp.c\" -DPACKAGE_TARNAME=\"packetp-c\" -DPACKAGE_VERSION=\"0.4.1\" -DPACKAGE_STRING=\"packetp.c\ 0.4.1\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"packetp\" -DVERSION=\"0.4.1\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'firewallstate.c' || echo './'`firewallstate.c
In file included from /usr/include/string.h:519,
                 from firewallstate.c:13:
In function 'strncpy',
    inlined from 'add_tcp_block' at firewallstate.c:47:3,
    inlined from 'add_tcp_block' at firewallstate.c:26:5:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 13 bytes from a string of length 15 [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'packetp_fw_init' at firewallstate.c:110:5:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 13 bytes from a string of length 15 [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
--- forkarp.o ---
cc -DPACKAGE_NAME=\"packetp.c\" -DPACKAGE_TARNAME=\"packetp-c\" -DPACKAGE_VERSION=\"0.4.1\" -DPACKAGE_STRING=\"packetp.c\ 0.4.1\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"packetp\" -DVERSION=\"0.4.1\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'forkarp.c' || echo './'`forkarp.c
--- hashtab.o ---
cc -DPACKAGE_NAME=\"packetp.c\" -DPACKAGE_TARNAME=\"packetp-c\" -DPACKAGE_VERSION=\"0.4.1\" -DPACKAGE_STRING=\"packetp.c\ 0.4.1\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"packetp\" -DVERSION=\"0.4.1\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'hashtab.c' || echo './'`hashtab.c
--- forkarp.o ---
forkarp.c: In function 'packetp_arp_wait':
forkarp.c:141:7: warning: unused variable 'i' [-Wunused-variable]
  141 |   int i;
      |       ^
forkarp.c: In function 'packetp_fork_arpd':
forkarp.c:381:5: warning: 'pcap_lookupdev' is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations]
  381 |     if((local_intf = pcap_lookupdev(errbuf)) == NULL) {
      |     ^~
In file included from /home/pbulk/build/security/stegtunnel/work/.buildlink/include/pcap.h:43,
                 from forkarp.c:17:
/home/pbulk/build/security/stegtunnel/work/.buildlink/include/pcap/pcap.h:444:18: note: declared here
  444 | PCAP_API char   *pcap_lookupdev(char *);
      |                  ^~~~~~~~~~~~~~
--- hashtab.o ---
hashtab.c: In function 'hsanity':
hashtab.c:54:27: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'ub4' {aka 'unsigned int'} [-Wformat=]
   54 |     printf("error:  end %ld  apos %ld\n", end, t->apos);
      |                         ~~^               ~~~
      |                           |               |
      |                           long int        ub4 {aka unsigned int}
      |                         %d
hashtab.c:54:37: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'ub4' {aka 'unsigned int'} [-Wformat=]
   54 |     printf("error:  end %ld  apos %ld\n", end, t->apos);
      |                                   ~~^          ~~~~~~~
      |                                     |           |
      |                                     long int    ub4 {aka unsigned int}
      |                                   %d
hashtab.c:62:49: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'ub4' {aka 'unsigned int'} [-Wformat=]
   62 |       printf("error:ipos not in apos, apos is %ld\n", t->apos);
      |                                               ~~^     ~~~~~~~
      |                                                 |      |
      |                                                 |      ub4 {aka unsigned int}
      |                                                 long int
      |                                               %d
hashtab.c:71:30: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'ub4' {aka 'unsigned int'} [-Wformat=]
   71 |     printf("error: counter %ld  t->count %ld\n", counter, t->count);
      |                            ~~^                   ~~~~~~~
      |                              |                   |
      |                              long int            ub4 {aka unsigned int}
      |                            %d
hashtab.c:71:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'ub4' {aka 'unsigned int'} [-Wformat=]
   71 |     printf("error: counter %ld  t->count %ld\n", counter, t->count);
      |                                          ~~^              ~~~~~~~~
      |                                            |               |
      |                                            long int        ub4 {aka unsigned int}
      |                                          %d
hashtab.c: In function 'hgrow':
hashtab.c:88:39: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
   88 |   register hitem **newtab = (hitem **)malloc(newsize*sizeof(hitem *));
      |                                       ^~~~~~
hashtab.c:42:1: note: include '<stdlib.h>' or provide a declaration of 'malloc'
   41 | #include <packetp/recycle.h>
  +++ |+#include <stdlib.h>
   42 | #endif
hashtab.c:88:39: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
   88 |   register hitem **newtab = (hitem **)malloc(newsize*sizeof(hitem *));
      |                                       ^~~~~~
hashtab.c:88:39: note: include '<stdlib.h>' or provide a declaration of 'malloc'
hashtab.c:113:3: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
  113 |   free((char *)oldtab);
      |   ^~~~
hashtab.c:113:3: note: include '<stdlib.h>' or provide a declaration of 'free'
hashtab.c:113:3: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
hashtab.c:113:3: note: include '<stdlib.h>' or provide a declaration of 'free'
hashtab.c: In function 'hcreate':
hashtab.c:122:21: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
  122 |   htab *t = (htab *)malloc(sizeof(htab));
      |                     ^~~~~~
hashtab.c:122:21: note: include '<stdlib.h>' or provide a declaration of 'malloc'
hashtab.c: In function 'hdestroy':
hashtab.c:143:3: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
  143 |   free((char *)t->table);
      |   ^~~~
hashtab.c:143:3: note: include '<stdlib.h>' or provide a declaration of 'free'
hashtab.c:141:10: warning: unused variable 'h' [-Wunused-variable]
  141 |   hitem *h;
      |          ^
hashtab.c: In function 'hfind':
hashtab.c:165:10: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration]
  165 |         !memcmp(key, h->key, keyl))
      |          ^~~~~~
hashtab.c:42:1: note: include '<string.h>' or provide a declaration of 'memcmp'
   41 | #include <packetp/recycle.h>
  +++ |+#include <string.h>
   42 | #endif
hashtab.c:165:30: warning: 'memcmp' argument 3 promotes to 'ub4' {aka 'unsigned int'} where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
  165 |         !memcmp(key, h->key, keyl))
      |                              ^~~~
<built-in>: note: built-in 'memcmp' declared here
hashtab.c: In function 'hadd':
hashtab.c:193:30: warning: 'memcmp' argument 3 promotes to 'ub4' {aka 'unsigned int'} where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
  193 |         !memcmp(key, h->key, keyl))
      |                              ^~~~
<built-in>: note: built-in 'memcmp' declared here
hashtab.c: In function 'hstat':
hashtab.c:354:21: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'ub4' {aka 'unsigned int'} [-Wformat=]
  354 |     printf("items %ld:  %ld buckets\n", walk->keyl, walk->hval);
      |                   ~~^                   ~~~~~~~~~~
      |                     |                       |
      |                     long int                ub4 {aka unsigned int}
      |                   %d
hashtab.c:354:27: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'ub4' {aka 'unsigned int'} [-Wformat=]
  354 |     printf("items %ld:  %ld buckets\n", walk->keyl, walk->hval);
      |                         ~~^                         ~~~~~~~~~~
      |                           |                             |
      |                           long int                      ub4 {aka unsigned int}
      |                         %d
hashtab.c:356:24: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'unsigned int' [-Wformat=]
  356 |   printf("\nbuckets: %ld  items: %ld  existing: %g\n\n",
      |                      ~~^
      |                        |
      |                        long int
      |                      %d
  357 |          ((ub4)1<<t->logsize), t->count, total);
      |          ~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 unsigned int
hashtab.c:356:36: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'ub4' {aka 'unsigned int'} [-Wformat=]
  356 |   printf("\nbuckets: %ld  items: %ld  existing: %g\n\n",
      |                                  ~~^
      |                                    |
      |                                    long int
      |                                  %d
  357 |          ((ub4)1<<t->logsize), t->count, total);
      |                                ~~~~~~~~
      |                                 |
      |                                 ub4 {aka unsigned int}
At top level:
hashtab.c:45:14: warning: 'hsanity' defined but not used [-Wunused-function]
   45 | static void  hsanity(t)
      |              ^~~~~~~
--- lookupa.o ---
cc -DPACKAGE_NAME=\"packetp.c\" -DPACKAGE_TARNAME=\"packetp-c\" -DPACKAGE_VERSION=\"0.4.1\" -DPACKAGE_STRING=\"packetp.c\ 0.4.1\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"packetp\" -DVERSION=\"0.4.1\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'lookupa.c' || echo './'`lookupa.c
--- pcapf.o ---
cc -DPACKAGE_NAME=\"packetp.c\" -DPACKAGE_TARNAME=\"packetp-c\" -DPACKAGE_VERSION=\"0.4.1\" -DPACKAGE_STRING=\"packetp.c\ 0.4.1\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"packetp\" -DVERSION=\"0.4.1\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'pcapf.c' || echo './'`pcapf.c
pcapf.c: In function 'loop_pcap':
pcapf.c:149:43: warning: zero-length gnu_printf format string [-Wformat-zero-length]
  149 |       snprintf(filter, MAX_FILTER_SIZE-1, "");
      |                                           ^~
--- recycle.o ---
cc -DPACKAGE_NAME=\"packetp.c\" -DPACKAGE_TARNAME=\"packetp-c\" -DPACKAGE_VERSION=\"0.4.1\" -DPACKAGE_STRING=\"packetp.c\ 0.4.1\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"packetp\" -DVERSION=\"0.4.1\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'recycle.c' || echo './'`recycle.c
recycle.c: In function 'refree':
recycle.c:39:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   39 |    if (temp = r->list) while (r->list)
      |        ^~~~
recycle.c:42:7: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
   42 |       free((char *)r->list);
      |       ^~~~
recycle.c:21:1: note: include '<stdlib.h>' or provide a declaration of 'free'
   20 | # include <packetp/recycle.h>
  +++ |+#include <stdlib.h>
   21 | #endif
recycle.c:42:7: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
   42 |       free((char *)r->list);
      |       ^~~~
recycle.c:42:7: note: include '<stdlib.h>' or provide a declaration of 'free'
recycle.c:45:4: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
   45 |    free((char *)r);
      |    ^~~~
recycle.c:45:4: note: include '<stdlib.h>' or provide a declaration of 'free'
recycle.c: In function 'renewx':
recycle.c:58:13: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
   58 |       (void)memset((void *)temp, 0, r->size);
      |             ^~~~~~
recycle.c:21:1: note: include '<string.h>' or provide a declaration of 'memset'
   20 | # include <packetp/recycle.h>
  +++ |+#include <string.h>
   21 | #endif
recycle.c:58:13: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch]
   58 |       (void)memset((void *)temp, 0, r->size);
      |             ^~~~~~
recycle.c:58:13: note: include '<string.h>' or provide a declaration of 'memset'
recycle.c: In function 'remalloc':
recycle.c:78:21: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
   78 |   char *x = (char *)malloc(len);
      |                     ^~~~~~
recycle.c:78:21: note: include '<stdlib.h>' or provide a declaration of 'malloc'
recycle.c:78:21: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
recycle.c:78:21: note: include '<stdlib.h>' or provide a declaration of 'malloc'
recycle.c:81:33: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
   81 |     fprintf(stderr, "malloc of %d failed for %s\n",
      |                                ~^
      |                                 |
      |                                 int
      |                                %ld
   82 |             len, purpose);
      |             ~~~                  
      |             |
      |             size_t {aka long unsigned int}
recycle.c:83:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   83 |     exit(SUCCESS);
      |     ^~~~
recycle.c:83:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
recycle.c:83:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
recycle.c:83:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
--- routestate.o ---
cc -DPACKAGE_NAME=\"packetp.c\" -DPACKAGE_TARNAME=\"packetp-c\" -DPACKAGE_VERSION=\"0.4.1\" -DPACKAGE_STRING=\"packetp.c\ 0.4.1\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"packetp\" -DVERSION=\"0.4.1\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'routestate.c' || echo './'`routestate.c
--- libpacketp.a ---
rm -f libpacketp.a
ar cru libpacketp.a packetp.o addr_netcmp.o  firewallstate.o forkarp.o hashtab.o  lookupa.o pcapf.o recycle.o  routestate.o 
ranlib libpacketp.a
--- crypto.o ---
--- hamming.o ---
--- crypto.o ---
libtool --mode=compile cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" -DPACKAGE_STRING=\"stegtunnel\ 0.4\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./packetp-0.4.1/include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'crypto.c' || echo './'`crypto.c
--- hamming.o ---
libtool --mode=compile cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" -DPACKAGE_STRING=\"stegtunnel\ 0.4\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./packetp-0.4.1/include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'hamming.c' || echo './'`hamming.c
--- crypto.o ---
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c crypto.c  -fPIC -DPIC -o .libs/crypto.o
--- hamming.o ---
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c hamming.c  -fPIC -DPIC -o .libs/hamming.o
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c hamming.c -o hamming.o >/dev/null 2>&1
--- crypto.o ---
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c crypto.c -o crypto.o >/dev/null 2>&1
--- hashtab.o ---
libtool --mode=compile cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" -DPACKAGE_STRING=\"stegtunnel\ 0.4\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./packetp-0.4.1/include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'hashtab.c' || echo './'`hashtab.c
--- lookupa.o ---
libtool --mode=compile cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" -DPACKAGE_STRING=\"stegtunnel\ 0.4\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./packetp-0.4.1/include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'lookupa.c' || echo './'`lookupa.c
--- hashtab.o ---
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c hashtab.c  -fPIC -DPIC -o .libs/hashtab.o
--- lookupa.o ---
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c lookupa.c  -fPIC -DPIC -o .libs/lookupa.o
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c lookupa.c -o lookupa.o >/dev/null 2>&1
--- hashtab.o ---
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c hashtab.c -o hashtab.o >/dev/null 2>&1
--- recycle.o ---
libtool --mode=compile cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" -DPACKAGE_STRING=\"stegtunnel\ 0.4\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./packetp-0.4.1/include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'recycle.c' || echo './'`recycle.c
--- session.o ---
libtool --mode=compile cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" -DPACKAGE_STRING=\"stegtunnel\ 0.4\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./packetp-0.4.1/include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'session.c' || echo './'`session.c
--- recycle.o ---
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c recycle.c  -fPIC -DPIC -o .libs/recycle.o
--- session.o ---
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c session.c  -fPIC -DPIC -o .libs/session.o
--- recycle.o ---
recycle.c: In function 'remalloc':
recycle.c:85:33: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
   85 |     fprintf(stderr, "malloc of %d failed for %s\n",
      |                                ~^
      |                                 |
      |                                 int
      |                                %ld
   86 |             len, purpose);
      |             ~~~                  
      |             |
      |             size_t {aka long unsigned int}
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c recycle.c -o recycle.o >/dev/null 2>&1
--- session.o ---
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c session.c -o session.o >/dev/null 2>&1
--- sha1.o ---
libtool --mode=compile cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" -DPACKAGE_STRING=\"stegtunnel\ 0.4\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./packetp-0.4.1/include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'sha1.c' || echo './'`sha1.c
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c sha1.c  -fPIC -DPIC -o .libs/sha1.o
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c sha1.c -o sha1.o >/dev/null 2>&1
--- stegserver.o ---
libtool --mode=compile cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" -DPACKAGE_STRING=\"stegtunnel\ 0.4\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./packetp-0.4.1/include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'stegserver.c' || echo './'`stegserver.c
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c stegserver.c  -fPIC -DPIC -o .libs/stegserver.o
--- stegtunnel.o ---
libtool --mode=compile cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" -DPACKAGE_STRING=\"stegtunnel\ 0.4\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I. -I/usr/pkg/include -I/usr/pkg/include -I./packetp-0.4.1/include   -I/usr/pkg/include  -pipe -O2 -I/usr/pkg/include -Wall -c `test -f 'stegtunnel.c' || echo './'`stegtunnel.c
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c stegtunnel.c  -fPIC -DPIC -o .libs/stegtunnel.o
--- stegserver.o ---
stegserver.c: In function 'main':
stegserver.c:498:13: warning: the comparison will always evaluate as 'true' for the address of 'fork' will never be NULL [-Waddress]
  498 |     if(fork != 0) {
      |             ^~
stegserver.c:484:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  484 |     fgets(st_ctx->message, 65534, stdin);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- stegtunnel.o ---
In file included from /usr/include/fcntl.h:342,
                 from stegtunnel.c:16:
In function 'open',
    inlined from 'stegt_file_wopen' at stegtunnel.c:125:18:
/usr/include/bits/fcntl2.h:50:11: error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT or O_TMPFILE in second argument needs 3 arguments
   50 |           __open_missing_mode ();
      |           ^~~~~~~~~~~~~~~~~~~~~~
*** [stegtunnel.o] Error code 1

bmake[1]: stopped making "all-am" in /home/pbulk/build/security/stegtunnel/work/stegtunnel-0.4
--- stegserver.o ---
libtool: compile:  cc -DPACKAGE_NAME=\"stegtunnel\" -DPACKAGE_TARNAME=\"stegtunnel\" -DPACKAGE_VERSION=\"0.4\" "-DPACKAGE_STRING=\"stegtunnel 0.4\"" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"stegtunnel\" -DVERSION=\"0.4\" -I. -I/home/pbulk/build/security/stegtunnel/work/.buildlink/include -I./packetp-0.4.1/include -pipe -O2 -Wall -c stegserver.c -o stegserver.o >/dev/null 2>&1
bmake[1]: 1 error

bmake[1]: stopped making "all-am" in /home/pbulk/build/security/stegtunnel/work/stegtunnel-0.4
*** [all-recursive] Error code 1

bmake: stopped making "all" in /home/pbulk/build/security/stegtunnel/work/stegtunnel-0.4
bmake: 1 error

bmake: stopped making "all" in /home/pbulk/build/security/stegtunnel/work/stegtunnel-0.4
*** Error code 2

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

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/security/stegtunnel