=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for ppmd-9.1 --- PPMd.o --- --- Model.o --- --- PPMd.o --- clang++ -fno-exceptions -fno-rtti -pedantic -Wall -Wno-unknown-pragmas -Wno-sign-compare -Wno-conversion -g -c PPMd.cpp --- Model.o --- clang++ -fno-exceptions -fno-rtti -pedantic -Wall -Wno-unknown-pragmas -Wno-sign-compare -Wno-conversion -g -c Model.cpp In file included from Model.cpp:11: ./SubAlloc.hpp:34:10: warning: unused variable 'PrefetchByte' [-Wunused-variable] BYTE PrefetchByte = *(volatile BYTE*) Addr; ^ --- PPMd.o --- PPMd.cpp:261:52: warning: format string is not a string literal (potentially insecure) [-Wformat-security] case 0x1B: case 'Q': printf(MTxt[3]); exit(-1); ^~~~~~~ PPMd.cpp:261:52: note: treat the string as an argument to avoid this case 0x1B: case 'Q': printf(MTxt[3]); exit(-1); ^ "%s", PPMd.cpp:274:16: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(MTxt[2]); exit(-1); ^~~~~~~ PPMd.cpp:274:16: note: treat the string as an argument to avoid this printf(MTxt[2]); exit(-1); ^ "%s", PPMd.cpp:364:66: error: no matching literal operator for call to 'operator""__DATE__' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template printf("Fast PPMII compressor for textual data, variant %c, "__DATE__"\n",char(Variant)); ^ PPMd.cpp:388:32: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(MTxt[2]); return -1; ^~~~~~~ PPMd.cpp:388:32: note: treat the string as an argument to avoid this printf(MTxt[2]); return -1; ^ "%s", 3 warnings and 1 error generated. *** [PPMd.o] Error code 1 bmake: stopped in /var/pkgsrc/work/archivers/ppmd/work --- Model.o --- 1 warning generated. 1 error bmake: stopped in /var/pkgsrc/work/archivers/ppmd/work *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/archivers/ppmd *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/archivers/ppmd