=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/www/vimb", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for vimb-3.6.0nb39 create version.h gmake[1]: Entering directory '/tmp/work/www/vimb/work/vimb-3.6.0/src' create config.h from config.def.h create scripts/scripts.h from *.{css,js} gcc js.o gcc main.o gcc map.o js.c: In function 'js_result_as_string': js.c:40:5: warning: 'webkit_javascript_result_get_value' is deprecated: Use 'webkit_javascript_result_get_js_value' instead [-Wdeprecated-declarations] 40 | jsvalue = webkit_javascript_result_get_value(res); | ^~~~~~~ In file included from /tmp/work/www/vimb/work/.buildlink/include/webkitgtk-4.0/webkit2/webkit2.h:57, from js.c:22: /tmp/work/www/vimb/work/.buildlink/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h:52:1: note: declared here 52 | webkit_javascript_result_get_value (WebKitJavascriptResult *js_result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ js.c:41:5: warning: 'webkit_javascript_result_get_global_context' is deprecated [-Wdeprecated-declarations] 41 | cr = webkit_javascript_result_get_global_context(res); | ^~ /tmp/work/www/vimb/work/.buildlink/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h:49:1: note: declared here 49 | webkit_javascript_result_get_global_context (WebKitJavascriptResult *js_result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc normal.o In file included from /tmp/work/www/vimb/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/www/vimb/work/.buildlink/include/glib-2.0/glib.h:56, from /tmp/work/www/vimb/work/.buildlink/include/gtk-3.0/gdk/gdkconfig.h:8, from /tmp/work/www/vimb/work/.buildlink/include/gtk-3.0/gdk/gdk.h:30, from /tmp/work/www/vimb/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from /tmp/work/www/vimb/work/.buildlink/include/gtk-3.0/gtk/gtkx.h:27, from main.h:24, from map.c:26: map.c: In function 'convert_keys': /tmp/work/www/vimb/work/.buildlink/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ map.c:494:5: note: in expansion of macro 'g_string_free' 494 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ gcc setting.o gcc shortcut.o gcc util.o setting.c: In function 'tls_policy': setting.c:744:5: warning: 'webkit_web_context_set_tls_errors_policy' is deprecated: Use 'webkit_website_data_manager_set_tls_errors_policy' instead [-Wdeprecated-declarations] 744 | webkit_web_context_set_tls_errors_policy( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/www/vimb/work/.buildlink/include/webkitgtk-4.0/webkit2/WebKitWebView.h:54, from /tmp/work/www/vimb/work/.buildlink/include/webkitgtk-4.0/webkit2/WebKitPrintOperation.h:30, from /tmp/work/www/vimb/work/.buildlink/include/webkitgtk-4.0/webkit2/webkit2.h:72, from main.h:26, from completion.h:25, from setting.c:24: /tmp/work/www/vimb/work/.buildlink/include/webkitgtk-4.0/webkit2/WebKitWebContext.h:251:1: note: declared here 251 | webkit_web_context_set_tls_errors_policy (WebKitWebContext *context, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util.c: In function 'util_file_append': util.c:202:9: error: implicit declaration of function 'flock'; did you mean 'clock'? [-Wimplicit-function-declaration] 202 | flock(fileno(f), LOCK_EX); | ^~~~~ | clock util.c: In function 'util_js_result_as_string': util.c:620:5: warning: 'webkit_javascript_result_get_value' is deprecated: Use 'webkit_javascript_result_get_js_value' instead [-Wdeprecated-declarations] 620 | value = webkit_javascript_result_get_value(result); | ^~~~~ In file included from /tmp/work/www/vimb/work/.buildlink/include/webkitgtk-4.0/webkit2/webkit2.h:57, from main.h:26, from completion.h:25, from util.c:33: /tmp/work/www/vimb/work/.buildlink/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h:52:1: note: declared here 52 | webkit_javascript_result_get_value (WebKitJavascriptResult *js_result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util.c:621:5: warning: 'webkit_javascript_result_get_global_context' is deprecated [-Wdeprecated-declarations] 621 | string = JSValueToStringCopy(webkit_javascript_result_get_global_context(result), | ^~~~~~ /tmp/work/www/vimb/work/.buildlink/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h:49:1: note: declared here 49 | webkit_javascript_result_get_global_context (WebKitJavascriptResult *js_result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util.c: In function 'util_js_result_as_number': util.c:636:5: warning: 'webkit_javascript_result_get_value' is deprecated: Use 'webkit_javascript_result_get_js_value' instead [-Wdeprecated-declarations] 636 | JSValueRef value = webkit_javascript_result_get_value(result); | ^~~~~~~~~~ /tmp/work/www/vimb/work/.buildlink/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h:52:1: note: declared here 52 | webkit_javascript_result_get_value (WebKitJavascriptResult *js_result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util.c:638:5: warning: 'webkit_javascript_result_get_global_context' is deprecated [-Wdeprecated-declarations] 638 | return JSValueToNumber(webkit_javascript_result_get_global_context(result), value, | ^~~~~~ /tmp/work/www/vimb/work/.buildlink/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h:49:1: note: declared here 49 | webkit_javascript_result_get_global_context (WebKitJavascriptResult *js_result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/www/vimb/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/www/vimb/work/.buildlink/include/glib-2.0/glib.h:56, from util.c:23: util.c: In function 'util_expand': /tmp/work/www/vimb/work/.buildlink/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util.c:185:5: note: in expansion of macro 'g_string_free' 185 | g_string_free(dst, FALSE); | ^~~~~~~~~~~~~ gmake[1]: *** [Makefile:42: util.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: Leaving directory '/tmp/work/www/vimb/work/vimb-3.6.0/src' gmake: *** [Makefile:57: src.subdir-all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/vimb *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/vimb