+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/vat-4.0b2nb12/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/vat-4.0b2nb12/work.log
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for vat-4.0b2nb12
rm -f inet.o; gcc -o inet.o -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    inet.c
rm -f tonetab.o; gcc -o tonetab.o -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    tonetab.c
rm -f adpcm.o; gcc -o adpcm.o -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    adpcm.c
rm -f lpc.o; gcc -o lpc.o -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    lpc.c
lpc.c: In function 'lpc_analyze':
lpc.c:237:9: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
  237 |         memcpy(s, s + FRAMESIZE, (BUFLEN - FRAMESIZE) * sizeof(s[0]));
      |         ^~~~~~
lpc.c:43:1: note: include '<string.h>' or provide a declaration of 'memcpy'
   42 | #include "mulaw.h"
  +++ |+#include <string.h>
   43 | 
lpc.c:237:9: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
  237 |         memcpy(s, s + FRAMESIZE, (BUFLEN - FRAMESIZE) * sizeof(s[0]));
      |         ^~~~~~
lpc.c:237:9: note: include '<string.h>' or provide a declaration of 'memcpy'
rm -f tkStripchart.o; gcc -o tkStripchart.o -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    tkStripchart.c
tkStripchart.c: In function 'Tk_StripchartCmd':
tkStripchart.c:388:27: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  388 |                           StripchartWidgetCmd, (ClientData)StripchartPtr,
      |                           ^~~~~~~~~~~~~~~~~~~
      |                           |
      |                           int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:2421,
                 from /home/pbulk/build/mbone/vat/work/.buildlink/include/tk.h:19,
                 from tkStripchart.c:34:
/home/pbulk/build/mbone/vat/work/.buildlink/include/tclDecls.h:303:67: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **)'
  303 |                                 const char *cmdName, Tcl_CmdProc *proc,
      |                                                      ~~~~~~~~~~~~~^~~~
tkStripchart.c:396:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
  396 |         interp->result = Tk_PathName(StripchartPtr->tkwin);
      |         ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
tkStripchart.c: In function 'StripchartWidgetCmd':
tkStripchart.c:452:25: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
  452 |                         sprintf(interp->result, "%g",
      |                         ^~~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
tkStripchart.c: In function 'ConfigureStripchart':
tkStripchart.c:628:43: warning: passing argument 5 of 'Tk_ConfigureWidget' from incompatible pointer type [-Wincompatible-pointer-types]
  628 |                                     argc, argv, (char *)StripchartPtr, flags);
      |                                           ^~~~
      |                                           |
      |                                           char **
In file included from /home/pbulk/build/mbone/vat/work/.buildlink/include/tk.h:1562:
/home/pbulk/build/mbone/vat/work/.buildlink/include/tkDecls.h:136:58: note: expected 'const char **' but argument is of type 'char **'
  136 |                                 int argc, CONST84 char **argv, char *widgRec,
tkStripchart.c: In function 'StripchartEventProc':
tkStripchart.c:837:62: warning: passing argument 2 of 'Tcl_EventuallyFree' from incompatible pointer type [-Wincompatible-pointer-types]
  837 |                 Tk_EventuallyFree((ClientData)StripchartPtr, DestroyStripchart);
      |                                                              ^~~~~~~~~~~~~~~~~
      |                                                              |
      |                                                              void (*)(void *)
/home/pbulk/build/mbone/vat/work/.buildlink/include/tclDecls.h:418:47: note: expected 'void (*)(char *)' but argument is of type 'void (*)(void *)'
  418 |                                 Tcl_FreeProc *freeProc);
      |                                 ~~~~~~~~~~~~~~^~~~~~~~
rm -f md5c.o; gcc -o md5c.o -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    md5c.c
rm -f random.o; gcc -o random.o -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    random.c
rm -f vat-gsm.o; gcc -o vat-gsm.o -c -I/opt/local/include -I/opt/local/include/gsm -I/opt/local/include/freetype2 -I/usr/include -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    vat-gsm.c
rm -f session.o; g++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    session.cc
In file included from source.h:45,
                 from session.cc:44:
