+ 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/geeqie-2.4nb4/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/geeqie-2.4nb4/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for geeqie-2.4nb4
ninja: Entering directory `output'
[1/176] Generating glib marshaller header src/gq-marshal_h
[2/176] Generating glib marshaller source src/gq-marshal_c
[3/176] Generating po/translator_resources with a custom command (wrapped by meson because command contains newlines)
[4/176] Generating src/authors/authors_resources with a custom command
[5/176] Generating src/icons/icons_resources_h with a custom command
[6/176] Generating src/icons/icons_resources_c with a custom command
[7/176] Generating src/ui/ui_resources_h with a custom command
[8/176] Generating src/ui/ui_resources_c with a custom command
[9/176] Generating src/gq-marshal-pragma with a custom command
[10/176] Generating src/ClayRGB1998 with a custom command
[11/176] Compiling C object src/geeqie.p/meson-generated_.._.._po_translators.c.o
[12/176] Compiling C object src/geeqie.p/meson-generated_.._authors_authors.c.o
[13/176] Compiling C object src/geeqie.p/meson-generated_.._icons_icons.c.o
[14/176] Compiling C object src/geeqie.p/meson-generated_.._ui_ui.c.o
[15/176] Compiling C object src/geeqie.p/meson-generated_.._gq-marshal-pragma.c.o
[16/176] Compiling C++ object src/geeqie.p/advanced-exif.cc.o
[17/176] Compiling C++ object src/geeqie.p/archives.cc.o
[18/176] Compiling C++ object src/geeqie.p/bar.cc.o
[19/176] Compiling C++ object src/geeqie.p/bar-comment.cc.o
[20/176] Compiling C++ object src/geeqie.p/bar-exif.cc.o
[21/176] Compiling C++ object src/geeqie.p/bar-histogram.cc.o
[22/176] Compiling C++ object src/geeqie.p/bar-keywords.cc.o
[23/176] Compiling C++ object src/geeqie.p/bar-rating.cc.o
[24/176] Compiling C++ object src/geeqie.p/bar-sort.cc.o
[25/176] Compiling C++ object src/geeqie.p/cache.cc.o
[26/176] Compiling C++ object src/geeqie.p/cache-loader.cc.o
[27/176] Compiling C++ object src/geeqie.p/cache-maint.cc.o
../src/cache-maint.cc: In function 'void cache_maintenance_render_stop_cb(gpointer)':
../src/cache-maint.cc:88:41: warning: 'void gtk_status_icon_set_tooltip_text(GtkStatusIcon*, const gchar*)' is deprecated [-Wdeprecated-declarations]
   88 |         gtk_status_icon_set_tooltip_text(status_icon, _("Geeqie: Creating sim data..."));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275,
                 from ../src/cache-maint.h:26,
                 from ../src/cache-maint.cc:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here
  137 | void                  gtk_status_icon_set_tooltip_text   (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/cache-maint.cc: In function 'void cache_maintenance_clean_stop_cb(gpointer)':
../src/cache-maint.cc:94:41: warning: 'void gtk_status_icon_set_tooltip_text(GtkStatusIcon*, const gchar*)' is deprecated [-Wdeprecated-declarations]
   94 |         gtk_status_icon_set_tooltip_text(status_icon, _("Geeqie: Creating thumbs..."));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here
  137 | void                  gtk_status_icon_set_tooltip_text   (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/cache-maint.cc: In function 'void cache_maintenance(const gchar*)':
../src/cache-maint.cc:126:54: warning: 'GtkStatusIcon* gtk_status_icon_new_from_pixbuf(GdkPixbuf*)' is deprecated [-Wdeprecated-declarations]
  126 |         status_icon = gtk_status_icon_new_from_pixbuf(pixbuf_inline(PIXBUF_INLINE_ICON));
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:86:23: note: declared here
   86 | GtkStatusIcon        *gtk_status_icon_new_from_pixbuf    (GdkPixbuf          *pixbuf);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/cache-maint.cc:127:41: warning: 'void gtk_status_icon_set_tooltip_text(GtkStatusIcon*, const gchar*)' is deprecated [-Wdeprecated-declarations]
  127 |         gtk_status_icon_set_tooltip_text(status_icon, _("Geeqie: Cleaning thumbs..."));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here
  137 | void                  gtk_status_icon_set_tooltip_text   (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/cache-maint.cc:128:36: warning: 'void gtk_status_icon_set_visible(GtkStatusIcon*, gboolean)' is deprecated [-Wdeprecated-declarations]
  128 |         gtk_status_icon_set_visible(status_icon, TRUE);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
  151 | void                  gtk_status_icon_set_visible        (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[28/176] Compiling C++ object src/geeqie.p/cellrenderericon.cc.o
[29/176] Compiling C++ object src/geeqie.p/collect.cc.o
[30/176] Compiling C++ object src/geeqie.p/collect-dlg.cc.o
[31/176] Compiling C++ object src/geeqie.p/collect-io.cc.o
[32/176] Compiling C++ object src/geeqie.p/collect-table.cc.o
../src/collect-table.cc: In function 'void collection_table_insert_marker(CollectTable*, CollectInfo*, gboolean)':
../src/collect-table.cc:1572:50: warning: 'void gdk_window_set_background_pattern(GdkWindow*, cairo_pattern_t*)' is deprecated [-Wdeprecated-declarations]
 1572 |                 gdk_window_set_background_pattern(ct->marker_window, pattern);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkseat.h:28,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:33,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from ../src/collect-table.h:25,
                 from ../src/collect-table.cc:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkwindow.h:790:15: note: declared here
  790 | void          gdk_window_set_background_pattern (GdkWindow       *window,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254,
                 from ../src/collect-table.h:27:
../src/collect-table.cc: In function 'GtkWidget* collection_table_drop_menu(CollectTable*)':
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:353:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  353 | #define GTK_STOCK_DND_MULTIPLE     ((GtkStock)"gtk-dnd-multiple")
      |                                      ^~~~~~~~
../src/main-defines.h:175:21: note: in expansion of macro 'GTK_STOCK_DND_MULTIPLE'
  175 | #define GQ_ICON_DND GTK_STOCK_DND_MULTIPLE
      |                     ^~~~~~~~~~~~~~~~~~~~~~
../src/collect-table.cc:2262:72: note: in expansion of macro 'GQ_ICON_DND'
 2262 |         menu_item_add_stock(menu, _("Dropped list includes folders."), GQ_ICON_DND, nullptr, nullptr);
      |                                                                        ^~~~~~~~~~~
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here
  108 | typedef char * GtkStock;
      |                ^~~~~~~~
../src/collect-table.cc: In function 'void collection_table_cell_data_cb(GtkTreeViewColumn*, GtkCellRenderer*, GtkTreeModel*, GtkTreeIter*, gpointer)':
../src/collect-table.cc:2531:37: warning: 'GtkStyle* gtk_widget_get_style(GtkWidget*)' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations]
 2531 |         style = gtk_widget_get_style(ct->listview);
      |                 ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here
  742 | GtkStyle *  gtk_widget_get_style          (GtkWidget            *widget);
      |             ^~~~~~~~~~~~~~~~~~~~
[33/176] Compiling C++ object src/geeqie.p/color-man.cc.o
../src/color-man.cc: In function 'guchar* nclx_to_lcms_profile(const heif_color_profile_nclx*, guint*)':
../src/color-man.cc:590:22: warning: variable 'primaries_name' set but not used [-Wunused-but-set-variable]
  590 |         const gchar *primaries_name = "";
      |                      ^~~~~~~~~~~~~~
../src/color-man.cc:591:22: warning: variable 'trc_name' set but not used [-Wunused-but-set-variable]
  591 |         const gchar *trc_name = "";
      |                      ^~~~~~~~
[34/176] Compiling C++ object src/geeqie.p/compat.cc.o
[35/176] Compiling C++ object src/geeqie.p/debug.cc.o
[36/176] Compiling C++ object src/geeqie.p/desktop-file.cc.o
[37/176] Compiling C++ object src/geeqie.p/dnd.cc.o
[38/176] Compiling C++ object src/geeqie.p/dupe.cc.o
../src/dupe.cc: In function 'GdkRGBA* dupe_listview_color_shifted(GtkWidget*)':
../src/dupe.cc:3998:45: warning: 'GtkStyle* gtk_widget_get_style(GtkWidget*)' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations]
 3998 |                 style = gtk_widget_get_style(widget);
      |                         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277,
                 from ../src/dupe.h:27,
                 from ../src/dupe.cc:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here
  742 | GtkStyle *  gtk_widget_get_style          (GtkWidget            *widget);
      |             ^~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254:
../src/dupe.cc: In function 'GtkWidget* dupe_confirm_dir_list(DupeWindow*, GList*)':
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:353:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  353 | #define GTK_STOCK_DND_MULTIPLE     ((GtkStock)"gtk-dnd-multiple")
      |                                      ^~~~~~~~
../src/main-defines.h:175:21: note: in expansion of macro 'GTK_STOCK_DND_MULTIPLE'
  175 | #define GQ_ICON_DND GTK_STOCK_DND_MULTIPLE
      |                     ^~~~~~~~~~~~~~~~~~~~~~
../src/dupe.cc:4923:72: note: in expansion of macro 'GQ_ICON_DND'
 4923 |         menu_item_add_stock(menu, _("Dropped list includes folders."), GQ_ICON_DND, nullptr, nullptr);
      |                                                                        ^~~~~~~~~~~
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here
  108 | typedef char * GtkStock;
      |                ^~~~~~~~
[39/176] Compiling C++ object src/geeqie.p/editors.cc.o
[40/176] Compiling C++ object src/geeqie.p/exif-common.cc.o
[41/176] Compiling C++ object src/geeqie.p/filecache.cc.o
../src/filecache.cc: In function 'void file_cache_dump(FileCacheData*)':
../src/filecache.cc:190:22: warning: unused variable 'fe' [-Wunused-variable]
  190 |                 auto fe = static_cast<FileCacheEntry *>(work->data);
      |                      ^~
../src/filecache.cc:184:16: warning: unused variable 'n' [-Wunused-variable]
  184 |         gulong n = 0;
      |                ^
[42/176] Compiling C++ object src/geeqie.p/filedata.cc.o
In file included from ../src/filedata.cc:42:
../src/filedata.cc: In function 'FileData* file_data_ref(FileData*)':
../src/filedata.cc:707:28: warning: format '%p' expects argument of type 'void*', but argument 3 has type 'FileData*' [-Wformat=]
  707 |                 log_printf("Error: fd magick mismatch fd=%p", fd);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~
      |                                                               |
      |                                                               FileData*
../src/debug.h:36:56: note: in definition of macro 'log_printf'
   36 | #define log_printf(...) log_domain_printf(DOMAIN_INFO, __VA_ARGS__)
      |                                                        ^~~~~~~~~~~
../src/filedata.cc:707:59: note: format string is defined here
  707 |                 log_printf("Error: fd magick mismatch fd=%p", fd);
      |                                                          ~^
      |                                                           |
      |                                                           void*
../src/filedata.cc: In function 'void file_data_unref(FileData*)':
../src/filedata.cc:840:28: warning: format '%p' expects argument of type 'void*', but argument 3 has type 'FileData*' [-Wformat=]
  840 |                 log_printf("Error: fd magick mismatch fd=%p", fd);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~
      |                                                               |
      |                                                               FileData*
../src/debug.h:36:56: note: in definition of macro 'log_printf'
   36 | #define log_printf(...) log_domain_printf(DOMAIN_INFO, __VA_ARGS__)
      |                                                        ^~~~~~~~~~~
../src/filedata.cc:840:59: note: format string is defined here
  840 |                 log_printf("Error: fd magick mismatch fd=%p", fd);
      |                                                          ~^
      |                                                           |
      |                                                           void*
[43/176] Compiling C++ object src/geeqie.p/filefilter.cc.o
[44/176] Compiling C++ object src/geeqie.p/fullscreen.cc.o
../src/fullscreen.cc: In function 'GdkRectangle {anonymous}::get_screen_default_geometry(GdkScreen*)':
../src/fullscreen.cc:262:46: warning: 'gint gdk_screen_get_width(GdkScreen*)' is deprecated [-Wdeprecated-declarations]
  262 |         geometry.width = gdk_screen_get_width(screen);
      |                          ~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from ../src/fullscreen.h:26,
                 from ../src/fullscreen.cc:22:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here
   58 | gint         gdk_screen_get_width             (GdkScreen   *screen);
      |              ^~~~~~~~~~~~~~~~~~~~
../src/fullscreen.cc:263:48: warning: 'gint gdk_screen_get_height(GdkScreen*)' is deprecated [-Wdeprecated-declarations]
  263 |         geometry.height = gdk_screen_get_height(screen);
      |                           ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here
   60 | gint         gdk_screen_get_height            (GdkScreen   *screen);
      |              ^~~~~~~~~~~~~~~~~~~~~
../src/fullscreen.cc: In function 'GdkRectangle {anonymous}::fullscreen_prefs_get_geometry(gint, GtkWidget*, GdkScreen*&, gboolean&)':
../src/fullscreen.cc:342:92: warning: 'gint gdk_screen_get_monitor_at_window(GdkScreen*, GdkWindow*)' is deprecated: Use 'gdk_display_get_monitor_at_window' instead [-Wdeprecated-declarations]
  342 |                                          it->number%100 == gdk_screen_get_monitor_at_window(dest_screen, gtk_widget_get_window(widget)) + 1)));
      |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:91:15: note: declared here
   91 | gint          gdk_screen_get_monitor_at_window (GdkScreen *screen,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/fullscreen.cc: In function 'void fullscreen_stop(FullScreenData*)':
../src/fullscreen.cc:589:28: warning: 'void gdk_keyboard_ungrab(guint32)' is deprecated: Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations]
  589 |         gdk_keyboard_ungrab(GDK_CURRENT_TIME);
      |         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:
/home/pbulk/build/graphics/geeqie/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:102:15: note: declared here
  102 | void          gdk_keyboard_ungrab    (guint32       time_);
      |               ^~~~~~~~~~~~~~~~~~~
[45/176] Compiling C++ object src/geeqie.p/histogram.cc.o
FAILED: src/geeqie.p/histogram.cc.o 
g++ -Isrc/geeqie.p -Isrc -I../src -I. -I.. -Ipo -Isrc/authors -Isrc/icons -Isrc/ui -I/opt/pkg/include/gtk-3.0 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include -I/opt/pkg/include/cairo -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/at-spi2-atk/2.0 -I/opt/pkg/include/at-spi-2.0 -I/opt/pkg/include/dbus-1.0 -I/opt/pkg/lib/dbus-1.0/include -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/libdrm -I/opt/pkg/include/fribidi -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/openjpeg-2.5 -I/usr/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++14 -Wno-error=deprecated-declarations -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -MD -MQ src/geeqie.p/histogram.cc.o -MF src/geeqie.p/histogram.cc.o.d -o src/geeqie.p/histogram.cc.o -c ../src/histogram.cc
../src/histogram.cc: In function 'gboolean histogram_draw(Histogram*, const HistMap*, GdkPixbuf*, gint, gint, gint, gint)':
../src/histogram.cc:315:29: error: call of overloaded 'log(gulong&)' is ambiguous
  315 |                 logmax = log(max);
      |                          ~~~^~~~~
In file included from /usr/include/math.h:35,
                 from /opt/tools/gcc13/include/c++/13.3.0/bits/std_abs.h:40,
                 from /opt/tools/gcc13/include/c++/13.3.0/cstdlib:81,
                 from /opt/tools/gcc13/include/c++/13.3.0/stdlib.h:36,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/glib-2.0/glib/gutils.h:426,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/glib-2.0/glib/gthread.h:36,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/glib-2.0/glib.h:34,
                 from /home/pbulk/build/graphics/geeqie/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:29,
                 from ../src/histogram.h:24,
                 from ../src/histogram.cc:21:
/usr/include/iso/math_iso.h:215:28: note: candidate: 'long double std::log(long double)'
  215 |         inline long double log(long double __X) { return __logl(__X); }
      |                            ^~~
/usr/include/iso/math_iso.h:172:22: note: candidate: 'float std::log(float)'
  172 |         inline float log(float __X) { return __logf(__X); }
      |                      ^~~
/usr/include/iso/math_iso.h:72:15: note: candidate: 'double std::log(double)'
   72 | extern double log(double);
      |               ^~~
../src/histogram.cc:387:71: error: call of overloaded 'log(glong&)' is ambiguous
  387 |                                         pt = (static_cast<gdouble>(log(v[chanmax]))) / logmax * (height - 1);
      |                                                                    ~~~^~~~~~~~~~~~
/usr/include/iso/math_iso.h:215:28: note: candidate: 'long double std::log(long double)'
  215 |         inline long double log(long double __X) { return __logl(__X); }
      |                            ^~~
/usr/include/iso/math_iso.h:172:22: note: candidate: 'float std::log(float)'
  172 |         inline float log(float __X) { return __logf(__X); }
      |                      ^~~
/usr/include/iso/math_iso.h:72:15: note: candidate: 'double std::log(double)'
   72 | extern double log(double);
      |               ^~~
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/geeqie
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/geeqie