+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/qiv-3.0.1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/qiv-3.0.1/work.log ===> Building for qiv-3.0.1 gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -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/harfbuzz -I/opt/pkg/include/libdrm -DEXTN_GIF -DEXTN_TIFF -DEXTN_XPM -DEXTN_PNG -DEXTN_PPM -DEXTN_PNM -DEXTN_PGM -DEXTN_PCX -DEXTN_BMP -DEXTN_EIM -DEXTN_JPEG -DEXTN_SVG -DEXTN_WMF -DEXTN_ICO -DEXTN_WEBP -DEXTN_HEIF -DHAVE_GETOPT_LONG -DSTATUSBAR_FONT='"Monospace 9"' -DCOMMENT_FONT='"Monospace 20"' -DARTIST_FONT='"Monospace 10"' -DCENTER=1 -DFILTER=1 -DCURSOR=84 -DHAVE_MAGIC -DHAVE_EXIF -DSUPPORT_LCMS -I/opt/pkg/include/gtk-3.0 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/gio-unix-2.0 -pthread -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/pixman-1 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/opt/pkg/include/libdrm -I/opt/pkg/include/fribidi -I/opt/pkg/include -I/opt/pkg/include main.c -o main.o In file included from main.c:22: qiv.h:204:49: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 204 | static inline void set_cairo_color(cairo_t *cr, u_int32_t col) { | ^~~~~~~~~ | uint32_t main.c: In function 'main': main.c:124:3: warning: 'gdk_screen_width' is deprecated [-Wdeprecated-declarations] 124 | screen_x = gdk_screen_width(); | ^~~~~~~~ In file included from /home/pbulk/build/graphics/qiv/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50, from /home/pbulk/build/graphics/qiv/work/.buildlink/include/gtk-3.0/gdk/gdkx.h:28, from main.c:11: /home/pbulk/build/graphics/qiv/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here 108 | gint gdk_screen_width (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~ main.c:125:3: warning: 'gdk_screen_height' is deprecated [-Wdeprecated-declarations] 125 | screen_y = gdk_screen_height(); | ^~~~~~~~ /home/pbulk/build/graphics/qiv/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here 110 | gint gdk_screen_height (void) G_GNUC_CONST; | ^~~~~~~~~~~~~~~~~ main.c:128:3: warning: 'gdk_screen_get_n_monitors' is deprecated: Use 'gdk_display_get_n_monitors' instead [-Wdeprecated-declarations] 128 | num_monitors = gdk_screen_get_n_monitors(screen); | ^~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/qiv/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /home/pbulk/build/graphics/qiv/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32: /home/pbulk/build/graphics/qiv/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:74:14: note: declared here 74 | gint gdk_screen_get_n_monitors (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c:132:7: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 132 | gdk_screen_get_monitor_geometry(screen, i, &monitor[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/qiv/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:78:14: note: declared here 78 | void gdk_screen_get_monitor_geometry (GdkScreen *screen, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gmake: *** [Makefile:126: main.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/qiv *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/qiv