=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/games/freeciv-server", "all", "PYTHON_VERSION_REQD=313", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for freeciv-server-2.6.5nb17 Making all in gen_headers gmake[1]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/gen_headers' /opt/local/bin/gmake all-am gmake[2]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/gen_headers' gmake[2]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/gen_headers' gmake[1]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/gen_headers' Making all in dependencies gmake[1]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies' Making all in lua-5.3 gmake[2]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/lua-5.3' Making all in src gmake[3]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/lua-5.3/src' CC lapi.lo CC lauxlib.lo CC lbaselib.lo CC lbitlib.lo CC lcode.lo CC lcorolib.lo CC lctype.lo CC ldblib.lo CC ldebug.lo CC ldo.lo CC ldump.lo CC lfunc.lo CC lgc.lo CC linit.lo CC liolib.lo CC llex.lo CC lmathlib.lo CC lmem.lo CC loadlib.lo CC lobject.lo CC lopcodes.lo CC loslib.lo CC lparser.lo CC lstate.lo CC lstring.lo CC lstrlib.lo CC ltable.lo CC ltablib.lo CC ltm.lo CC lundump.lo CC lutf8lib.lo CC lvm.lo CC lzio.lo CCLD liblua.la gmake[3]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/lua-5.3/src' gmake[3]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/lua-5.3' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/lua-5.3' gmake[2]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/lua-5.3' Making all in tolua-5.2 gmake[2]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/tolua-5.2' Making all in src gmake[3]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/tolua-5.2/src' Making all in lib gmake[4]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/tolua-5.2/src/lib' CC tolua_event.lo CC tolua_is.lo CC tolua_map.lo tolua_event.c: In function 'class_gc_event': tolua_event.c:397:9: warning: pointer 'u' used after 'free' [-Wuse-after-free] 397 | tolua_release(L,u); /* unmap from tolua tables */ | ^~~~~~~~~~~~~~~~~~ tolua_event.c:396:9: note: call to 'free' here 396 | free(u); | ^~~~~~~ CC tolua_push.lo CC tolua_to.lo CCLD libtolua.la gmake[4]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/tolua-5.2/src/lib' Making all in bin gmake[4]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/tolua-5.2/src/bin' CC tolua.o CC toluabind.o CCLD tolua gmake[4]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/tolua-5.2/src/bin' gmake[4]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/tolua-5.2/src' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/tolua-5.2/src' gmake[3]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/tolua-5.2/src' gmake[3]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/tolua-5.2' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/tolua-5.2' gmake[2]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/tolua-5.2' Making all in cvercmp gmake[2]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/cvercmp' CC cvercmp.lo CCLD libcvercmp.la gmake[2]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies/cvercmp' gmake[2]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies' gmake[1]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/dependencies' Making all in utility gmake[1]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/utility' /opt/local/bin/gmake all-am gmake[2]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/utility' CC astring.lo CC bitvector.lo CC capability.lo CC deprecations.lo CC distribute.lo CC fc_cmdline.lo CC fc_utf8.lo CC fcbacktrace.lo CC fciconv.lo CC fcintl.lo CC fcthread.lo CC genhash.lo CC genlist.lo CC inputfile.lo CC ioz.lo CC iterator.lo CC log.lo CC mem.lo CC netfile.lo CC netintf.lo CC rand.lo netfile.c: In function 'netfile_add_form_str': netfile.c:198:3: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 198 | curl_formadd(&post->first, &post->last, | ^~~~~~~~~~~~ In file included from netfile.c:18: /tmp/work/games/freeciv-server/work/.buildlink/include/curl/curl.h:2662:1: note: declared here 2662 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ netfile.c:199:16: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 199 | CURLFORM_COPYNAME, name, | ^~~~~~~~~~~~~~~~~ /tmp/work/games/freeciv-server/work/.buildlink/include/curl/curl.h:2587:3: note: declared here 2587 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ netfile.c:200:16: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 200 | CURLFORM_COPYCONTENTS, val, | ^~~~~~~~~~~~~~~~~~~~~ /tmp/work/games/freeciv-server/work/.buildlink/include/curl/curl.h:2590:3: note: declared here 2590 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ netfile.c: In function 'netfile_close_post': netfile.c:221:3: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations] 221 | curl_formfree(post->first); | ^~~~~~~~~~~~~ /tmp/work/games/freeciv-server/work/.buildlink/include/curl/curl.h:2698:1: note: declared here 2698 | curl_formfree(struct curl_httppost *form); | ^~~~~~~~~~~~~ netfile.c: In function 'netfile_send_post': netfile.c:251:3: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 251 | curl_easy_setopt(handle, CURLOPT_HTTPPOST, post->first); | ^~~~~~~~~~~~~~~~ /tmp/work/games/freeciv-server/work/.buildlink/include/curl/curl.h:1248:21: note: declared here 1248 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~ /tmp/work/games/freeciv-server/work/.buildlink/include/curl/curl.h:1133:44: note: in definition of macro 'CURLOPTDEPRECATED' 1133 | #define CURLOPTDEPRECATED(na, t, nu, v, m) na CURL_DEPRECATED(v, m) \ | ^~ /tmp/work/games/freeciv-server/work/.buildlink/include/curl/curl.h:55:7: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 55 | _Pragma("GCC diagnostic pop") | ^~~~~~~ /tmp/work/games/freeciv-server/work/.buildlink/include/curl/typecheck-gcc.h:47:7: note: in expansion of macro 'CURL_IGNORE_DEPRECATION' 47 | CURL_IGNORE_DEPRECATION( \ | ^~~~~~~~~~~~~~~~~~~~~~~ netfile.c:251:3: note: in expansion of macro 'curl_easy_setopt' 251 | curl_easy_setopt(handle, CURLOPT_HTTPPOST, post->first); | ^~~~~~~~~~~~~~~~ /tmp/work/games/freeciv-server/work/.buildlink/include/curl/curl.h:1248:21: note: declared here 1248 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~ /tmp/work/games/freeciv-server/work/.buildlink/include/curl/curl.h:1133:44: note: in definition of macro 'CURLOPTDEPRECATED' 1133 | #define CURLOPTDEPRECATED(na, t, nu, v, m) na CURL_DEPRECATED(v, m) \ | ^~ netfile.c: In function 'netfile_download_file_core': /tmp/work/games/freeciv-server/work/.buildlink/include/curl/typecheck-gcc.h:50:13: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | Wcurl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/games/freeciv-server/work/.buildlink/include/curl/curl.h:54:7: note: in definition of macro 'CURL_IGNORE_DEPRECATION' 54 | statements \ | ^~~~~~~~~~ netfile.c:109:3: note: in expansion of macro 'curl_easy_setopt' 109 | curl_easy_setopt(handle, CURLOPT_FAILONERROR, 1); | ^~~~~~~~~~~~~~~~ CC randseed.lo CC registry.lo CC registry_ini.lo CC registry_xml.lo CC section_file.lo CC shared.lo CC string_vector.lo CC support.lo CC timing.lo CC md5.lo CCLD libcivutility.la gmake[2]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/utility' gmake[1]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/utility' Making all in common gmake[1]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/common' cd . && ./generate_packets.py /tmp/work/games/freeciv-server/work/freeciv-2.6.5/common/./generate_packets.py:121: SyntaxWarning: invalid escape sequence '\(' mo=re.search("^(.*)\((.*)\)$",type) /tmp/work/games/freeciv-server/work/freeciv-2.6.5/common/./generate_packets.py:126: SyntaxWarning: invalid escape sequence '\D' mo=re.search("^(\D+)(\d+)$",typeinfo["dataio_type"]) /tmp/work/games/freeciv-server/work/freeciv-2.6.5/common/./generate_packets.py:178: SyntaxWarning: invalid escape sequence '\(' mo=re.search("^add-cap\((.*)\)$",i) /tmp/work/games/freeciv-server/work/freeciv-2.6.5/common/./generate_packets.py:182: SyntaxWarning: invalid escape sequence '\(' mo=re.search("^remove-cap\((.*)\)$",i) /tmp/work/games/freeciv-server/work/freeciv-2.6.5/common/./generate_packets.py:1028: SyntaxWarning: invalid escape sequence '\s' mo=re.search("^\s*(\S+)\s*=\s*(\d+)\s*;\s*(.*?)\s*$",lines[0]) /tmp/work/games/freeciv-server/work/freeciv-2.6.5/common/./generate_packets.py:1099: SyntaxWarning: invalid escape sequence '\(' mo=re.search("^cancel\((.*)\)$",i) /tmp/work/games/freeciv-server/work/freeciv-2.6.5/common/./generate_packets.py:1616: SyntaxWarning: invalid escape sequence '\s' lines=map(lambda x: re.sub("\s*#.*$","",x),lines) /tmp/work/games/freeciv-server/work/freeciv-2.6.5/common/./generate_packets.py:1617: SyntaxWarning: invalid escape sequence '\s' lines=map(lambda x: re.sub("\s*//.*$","",x),lines) /tmp/work/games/freeciv-server/work/freeciv-2.6.5/common/./generate_packets.py:1618: SyntaxWarning: invalid escape sequence '\s' lines=filter(lambda x:not re.search("^\s*$",x),lines) /tmp/work/games/freeciv-server/work/freeciv-2.6.5/common/./generate_packets.py:1622: SyntaxWarning: invalid escape sequence '\s' mo=re.search("^type\s+(\S+)\s*=\s*(.+)\s*$",i) touch packets_generate /opt/local/bin/gmake all-recursive gmake[2]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/common' Making all in aicore gmake[3]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/common/aicore' CC aisupport.lo CC path_finding.lo CC pf_tools.lo CC cm.lo CC citymap.lo CC caravan.lo CCLD libaicore.la gmake[3]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/common/aicore' Making all in scriptcore gmake[3]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/common/scriptcore' /opt/local/bin/gmake all-am gmake[4]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/common/scriptcore' CC api_common_intl.lo CC api_game_effects.lo CC api_common_utilities.lo CC api_game_find.lo CC api_game_methods.lo CC api_game_specenum.lo CC api_signal_base.lo CC luascript.lo CC luascript_func.lo CC luascript_signal.lo CC tolua_common_a_gen.lo CC tolua_common_z_gen.lo CC tolua_game_gen.lo CC tolua_signal_gen.lo CCLD libscriptcore.la gmake[4]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/common/scriptcore' gmake[3]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/common/scriptcore' gmake[3]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/common' CC achievements.lo CC actions.lo CC ai.lo CC base.lo CC borders.lo CC calendar.lo CC capstr.lo CC citizens.lo CC city.lo CC clientutils.lo CC combat.lo CC connection.lo CC culture.lo CC dataio.lo CC diptreaty.lo CC disaster.lo CC effects.lo CC events.lo CC extras.lo CC featured_text.lo CC fc_cmdhelp.lo CC fc_interface.lo CC game.lo CC government.lo CC idex.lo CC improvement.lo CC map.lo CC mapimg.lo CC metaknowledge.lo CC movement.lo CC multipliers.lo CC nation.lo CC packets.lo CC packets_gen.lo CC player.lo CC requirements.lo CC research.lo CC rgbcolor.lo CC road.lo CC spaceship.lo CC specialist.lo CC style.lo style.c: In function 'basic_city_style_for_style': style.c:236:6: warning: 'style_style' may be used uninitialized [-Wmaybe-uninitialized] 236 | if (style_style == TRI_YES) { | ^ style.c:212:20: note: 'style_style' was declared here 212 | enum fc_tristate style_style; | ^~~~~~~~~~~ CC team.lo CC tech.lo CC terrain.lo CC tile.lo CC traderoutes.lo CC unit.lo CC unitlist.lo CC unittype.lo CC version.lo CC victory.lo CC vision.lo CC workertask.lo CC worklist.lo CCLD libfreeciv.la gmake[3]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/common' gmake[2]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/common' rm packets_generate gmake[1]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/common' Making all in tests gmake[1]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/tests' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/tests' Making all in win32 gmake[1]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/win32' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/win32' Making all in ai gmake[1]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/ai' Making all in default gmake[2]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/ai/default' CC aiair.lo CC aicity.lo CC aidata.lo CC aiferry.lo CC aiguard.lo CC aihand.lo CC aihunt.lo CC ailog.lo CC aiparatrooper.lo CC aiplayer.lo CC aisettler.lo CC aitech.lo CC aitools.lo CC aiunit.lo CC aidiplomat.lo CC daidiplomacy.lo CC daidomestic.lo CC daieffects.lo CC daimilitary.lo CCLD libdefaultai.la gmake[2]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/ai/default' Making all in classic gmake[2]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/ai/classic' CC classicai.lo CCLD libclassicai.la gmake[2]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/ai/classic' gmake[2]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/ai' CC aitraits.lo CC difficulty.lo CC handicaps.lo CCLD libaicommon.la gmake[2]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/ai' gmake[1]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/ai' Making all in server gmake[1]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/server' Making all in advisors gmake[2]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/server/advisors' CC advchoice.lo CC advcity.lo CC advbuilding.lo CC advdata.lo CC advgoto.lo CC advruleset.lo CC advspace.lo CC advtools.lo CC autoexplorer.lo CC autosettlers.lo CC infracache.lo CCLD libadvisors.la gmake[2]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/server/advisors' Making all in generator gmake[2]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/server/generator' CC mapgen.lo CC mapgen_topology.lo CC utilities.lo CC height_map.lo CC startpos.lo CC temperature_map.lo CCLD libgenerator.la gmake[2]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/server/generator' Making all in scripting gmake[2]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/server/scripting' /opt/local/bin/gmake all-am gmake[3]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/server/scripting' CC api_fcdb_auth.lo CC api_fcdb_base.lo CC script_fcdb.lo CC tolua_fcdb_gen.lo CC api_server_base.lo CC api_server_edit.lo CC api_server_game_methods.lo CC api_server_notify.lo CC script_server.lo CC tolua_server_gen.lo CCLD libscripting_fcdb.la CCLD libscripting_server.la gmake[3]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/server/scripting' gmake[2]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/server/scripting' gmake[2]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/server' CC civserver.o CC actiontools.lo CC aiiface.lo CC animals.lo CC auth.lo CC barbarian.lo CC citizenshand.lo CC cityhand.lo CC citytools.lo CC cityturn.lo CC commands.lo CC connecthand.lo CC console.lo CC diplhand.lo CC diplomats.lo CC edithand.lo CC fcdb.lo CC gamehand.lo CC handchat.lo CC hand_gen.lo CC maphand.lo CC meta.lo CC mood.lo CC notify.lo CC plrhand.lo CC report.lo CC rssanity.lo CC ruleset.lo CC sanitycheck.lo CC savecompat.lo CC savegame.lo CC savegame2.lo CC score.lo CC sernet.lo CC settings.lo CC spacerace.lo CC srv_log.lo CC srv_main.lo CC stdinhand.lo CC techtools.lo CC unithand.lo CC unittools.lo CC voting.lo CCLD libfreeciv-srv.la CCLD freeciv-server gmake[2]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/server' gmake[1]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/server' Making all in tools gmake[1]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/tools' gmake[2]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/tools' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/tools' gmake[1]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/tools' Making all in lua gmake[1]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/lua' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/lua' Making all in bootstrap gmake[1]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/bootstrap' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5/bootstrap' gmake[1]: Entering directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5' gmake[1]: Nothing to be done for 'all-am'. gmake[1]: Leaving directory '/tmp/work/games/freeciv-server/work/freeciv-2.6.5' *** Please use pkgtools/verifypc to sanity check dependencies.