=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for tcl-tclOO-1.0.1nb1 make: Unknown modifier ':' --- tclOO.o --- --- tclOOBasic.o --- --- tclOO.o --- gcc -DHAVE_CONFIG_H -I"." -I"./generic" -I"/usr/pkg/include/tcl/generic" -I"/usr/pkg/include/tcl/unix" -O2 -I/usr/pkg/include -I/usr/include -pipe -pthread -O2 -Wall -fPIC -I/usr/pkg/include -I/usr/include -c `echo ./generic/tclOO.c` -o tclOO.o --- tclOOBasic.o --- gcc -DHAVE_CONFIG_H -I"." -I"./generic" -I"/usr/pkg/include/tcl/generic" -I"/usr/pkg/include/tcl/unix" -O2 -I/usr/pkg/include -I/usr/include -pipe -pthread -O2 -Wall -fPIC -I/usr/pkg/include -I/usr/include -c `echo ./generic/tclOOBasic.c` -o tclOOBasic.o ./generic/tclOOBasic.c: In function 'TclOO_Object_Eval': ./generic/tclOOBasic.c:387:3: warning: implicit declaration of function 'Tcl_GetErrorLine' [-Wimplicit-function-declaration] TclGetString(objnameObj), Tcl_GetErrorLine(interp))); ^ --- tclOO.o --- ./generic/tclOO.c: In function 'Tcl_NewObjectInstance': ./generic/tclOO.c:1581:18: warning: variable 'flags' set but not used [-Wunused-but-set-variable] int result, flags; ^ --- tclOOCall.o --- gcc -DHAVE_CONFIG_H -I"." -I"./generic" -I"/usr/pkg/include/tcl/generic" -I"/usr/pkg/include/tcl/unix" -O2 -I/usr/pkg/include -I/usr/include -pipe -pthread -O2 -Wall -fPIC -I/usr/pkg/include -I/usr/include -c `echo ./generic/tclOOCall.c` -o tclOOCall.o --- tclOODefineCmds.o --- gcc -DHAVE_CONFIG_H -I"." -I"./generic" -I"/usr/pkg/include/tcl/generic" -I"/usr/pkg/include/tcl/unix" -O2 -I/usr/pkg/include -I/usr/include -pipe -pthread -O2 -Wall -fPIC -I/usr/pkg/include -I/usr/include -c `echo ./generic/tclOODefineCmds.c` -o tclOODefineCmds.o --- tclOOInfo.o --- gcc -DHAVE_CONFIG_H -I"." -I"./generic" -I"/usr/pkg/include/tcl/generic" -I"/usr/pkg/include/tcl/unix" -O2 -I/usr/pkg/include -I/usr/include -pipe -pthread -O2 -Wall -fPIC -I/usr/pkg/include -I/usr/include -c `echo ./generic/tclOOInfo.c` -o tclOOInfo.o --- tclOODefineCmds.o --- ./generic/tclOODefineCmds.c: In function 'GenerateErrorInfo': ./generic/tclOODefineCmds.c:778:6: warning: implicit declaration of function 'Tcl_GetErrorLine' [-Wimplicit-function-declaration] (overflow ? "..." : ""), Tcl_GetErrorLine(interp))); ^ --- tclOOMethod.o --- gcc -DHAVE_CONFIG_H -I"." -I"./generic" -I"/usr/pkg/include/tcl/generic" -I"/usr/pkg/include/tcl/unix" -O2 -I/usr/pkg/include -I/usr/include -pipe -pthread -O2 -Wall -fPIC -I/usr/pkg/include -I/usr/include -c `echo ./generic/tclOOMethod.c` -o tclOOMethod.o --- tclOOStubInit.o --- gcc -DHAVE_CONFIG_H -I"." -I"./generic" -I"/usr/pkg/include/tcl/generic" -I"/usr/pkg/include/tcl/unix" -O2 -I/usr/pkg/include -I/usr/include -pipe -pthread -O2 -Wall -fPIC -I/usr/pkg/include -I/usr/include -c `echo ./generic/tclOOStubInit.c` -o tclOOStubInit.o --- tclOOMethod.o --- ./generic/tclOOMethod.c: In function 'TclOOMakeProcInstanceMethod': ./generic/tclOOMethod.c:511:14: error: incompatible types when assigning to type 'union ' from type 'void *' cfPtr->cmd = NULL; ^ ./generic/tclOOMethod.c:512:8: error: 'CmdFrame' has no member named 'len' cfPtr->len = 0; ^ ./generic/tclOOMethod.c: In function 'TclOOMakeProcMethod': ./generic/tclOOMethod.c:624:14: error: incompatible types when assigning to type 'union ' from type 'void *' cfPtr->cmd = NULL; ^ ./generic/tclOOMethod.c:625:8: error: 'CmdFrame' has no member named 'len' cfPtr->len = 0; ^ ./generic/tclOOMethod.c: In function 'InvokeProcedureMethod': ./generic/tclOOMethod.c:713:6: warning: passing argument 4 of 'tclIntStubsPtr->tclObjInterpProcCore' from incompatible pointer type [enabled by default] fdPtr->errProc); ^ ./generic/tclOOMethod.c:713:6: note: expected 'ProcErrorProc' but argument is of type 'void (**)(struct Tcl_Interp *, struct Tcl_Obj *)' ./generic/tclOOMethod.c: In function 'PushMethodCallFrame': ./generic/tclOOMethod.c:768:17: warning: assignment from incompatible pointer type [enabled by default] fdPtr->errProc = ConstructorErrorHandler; ^ ./generic/tclOOMethod.c:772:17: warning: assignment from incompatible pointer type [enabled by default] fdPtr->errProc = DestructorErrorHandler; ^ ./generic/tclOOMethod.c:777:17: warning: assignment from incompatible pointer type [enabled by default] fdPtr->errProc = MethodErrorHandler; ^ ./generic/tclOOMethod.c:855:28: warning: assignment from incompatible pointer type [enabled by default] fdPtr->efi.fields[1].proc = pmPtr->gfivProc; ^ ./generic/tclOOMethod.c: In function 'MethodErrorHandler': ./generic/tclOOMethod.c:1171:6: warning: implicit declaration of function 'Tcl_GetErrorLine' [-Wimplicit-function-declaration] ELLIPSIFY(methodName, nameLen), Tcl_GetErrorLine(interp))); ^ ./generic/tclOOMethod.c: In function 'TclOONewProcInstanceMethodEx': ./generic/tclOOMethod.c:1666:20: warning: assignment from incompatible pointer type [enabled by default] pmPtr->errProc = errProc; ^ ./generic/tclOOMethod.c: In function 'TclOONewProcMethodEx': ./generic/tclOOMethod.c:1706:20: warning: assignment from incompatible pointer type [enabled by default] pmPtr->errProc = errProc; ^ *** [tclOOMethod.o] Error code 1 make: stopped in /scratch/devel/tcl-tclOO/work/TclOO1.0.1 1 error make: stopped in /scratch/devel/tcl-tclOO/work/TclOO1.0.1 *** Error code 2 Stop. make[1]: stopped in /bulk-data/pkgsrc/devel/tcl-tclOO *** Error code 1 Stop. make: stopped in /bulk-data/pkgsrc/devel/tcl-tclOO