===> Building for pioneers-15.6nb19 ./install-sh -c -d common printf '#define FULL_VERSION "15.6' > common/version.new if svn info > /dev/null 2>&1; then \ svn info | \ /opt/pkg/bin/nawk '$1 == "Revision:" { printf ".r%s", $2 }' \ >> common/version.new ;\ if svn status | /usr/bin/grep -vq ^\? ; then \ printf '.M' >> common/version.new ;\ fi ;\ fi printf '"\n' >> common/version.new if diff common/version.h common/version.new > /dev/null 2>&1; then \ rm common/version.new ;\ else \ mv common/version.new common/version.h ;\ fi /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/games/pioneers/work/pioneers-15.6' Making all in client/help gmake[2]: Entering directory '/Users/pbulk/build/games/pioneers/work/pioneers-15.6/client/help' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/Users/pbulk/build/games/pioneers/work/pioneers-15.6/client/help' Making all in po gmake[2]: Entering directory '/Users/pbulk/build/games/pioneers/work/pioneers-15.6/po' file=`echo af | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file af.po file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file ca.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file de.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file en_GB.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file es.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file fr.po file=`echo gl | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file gl.po file=`echo hu | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file hu.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file it.po file=`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file ja.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file nl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file pt.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file sk.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file sv.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/games/pioneers/work/.tools/bin/msgfmt -o $file zh_CN.po gmake[2]: Leaving directory '/Users/pbulk/build/games/pioneers/work/pioneers-15.6/po' gmake[2]: Entering directory '/Users/pbulk/build/games/pioneers/work/pioneers-15.6' clang -DHAVE_CONFIG_H -I. -I./client -I./client/common -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DINTEGRATE_GENETIC_ALGORITHM -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT client/ai/pioneersai-ai.o -MD -MP -MF client/ai/.deps/pioneersai-ai.Tpo -c -o client/ai/pioneersai-ai.o `test -f 'client/ai/ai.c' || echo './'`client/ai/ai.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] client/ai/ai.c:144:2: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations] g_type_init(); ^ /Users/pbulk/build/games/pioneers/work/.buildlink/include/glib-2.0/gobject/gtype.h:736:1: note: 'g_type_init' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_36 ^ /Users/pbulk/build/games/pioneers/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:207:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_36' #define GOBJECT_DEPRECATED_IN_2_36 GOBJECT_DEPRECATED ^ /Users/pbulk/build/games/pioneers/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/games/pioneers/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 1 warning generated. mv -f client/ai/.deps/pioneersai-ai.Tpo client/ai/.deps/pioneersai-ai.Po clang -DHAVE_CONFIG_H -I. -I./client -I./client/common -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DINTEGRATE_GENETIC_ALGORITHM -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT client/ai/pioneersai-genetic.o -MD -MP -MF client/ai/.deps/pioneersai-genetic.Tpo -c -o client/ai/pioneersai-genetic.o `test -f 'client/ai/genetic.c' || echo './'`client/ai/genetic.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f client/ai/.deps/pioneersai-genetic.Tpo client/ai/.deps/pioneersai-genetic.Po clang -DHAVE_CONFIG_H -I. -I./client -I./client/common -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DINTEGRATE_GENETIC_ALGORITHM -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT client/ai/pioneersai-genetic_core.o -MD -MP -MF client/ai/.deps/pioneersai-genetic_core.Tpo -c -o client/ai/pioneersai-genetic_core.o `test -f 'client/ai/genetic_core.c' || echo './'`client/ai/genetic_core.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f client/ai/.deps/pioneersai-genetic_core.Tpo client/ai/.deps/pioneersai-genetic_core.Po clang -DHAVE_CONFIG_H -I. -I./client -I./client/common -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DINTEGRATE_GENETIC_ALGORITHM -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT client/ai/pioneersai-greedy.o -MD -MP -MF client/ai/.deps/pioneersai-greedy.Tpo -c -o client/ai/pioneersai-greedy.o `test -f 'client/ai/greedy.c' || echo './'`client/ai/greedy.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f client/ai/.deps/pioneersai-greedy.Tpo client/ai/.deps/pioneersai-greedy.Po clang -DHAVE_CONFIG_H -I. -I./client -I./client/common -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DINTEGRATE_GENETIC_ALGORITHM -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT client/ai/pioneersai-lobbybot.o -MD -MP -MF client/ai/.deps/pioneersai-lobbybot.Tpo -c -o client/ai/pioneersai-lobbybot.o `test -f 'client/ai/lobbybot.c' || echo './'`client/ai/lobbybot.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f client/ai/.deps/pioneersai-lobbybot.Tpo client/ai/.deps/pioneersai-lobbybot.Po clang -DHAVE_CONFIG_H -I. -I./client -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT client/common/libpioneersclient_a-build.o -MD -MP -MF client/common/.deps/libpioneersclient_a-build.Tpo -c -o client/common/libpioneersclient_a-build.o `test -f 'client/common/build.c' || echo './'`client/common/build.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f client/common/.deps/libpioneersclient_a-build.Tpo client/common/.deps/libpioneersclient_a-build.Po clang -DHAVE_CONFIG_H -I. -I./client -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT client/common/libpioneersclient_a-callback.o -MD -MP -MF client/common/.deps/libpioneersclient_a-callback.Tpo -c -o client/common/libpioneersclient_a-callback.o `test -f 'client/common/callback.c' || echo './'`client/common/callback.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f client/common/.deps/libpioneersclient_a-callback.Tpo client/common/.deps/libpioneersclient_a-callback.Po clang -DHAVE_CONFIG_H -I. -I./client -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT client/common/libpioneersclient_a-client.o -MD -MP -MF client/common/.deps/libpioneersclient_a-client.Tpo -c -o client/common/libpioneersclient_a-client.o `test -f 'client/common/client.c' || echo './'`client/common/client.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f client/common/.deps/libpioneersclient_a-client.Tpo client/common/.deps/libpioneersclient_a-client.Po clang -DHAVE_CONFIG_H -I. -I./client -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT client/common/libpioneersclient_a-develop.o -MD -MP -MF client/common/.deps/libpioneersclient_a-develop.Tpo -c -o client/common/libpioneersclient_a-develop.o `test -f 'client/common/develop.c' || echo './'`client/common/develop.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f client/common/.deps/libpioneersclient_a-develop.Tpo client/common/.deps/libpioneersclient_a-develop.Po clang -DHAVE_CONFIG_H -I. -I./client -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT client/common/libpioneersclient_a-main.o -MD -MP -MF client/common/.deps/libpioneersclient_a-main.Tpo -c -o client/common/libpioneersclient_a-main.o `test -f 'client/common/main.c' || echo './'`client/common/main.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f client/common/.deps/libpioneersclient_a-main.Tpo client/common/.deps/libpioneersclient_a-main.Po clang -DHAVE_CONFIG_H -I. -I./client -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT client/common/libpioneersclient_a-player.o -MD -MP -MF client/common/.deps/libpioneersclient_a-player.Tpo -c -o client/common/libpioneersclient_a-player.o `test -f 'client/common/player.c' || echo './'`client/common/player.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f client/common/.deps/libpioneersclient_a-player.Tpo client/common/.deps/libpioneersclient_a-player.Po clang -DHAVE_CONFIG_H -I. -I./client -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT client/common/libpioneersclient_a-resource.o -MD -MP -MF client/common/.deps/libpioneersclient_a-resource.Tpo -c -o client/common/libpioneersclient_a-resource.o `test -f 'client/common/resource.c' || echo './'`client/common/resource.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f client/common/.deps/libpioneersclient_a-resource.Tpo client/common/.deps/libpioneersclient_a-resource.Po clang -DHAVE_CONFIG_H -I. -I./client -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT client/common/libpioneersclient_a-robber.o -MD -MP -MF client/common/.deps/libpioneersclient_a-robber.Tpo -c -o client/common/libpioneersclient_a-robber.o `test -f 'client/common/robber.c' || echo './'`client/common/robber.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f client/common/.deps/libpioneersclient_a-robber.Tpo client/common/.deps/libpioneersclient_a-robber.Po clang -DHAVE_CONFIG_H -I. -I./client -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT client/common/libpioneersclient_a-setup.o -MD -MP -MF client/common/.deps/libpioneersclient_a-setup.Tpo -c -o client/common/libpioneersclient_a-setup.o `test -f 'client/common/setup.c' || echo './'`client/common/setup.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f client/common/.deps/libpioneersclient_a-setup.Tpo client/common/.deps/libpioneersclient_a-setup.Po clang -DHAVE_CONFIG_H -I. -I./client -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT client/common/libpioneersclient_a-stock.o -MD -MP -MF client/common/.deps/libpioneersclient_a-stock.Tpo -c -o client/common/libpioneersclient_a-stock.o `test -f 'client/common/stock.c' || echo './'`client/common/stock.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f client/common/.deps/libpioneersclient_a-stock.Tpo client/common/.deps/libpioneersclient_a-stock.Po clang -DHAVE_CONFIG_H -I. -I./client -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT client/common/libpioneersclient_a-turn.o -MD -MP -MF client/common/.deps/libpioneersclient_a-turn.Tpo -c -o client/common/libpioneersclient_a-turn.o `test -f 'client/common/turn.c' || echo './'`client/common/turn.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f client/common/.deps/libpioneersclient_a-turn.Tpo client/common/.deps/libpioneersclient_a-turn.Po rm -f libpioneersclient.a ar cr libpioneersclient.a client/common/libpioneersclient_a-build.o client/common/libpioneersclient_a-callback.o client/common/libpioneersclient_a-client.o client/common/libpioneersclient_a-develop.o client/common/libpioneersclient_a-main.o client/common/libpioneersclient_a-player.o client/common/libpioneersclient_a-resource.o client/common/libpioneersclient_a-robber.o client/common/libpioneersclient_a-setup.o client/common/libpioneersclient_a-stock.o client/common/libpioneersclient_a-turn.o ranlib libpioneersclient.a clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-buildrec.o -MD -MP -MF common/.deps/libpioneers_a-buildrec.Tpo -c -o common/libpioneers_a-buildrec.o `test -f 'common/buildrec.c' || echo './'`common/buildrec.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-buildrec.Tpo common/.deps/libpioneers_a-buildrec.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-cards.o -MD -MP -MF common/.deps/libpioneers_a-cards.Tpo -c -o common/libpioneers_a-cards.o `test -f 'common/cards.c' || echo './'`common/cards.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-cards.Tpo common/.deps/libpioneers_a-cards.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-common_glib.o -MD -MP -MF common/.deps/libpioneers_a-common_glib.Tpo -c -o common/libpioneers_a-common_glib.o `test -f 'common/common_glib.c' || echo './'`common/common_glib.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-common_glib.Tpo common/.deps/libpioneers_a-common_glib.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-cost.o -MD -MP -MF common/.deps/libpioneers_a-cost.Tpo -c -o common/libpioneers_a-cost.o `test -f 'common/cost.c' || echo './'`common/cost.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-cost.Tpo common/.deps/libpioneers_a-cost.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-deck.o -MD -MP -MF common/.deps/libpioneers_a-deck.Tpo -c -o common/libpioneers_a-deck.o `test -f 'common/deck.c' || echo './'`common/deck.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-deck.Tpo common/.deps/libpioneers_a-deck.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-driver.o -MD -MP -MF common/.deps/libpioneers_a-driver.Tpo -c -o common/libpioneers_a-driver.o `test -f 'common/driver.c' || echo './'`common/driver.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-driver.Tpo common/.deps/libpioneers_a-driver.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-game.o -MD -MP -MF common/.deps/libpioneers_a-game.Tpo -c -o common/libpioneers_a-game.o `test -f 'common/game.c' || echo './'`common/game.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-game.Tpo common/.deps/libpioneers_a-game.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-game-list.o -MD -MP -MF common/.deps/libpioneers_a-game-list.Tpo -c -o common/libpioneers_a-game-list.o `test -f 'common/game-list.c' || echo './'`common/game-list.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-game-list.Tpo common/.deps/libpioneers_a-game-list.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-gettext.o -MD -MP -MF common/.deps/libpioneers_a-gettext.Tpo -c -o common/libpioneers_a-gettext.o `test -f 'common/gettext.c' || echo './'`common/gettext.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-gettext.Tpo common/.deps/libpioneers_a-gettext.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-log.o -MD -MP -MF common/.deps/libpioneers_a-log.Tpo -c -o common/libpioneers_a-log.o `test -f 'common/log.c' || echo './'`common/log.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-log.Tpo common/.deps/libpioneers_a-log.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-map.o -MD -MP -MF common/.deps/libpioneers_a-map.Tpo -c -o common/libpioneers_a-map.o `test -f 'common/map.c' || echo './'`common/map.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-map.Tpo common/.deps/libpioneers_a-map.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-map_query.o -MD -MP -MF common/.deps/libpioneers_a-map_query.Tpo -c -o common/libpioneers_a-map_query.o `test -f 'common/map_query.c' || echo './'`common/map_query.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-map_query.Tpo common/.deps/libpioneers_a-map_query.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-network.o -MD -MP -MF common/.deps/libpioneers_a-network.Tpo -c -o common/libpioneers_a-network.o `test -f 'common/network.c' || echo './'`common/network.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-network.Tpo common/.deps/libpioneers_a-network.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-notifying-string.o -MD -MP -MF common/.deps/libpioneers_a-notifying-string.Tpo -c -o common/libpioneers_a-notifying-string.o `test -f 'common/notifying-string.c' || echo './'`common/notifying-string.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] notifying-string.c:124:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] o->_priv = G_TYPE_INSTANCE_GET_PRIVATE(o,NOTIFYING_TYPE_STRING,NotifyingStringPrivate); ^ /Users/pbulk/build/games/pioneers/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/games/pioneers/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/games/pioneers/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/games/pioneers/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :100:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ notifying-string.c:136:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private(c,sizeof(NotifyingStringPrivate)); ^ /Users/pbulk/build/games/pioneers/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/games/pioneers/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/games/pioneers/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/games/pioneers/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 2 warnings generated. mv -f common/.deps/libpioneers_a-notifying-string.Tpo common/.deps/libpioneers_a-notifying-string.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-quoteinfo.o -MD -MP -MF common/.deps/libpioneers_a-quoteinfo.Tpo -c -o common/libpioneers_a-quoteinfo.o `test -f 'common/quoteinfo.c' || echo './'`common/quoteinfo.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-quoteinfo.Tpo common/.deps/libpioneers_a-quoteinfo.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-random.o -MD -MP -MF common/.deps/libpioneers_a-random.Tpo -c -o common/libpioneers_a-random.o `test -f 'common/random.c' || echo './'`common/random.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-random.Tpo common/.deps/libpioneers_a-random.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-set.o -MD -MP -MF common/.deps/libpioneers_a-set.Tpo -c -o common/libpioneers_a-set.o `test -f 'common/set.c' || echo './'`common/set.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-set.Tpo common/.deps/libpioneers_a-set.Po clang -DHAVE_CONFIG_H -I. -I./common -I./common -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DDATADIR=\""/opt/pkg/share"\" -DTHEMEDIR=\""/opt/pkg/share/games/pioneers/themes"\" -DLOCALEDIR=\""/opt/pkg/share/locale"\" -DPIONEERS_DIR_DEFAULT=\""/opt/pkg/share/games/pioneers"\" -DPIONEERS_SERVER_CONSOLE_PROGRAM_NAME=\""pioneers-server-console"\" -DPIONEERS_SERVER_GTK_PROGRAM_NAME=\""pioneers-server-gtk"\" -DPIONEERS_CLIENT_GTK_PROGRAM_NAME=\""pioneers"\" -DPIONEERS_AI_PROGRAM_NAME=\""pioneersai"\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT common/libpioneers_a-state.o -MD -MP -MF common/.deps/libpioneers_a-state.Tpo -c -o common/libpioneers_a-state.o `test -f 'common/state.c' || echo './'`common/state.c clang: warning: -Wl,--as-needed: 'linker' input unused [-Wunused-command-line-argument] mv -f common/.deps/libpioneers_a-state.Tpo common/.deps/libpioneers_a-state.Po rm -f libpioneers.a ar cr libpioneers.a common/libpioneers_a-buildrec.o common/libpioneers_a-cards.o common/libpioneers_a-common_glib.o common/libpioneers_a-cost.o common/libpioneers_a-deck.o common/libpioneers_a-driver.o common/libpioneers_a-game.o common/libpioneers_a-game-list.o common/libpioneers_a-gettext.o common/libpioneers_a-log.o common/libpioneers_a-map.o common/libpioneers_a-map_query.o common/libpioneers_a-network.o common/libpioneers_a-notifying-string.o common/libpioneers_a-quoteinfo.o common/libpioneers_a-random.o common/libpioneers_a-set.o common/libpioneers_a-state.o ranlib libpioneers.a /opt/pkg/bin/mksh ./libtool --tag=CC --mode=link clang -Wl,--as-needed -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -L/opt/pkg/lib -o pioneersai client/ai/pioneersai-ai.o client/ai/pioneersai-genetic.o client/ai/pioneersai-genetic_core.o client/ai/pioneersai-greedy.o client/ai/pioneersai-lobbybot.o libpioneersclient.a libpioneers.a ./common/libpioneers_a-driver.o -L/opt/pkg/lib -lglib-2.0 -lintl -L/opt/pkg/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -L/opt/pkg/lib -lgobject-2.0 -lglib-2.0 -lintl libtool: link: clang -Wl,--as-needed -pipe -Os -I/Users/pbulk/build/games/pioneers/work/.buildlink/include/glib-2.0 -I/Users/pbulk/build/games/pioneers/work/.buildlink/include/gio-unix-2.0 -I/Users/pbulk/build/games/pioneers/work/.buildlink/lib/glib-2.0/include -I/Users/pbulk/build/games/pioneers/work/.buildlink/include -I/Users/pbulk/build/games/pioneers/work/.buildlink/include/freetype2 -I/Users/pbulk/build/games/pioneers/work/.buildlink/include/harfbuzz -o pioneersai client/ai/pioneersai-ai.o client/ai/pioneersai-genetic.o client/ai/pioneersai-genetic_core.o client/ai/pioneersai-greedy.o client/ai/pioneersai-lobbybot.o ./common/libpioneers_a-driver.o -L/Users/pbulk/build/games/pioneers/work/.buildlink/lib libpioneersclient.a libpioneers.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 /Users/pbulk/build/games/pioneers/work/.buildlink/lib/libintl.dylib /Users/pbulk/build/games/pioneers/work/.buildlink/lib/libiconv.dylib ld: unknown option: --as-needed clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[2]: *** [Makefile:2326: pioneersai] Error 1 gmake[2]: Leaving directory '/Users/pbulk/build/games/pioneers/work/pioneers-15.6' gmake[1]: *** [Makefile:4245: all-recursive] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/games/pioneers/work/pioneers-15.6' gmake: *** [Makefile:1864: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/games/pioneers *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/games/pioneers