WARNING: [license.mk] Every package should define a LICENSE.
===> Building for xdeview-0.5.20nb11
(cd tcl; rm -f config.h ; ln -s ../config.h config.h)
(cd tcl ; /opt/pkg/bin/bmake)
clang -c -D_REENTRANT -pipe -Os -I/opt/pkg/include -I. -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include  -DHAVE_CONFIG_H -I../uulib  uuwish.c
clang -c -D_REENTRANT -pipe -Os -I/opt/pkg/include -I. -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include  -DHAVE_CONFIG_H -I../uulib  uutcl.c
uutcl.c:346:13: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  if ((cval = Tcl_GetVar (interp, "OptionFast",     TCL_GLOBAL_ONLY))!=NULL)
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uutcl.c:348:13: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  if ((cval = Tcl_GetVar (interp, "OptionBracket",  TCL_GLOBAL_ONLY))!=NULL)
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uutcl.c:350:13: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  if ((cval = Tcl_GetVar (interp, "OptionDesperate",TCL_GLOBAL_ONLY))!=NULL)
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uutcl.c:352:13: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  if ((cval = Tcl_GetVar (interp, "OptionDebug",    TCL_GLOBAL_ONLY))!=NULL)
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uutcl.c:354:13: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  if ((cval = Tcl_GetVar (interp, "OptionDumbness", TCL_GLOBAL_ONLY))!=NULL)
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uutcl.c:356:13: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  if ((cval = Tcl_GetVar (interp, "OptionUsetext",  TCL_GLOBAL_ONLY))!=NULL)
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uutcl.c:358:13: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  if ((cval = Tcl_GetVar (interp, "SaveFilePath",   TCL_GLOBAL_ONLY))!=NULL)
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uutcl.c:360:13: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  if ((cval = Tcl_GetVar (interp, "OptionRemove",   TCL_GLOBAL_ONLY))!=NULL)
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uutcl.c:362:13: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  if ((cval = Tcl_GetVar (interp, "OptionMoreMime", TCL_GLOBAL_ONLY))!=NULL)
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uutcl.c:1178:50: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types]
  Tcl_CreateCommand (interp, "uu_Info",          uutcl_Info, NULL, NULL);
                                                 ^~~~~~~~~~
/Users/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here
                                const char *cmdName, Tcl_CmdProc *proc,
                                                                  ^
uutcl.c:1179:50: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types]
  Tcl_CreateCommand (interp, "uu_SetMessageProc",uutcl_SetMessageProc,
                                                 ^~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here
                                const char *cmdName, Tcl_CmdProc *proc,
                                                                  ^
uutcl.c:1181:50: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types]
  Tcl_CreateCommand (interp, "uu_SetBusyProc",   uutcl_SetBusyProc,NULL,NULL);
                                                 ^~~~~~~~~~~~~~~~~
/Users/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here
                                const char *cmdName, Tcl_CmdProc *proc,
                                                                  ^
uutcl.c:1182:51: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types]
  Tcl_CreateCommand (interp, "uu_GetProgressInfo",uutcl_GetProgressInfo,
                                                  ^~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here
                                const char *cmdName, Tcl_CmdProc *proc,
                                                                  ^
uutcl.c:1184:50: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types]
  Tcl_CreateCommand (interp, "uu_GetListOfFiles",uutcl_GetListOfFiles,
                                                 ^~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here
                                const char *cmdName, Tcl_CmdProc *proc,
                                                                  ^
uutcl.c:1186:50: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types]
  Tcl_CreateCommand (interp, "uu_LoadFile",      uutcl_LoadFile, NULL, NULL);
                                                 ^~~~~~~~~~~~~~
/Users/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here
                                const char *cmdName, Tcl_CmdProc *proc,
                                                                  ^
uutcl.c:1187:50: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types]
  Tcl_CreateCommand (interp, "uu_DecodeFile",    uutcl_DecodeFile, NULL, NULL);
                                                 ^~~~~~~~~~~~~~~~
