=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for fcitx5-gtk-5.1.1nb9 [ 3%] Generating marshall.c [ 6%] Generating marshall.h [ 9%] Building CXX object gtk3/CMakeFiles/fcitx5-gtk3-immodule-probing.dir/immodule-probing.cpp.o [ 12%] Building CXX object gtk2/CMakeFiles/fcitx5-gtk2-immodule-probing.dir/immodule-probing.cpp.o [ 15%] Building CXX object gtk4/CMakeFiles/fcitx5-gtk4-immodule-probing.dir/immodule-probing.cpp.o INFO: Reading /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk-common/marshall.list... INFO: Reading /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk-common/marshall.list... [ 18%] Building C object fcitx-gclient/CMakeFiles/Fcitx5GClient.dir/marshall.c.o [ 21%] Building C object fcitx-gclient/CMakeFiles/Fcitx5GClient.dir/fcitxgclient.c.o [ 25%] Building C object fcitx-gclient/CMakeFiles/Fcitx5GClient.dir/fcitxgwatcher.c.o [ 28%] Linking C shared library libFcitx5GClient.so [ 28%] Built target Fcitx5GClient [ 31%] Building C object gtk2/CMakeFiles/im-fcitx5.dir/fcitxim.c.o [ 34%] Generating FcitxG-1.0.gir [ 37%] Building CXX object gtk2/CMakeFiles/im-fcitx5.dir/fcitximcontext.cpp.o [ 40%] Building C object gtk4/CMakeFiles/im-fcitx5-gtk4.dir/fcitxim.c.o [ 43%] Building C object gtk3/CMakeFiles/im-fcitx5-gtk3.dir/fcitxim.c.o [ 46%] Linking CXX executable fcitx5-gtk3-immodule-probing [ 50%] Linking CXX executable fcitx5-gtk2-immodule-probing [ 53%] Building CXX object gtk3/CMakeFiles/im-fcitx5-gtk3.dir/fcitximcontext.cpp.o [ 56%] Building CXX object gtk3/CMakeFiles/im-fcitx5-gtk3.dir/fcitxtheme.cpp.o ld: warning: libfreetype.so.19, needed by /pbulk/work/inputmethod/fcitx5-gtk/work/.buildlink/lib/libfontconfig.so, may conflict with libfreetype.so.6 ld: warning: libfreetype.so.19, needed by /pbulk/work/inputmethod/fcitx5-gtk/work/.buildlink/lib/libfontconfig.so, may conflict with libfreetype.so.6 [ 56%] Built target fcitx5-gtk2-immodule-probing [ 56%] Built target fcitx5-gtk3-immodule-probing [ 59%] Building CXX object gtk4/CMakeFiles/im-fcitx5-gtk4.dir/fcitximcontext.cpp.o [ 62%] Building CXX object gtk4/CMakeFiles/im-fcitx5-gtk4.dir/fcitximcontext5.cpp.o [ 65%] Building CXX object gtk4/CMakeFiles/im-fcitx5-gtk4.dir/inputwindow.cpp.o [ 68%] Linking CXX executable fcitx5-gtk4-immodule-probing /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk2/fcitximcontext.cpp: In function 'void fcitx_im_context_finalize(GObject*)': /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk2/fcitximcontext.cpp:416:43: warning: cast between incompatible function types from 'void (*)(GdkEvent*)' to 'GFunc' {aka 'void (*)(void*, void*)'} [-Wcast-function-type] 416 | g_queue_foreach(&context->gdk_events, (GFunc)gdk_event_free, NULL); | ^~~~~~~~~~~~~~~~~~~~~ [ 68%] Built target fcitx5-gtk4-immodule-probing [ 71%] Building CXX object gtk3/CMakeFiles/im-fcitx5-gtk3.dir/utils.cpp.o [ 75%] Building CXX object gtk3/CMakeFiles/im-fcitx5-gtk3.dir/inputwindow.cpp.o [ 78%] Linking CXX shared module im-fcitx5.so ld: /usr/lib/libm.so: warning: warning: reference to compatibility cabs() ld: /usr/lib/libm.so: warning: warning: reference to compatibility cabsf() [ 78%] Built target im-fcitx5 [ 81%] Building CXX object gtk4/CMakeFiles/im-fcitx5-gtk4.dir/gtk4inputwindow.cpp.o /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk3/fcitximcontext.cpp: In function 'void fcitx_im_context_class_init(FcitxIMContextClass*, gpointer)': /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk3/fcitximcontext.cpp:311:50: warning: 'guint gtk_key_snooper_install(GtkKeySnoopFunc, gpointer)' is deprecated [-Wdeprecated-declarations] 311 | _key_snooper_id = gtk_key_snooper_install(_key_snooper_cb, NULL); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/pkg/include/gtk-3.0/gtk/gtk.h:143, from /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk3/fcitximcontext.cpp:19: /usr/pkg/include/gtk-3.0/gtk/gtkmain.h:185:12: note: declared here 185 | guint gtk_key_snooper_install (GtkKeySnoopFunc snooper, | ^~~~~~~~~~~~~~~~~~~~~~~ /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk3/fcitximcontext.cpp: In function 'void fcitx_im_context_class_fini(FcitxIMContextClass*, gpointer)': /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk3/fcitximcontext.cpp:316:31: warning: 'void gtk_key_snooper_remove(guint)' is deprecated [-Wdeprecated-declarations] 316 | gtk_key_snooper_remove(_key_snooper_id); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /usr/pkg/include/gtk-3.0/gtk/gtkmain.h:188:12: note: declared here 188 | void gtk_key_snooper_remove (guint snooper_handler_id); | ^~~~~~~~~~~~~~~~~~~~~~ /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk3/fcitximcontext.cpp: In function 'void fcitx_im_context_finalize(GObject*)': /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk3/fcitximcontext.cpp:462:43: warning: cast between incompatible function types from 'void (*)(GdkEvent*)' to 'GFunc' {aka 'void (*)(void*, void*)'} [-Wcast-function-type] 462 | g_queue_foreach(&context->gdk_events, (GFunc)gdk_event_free, NULL); | ^~~~~~~~~~~~~~~~~~~~~ gcc: warning: echo:: linker input file unused because linking not done gcc: error: echo:: linker input file not found: No such file or directory gcc: warning: write: linker input file unused because linking not done gcc: error: write: linker input file not found: No such file or directory gcc: warning: error:: linker input file unused because linking not done gcc: error: error:: linker input file not found: No such file or directory gcc: warning: No: linker input file unused because linking not done gcc: error: No: linker input file not found: No such file or directory gcc: warning: space: linker input file unused because linking not done gcc: error: space: linker input file not found: No such file or directory gcc: warning: left: linker input file unused because linking not done gcc: error: left: linker input file not found: No such file or directory gcc: warning: on: linker input file unused because linking not done gcc: error: on: linker input file not found: No such file or directory gcc: warning: device: linker input file unused because linking not done gcc: error: device: linker input file not found: No such file or directory gcc: warning: echo:: linker input file unused because linking not done gcc: error: echo:: linker input file not found: No such file or directory gcc: warning: write: linker input file unused because linking not done gcc: error: write: linker input file not found: No such file or directory gcc: warning: error:: linker input file unused because linking not done gcc: error: error:: linker input file not found: No such file or directory gcc: warning: No: linker input file unused because linking not done gcc: error: No: linker input file not found: No such file or directory gcc: warning: space: linker input file unused because linking not done gcc: error: space: linker input file not found: No such file or directory gcc: warning: left: linker input file unused because linking not done gcc: error: left: linker input file not found: No such file or directory gcc: warning: on: linker input file unused because linking not done gcc: error: on: linker input file not found: No such file or directory gcc: warning: device: linker input file unused because linking not done gcc: error: device: linker input file not found: No such file or directory Traceback (most recent call last): File "/usr/pkg/lib/python3.12/site-packages/setuptools/_distutils/spawn.py", line 87, in spawn subprocess.check_call(cmd, env=_inject_macos_ver(env)) File "/usr/pkg/lib/python3.12/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/pbulk/work/inputmethod/fcitx5-gtk/work/.cwrapper/bin/gcc', '-O2', '-I/usr/pkg/include', '-I/usr/pkg/include/glib-2.0', '-I/usr/pkg/include/gio-unix-2.0', '-I/usr/pkg/lib/glib-2.0/include', '-I/usr/include', '-I/usr/X11R7/include', '-I/usr/pkg/include/freetype2', '-I/usr/pkg/include/harfbuzz', '-I/usr/X11R7/include/libdrm', '-I/usr/pkg/include', '-I/usr/pkg/include/glib-2.0', '-I/usr/pkg/include/gio-unix-2.0', '-I/usr/pkg/lib/glib-2.0/include', '-I/usr/include', '-I/usr/X11R7/include', '-I/usr/pkg/include/freetype2', '-I/usr/pkg/include/harfbuzz', '-I/usr/X11R7/include/libdrm', '-I/pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/cmake-pkgsrc-build', '-I/usr/pkg/include/gio-unix-2.0', '-I/usr/pkg/include', '-I/usr/pkg/include/glib-2.0', '-I/usr/pkg/lib/glib-2.0/include', '-I/usr/pkg/include', '-I/usr/pkg/include/glib-2.0', '-I/usr/pkg/lib/glib-2.0/include', '-c', '/pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/fcitx-gclient/tmp-introspectmmb8qpfs/FcitxG-1.0.c', '-o', '/pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/fcitx-gclient/tmp-introspectmmb8qpfs/FcitxG-1.0.o', '-Wno-deprecated-declarations', 'echo:', 'write', 'error:', 'No', 'space', 'left', 'on', 'device', 'echo:', 'write', 'error:', 'No', 'space', 'left', 'on', 'device', '-pthread']' returned non-zero exit status 1. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/pkg/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", line 221, in _compile self.spawn(compiler_so + cc_args + [src, '-o', obj] + extra_postargs) File "/usr/pkg/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/base.py", line 1158, in spawn spawn(cmd, dry_run=self.dry_run, **kwargs) File "/usr/pkg/lib/python3.12/site-packages/setuptools/_distutils/spawn.py", line 93, in spawn raise DistutilsExecError( distutils.errors.DistutilsExecError: command '/pbulk/work/inputmethod/fcitx5-gtk/work/.cwrapper/bin/gcc' failed with exit code 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/pkg/bin/g-ir-scanner", line 104, in sys.exit(scanner_main(sys.argv)) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/pkg/lib/gobject-introspection/giscanner/scannermain.py", line 624, in scanner_main shlibs = create_binary(transformer, options, args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/pkg/lib/gobject-introspection/giscanner/scannermain.py", line 435, in create_binary binary = compile_introspection_binary(options, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/pkg/lib/gobject-introspection/giscanner/dumper.py", line 302, in compile_introspection_binary return dc.run() ^^^^^^^^ File "/usr/pkg/lib/gobject-introspection/giscanner/dumper.py", line 164, in run introspection_obj = self._compile(c_path) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/pkg/lib/gobject-introspection/giscanner/dumper.py", line 190, in _compile return self._compiler.compile(cflags, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/pkg/lib/gobject-introspection/giscanner/ccompiler.py", line 371, in compile return self.compiler.compile(sources=source, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/pkg/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/base.py", line 655, in compile self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) File "/usr/pkg/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", line 223, in _compile raise CompileError(msg) distutils.compilers.C.errors.CompileError: command '/pbulk/work/inputmethod/fcitx5-gtk/work/.cwrapper/bin/gcc' failed with exit code 1 --- fcitx-gclient/FcitxG-1.0.gir --- *** [fcitx-gclient/FcitxG-1.0.gir] Error code 1 make[2]: stopped making "fcitx-gclient/CMakeFiles/gobject_introspection_compile_target_1.dir/build" in /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/cmake-pkgsrc-build make[2]: 1 error make[2]: stopped making "fcitx-gclient/CMakeFiles/gobject_introspection_compile_target_1.dir/build" in /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/cmake-pkgsrc-build --- fcitx-gclient/CMakeFiles/gobject_introspection_compile_target_1.dir/all --- *** [fcitx-gclient/CMakeFiles/gobject_introspection_compile_target_1.dir/all] Error code 2 make[1]: stopped making "all" in /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/cmake-pkgsrc-build /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/fcitximcontext.cpp: In function 'void _fcitx_im_context_process_key_cb(GObject*, GAsyncResult*, gpointer)': /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/fcitximcontext.cpp:535:30: warning: 'void gdk_display_put_event(GdkDisplay*, GdkEvent*)' is deprecated [-Wdeprecated-declarations] 535 | gdk_display_put_event(gdk_event_get_display(data->event_), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 536 | data->event_); | ~~~~~~~~~~~~~ In file included from /usr/pkg/include/gtk-4.0/gdk/gdk.h:45, from /usr/pkg/include/gtk-4.0/gtk/gtk.h:30, from /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/fcitximcontext.h:10, from /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/fcitximcontextprivate.h:10, from /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/fcitximcontext.cpp:18: /usr/pkg/include/gtk-4.0/gdk/gdkdisplay.h:108:11: note: declared here 108 | void gdk_display_put_event (GdkDisplay *display, | ^~~~~~~~~~~~~~~~~~~~~ /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/fcitximcontext.cpp: In function 'void _fcitx_im_context_update_preedit(FcitxIMContext*, GPtrArray*, int)': /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/fcitximcontext.cpp:592:53: warning: 'GtkStyleContext* gtk_widget_get_style_context(GtkWidget*)' is deprecated [-Wdeprecated-declarations] 592 | gtk_widget_get_style_context(context->client_widget); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/pkg/include/gtk-4.0/gtk/gtkapplication.h:26, from /usr/pkg/include/gtk-4.0/gtk/gtkwindow.h:32, from /usr/pkg/include/gtk-4.0/gtk/gtkaboutdialog.h:29, from /usr/pkg/include/gtk-4.0/gtk/gtk.h:33: /usr/pkg/include/gtk-4.0/gtk/gtkwidget.h:713:19: note: declared here 713 | GtkStyleContext * gtk_widget_get_style_context (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/fcitximcontext.cpp:595:55: warning: 'gboolean gtk_style_context_lookup_color(GtkStyleContext*, const char*, GdkRGBA*)' is deprecated [-Wdeprecated-declarations] 595 | gtk_style_context_lookup_color( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 596 | styleContext, "theme_selected_bg_color", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 597 | &bg_rgba) && | ~~~~~~~~~ In file included from /usr/pkg/include/gtk-4.0/gtk/gtk.h:267: /usr/pkg/include/gtk-4.0/gtk/deprecated/gtkstylecontext.h:106:10: note: declared here 106 | gboolean gtk_style_context_lookup_color (GtkStyleContext *context, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/fcitximcontext.cpp:598:55: warning: 'gboolean gtk_style_context_lookup_color(GtkStyleContext*, const char*, GdkRGBA*)' is deprecated [-Wdeprecated-declarations] 598 | gtk_style_context_lookup_color( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 599 | styleContext, "theme_selected_fg_color", &fg_rgba); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkg/include/gtk-4.0/gtk/deprecated/gtkstylecontext.h:106:10: note: declared here 106 | gboolean gtk_style_context_lookup_color (GtkStyleContext *context, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/fcitximcontext.cpp: In function 'gboolean _set_cursor_location_internal(FcitxIMContext*)': /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/fcitximcontext.cpp:869:37: warning: 'gboolean gtk_widget_translate_coordinates(GtkWidget*, GtkWidget*, double, double, double*, double*)' is deprecated: Use 'gtk_widget_compute_point' instead [-Wdeprecated-declarations] 869 | gtk_widget_translate_coordinates(fcitxcontext->client_widget, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 870 | GTK_WIDGET(native), area.x, area.y, &px, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 871 | &py); | ~~~~ /usr/pkg/include/gtk-4.0/gtk/gtkwidget.h:614:14: note: declared here 614 | gboolean gtk_widget_translate_coordinates (GtkWidget *src_widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/fcitximcontext.cpp:902:52: warning: 'Window gdk_x11_display_get_xrootwindow(GdkDisplay*)' is deprecated [-Wdeprecated-declarations] 902 | gdk_x11_display_get_xrootwindow(display), area.x * scale, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ In file included from /usr/pkg/include/gtk-4.0/gdk/x11/gdkx.h:39, from /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/fcitximcontext.cpp:34: /usr/pkg/include/gtk-4.0/gdk/x11/gdkx11display.h:64:15: note: declared here 64 | Window gdk_x11_display_get_xrootwindow (GdkDisplay *display); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- gtk3/CMakeFiles/im-fcitx5-gtk3.dir/all --- *** [gtk3/CMakeFiles/im-fcitx5-gtk3.dir/all] Error code 6 make[1]: stopped making "all" in /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/cmake-pkgsrc-build /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/gtk4inputwindow.cpp: In member function 'void fcitx::gtk::Gtk4InputWindow::setCursorRect(GdkRectangle)': /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/gtk4inputwindow.cpp:56:37: warning: 'gboolean gtk_widget_translate_coordinates(GtkWidget*, GtkWidget*, double, double, double*, double*)' is deprecated: Use 'gtk_widget_compute_point' instead [-Wdeprecated-declarations] 56 | gtk_widget_translate_coordinates(parent_, GTK_WIDGET(root), rect.x, rect.y, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 57 | &px, &py); | ~~~~~~~~~ In file included from /usr/pkg/include/gtk-4.0/gtk/gtkapplication.h:26, from /usr/pkg/include/gtk-4.0/gtk/gtkwindow.h:32, from /usr/pkg/include/gtk-4.0/gtk/gtkaboutdialog.h:29, from /usr/pkg/include/gtk-4.0/gtk/gtk.h:33, from /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/gtk4inputwindow.h:11, from /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/gtk4inputwindow.cpp:7: /usr/pkg/include/gtk-4.0/gtk/gtkwidget.h:614:14: note: declared here 614 | gboolean gtk_widget_translate_coordinates (GtkWidget *src_widget, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/gtk4inputwindow.cpp: In member function 'virtual void fcitx::gtk::Gtk4InputWindow::update()': /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/gtk4inputwindow.cpp:118:58: warning: 'GdkCairoContext* gdk_surface_create_cairo_context(GdkSurface*)' is deprecated [-Wdeprecated-declarations] 118 | cairoCcontext_.reset(gdk_surface_create_cairo_context(window_.get())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from /usr/pkg/include/gtk-4.0/gdk/gdkseat.h:27, from /usr/pkg/include/gtk-4.0/gdk/gdkdisplay.h:30, from /usr/pkg/include/gtk-4.0/gdk/gdk.h:45, from /usr/pkg/include/gtk-4.0/gtk/gtk.h:30: /usr/pkg/include/gtk-4.0/gdk/gdksurface.h:133:18: note: declared here 133 | GdkCairoContext *gdk_surface_create_cairo_context(GdkSurface *surface); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/gtk4inputwindow.cpp: In lambda function: /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/gtk4inputwindow.cpp:135:37: warning: 'void gdk_draw_context_begin_frame(GdkDrawContext*, const cairo_region_t*)' is deprecated [-Wdeprecated-declarations] 135 | gdk_draw_context_begin_frame( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 136 | GDK_DRAW_CONTEXT(that->cairoCcontext_.get()), region); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/pkg/include/gtk-4.0/gdk/gdk.h:53: /usr/pkg/include/gtk-4.0/gdk/gdkdrawcontext.h:44:25: note: declared here 44 | void gdk_draw_context_begin_frame (GdkDrawContext *context, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/gtk4inputwindow.cpp:138:49: warning: 'cairo_t* gdk_cairo_context_cairo_create(GdkCairoContext*)' is deprecated: Use 'gsk_cairo_node_get_draw_context' instead [-Wdeprecated-declarations] 138 | auto cr = gdk_cairo_context_cairo_create(that->cairoCcontext_.get()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/pkg/include/gtk-4.0/gdk/gdk.h:31: /usr/pkg/include/gtk-4.0/gdk/gdkcairocontext.h:41:25: note: declared here 41 | cairo_t * gdk_cairo_context_cairo_create (GdkCairoContext *self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/gtk4/gtk4inputwindow.cpp:144:35: warning: 'void gdk_draw_context_end_frame(GdkDrawContext*)' is deprecated [-Wdeprecated-declarations] 144 | gdk_draw_context_end_frame( | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ 145 | GDK_DRAW_CONTEXT(that->cairoCcontext_.get())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkg/include/gtk-4.0/gdk/gdkdrawcontext.h:47:25: note: declared here 47 | void gdk_draw_context_end_frame (GdkDrawContext *context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ --- gtk4/CMakeFiles/im-fcitx5-gtk4.dir/all --- *** [gtk4/CMakeFiles/im-fcitx5-gtk4.dir/all] Error code 6 make[1]: stopped making "all" in /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/cmake-pkgsrc-build make[1]: 3 errors make[1]: stopped making "all" in /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/cmake-pkgsrc-build *** [all] Error code 2 make: stopped making "all" in /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/cmake-pkgsrc-build make: 1 error make: stopped making "all" in /pbulk/work/inputmethod/fcitx5-gtk/work/fcitx5-gtk-5.1.1/cmake-pkgsrc-build *** Error code 2 Stop. make[1]: stopped making "all" in /usr/pkgsrc/inputmethod/fcitx5-gtk *** Error code 1 Stop. make: stopped making "all" in /usr/pkgsrc/inputmethod/fcitx5-gtk