+ 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/vde-1.5.9/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/vde-1.5.9/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for vde-1.5.9
--- all ---
/usr/pkg/bin/bmake  all-recursive
--- all-recursive ---
Making all in qemu
--- vdeq.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT vdeq.o -MD -MP -MF ".deps/vdeq.Tpo" -c -o vdeq.o vdeq.c;  then mv -f ".deps/vdeq.Tpo" ".deps/vdeq.Po"; else rm -f ".deps/vdeq.Tpo"; exit 1; fi
vdeq.c: In function 'main':
vdeq.c:274:12: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(sp[i][1],bufin,nx);
            ^
--- vdeq ---
/bin/bash ../libtool --tag=CC --mode=link cc  -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2   -Wl,-zrelro -Wl,-R/usr/pkg/lib -o vdeq  vdeq.o  -ldl
libtool: link: cc -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -o vdeq vdeq.o  -ldl
Making all in slirpvde
--- misc.o ---
--- cksum.o ---
--- misc.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o misc.c;  then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 1; fi
--- cksum.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT cksum.o -MD -MP -MF ".deps/cksum.Tpo" -c -o cksum.o cksum.c;  then mv -f ".deps/cksum.Tpo" ".deps/cksum.Po"; else rm -f ".deps/cksum.Tpo"; exit 1; fi
--- misc.o ---
misc.c: In function 'insque_32':
misc.c:118:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  head->qh_link = (u_int32_t)element;
                  ^
misc.c:119:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  element->qh_rlink = (u_int32_t)head;
                      ^
misc.c:120:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  ((struct quehead_32 *)(element->qh_link))->qh_rlink
   ^
misc.c:121:4: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  = (u_int32_t)element;
    ^
misc.c: In function 'remque_32':
misc.c:128:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  ((struct quehead_32 *)(element->qh_link))->qh_rlink = element->qh_rlink;
   ^
misc.c:129:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  ((struct quehead_32 *)(element->qh_rlink))->qh_link = element->qh_link;
   ^
--- debug.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT debug.o -MD -MP -MF ".deps/debug.Tpo" -c -o debug.o debug.c;  then mv -f ".deps/debug.Tpo" ".deps/debug.Po"; else rm -f ".deps/debug.Tpo"; exit 1; fi
--- if.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT if.o -MD -MP -MF ".deps/if.Tpo" -c -o if.o if.c;  then mv -f ".deps/if.Tpo" ".deps/if.Po"; else rm -f ".deps/if.Tpo"; exit 1; fi
--- ip_icmp.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT ip_icmp.o -MD -MP -MF ".deps/ip_icmp.Tpo" -c -o ip_icmp.o ip_icmp.c;  then mv -f ".deps/ip_icmp.Tpo" ".deps/ip_icmp.Po"; else rm -f ".deps/ip_icmp.Tpo"; exit 1; fi
--- ip_input.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT ip_input.o -MD -MP -MF ".deps/ip_input.Tpo" -c -o ip_input.o ip_input.c;  then mv -f ".deps/ip_input.Tpo" ".deps/ip_input.Po"; else rm -f ".deps/ip_input.Tpo"; exit 1; fi
ip_input.c: In function 'ip_init':
ip_input.c:62:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  ipq.next = ipq.prev = (ipqp_32)&ipq;
                        ^
ip_input.c: In function 'ip_input':
ip_input.c:174:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   for (fp = (struct ipq *) ipq.next; fp != &ipq;
             ^
ip_input.c:175:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
        fp = (struct ipq *) fp->next)
             ^
ip_input.c: In function 'ip_reass':
ip_input.c:281:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    fp->ipq_next = fp->ipq_prev = (ipasfragp_32)fp;
                                  ^
ip_input.c:291:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  for (q = (struct ipasfrag *)fp->ipq_next; q != (struct ipasfrag *)fp;
           ^
ip_input.c:292:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      q = (struct ipasfrag *)q->ipf_next)
          ^