/Users/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here
                                const char *cmdName, Tcl_CmdProc *proc,
                                                                  ^
uutcl.c:1188:50: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types]
  Tcl_CreateCommand (interp, "uu_GetTempFile",   uutcl_GetTempFile,NULL,NULL);
                                                 ^~~~~~~~~~~~~~~~~
/Users/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here
                                const char *cmdName, Tcl_CmdProc *proc,
                                                                  ^
uutcl.c:1189:50: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types]
  Tcl_CreateCommand (interp, "uu_InfoFile",      uutcl_InfoFile, NULL, NULL);
                                                 ^~~~~~~~~~~~~~
/Users/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here
                                const char *cmdName, Tcl_CmdProc *proc,
                                                                  ^
uutcl.c:1190:50: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types]
  Tcl_CreateCommand (interp, "uu_ListFile",      uutcl_ListFile, NULL, NULL);
                                                 ^~~~~~~~~~~~~~
/Users/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here
                                const char *cmdName, Tcl_CmdProc *proc,
                                                                  ^
uutcl.c:1191:50: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types]
  Tcl_CreateCommand (interp, "uu_Rename",        uutcl_Rename, NULL, NULL);
                                                 ^~~~~~~~~~~~
/Users/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here
                                const char *cmdName, Tcl_CmdProc *proc,
                                                                  ^
uutcl.c:1192:50: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types]
  Tcl_CreateCommand (interp, "uu_CleanUp",       uutcl_CleanUp, NULL, NULL);
                                                 ^~~~~~~~~~~~~
/Users/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here
                                const char *cmdName, Tcl_CmdProc *proc,
                                                                  ^
uutcl.c:1193:50: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types]
  Tcl_CreateCommand (interp, "uu_EncodeToFile",  uutcl_EncodeToFile,NULL,NULL);
                                                 ^~~~~~~~~~~~~~~~~~
/Users/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here
                                const char *cmdName, Tcl_CmdProc *proc,
                                                                  ^
uutcl.c:1194:50: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types]
  Tcl_CreateCommand (interp, "uu_EncodeToMail",  uutcl_EncodeToMail,NULL,NULL);
                                                 ^~~~~~~~~~~~~~~~~~
/Users/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here
                                const char *cmdName, Tcl_CmdProc *proc,
                                                                  ^
uutcl.c:1195:50: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types]
  Tcl_CreateCommand (interp, "uu_EncodeToNews",  uutcl_EncodeToNews,NULL,NULL);
                                                 ^~~~~~~~~~~~~~~~~~
/Users/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here
                                const char *cmdName, Tcl_CmdProc *proc,
                                                                  ^
24 warnings generated.
clang -o uuwish uuwish.o uutcl.o -luu -s -lX11 -L/opt/pkg/lib -L/opt/pkg/lib -L/opt/pkg/lib -ltk86 -L/opt/pkg/lib -ltk86 -ltcl86  -lz  -lpthread -framework CoreFoundation  -L/opt/pkg/lib -L/opt/pkg/lib -lX11 -Wl,-weak-lXss -lXext   -lpthread -framework CoreFoundation  -lz  -lpthread -framework CoreFoundation
ld: warning: option -s is obsolete and being ignored
Undefined symbols for architecture arm64:
  "_matherr", referenced from:
      _tclDummyMathPtr in uutcl.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [uuwish] Error code 1

bmake[1]: stopped making "all" in /Users/pbulk/build/converters/xdeview/work/uudeview-0.5.20/tcl
bmake[1]: 1 error

bmake[1]: stopped making "all" in /Users/pbulk/build/converters/xdeview/work/uudeview-0.5.20/tcl
*** [xdeview] Error code 2

bmake: stopped making "xdeview" in /Users/pbulk/build/converters/xdeview/work/uudeview-0.5.20
bmake: 1 error

bmake: stopped making "xdeview" in /Users/pbulk/build/converters/xdeview/work/uudeview-0.5.20
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/converters/xdeview
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/converters/xdeview