=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for pgtcl-1.5nb9
clang -pipe -DPACKAGE_NAME=\"pgtcl\" -DPACKAGE_TARNAME=\"pgtcl\" -DPACKAGE_VERSION=\"1.5\" -DPACKAGE_STRING=\"pgtcl\ 1.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_PQEXECPARAMS=1 -DHAVE_PQEXECPREPARED=1 -DHAVE_PQSENDQUERYPARAMS=1 -DHAVE_PQSENDQUERYPREPARED=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_READDIR_R=1 -DTCL_THREADS=1 -DTCL_WIDE_INT_IS_LONG=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1   -I/opt/pkg/include -I"/opt/pkg/include"  -DUSE_INTERP_ERRORLINE -I/opt/pkg/include  -pipe -Os -I/opt/pkg/include -Os -Wall -Wno-implicit-int -fno-common -c `echo ./generic/pgtcl.c` -o pgtcl.o
clang -pipe -DPACKAGE_NAME=\"pgtcl\" -DPACKAGE_TARNAME=\"pgtcl\" -DPACKAGE_VERSION=\"1.5\" -DPACKAGE_STRING=\"pgtcl\ 1.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_PQEXECPARAMS=1 -DHAVE_PQEXECPREPARED=1 -DHAVE_PQSENDQUERYPARAMS=1 -DHAVE_PQSENDQUERYPREPARED=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_READDIR_R=1 -DTCL_THREADS=1 -DTCL_WIDE_INT_IS_LONG=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1   -I/opt/pkg/include -I"/opt/pkg/include"  -DUSE_INTERP_ERRORLINE -I/opt/pkg/include  -pipe -Os -I/opt/pkg/include -Os -Wall -Wno-implicit-int -fno-common -c `echo ./generic/pgtclCmds.c` -o pgtclCmds.o
./generic/pgtclCmds.c:857:19: warning: variable 'arrVar' set but not used [-Wunused-but-set-variable]
        CONST84 char       *arrVar;
                            ^
./generic/pgtclCmds.c:1948:39: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                bufObj = Tcl_NewByteArrayObj(buf, nbytes);
                                             ^~~
./generic/pgtclCmds.c:1997:6: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        buf = Tcl_GetByteArrayFromObj(objv[3], &nbytes);
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./generic/pgtclCmds.c:2305:41: warning: passing 'Oid *' (aka 'unsigned int *') to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
        if (Tcl_GetIntFromObj(interp, objv[2], &lobjId) == TCL_ERROR)
                                               ^~~~~~~
./generic/pgtclCmds.c:2438:15: warning: 'errorLine' is deprecated [-Wdeprecated-declarations]
                                                interp->errorLine);
                                                        ^
/Users/pbulk/build/databases/pgtcl/work/.buildlink/include/tcl.h:535:19: note: 'errorLine' has been explicitly marked deprecated here
    int errorLine TCL_DEPRECATED_API("use Tcl_GetErrorLine/Tcl_SetErrorLine");
                  ^
/Users/pbulk/build/databases/pgtcl/work/.buildlink/include/tcl.h:177:50: note: expanded from macro 'TCL_DEPRECATED_API'
#       define TCL_DEPRECATED_API(msg)  __attribute__ ((__deprecated__))
                                                        ^
./generic/pgtclCmds.c:3215:49: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'int *' [-Wincompatible-pointer-types]
        from = Tcl_GetByteArrayFromObj(objv[1], &fromLen);
                                                ^~~~~~~~
./generic/pgtclCmds.c:3225:51: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        Tcl_SetObjResult(interp, Tcl_NewStringObj(to, -1));
                                                  ^~
./generic/pgtclCmds.c:3272:10: warning: assigning to 'const unsigned char *' from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    from = Tcl_GetStringFromObj(objv[1], &fromLen);
         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./generic/pgtclCmds.c:3273:34: warning: incompatible pointer types passing 'int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types]
    to   = PQunescapeBytea(from, &toLen);
                                 ^~~~~~
/Users/pbulk/build/databases/pgtcl/work/.buildlink/include/libpq-fe.h:579:20: note: passing argument to parameter 'retbuflen' here
                                                                          size_t *retbuflen);
                                                                                  ^
9 warnings generated.
clang -pipe -DPACKAGE_NAME=\"pgtcl\" -DPACKAGE_TARNAME=\"pgtcl\" -DPACKAGE_VERSION=\"1.5\" -DPACKAGE_STRING=\"pgtcl\ 1.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_PQEXECPARAMS=1 -DHAVE_PQEXECPREPARED=1 -DHAVE_PQSENDQUERYPARAMS=1 -DHAVE_PQSENDQUERYPREPARED=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_READDIR_R=1 -DTCL_THREADS=1 -DTCL_WIDE_INT_IS_LONG=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1   -I/opt/pkg/include -I"/opt/pkg/include"  -DUSE_INTERP_ERRORLINE -I/opt/pkg/include  -pipe -Os -I/opt/pkg/include -Os -Wall -Wno-implicit-int -fno-common -c `echo ./generic/pgtclId.c` -o pgtclId.o
rm -f libpgtcl1.5.dylib
cc -dynamiclib -L/opt/pkg/lib -o libpgtcl1.5.dylib pgtcl.o pgtclCmds.o pgtclId.o -L/opt/pkg/lib -L/opt/pkg/lib -lpq -L/opt/pkg/lib -lpq -L/opt/pkg/lib -ltclstub86
: libpgtcl1.5.dylib
( echo pkg_mkIndex . libpgtcl1.5.dylib \; exit; ) | TCL_LIBRARY=`echo /opt/pkg/include/tcl/library`  DYLD_LIBRARY_PATH=".:/opt/pkg/lib:"  PATH=".:/opt/pkg/lib:/Users/pbulk/build/databases/pgtcl/work/.cwrapper/bin:/Users/pbulk/build/databases/pgtcl/work/.buildlink/bin:/Users/pbulk/build/databases/pgtcl/work/.tools/bin:/opt/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/pkg/bin:/opt/pkg/bin"  TCLLIBPATH="." /opt/pkg/lib/../bin/tclsh8.6