=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for hex-a-hop-1.1.0nb5 --- all-recursive --- Making all in src --- config.h --- --- all --- /opt/pkg/bin/bmake all-am --- gfx.o --- --- hex_puzzzle.o --- --- i18n.o --- clang++ -DHAVE_CONFIG_H -I. -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -g -Wall -DUSE_GETTEXT -DDATADIR=\""/opt/pkg/share/hex-a-hop"\" -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -g -Wall -DUSE_GETTEXT -DDATADIR=\""/opt/pkg/share/hex-a-hop"\" -MT i18n.o -MD -MP -MF .deps/i18n.Tpo -c -o i18n.o i18n.cpp --- gfx.o --- clang++ -DHAVE_CONFIG_H -I. -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -g -Wall -DUSE_GETTEXT -DDATADIR=\""/opt/pkg/share/hex-a-hop"\" -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -g -Wall -DUSE_GETTEXT -DDATADIR=\""/opt/pkg/share/hex-a-hop"\" -MT gfx.o -MD -MP -MF .deps/gfx.Tpo -c -o gfx.o gfx.cpp --- hex_puzzzle.o --- clang++ -DHAVE_CONFIG_H -I. -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -g -Wall -DUSE_GETTEXT -DDATADIR=\""/opt/pkg/share/hex-a-hop"\" -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -g -Wall -DUSE_GETTEXT -DDATADIR=\""/opt/pkg/share/hex-a-hop"\" -MT hex_puzzzle.o -MD -MP -MF .deps/hex_puzzzle.Tpo -c -o hex_puzzzle.o hex_puzzzle.cpp --- i18n.o --- mv -f .deps/i18n.Tpo .deps/i18n.Po --- sfx.o --- clang++ -DHAVE_CONFIG_H -I. -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -g -Wall -DUSE_GETTEXT -DDATADIR=\""/opt/pkg/share/hex-a-hop"\" -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -g -Wall -DUSE_GETTEXT -DDATADIR=\""/opt/pkg/share/hex-a-hop"\" -MT sfx.o -MD -MP -MF .deps/sfx.Tpo -c -o sfx.o sfx.cpp --- gfx.o --- mv -f .deps/gfx.Tpo .deps/gfx.Po --- system-directory.o --- clang -DHAVE_CONFIG_H -I. -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -MT system-directory.o -MD -MP -MF .deps/system-directory.Tpo -c -o system-directory.o system-directory.c --- hex_puzzzle.o --- hex_puzzzle.cpp:105:28: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size] strncat(save_path, "/", sizeof(save_path)); ^~~~~~~~~~~~~~~~~ hex_puzzzle.cpp:105:28: note: change the argument to be the free space in the destination buffer minus the terminating null byte strncat(save_path, "/", sizeof(save_path)); ^~~~~~~~~~~~~~~~~ sizeof(save_path) - strlen(save_path) - 1 hex_puzzzle.cpp:1003:30: warning: explicitly assigning value of variable of type 'double' to itself [-Wself-assign] if (mode & 1) f=1-f; else f=f; ~^~ hex_puzzzle.cpp:1031:7: warning: 'LaserRender::Render' hides overloaded virtual function [-Woverloaded-virtual] void Render(RenderObject* /*r*/, double /*time*/) ^ hex_puzzzle.cpp:427:15: note: hidden overloaded virtual function 'RenderStage::Render' declared here: different number of parameters (3 vs 2) virtual void Render(RenderObject* r, double time, bool reflect) = 0; ^ hex_puzzzle.cpp:1264:18: warning: assigning field to itself [-Wself-assign-field] if (f==1) dead = this->dead; ^ hex_puzzzle.cpp:3263:7: warning: unused variable 'playerStartPos' [-Wunused-variable] Pos playerStartPos = player; ^ hex_puzzzle.cpp:234:11: warning: unused variable 'colours' [-Wunused-const-variable] const int colours[] = { ^ --- sfx.o --- mv -f .deps/sfx.Tpo .deps/sfx.Po --- system-relative.o --- --- system-directory.o --- mv -f .deps/system-directory.Tpo .deps/system-directory.Po --- system-relative.o --- clang -DHAVE_CONFIG_H -I. -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -MT system-relative.o -MD -MP -MF .deps/system-relative.Tpo -c -o system-relative.o system-relative.c --- text.o --- clang++ -DHAVE_CONFIG_H -I. -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -g -Wall -DUSE_GETTEXT -DDATADIR=\""/opt/pkg/share/hex-a-hop"\" -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -g -Wall -DUSE_GETTEXT -DDATADIR=\""/opt/pkg/share/hex-a-hop"\" -MT text.o -MD -MP -MF .deps/text.Tpo -c -o text.o text.cpp --- system-relative.o --- system-relative.c:167:2: warning: "Not supported." [-W#warnings] #warning "Not supported." ^ system-relative.c:196:2: warning: "Not supported." [-W#warnings] #warning "Not supported." ^ 2 warnings generated. mv -f .deps/system-relative.Tpo .deps/system-relative.Po --- dat2bmp.o --- clang -DHAVE_CONFIG_H -I. -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -MT dat2bmp.o -MD -MP -MF .deps/dat2bmp.Tpo -c -o dat2bmp.o `test -f 'tools/dat2bmp.c' || echo './'`tools/dat2bmp.c mv -f .deps/dat2bmp.Tpo .deps/dat2bmp.Po --- bmp2dat.o --- clang -DHAVE_CONFIG_H -I. -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/freetype2 -MT bmp2dat.o -MD -MP -MF .deps/bmp2dat.Tpo -c -o bmp2dat.o `test -f 'tools/bmp2dat.c' || echo './'`tools/bmp2dat.c --- text.o --- text.cpp:450:2: error: unknown type name 'iconv_t' iconv_t cd = iconv_open("UTF-8", locale_enc); ^ text.cpp:450:15: error: use of undeclared identifier 'iconv_open' iconv_t cd = iconv_open("UTF-8", locale_enc); ^ 2 errors generated. *** [text.o] Error code 1 bmake[2]: stopped in /Users/pbulk/build/games/hex-a-hop/work/hex-a-hop-1.1.0/src --- bmp2dat.o --- mv -f .deps/bmp2dat.Tpo .deps/bmp2dat.Po --- hex_puzzzle.o --- 6 warnings generated. mv -f .deps/hex_puzzzle.Tpo .deps/hex_puzzzle.Po 1 error bmake[2]: stopped in /Users/pbulk/build/games/hex-a-hop/work/hex-a-hop-1.1.0/src *** [all] Error code 2 bmake[1]: stopped in /Users/pbulk/build/games/hex-a-hop/work/hex-a-hop-1.1.0/src 1 error bmake[1]: stopped in /Users/pbulk/build/games/hex-a-hop/work/hex-a-hop-1.1.0/src *** [all-recursive] Error code 1 bmake: stopped in /Users/pbulk/build/games/hex-a-hop/work/hex-a-hop-1.1.0 1 error bmake: stopped in /Users/pbulk/build/games/hex-a-hop/work/hex-a-hop-1.1.0 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/games/hex-a-hop *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/games/hex-a-hop