+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=39 WRKLOG=/tmp/bulklog/crossfire-server-1.75.0nb6/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=39 WRKLOG=/tmp/bulklog/crossfire-server-1.75.0nb6/work.log ===> Building for crossfire-server-1.75.0nb6 Making all in include gmake[1]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/include' OUTPUT_DATA='/* Auto-generated at build time. */'; \ if [ "X`echo -n`" = "X-n" ]; then \ echo_n() { echo ${1+"$@"}"\c"; } \ else \ echo_n() { echo -n ${1+"$@"}; } \ fi; \ if test -n "" -a -d "../.svn"; \ then OUTPUT_DATA=`echo "$OUTPUT_DATA"; echo_n '#define SVN_REV "'; -n ".."`'"'; \ else OUTPUT_DATA=`echo "$OUTPUT_DATA"; echo '#define SVN_REV "unknown"'`; \ fi; \ if test ! -e svnversion.h; then \ echo "$OUTPUT_DATA" > svnversion.h; \ elif test "$OUTPUT_DATA" != "`cat svnversion.h`"; then \ echo "$OUTPUT_DATA" > svnversion.h; \ fi /opt/pkg/bin/gmake all-am gmake[2]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/include' OUTPUT_DATA='/* Auto-generated at build time. */'; \ if [ "X`echo -n`" = "X-n" ]; then \ echo_n() { echo ${1+"$@"}"\c"; } \ else \ echo_n() { echo -n ${1+"$@"}; } \ fi; \ if test -n "" -a -d "../.svn"; \ then OUTPUT_DATA=`echo "$OUTPUT_DATA"; echo_n '#define SVN_REV "'; -n ".."`'"'; \ else OUTPUT_DATA=`echo "$OUTPUT_DATA"; echo '#define SVN_REV "unknown"'`; \ fi; \ if test ! -e svnversion.h; then \ echo "$OUTPUT_DATA" > svnversion.h; \ elif test "$OUTPUT_DATA" != "`cat svnversion.h`"; then \ echo "$OUTPUT_DATA" > svnversion.h; \ fi gmake[2]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/include' gmake[1]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/include' Making all in common gmake[1]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/common' CC anim.o CC arch.o CC arch_types_valid.o CC artifact.o CC button.o CC cf_random.o CC dialog.o CC exp.o CC friend.o CC holy.o CC info.o CC image.o CC init.o CC item.o CC languages.o CC links.o CC living.o CC loader.o CC logger.o CC los.o CC map.o CC ob_methods.o CC ob_types.o CC object.o CC output_file.o CC path.o CC porting.o CC player.o CC re-cmp.o CC readable.o CC recipe.o CC region.o CC shstr.o CC stringbuffer.o CC time.o CC treasure.o CC utils.o AR libcross.a gmake[1]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/common' Making all in random_maps gmake[1]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/random_maps' CC main.o CC decor.o CC door.o CC exit.o CC expand2x.o CC floor.o CC maze_gen.o CC monster.o CC random_map.o CC reader.o CC rogue_layout.o CC room_gen_onion.o CC room_gen_spiral.o CC snake.o CC special.o CC square_spiral.o CC style.o CC treasure.o CC wall.o AR librandom_map.a CCLD random_map gmake[1]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/random_maps' Making all in socket gmake[1]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/socket' CC image.o CC init.o CC info.o CC item.o CC loop.o CC lowlevel.o CC metaserver.o metaserver.c: In function 'metaserver2_build_form': metaserver.c:360:5: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 360 | curl_formadd(formpost, &lastptr, | ^~~~~~~~~~~~ In file included from metaserver.c:39: /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2637:1: note: declared here 2637 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ metaserver.c:361:18: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 361 | CURLFORM_COPYNAME, "hostname", | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2562:3: note: declared here 2562 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ metaserver.c:362:18: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 362 | CURLFORM_COPYCONTENTS, local_info.hostname, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2565:3: note: declared here 2565 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ metaserver.c:366:5: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 366 | curl_formadd(formpost, &lastptr, | ^~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2637:1: note: declared here 2637 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ metaserver.c:367:18: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 367 | CURLFORM_COPYNAME, "port", | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2562:3: note: declared here 2562 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ metaserver.c:368:18: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 368 | CURLFORM_COPYCONTENTS, buf, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2565:3: note: declared here 2565 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ metaserver.c:371:5: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 371 | curl_formadd(formpost, &lastptr, | ^~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2637:1: note: declared here 2637 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ metaserver.c:372:18: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 372 | CURLFORM_COPYNAME, "html_comment", | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2562:3: note: declared here 2562 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ metaserver.c:373:18: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 373 | CURLFORM_COPYCONTENTS, local_info.html_comment, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2565:3: note: declared here 2565 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ metaserver.c:376:5: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 376 | curl_formadd(formpost, &lastptr, | ^~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2637:1: note: declared here 2637 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ metaserver.c:377:18: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 377 | CURLFORM_COPYNAME, "text_comment", | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2562:3: note: declared here 2562 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ metaserver.c:378:18: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 378 | CURLFORM_COPYCONTENTS, local_info.text_comment, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2565:3: note: declared here 2565 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ metaserver.c:381:5: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 381 | curl_formadd(formpost, &lastptr, | ^~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2637:1: note: declared here 2637 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ metaserver.c:382:18: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 382 | CURLFORM_COPYNAME, "archbase", | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2562:3: note: declared here 2562 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ metaserver.c:383:18: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 383 | CURLFORM_COPYCONTENTS, local_info.archbase, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2565:3: note: declared here 2565 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ metaserver.c:386:5: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 386 | curl_formadd(formpost, &lastptr, | ^~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2637:1: note: declared here 2637 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ metaserver.c:387:18: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 387 | CURLFORM_COPYNAME, "mapbase", | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2562:3: note: declared here 2562 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ metaserver.c:388:18: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 388 | CURLFORM_COPYCONTENTS, local_info.mapbase, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2565:3: note: declared here 2565 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ metaserver.c:391:5: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 391 | curl_formadd(formpost, &lastptr, | ^~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2637:1: note: declared here 2637 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ metaserver.c:392:18: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 392 | CURLFORM_COPYNAME, "codebase", | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2562:3: note: declared here 2562 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ metaserver.c:393:18: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 393 | CURLFORM_COPYCONTENTS, local_info.codebase, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2565:3: note: declared here 2565 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ metaserver.c:396:5: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 396 | curl_formadd(formpost, &lastptr, | ^~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2637:1: note: declared here 2637 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ metaserver.c:397:18: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 397 | CURLFORM_COPYNAME, "flags", | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2562:3: note: declared here 2562 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ metaserver.c:398:18: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 398 | CURLFORM_COPYCONTENTS, local_info.flags, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2565:3: note: declared here 2565 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ metaserver.c:404:5: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 404 | curl_formadd(formpost, &lastptr, | ^~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2637:1: note: declared here 2637 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ metaserver.c:405:18: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 405 | CURLFORM_COPYNAME, "num_players", | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2562:3: note: declared here 2562 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ metaserver.c:406:18: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 406 | CURLFORM_COPYCONTENTS, buf, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2565:3: note: declared here 2565 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ metaserver.c:410:5: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 410 | curl_formadd(formpost, &lastptr, | ^~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2637:1: note: declared here 2637 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ metaserver.c:411:18: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 411 | CURLFORM_COPYNAME, "in_bytes", | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2562:3: note: declared here 2562 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ metaserver.c:412:18: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 412 | CURLFORM_COPYCONTENTS, buf, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2565:3: note: declared here 2565 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ metaserver.c:416:5: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 416 | curl_formadd(formpost, &lastptr, | ^~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2637:1: note: declared here 2637 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ metaserver.c:417:18: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 417 | CURLFORM_COPYNAME, "out_bytes", | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2562:3: note: declared here 2562 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ metaserver.c:418:18: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 418 | CURLFORM_COPYCONTENTS, buf, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2565:3: note: declared here 2565 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ metaserver.c:422:5: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 422 | curl_formadd(formpost, &lastptr, | ^~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2637:1: note: declared here 2637 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ metaserver.c:423:18: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 423 | CURLFORM_COPYNAME, "uptime", | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2562:3: note: declared here 2562 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ metaserver.c:424:18: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 424 | CURLFORM_COPYCONTENTS, buf, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2565:3: note: declared here 2565 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ metaserver.c:432:5: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 432 | curl_formadd(formpost, &lastptr, | ^~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2637:1: note: declared here 2637 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ metaserver.c:433:18: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 433 | CURLFORM_COPYNAME, "version", | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2562:3: note: declared here 2562 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ metaserver.c:434:18: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 434 | CURLFORM_COPYCONTENTS, FULL_VERSION, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2565:3: note: declared here 2565 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ metaserver.c:438:5: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 438 | curl_formadd(formpost, &lastptr, | ^~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2637:1: note: declared here 2637 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ metaserver.c:439:18: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 439 | CURLFORM_COPYNAME, "sc_version", | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2562:3: note: declared here 2562 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ metaserver.c:440:18: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 440 | CURLFORM_COPYCONTENTS, buf, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2565:3: note: declared here 2565 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ metaserver.c:444:5: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 444 | curl_formadd(formpost, &lastptr, | ^~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2637:1: note: declared here 2637 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ metaserver.c:445:18: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 445 | CURLFORM_COPYNAME, "cs_version", | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2562:3: note: declared here 2562 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ metaserver.c:446:18: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 446 | CURLFORM_COPYCONTENTS, buf, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2565:3: note: declared here 2565 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ metaserver.c: In function 'metaserver2_updates': metaserver.c:466:13: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 466 | curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost); | ^~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:1238:21: note: declared here 1238 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:1124:40: note: in definition of macro 'CURLOPTDEPRECATED' 1124 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^~ /home/pbulk/build/games/crossfire-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") | ^~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/typecheck-gcc.h:47:9: note: in expansion of macro 'CURL_IGNORE_DEPRECATION' 47 | CURL_IGNORE_DEPRECATION( \ | ^~~~~~~~~~~~~~~~~~~~~~~ metaserver.c:466:13: note: in expansion of macro 'curl_easy_setopt' 466 | curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost); | ^~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:1238:21: note: declared here 1238 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:1124:40: note: in definition of macro 'CURLOPTDEPRECATED' 1124 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^~ metaserver.c:489:5: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations] 489 | curl_formfree(formpost); | ^~~~~~~~~~~~~ /home/pbulk/build/games/crossfire-server/work/.buildlink/include/curl/curl.h:2673:1: note: declared here 2673 | curl_formfree(struct curl_httppost *form); | ^~~~~~~~~~~~~ CC request.o CC requestinfo.o CC sounds.o AR libsocket.a gmake[1]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/socket' Making all in types gmake[1]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/types' CC altar/altar.o CC armour_improver/armour_improver.o CC arrow/arrow.o CC blindness/blindness.o CC book/book.o CC button/button.o CC cf_handle/cf_handle.o CC check_inv/check_inv.o CC clock/clock.o CC container/container.o CC converter/converter.o CC creator/creator.o CC deep_swamp/deep_swamp.o CC detector/detector.o CC director/director.o CC dragon_focus/dragon_focus.o CC duplicator/duplicator.o CC exit/exit.o CC food/food.o CC gate/gate.o CC hole/hole.o CC identify_altar/identify_altar.o CC lamp/lamp.o CC lighter/lighter.o CC marker/marker.o CC mimic/mimic.o CC mood_floor/mood_floor.o CC peacemaker/peacemaker.o CC pedestal/pedestal.o CC player_changer/player_changer.o CC player_mover/player_mover.o CC poison/poison.o CC poisoning/poisoning.o CC potion/potion.o CC power_crystal/power_crystal.o CC savebed/savebed.o CC scroll/scroll.o CC shop_inventory/shop_inventory.o CC shop_mat/shop_mat.o CC sign/sign.o CC skillscroll/skillscroll.o CC spell_effect/spell_effect.o CC spellbook/spellbook.o CC spinner/spinner.o CC teleporter/teleporter.o CC thrown_object/thrown_object.o CC transport/transport.o CC trap/common_trap.o CC trap/trap.o CC trap/rune.o CC trapdoor/trapdoor.o CC treasure/treasure.o CC trigger/trigger.o CC trigger_altar/trigger_altar.o CC trigger_button/trigger_button.o CC trigger_pedestal/trigger_pedestal.o CC weapon_improver/weapon_improver.o CC common/common_apply.o CC common/describe.o CC common/projectile.o CC legacy/apply.o CC legacy/legacy_describe.o CC legacy/process.o AR libtypes.a gmake[1]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/types' Making all in server gmake[1]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/server' CC main.o CC account_char.o CC account.o CC alchemy.o CC apply.o CC attack.o CC ban.o CC build_map.o CC c_chat.o CC c_misc.o CC c_move.o CC c_new.o CC c_object.o CC c_party.o CC c_range.o CC c_wiz.o CC commands.o CC disease.o CC hiscore.o CC gods.o CC init.o CC knowledge.o CC login.o CC monster.o CC move.o CC ob_methods.o CC ob_types.o CC party.o CC pets.o CC player.o CC plugins.o CC quest.o CC resurrection.o CC rune.o CC shop.o CC skills.o CC skill_util.o CC spell_attack.o CC spell_effect.o CC spell_util.o CC swap.o CC time.o CC timers.o CC weather.o CC server.o AR libserver.a CCLD crossfire-server gmake[1]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/server' Making all in lib gmake[1]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/lib' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/lib' Making all in utils gmake[1]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/utils' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/utils' Making all in doc gmake[1]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc' Making all in scripts gmake[2]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc/scripts' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc/scripts' Making all in Developers gmake[2]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc/Developers' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc/Developers' Making all in playbook gmake[2]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc/playbook' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc/playbook' Making all in spoiler gmake[2]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc/spoiler' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc/spoiler' Making all in spell-docs gmake[2]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc/spell-docs' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc/spell-docs' Making all in spoiler-html gmake[2]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc/spoiler-html' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc/spoiler-html' Making all in playbook-html gmake[2]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc/playbook-html' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc/playbook-html' gmake[2]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc' gmake[1]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/doc' Making all in plugins gmake[1]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins' Making all in cfrhg gmake[2]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/cfrhg' Making all in include gmake[3]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/cfrhg/include' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/cfrhg/include' gmake[3]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/cfrhg' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/cfrhg' gmake[2]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/cfrhg' Making all in citylife gmake[2]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/citylife' Making all in include gmake[3]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/citylife/include' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/citylife/include' gmake[3]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/citylife' CC citylife.lo CC ../common/plugin_common.lo CC ../../common/cf_random.lo CCLD citylife.la gmake[3]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/citylife' gmake[2]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/citylife' Making all in cfpython gmake[2]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/cfpython' Making all in include gmake[3]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/cfpython/include' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/cfpython/include' gmake[3]: Entering directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/cfpython' CC cfpython.lo CC cfpython_archetype.lo CC cfpython_object.lo CC cfpython_map.lo cfpython_map.c:563:5: error: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 563 | NULL, /* tp_print*/ | ^~~~ cfpython_map.c:563:5: note: (near initialization for 'Crossfire_MapType.tp_vectorcall_offset') gmake[3]: *** [Makefile:553: cfpython_map.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... cfpython_archetype.c:136:5: error: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 136 | NULL, /* tp_print*/ | ^~~~ cfpython_archetype.c:136:5: note: (near initialization for 'Crossfire_ArchetypeType.tp_vectorcall_offset') cfpython.c: In function 'compilePython': cfpython.c:891:13: warning: 'PyParser_SimpleParseFileFlags' is deprecated [-Wdeprecated-declarations] 891 | if ((n = PyParser_SimpleParseFile(pyfile, filename, Py_file_input))) { | ^~ In file included from /home/pbulk/build/games/crossfire-server/work/.buildlink/include/python3.9/Python.h:138, from ./include/cfpython.h:42, from cfpython.c:60: /home/pbulk/build/games/crossfire-server/work/.buildlink/include/python3.9/pythonrun.h:91:28: note: declared here 91 | PyAPI_FUNC(struct _node *) PyParser_SimpleParseFileFlags(FILE *, const char *, int, int); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfpython.c:892:17: warning: 'PyNode_Compile' is deprecated [-Wdeprecated-declarations] 892 | replace->code = PyNode_Compile(n, filename); | ^~~~~~~ In file included from /home/pbulk/build/games/crossfire-server/work/.buildlink/include/python3.9/Python.h:137: /home/pbulk/build/games/crossfire-server/work/.buildlink/include/python3.9/compile.h:15:28: note: declared here 15 | PyAPI_FUNC(PyCodeObject *) PyNode_Compile(struct _node *, const char *); | ^~~~~~~~~~~~~~ gmake[3]: *** [Makefile:553: cfpython_archetype.lo] Error 1 cfpython_object.c:2959:5: error: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 2959 | NULL, /* tp_print*/ | ^~~~ cfpython_object.c:2959:5: note: (near initialization for 'Crossfire_ObjectType.tp_vectorcall_offset') cfpython_object.c:3043:5: error: initialization of 'long int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 3043 | NULL, /* tp_print*/ | ^~~~ cfpython_object.c:3043:5: note: (near initialization for 'Crossfire_PlayerType.tp_vectorcall_offset') gmake[3]: *** [Makefile:553: cfpython_object.lo] Error 1 gmake[3]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/cfpython' gmake[2]: *** [Makefile:574: all-recursive] Error 1 gmake[2]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins/cfpython' gmake[1]: *** [Makefile:381: all-recursive] Error 1 gmake[1]: Leaving directory '/home/pbulk/build/games/crossfire-server/work/crossfire-1.75.0/plugins' gmake: *** [Makefile:419: all-recursive] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/crossfire-server *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/crossfire-server