ip_input.c:301:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if (q->ipf_prev != (ipasfragp_32)fp) {
                     ^
ip_input.c:302:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   i = ((struct ipasfrag *)(q->ipf_prev))->ip_off +
        ^
ip_input.c:303:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     ((struct ipasfrag *)(q->ipf_prev))->ip_len - ip->ip_off;
      ^
ip_input.c:325:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   q = (struct ipasfrag *) q->ipf_next;
       ^
ip_input.c:326:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   m_freem(dtom((struct ipasfrag *) q->ipf_prev));
                ^
ip_input.c:327:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   ip_deq((struct ipasfrag *) q->ipf_prev);
          ^
ip_input.c:335:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  ip_enq(ip, (struct ipasfrag *) q->ipf_prev);
             ^
ip_input.c:337:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  for (q = (struct ipasfrag *) fp->ipq_next; q != (struct ipasfrag *)fp;
           ^
ip_input.c:338:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
       q = (struct ipasfrag *) q->ipf_next) {
           ^
ip_input.c:343:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  if (((struct ipasfrag *)(q->ipf_prev))->ipf_mff & 1)
       ^
ip_input.c:349:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  q = (struct ipasfrag *) fp->ipq_next;
      ^
ip_input.c:352:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  q = (struct ipasfrag *) q->ipf_next;
      ^
ip_input.c:357:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
    q = (struct ipasfrag *) q->ipf_next;
        ^
ip_input.c:366:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  ip = (struct ipasfrag *) fp->ipq_next;
       ^
ip_input.c: In function 'ip_freef':
ip_input.c:412:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  for (q = (struct ipasfrag *) fp->ipq_next; q != (struct ipasfrag *)fp;
           ^
ip_input.c:414:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   p = (struct ipasfrag *) q->ipf_next;
       ^
ip_input.c: In function 'ip_enq':
ip_input.c:432:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  p->ipf_prev = (ipasfragp_32) prev;
                ^
ip_input.c:434:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  ((struct ipasfrag *)(prev->ipf_next))->ipf_prev = (ipasfragp_32) p;
   ^
ip_input.c:434:52: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  ((struct ipasfrag *)(prev->ipf_next))->ipf_prev = (ipasfragp_32) p;
                                                    ^
ip_input.c:435:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  prev->ipf_next = (ipasfragp_32) p;
                   ^
ip_input.c: In function 'ip_deq':
ip_input.c:445:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  ((struct ipasfrag *)(p->ipf_prev))->ipf_next = p->ipf_next;
   ^
ip_input.c:446:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  ((struct ipasfrag *)(p->ipf_next))->ipf_prev = p->ipf_prev;
   ^
ip_input.c: In function 'ip_slowtimo':
ip_input.c:461:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  fp = (struct ipq *) ipq.next;
       ^
ip_input.c:467:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   fp = (struct ipq *) fp->next;
        ^
ip_input.c:468:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   if (((struct ipq *)(fp->prev))->ipq_ttl == 0) {
        ^
ip_input.c:470:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
    ip_freef((struct ipq *) fp->prev);
             ^
--- ip_output.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT ip_output.o -MD -MP -MF ".deps/ip_output.Tpo" -c -o ip_output.o ip_output.c;  then mv -f ".deps/ip_output.Tpo" ".deps/ip_output.Po"; else rm -f ".deps/ip_output.Tpo"; exit 1; fi
--- mbuf.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT mbuf.o -MD -MP -MF ".deps/mbuf.Tpo" -c -o mbuf.o mbuf.c;  then mv -f ".deps/mbuf.Tpo" ".deps/mbuf.Po"; else rm -f ".deps/mbuf.Tpo"; exit 1; fi
--- sbuf.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT sbuf.o -MD -MP -MF ".deps/sbuf.Tpo" -c -o sbuf.o sbuf.c;  then mv -f ".deps/sbuf.Tpo" ".deps/sbuf.Po"; else rm -f ".deps/sbuf.Tpo"; exit 1; fi
--- slirp.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT slirp.o -MD -MP -MF ".deps/slirp.Tpo" -c -o slirp.o slirp.c;  then mv -f ".deps/slirp.Tpo" ".deps/slirp.Po"; else rm -f ".deps/slirp.Tpo"; exit 1; fi
--- socket.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT socket.o -MD -MP -MF ".deps/socket.Tpo" -c -o socket.o socket.c;  then mv -f ".deps/socket.Tpo" ".deps/socket.Po"; else rm -f ".deps/socket.Tpo"; exit 1; fi
--- slirp.o ---
slirp.c: In function 'slirp_select_fill':
slirp.c:148:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
           ((struct ipasfrag *)&ipq != (struct ipasfrag *)ipq.next));
                                       ^
--- tcp_input.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT tcp_input.o -MD -MP -MF ".deps/tcp_input.Tpo" -c -o tcp_input.o tcp_input.c;  then mv -f ".deps/tcp_input.Tpo" ".deps/tcp_input.Po"; else rm -f ".deps/tcp_input.Tpo"; exit 1; fi
--- tcp_output.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT tcp_output.o -MD -MP -MF ".deps/tcp_output.Tpo" -c -o tcp_output.o tcp_output.c;  then mv -f ".deps/tcp_output.Tpo" ".deps/tcp_output.Po"; else rm -f ".deps/tcp_output.Tpo"; exit 1; fi
--- tcp_input.o ---
tcp_input.c: In function 'tcp_reass':
tcp_input.c:141:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  for (q = (struct tcpiphdr *)tp->seg_next; q != (struct tcpiphdr *)tp;
           ^
tcp_input.c:142:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      q = (struct tcpiphdr *)q->ti_next)
          ^
tcp_input.c:151:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  if ((struct tcpiphdr *)q->ti_prev != (struct tcpiphdr *)tp) {
      ^
tcp_input.c:153:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   q = (struct tcpiphdr *)q->ti_prev;
       ^
tcp_input.c:173:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   q = (struct tcpiphdr *)(q->ti_next);
       ^
tcp_input.c:177:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  REASS_MBUF(ti) = (mbufp_32) m;  /* XXX */
                   ^
tcp_input.c:190:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
    m_adj((struct mbuf *) REASS_MBUF(q), i);
          ^
tcp_input.c:193:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   q = (struct tcpiphdr *)q->ti_next;
       ^
In file included from ./tcp.h:80:0,
                 from ./slirp.h:174,
                 from tcp_input.c:46:
tcp_input.c:194:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   m = (struct mbuf *) REASS_MBUF((struct tcpiphdr *)q->ti_prev);
                                  ^
./tcp_var.h:186:41: note: in definition of macro 'REASS_MBUF'
 #define REASS_MBUF(ti) (*(mbufp_32 *)&((ti)->ti_t))
                                         ^
tcp_input.c:194:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   m = (struct mbuf *) REASS_MBUF((struct tcpiphdr *)q->ti_prev);
       ^
tcp_input.c:195:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   remque_32((void *)(q->ti_prev));
             ^
tcp_input.c:202:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  insque_32(ti, (void *)(q->ti_prev));
                ^
tcp_input.c:211:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  ti = (struct tcpiphdr *) tp->seg_next;
       ^
tcp_input.c:220:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   m = (struct mbuf *) REASS_MBUF(ti); /* XXX */
       ^
tcp_input.c:221:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   ti = (struct tcpiphdr *)ti->ti_next;
        ^
tcp_input.c: In function 'tcp_input':
tcp_input.c:556:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       tp->seg_next == (tcpiphdrp_32)tp &&
                       ^
tcp_input.c:102:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      (tp)->seg_next == (tcpiphdrp_32)(tp) && \
                        ^
tcp_input.c:1374:3: note: in expansion of macro 'TCP_REASS'
   TCP_REASS(tp, ti, m, so, tiflags);
   ^
--- tcp_subr.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT tcp_subr.o -MD -MP -MF ".deps/tcp_subr.Tpo" -c -o tcp_subr.o tcp_subr.c;  then mv -f ".deps/tcp_subr.Tpo" ".deps/tcp_subr.Po"; else rm -f ".deps/tcp_subr.Tpo"; exit 1; fi
tcp_subr.c: In function 'tcp_newtcpcb':
tcp_subr.c:211:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  tp->seg_next = tp->seg_prev = (tcpiphdrp_32)tp;
                                ^
tcp_subr.c: In function 'tcp_close':
tcp_subr.c:287:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  t = (struct tcpiphdr *) tp->seg_next;
      ^
tcp_subr.c:289:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   t = (struct tcpiphdr *)t->ti_next;
       ^
In file included from ./tcp.h:80:0,
                 from ./slirp.h:174,
                 from tcp_subr.c:47:
tcp_subr.c:290:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   m = (struct mbuf *) REASS_MBUF((struct tcpiphdr *)t->ti_prev);
                                  ^
./tcp_var.h:186:41: note: in definition of macro 'REASS_MBUF'
 #define REASS_MBUF(ti) (*(mbufp_32 *)&((ti)->ti_t))
                                         ^
tcp_subr.c:290:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   m = (struct mbuf *) REASS_MBUF((struct tcpiphdr *)t->ti_prev);
       ^
tcp_subr.c:291:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   remque_32((struct tcpiphdr *) t->ti_prev);
             ^
--- tcp_timer.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT tcp_timer.o -MD -MP -MF ".deps/tcp_timer.Tpo" -c -o tcp_timer.o tcp_timer.c;  then mv -f ".deps/tcp_timer.Tpo" ".deps/tcp_timer.Po"; else rm -f ".deps/tcp_timer.Tpo"; exit 1; fi
--- udp.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT udp.o -MD -MP -MF ".deps/udp.Tpo" -c -o udp.o udp.c;  then mv -f ".deps/udp.Tpo" ".deps/udp.Po"; else rm -f ".deps/udp.Tpo"; exit 1; fi
--- bootp.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT bootp.o -MD -MP -MF ".deps/bootp.Tpo" -c -o bootp.o bootp.c;  then mv -f ".deps/bootp.Tpo" ".deps/bootp.Po"; else rm -f ".deps/bootp.Tpo"; exit 1; fi
--- slirpvde.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DVDE     -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT slirpvde.o -MD -MP -MF ".deps/slirpvde.Tpo" -c -o slirpvde.o slirpvde.c;  then mv -f ".deps/slirpvde.Tpo" ".deps/slirpvde.Po"; else rm -f ".deps/slirpvde.Tpo"; exit 1; fi
--- slirpvde ---
/bin/bash ../libtool --tag=CC --mode=link cc  -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2   -Wl,-zrelro -Wl,-R/usr/pkg/lib -o slirpvde  misc.o cksum.o debug.o  if.o ip_icmp.o ip_input.o  ip_output.o mbuf.o sbuf.o  slirp.o socket.o tcp_input.o  tcp_output.o tcp_subr.o tcp_timer.o  udp.o bootp.o slirpvde.o  -ldl
libtool: link: cc -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -o slirpvde misc.o cksum.o debug.o if.o ip_icmp.o ip_input.o ip_output.o mbuf.o sbuf.o slirp.o socket.o tcp_input.o tcp_output.o tcp_subr.o tcp_timer.o udp.o bootp.o slirpvde.o  -ldl
Making all in vdetaplib
--- libvdetap.lo ---
--- vdetap.o ---
--- libvdetap.lo ---
if /bin/bash ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..      -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT libvdetap.lo -MD -MP -MF ".deps/libvdetap.Tpo" -c -o libvdetap.lo libvdetap.c;  then mv -f ".deps/libvdetap.Tpo" ".deps/libvdetap.Plo"; else rm -f ".deps/libvdetap.Tpo"; exit 1; fi
--- vdetap.o ---
if cc -DHAVE_CONFIG_H -I. -I. -I..      -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT vdetap.o -MD -MP -MF ".deps/vdetap.Tpo" -c -o vdetap.o vdetap.c;  then mv -f ".deps/vdetap.Tpo" ".deps/vdetap.Po"; else rm -f ".deps/vdetap.Tpo"; exit 1; fi
vdetap.c: In function 'send_fd':
vdetap.c:35:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
   exit(1);
   ^
vdetap.c:42:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
   exit(1);
   ^
vdetap.c:55:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
   exit(1);
   ^
vdetap.c:60:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
   exit(1);
   ^
vdetap.c:65:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
   exit(1);
   ^
vdetap.c: In function 'main':
vdetap.c:86:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
   exit (-1);
   ^
vdetap.c:95:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
   exit(1);
   ^
--- vdetap ---
--- libvdetap.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -MT libvdetap.lo -MD -MP -MF .deps/libvdetap.Tpo -c libvdetap.c  -fPIC -DPIC -o .libs/libvdetap.o
--- vdetap ---
/bin/bash ../libtool --tag=CC --mode=link cc  -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2   -Wl,-zrelro -Wl,-R/usr/pkg/lib -o vdetap  vdetap.o  -ldl
--- libvdetap.lo ---
libvdetap.c: In function 'open':
libvdetap.c:93:18: error: 'PATH_MAX' undeclared (first use in this function)
  static char buf[PATH_MAX];
                  ^
libvdetap.c:93:18: note: each undeclared identifier is reported only once for each function it appears in
libvdetap.c: In function 'open64':
libvdetap.c:114:18: error: 'PATH_MAX' undeclared (first use in this function)
  static char buf[PATH_MAX];
                  ^
libvdetap.c: In function 'ioctl':
libvdetap.c:153:6: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default]
      sprintf(name,"tap%d",tapcount++);
      ^
libvdetap.c:159:5: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default]
     sprintf(name,ifr->ifr_name,tapcount++);
     ^
libvdetap.c:181:6: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default]
      sprintf(num,"%d",tapfd[1]);
      ^
*** [libvdetap.lo] Error code 1

bmake[2]: stopped in /home/pbulk/build/net/vde/work/vde-1.5.9/vdetaplib
--- vdetap ---
libtool: link: cc -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -o vdetap vdetap.o  -ldl
1 error

bmake[2]: stopped in /home/pbulk/build/net/vde/work/vde-1.5.9/vdetaplib
*** [all-recursive] Error code 1

bmake[1]: stopped in /home/pbulk/build/net/vde/work/vde-1.5.9
1 error

bmake[1]: stopped in /home/pbulk/build/net/vde/work/vde-1.5.9
*** [all] Error code 2

bmake: stopped in /home/pbulk/build/net/vde/work/vde-1.5.9
1 error

bmake: stopped in /home/pbulk/build/net/vde/work/vde-1.5.9
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/net/vde
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/net/vde