Tcl.h: In member function 'char* Tcl::result() const':
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
In file included from /home/pbulk/build/mbone/vat/work/.buildlink/include/tk.h:19,
                 from timer.h:41,
                 from source.h:43:
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h: In member function 'void Tcl::result(const char*)':
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
rm -f session-vat.o; g++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    session-vat.cc
In file included from net.h:41,
                 from session.h:39,
                 from session-vat.cc:38:
Tcl.h: In member function 'char* Tcl::result() const':
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
In file included from Tcl.h:42:
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h: In member function 'void Tcl::result(const char*)':
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
rm -f source.o; g++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    source.cc
In file included from source.h:45,
                 from source.cc:42:
Tcl.h: In member function 'char* Tcl::result() const':
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
In file included from /home/pbulk/build/mbone/vat/work/.buildlink/include/tk.h:19,
                 from timer.h:41,
                 from source.h:43:
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h: In member function 'void Tcl::result(const char*)':
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
rm -f audio.o; g++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    audio.cc
In file included from audio.h:50,
                 from audio.cc:50:
Tcl.h: In member function 'char* Tcl::result() const':
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
In file included from /home/pbulk/build/mbone/vat/work/.buildlink/include/tk.h:19,
                 from iohandler.h:46,
                 from audio.h:49:
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h: In member function 'void Tcl::result(const char*)':
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
rm -f controller.o; g++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    controller.cc
In file included from audio.h:50,
                 from controller.cc:69:
Tcl.h: In member function 'char* Tcl::result() const':
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
In file included from /home/pbulk/build/mbone/vat/work/.buildlink/include/tk.h:19,
                 from iohandler.h:46,
                 from audio.h:49:
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h: In member function 'void Tcl::result(const char*)':
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
rm -f crypt.o; g++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    crypt.cc
In file included from crypt.h:41,
                 from crypt.cc:39:
Tcl.h: In member function 'char* Tcl::result() const':
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
In file included from Tcl.h:42:
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h: In member function 'void Tcl::result(const char*)':
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
rm -f crypt-dull.o; g++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    crypt-dull.cc
In file included from crypt.h:41,
                 from crypt-dull.cc:36:
Tcl.h: In member function 'char* Tcl::result() const':
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
In file included from Tcl.h:42:
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h: In member function 'void Tcl::result(const char*)':
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
rm -f filter.o; g++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    filter.cc
In file included from audio.h:50,
                 from filter.h:43,
                 from filter.cc:40:
Tcl.h: In member function 'char* Tcl::result() const':
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
In file included from /home/pbulk/build/mbone/vat/work/.buildlink/include/tk.h:19,
                 from iohandler.h:46,
                 from audio.h:49:
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h: In member function 'void Tcl::result(const char*)':
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
rm -f group-ipc.o; g++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    group-ipc.cc
rm -f iohandler.o; g++ -c -O2 -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    iohandler.cc
rm -f main.o
g++ -c -DSIGRET=void -DFRAMESIZE=160 -DUSE_INTERP_RESULT   -I/opt/local/include -I/opt/local/include    main.cc
In file included from main.cc:64:
Tcl.h: In member function 'char* Tcl::result() const':
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
In file included from /home/pbulk/build/mbone/vat/work/.buildlink/include/tk.h:19,
                 from main.cc:56:
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:55:53: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   55 |         inline char* result() const { return (tcl_->result); }
      |                                                     ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h: In member function 'void Tcl::result(const char*)':
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
Tcl.h:56:51: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   56 |         inline void result(const char* p) { tcl_->result = (char*)p; }
      |                                                   ^~~~~~
/home/pbulk/build/mbone/vat/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
main.cc: At global scope:
main.cc:287:19: error: ISO C++ forbids declaration of 'xgethostid' with no type [-fpermissive]
  287 | #define gethostid xgethostid
      |                   ^~~~~~~~~~
main.cc:288:1: note: in expansion of macro 'gethostid'
  288 | gethostid()
      | ^~~~~~~~~
main.cc: In function 'char* parse_assignment(char*)':
main.cc:393:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  393 |                 return ("true");
      |                        ~^~~~~~~
*** Error code 1

Stop.
bmake: stopped making "all" in /home/pbulk/build/mbone/vat/work/vat-4.0b2
*** Error code 1

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

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/mbone/vat