=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Building for tcl-tclOO-1.0.1nb1
bmake: Unknown modifier ':'
cc -DHAVE_CONFIG_H  -I"." -I"./generic" -I"/usr/pkg/include/tcl/generic" -I"/usr/pkg/include/tcl/unix"  -O2 -march=i586 -I/usr/pkg/include -I/usr/include -pipe -O2 -Wall -fPIC -I/usr/pkg/include -I/usr/include -c `echo ./generic/tclOO.c` -o tclOO.o
cc -DHAVE_CONFIG_H  -I"." -I"./generic" -I"/usr/pkg/include/tcl/generic" -I"/usr/pkg/include/tcl/unix"  -O2 -march=i586 -I/usr/pkg/include -I/usr/include -pipe -O2 -Wall -fPIC -I/usr/pkg/include -I/usr/include -c `echo ./generic/tclOOBasic.c` -o tclOOBasic.o
./generic/tclOOBasic.c:387:29: warning: implicit declaration of function 'Tcl_GetErrorLine' is invalid in C99 [-Wimplicit-function-declaration]
                TclGetString(objnameObj), Tcl_GetErrorLine(interp)));
                                          ^
1 warning generated.
cc -DHAVE_CONFIG_H  -I"." -I"./generic" -I"/usr/pkg/include/tcl/generic" -I"/usr/pkg/include/tcl/unix"  -O2 -march=i586 -I/usr/pkg/include -I/usr/include -pipe -O2 -Wall -fPIC -I/usr/pkg/include -I/usr/include -c `echo ./generic/tclOOCall.c` -o tclOOCall.o
cc -DHAVE_CONFIG_H  -I"." -I"./generic" -I"/usr/pkg/include/tcl/generic" -I"/usr/pkg/include/tcl/unix"  -O2 -march=i586 -I/usr/pkg/include -I/usr/include -pipe -O2 -Wall -fPIC -I/usr/pkg/include -I/usr/include -c `echo ./generic/tclOODefineCmds.c` -o tclOODefineCmds.o
./generic/tclOODefineCmds.c:778:31: warning: implicit declaration of function 'Tcl_GetErrorLine' is invalid in C99 [-Wimplicit-function-declaration]
            (overflow ? "..." : ""), Tcl_GetErrorLine(interp)));
                                     ^
1 warning generated.
cc -DHAVE_CONFIG_H  -I"." -I"./generic" -I"/usr/pkg/include/tcl/generic" -I"/usr/pkg/include/tcl/unix"  -O2 -march=i586 -I/usr/pkg/include -I/usr/include -pipe -O2 -Wall -fPIC -I/usr/pkg/include -I/usr/include -c `echo ./generic/tclOOInfo.c` -o tclOOInfo.o
cc -DHAVE_CONFIG_H  -I"." -I"./generic" -I"/usr/pkg/include/tcl/generic" -I"/usr/pkg/include/tcl/unix"  -O2 -march=i586 -I/usr/pkg/include -I/usr/include -pipe -O2 -Wall -fPIC -I/usr/pkg/include -I/usr/include -c `echo ./generic/tclOOMethod.c` -o tclOOMethod.o
./generic/tclOOMethod.c:511:14: error: assigning to 'union (anonymous union at /usr/pkgsrc/work/devel/tcl-tclOO/work/.buildlink/include/tcl/generic/tclInt.h:1086:5)' from incompatible type 'void *'
                cfPtr->cmd = NULL;
                           ^ ~~~~
./generic/tclOOMethod.c:512:10: error: no member named 'len' in 'struct CmdFrame'
                cfPtr->len = 0;
                ~~~~~  ^
./generic/tclOOMethod.c:624:14: error: assigning to 'union (anonymous union at /usr/pkgsrc/work/devel/tcl-tclOO/work/.buildlink/include/tcl/generic/tclInt.h:1086:5)' from incompatible type 'void *'
                cfPtr->cmd = NULL;
                           ^ ~~~~
./generic/tclOOMethod.c:625:10: error: no member named 'len' in 'struct CmdFrame'
                cfPtr->len = 0;
                ~~~~~  ^
./generic/tclOOMethod.c:713:6: warning: incompatible pointer types passing 'ProcErrorProc *' (aka 'void (**)(Tcl_Interp *, Tcl_Obj *)') to parameter of type 'ProcErrorProc' (aka 'void (*)(Tcl_Interp *, Tcl_Obj *)'); dereference with * [-Wincompatible-pointer-types]
            fdPtr->errProc);
            ^~~~~~~~~~~~~~
            *
./generic/tclOOMethod.c:768:17: warning: incompatible pointer types assigning to 'ProcErrorProc *' (aka 'void (**)(Tcl_Interp *, Tcl_Obj *)') from 'void (Tcl_Interp *, Tcl_Obj *)' [-Wincompatible-pointer-types]
        fdPtr->errProc = ConstructorErrorHandler;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~
./generic/tclOOMethod.c:772:17: warning: incompatible pointer types assigning to 'ProcErrorProc *' (aka 'void (**)(Tcl_Interp *, Tcl_Obj *)') from 'void (Tcl_Interp *, Tcl_Obj *)' [-Wincompatible-pointer-types]
        fdPtr->errProc = DestructorErrorHandler;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~
./generic/tclOOMethod.c:777:17: warning: incompatible pointer types assigning to 'ProcErrorProc *' (aka 'void (**)(Tcl_Interp *, Tcl_Obj *)') from 'void (Tcl_Interp *, Tcl_Obj *)' [-Wincompatible-pointer-types]
        fdPtr->errProc = MethodErrorHandler;
                       ^ ~~~~~~~~~~~~~~~~~~
./generic/tclOOMethod.c:855:28: warning: incompatible pointer types assigning to 'GetFrameInfoValueProc' (aka 'Tcl_Obj *(*)(ClientData)') from 'GetFrameInfoValueProc *' (aka 'Tcl_Obj *(**)(ClientData)'); dereference with * [-Wincompatible-pointer-types]
        fdPtr->efi.fields[1].proc = pmPtr->gfivProc;
                                  ^ ~~~~~~~~~~~~~~~
                                    *
./generic/tclOOMethod.c:1171:38: warning: implicit declaration of function 'Tcl_GetErrorLine' is invalid in C99 [-Wimplicit-function-declaration]
            ELLIPSIFY(methodName, nameLen), Tcl_GetErrorLine(interp)));
                                            ^
./generic/tclOOMethod.c:1666:20: warning: incompatible pointer types assigning to 'ProcErrorProc *' (aka 'void (**)(Tcl_Interp *, Tcl_Obj *)') from 'ProcErrorProc' (aka 'void (*)(Tcl_Interp *, Tcl_Obj *)'); take the address with & [-Wincompatible-pointer-types]
    pmPtr->errProc = errProc;
                   ^ ~~~~~~~
                     &
./generic/tclOOMethod.c:1706:20: warning: incompatible pointer types assigning to 'ProcErrorProc *' (aka 'void (**)(Tcl_Interp *, Tcl_Obj *)') from 'ProcErrorProc' (aka 'void (*)(Tcl_Interp *, Tcl_Obj *)'); take the address with & [-Wincompatible-pointer-types]
    pmPtr->errProc = errProc;
                   ^ ~~~~~~~
                     &
8 warnings and 4 errors generated.
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/work/devel/tcl-tclOO/work/TclOO1.0.1
*** Error code 1

Stop.
bmake[1]: stopped in /usr/pkgsrc/devel/tcl-tclOO
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/devel/tcl-tclOO