=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for ghex-3.18.4nb13
ninja: Entering directory `output'
[1/118] Compiling C object src/libgtkhex-3.0.dylib.p/accessiblegtkhex.c.o
[2/118] Compiling C object src/libgtkhex-3.0.dylib.p/accessiblegtkhexfactory.c.o
[3/118] Compiling C object src/libgtkhex-3.0.dylib.p/gtkhex.c.o
../src/gtkhex.c:344:3: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
                gtk_style_context_get_background_color (context, state, &bg_color);
                ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1200:1: note: 'gtk_style_context_get_background_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_16_FOR(gtk_render_background)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:371:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16_FOR'
# define GDK_DEPRECATED_IN_3_16_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:360:39: warning: passing 'guchar [2]' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                pango_layout_set_text (gh->alayout, c, 1);
                                                    ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/pango-1.0/pango/pango-layout.h:165:26: note: passing argument to parameter 'text' here
                                            const char     *text,
                                                            ^
../src/gtkhex.c:384:36: warning: passing 'guchar [2]' to parameter of type 'gchar *' (aka 'char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                format_xbyte(gh, gh->cursor_pos, c);
                                                 ^
../src/gtkhex.c:190:47: note: passing argument to parameter 'buf' here
void format_xbyte(GtkHex *gh, gint pos, gchar buf[2]) {
                                              ^
../src/gtkhex.c:394:3: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
                gtk_style_context_get_background_color (context, state, &bg_color);
                ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1200:1: note: 'gtk_style_context_get_background_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_16_FOR(gtk_render_background)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:371:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16_FOR'
# define GDK_DEPRECATED_IN_3_16_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:410:39: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                pango_layout_set_text (gh->xlayout, &c[i], 1);
                                                    ^~~~~
/Users/pbulk/build/editors/ghex/work/.buildlink/include/pango-1.0/pango/pango-layout.h:165:26: note: passing argument to parameter 'text' here
                                            const char     *text,
                                                            ^
../src/gtkhex.c:477:5: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
                                gtk_style_context_get_background_color (context, state, &bg_color);
                                ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1200:1: note: 'gtk_style_context_get_background_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_16_FOR(gtk_render_background)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:371:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16_FOR'
# define GDK_DEPRECATED_IN_3_16_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:567:5: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
                                gtk_style_context_get_background_color (context, state, &bg_color);
                                ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1200:1: note: 'gtk_style_context_get_background_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_16_FOR(gtk_render_background)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:371:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16_FOR'
# define GDK_DEPRECATED_IN_3_16_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:689:2: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
        gtk_style_context_get_background_color (context, state, &bg_color);
        ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1200:1: note: 'gtk_style_context_get_background_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_16_FOR(gtk_render_background)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:371:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16_FOR'
# define GDK_DEPRECATED_IN_3_16_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:704:31: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'gchar *' (aka 'char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        frm_len = format_xblock (gh, gh->priv->disp_buffer, (gh->top_line+imin)*gh->cpl,
                                     ^~~~~~~~~~~~~~~~~~~~~
../src/gtkhex.c:206:39: note: passing argument to parameter 'out' here
gint format_xblock(GtkHex *gh, gchar *out, guint start, guint end) {
                                      ^
../src/gtkhex.c:714:39: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                pango_layout_set_text (gh->xlayout, gh->priv->disp_buffer + (i - imin) * xcpl, MIN(xcpl, tmp));
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/ghex/work/.buildlink/include/pango-1.0/pango/pango-layout.h:165:26: note: passing argument to parameter 'text' here
                                            const char     *text,
                                                            ^
../src/gtkhex.c:743:2: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
        gtk_style_context_get_background_color (context, state, &bg_color);
        ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1200:1: note: 'gtk_style_context_get_background_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_16_FOR(gtk_render_background)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:371:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16_FOR'
# define GDK_DEPRECATED_IN_3_16_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:758:31: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'gchar *' (aka 'char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        frm_len = format_ablock (gh, gh->priv->disp_buffer, (gh->top_line+imin)*gh->cpl,
                                     ^~~~~~~~~~~~~~~~~~~~~
../src/gtkhex.c:225:39: note: passing argument to parameter 'out' here
gint format_ablock(GtkHex *gh, gchar *out, guint start, guint end) {
                                      ^
../src/gtkhex.c:769:39: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                pango_layout_set_text (gh->alayout, gh->priv->disp_buffer + (i - imin)*gh->cpl, MIN(gh->cpl, tmp));
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/ghex/work/.buildlink/include/pango-1.0/pango/pango-layout.h:165:26: note: passing argument to parameter 'text' here
                                            const char     *text,
                                                            ^
../src/gtkhex.c:798:2: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
        gtk_style_context_get_background_color (context, state, &bg_color);
        ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1200:1: note: 'gtk_style_context_get_background_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_16_FOR(gtk_render_background)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:371:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16_FOR'
# define GDK_DEPRECATED_IN_3_16_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:922:2: warning: 'gtk_widget_get_requisition' is deprecated: Use 'gtk_widget_get_preferred_width & gtk_widget_get_preferred_height' instead [-Wdeprecated-declarations]
        gtk_widget_get_requisition(gh->scrollbar, &sb_req);
        ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:946:1: note: 'gtk_widget_get_requisition' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_get_preferred_width & gtk_widget_get_preferred_height)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:1125:28: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                                                                  strlen(text), 0, text, TRUE);
                                                                                   ^~~~
../src/hex-document.h:95:45: note: passing argument to parameter 'data' here
                                                                  guint len, guint rep_len, guchar *data,
                                                                                                    ^
../src/gtkhex.c:1143:19: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations]
        device_manager = gdk_display_get_device_manager (gtk_widget_get_display (w));
                         ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:170:1: note: 'gdk_display_get_device_manager' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_20_FOR(gdk_display_get_default_seat)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:399:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_20_FOR'
# define GDK_DEPRECATED_IN_3_20_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:1144:12: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations]
        pointer = gdk_device_manager_get_client_pointer (device_manager);
                  ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:43:1: note: 'gdk_device_manager_get_client_pointer' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_20
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:398:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_20'
# define GDK_DEPRECATED_IN_3_20               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
../src/gtkhex.c:1222:28: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                                                                  strlen(text), 0, text, TRUE);
                                                                                   ^~~~
../src/hex-document.h:95:45: note: passing argument to parameter 'data' here
                                                                  guint len, guint rep_len, guchar *data,
                                                                                                    ^
../src/gtkhex.c:1240:19: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations]
        device_manager = gdk_display_get_device_manager (gtk_widget_get_display (w));
                         ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:170:1: note: 'gdk_display_get_device_manager' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_20_FOR(gdk_display_get_default_seat)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:399:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_20_FOR'
# define GDK_DEPRECATED_IN_3_20_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:1241:12: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations]
        pointer = gdk_device_manager_get_client_pointer (device_manager);
                  ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:43:1: note: 'gdk_device_manager_get_client_pointer' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_20
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:398:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_20'
# define GDK_DEPRECATED_IN_3_20               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
../src/gtkhex.c:1279:2: warning: 'gtk_widget_modify_font' is deprecated: Use 'gtk_widget_override_font' instead [-Wdeprecated-declarations]
        gtk_widget_modify_font (gh->offsets, gh->font_desc);
        ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:768:1: note: 'gtk_widget_modify_font' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_font)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:1390:37: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                gtk_selection_data_set_text(data, text, end_pos - start_pos);
                                                  ^~~~
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkselection.h:220:61: note: passing argument to parameter 'str' here
                                      const gchar          *str,
                                                            ^
../src/gtkhex.c:1697:44: warning: passing 'guchar *' (aka 'unsigned char *') to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                gtk_clipboard_set_text(klass->clipboard, text, end_pos - start_pos);
                                                         ^~~~
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkclipboard.h:219:35: note: passing argument to parameter 'text' here
                                       const gchar           *text,
                                                              ^
../src/gtkhex.c:1718:27: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                                                          strlen(text), 0, text, TRUE);
                                                                           ^~~~
../src/hex-document.h:95:45: note: passing argument to parameter 'data' here
                                                                  guint len, guint rep_len, guchar *data,
                                                                                                    ^
../src/gtkhex.c:1978:2: warning: 'gtk_widget_get_requisition' is deprecated: Use 'gtk_widget_get_preferred_width & gtk_widget_get_preferred_height' instead [-Wdeprecated-declarations]
        gtk_widget_get_requisition(gh->scrollbar, &sb_req);
        ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:946:1: note: 'gtk_widget_get_requisition' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_get_preferred_width & gtk_widget_get_preferred_height)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:2124:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations]
        g_type_class_add_private (object_class, sizeof (GtkHexPrivate));
        ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here
GOBJECT_DEPRECATED_IN_2_58
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58'
#define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED
                                   ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED'
#define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN
                           ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
../src/gtkhex.c:2131:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
        gh->priv = GTKHEX_GET_PRIVATE (gh);
                   ^
../src/gtkhex.c:43:36: note: expanded from macro 'GTKHEX_GET_PRIVATE'
#define GTKHEX_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object),\
                                   ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
../src/gtkhex.c:2189:2: warning: 'gtk_widget_modify_font' is deprecated: Use 'gtk_widget_override_font' instead [-Wdeprecated-declarations]
        gtk_widget_modify_font (gh->xdisp, gh->font_desc);
        ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:768:1: note: 'gtk_widget_modify_font' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_font)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:2216:2: warning: 'gtk_widget_modify_font' is deprecated: Use 'gtk_widget_override_font' instead [-Wdeprecated-declarations]
        gtk_widget_modify_font (gh->adisp, gh->font_desc);
        ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:768:1: note: 'gtk_widget_modify_font' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_font)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:2479:3: warning: 'gtk_widget_modify_font' is deprecated: Use 'gtk_widget_override_font' instead [-Wdeprecated-declarations]
                gtk_widget_modify_font (gh->xdisp, gh->font_desc);
                ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:768:1: note: 'gtk_widget_modify_font' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_font)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:2482:3: warning: 'gtk_widget_modify_font' is deprecated: Use 'gtk_widget_override_font' instead [-Wdeprecated-declarations]
                gtk_widget_modify_font (gh->adisp, gh->font_desc);
                ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:768:1: note: 'gtk_widget_modify_font' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_font)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:2485:3: warning: 'gtk_widget_modify_font' is deprecated: Use 'gtk_widget_override_font' instead [-Wdeprecated-declarations]
                gtk_widget_modify_font (gh->offsets, gh->font_desc);
                ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:768:1: note: 'gtk_widget_modify_font' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_font)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
../src/gtkhex.c:2566:23: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
        new->search_string = g_memdup(search, len);
                             ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:349:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/ghex/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
34 warnings generated.
[4/118] Compiling C object src/libgtkhex-3.0.dylib.p/hex-document.c.o
../src/hex-document.c:1018:59: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                hex_document_set_data(doc, cd->start, cd->rep_len, len, cd->v_string, FALSE);
                                                                        ^~~~~~~~~~~~
../src/hex-document.c:580:31: note: passing argument to parameter 'data' here
                                          guint rep_len, guchar *data, gboolean undoable)
                                                                 ^
../src/hex-document.c:1022:16: warning: assigning to 'gchar *' (aka 'char *') from 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                cd->v_string = rep_data;
                             ^ ~~~~~~~~
../src/hex-document.c:1080:59: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                hex_document_set_data(doc, cd->start, cd->rep_len, len, cd->v_string, FALSE);
                                                                        ^~~~~~~~~~~~
../src/hex-document.c:580:31: note: passing argument to parameter 'data' here
                                          guint rep_len, guchar *data, gboolean undoable)
                                                                 ^
../src/hex-document.c:1084:16: warning: assigning to 'gchar *' (aka 'char *') from 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                cd->v_string = rep_data;
                             ^ ~~~~~~~~
4 warnings generated.
[5/118] Linking target src/libgtkhex-3.0.dylib
FAILED: src/libgtkhex-3.0.dylib 
clang  -o src/libgtkhex-3.0.dylib src/libgtkhex-3.0.dylib.p/accessiblegtkhex.c.o src/libgtkhex-3.0.dylib.p/accessiblegtkhexfactory.c.o src/libgtkhex-3.0.dylib.p/gtkhex.c.o src/libgtkhex-3.0.dylib.p/hex-document.c.o -L/opt/pkg/lib -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 -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -shared -install_name @rpath/libgtkhex-3.0.dylib -compatibility_version 0 -current_version 0 -pipe -Os -Wl,-rpath,/opt/pkg/lib -Wl,--no-undefined /opt/pkg/lib/libatk-1.0.dylib /opt/pkg/lib/libgobject-2.0.dylib /opt/pkg/lib/libglib-2.0.dylib /opt/pkg/lib/libintl.dylib /opt/pkg/lib/libgtk-3.dylib /opt/pkg/lib/libgdk-3.dylib -Wl,-framework,Cocoa -Wl,-framework,Carbon -Wl,-framework,CoreGraphics /opt/pkg/lib/libpangocairo-1.0.dylib /opt/pkg/lib/libpango-1.0.dylib /opt/pkg/lib/libharfbuzz.dylib /opt/pkg/lib/libcairo-gobject.dylib /opt/pkg/lib/libcairo.dylib /opt/pkg/lib/libgdk_pixbuf-2.0.dylib /opt/pkg/lib/libgio-2.0.dylib /opt/pkg/lib/libgailutil-3.dylib -Wl,-framework,Cocoa -Wl,-framework,Carbon -Wl,-framework,CoreGraphics
ld: unknown option: --no-undefined
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/editors/ghex
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/editors/ghex