+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent LUA_VERSION_REQD=54 WRKLOG=/tmp/bulklog/gpick-0.3nb2/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent LUA_VERSION_REQD=54 WRKLOG=/tmp/bulklog/gpick-0.3nb2/work.log
===> Building for gpick-0.3nb2
[  1%] Building CXX object CMakeFiles/gpick-math.dir/source/math/Empty.cpp.o
[  1%] Building CXX object CMakeFiles/gpick-lua.dir/source/lua/Script.cpp.o
[  2%] Building CXX object CMakeFiles/gpick-common.dir/source/common/Format.cpp.o
[  2%] Built target gpick-math
[  3%] Compiling state machine /home/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/CMakeFiles/TextFileParser.cpp
[  4%] Building CXX object CMakeFiles/gpick-parser.dir/source/parser/TextFile.cpp.o
[  4%] Building CXX object CMakeFiles/gpick-parser.dir/CMakeFiles/TextFileParser.cpp.o
[  4%] Built target gpick-common
[  4%] Compiling translations /home/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/cs/LC_MESSAGES/gpick.mo
[  5%] Compiling translations /home/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/es/LC_MESSAGES/gpick.mo
[  6%] Compiling translations /home/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/lt/LC_MESSAGES/gpick.mo
[  7%] Compiling translations /home/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/ru/LC_MESSAGES/gpick.mo
[  8%] Compiling translations /home/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/sv/LC_MESSAGES/gpick.mo
[  8%] Built target translations
[  8%] Built target gpick-lua
[  9%] Preparing translations /home/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/cs/LC_MESSAGES/gpick.po
[ 10%] Building CXX object CMakeFiles/gpick-color.dir/source/Color.cpp.o
[ 11%] Preparing translations /home/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/es/LC_MESSAGES/gpick.po
[ 12%] Preparing translations /home/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/lt/LC_MESSAGES/gpick.po
[ 13%] Preparing translations /home/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/ru/LC_MESSAGES/gpick.po
[ 13%] Preparing translations /home/pbulk/build/graphics/gpick/work/gpick-0.3/cmake-pkgsrc-build/share/locale/sv/LC_MESSAGES/gpick.po
[ 13%] Built target prepare-translations
[ 13%] Built target gpick-parser
[ 13%] Built target gpick-color
[ 13%] Building CXX object CMakeFiles/gpick-dynv.dir/source/dynv/Binary.cpp.o
[ 14%] Building CXX object CMakeFiles/gpick-dynv.dir/source/dynv/Map.cpp.o
[ 15%] Building CXX object CMakeFiles/gpick-dynv.dir/source/dynv/Types.cpp.o
[ 16%] Building CXX object CMakeFiles/gpick-dynv.dir/source/dynv/Variable.cpp.o
[ 17%] Building CXX object CMakeFiles/gpick-dynv.dir/source/dynv/Xml.cpp.o
[ 17%] Built target gpick-dynv
[ 18%] Building CXX object CMakeFiles/gpick.dir/source/BlendColors.cpp.o
[ 19%] Building CXX object CMakeFiles/tests.dir/source/test/Color.cpp.o
[ 19%] Building CXX object CMakeFiles/gpick.dir/source/AutoSave.cpp.o
[ 20%] Building CXX object CMakeFiles/gpick.dir/source/BrightnessDarkness.cpp.o
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp: In function 'std::unique_ptr<IColorSource> build(GlobalState&, const dynv::Ref&)':
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:282:30: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  282 |         table = gtk_table_new(6, 2, false);
      |                 ~~~~~~~~~~~~~^~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/IColorSource.h:21,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:21:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here
  119 | GtkWidget* gtk_table_new              (guint            rows,
      |            ^~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:283:25: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  283 |         gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Start:"), 0, 0, 0, 0), 0, 1, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5);
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:285:25: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  285 |         gtk_table_attach(GTK_TABLE(table), widget, 1, 2, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 0, 0);
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:289:25: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  289 |         gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Middle:"), 0, 0, 0, 0), 0, 1, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5);
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:291:25: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  291 |         gtk_table_attach(GTK_TABLE(table), widget, 1, 2, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 0, 0);
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:295:25: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  295 |         gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("End:"), 0, 0, 0, 0), 0, 1, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5);
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:297:25: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  297 |         gtk_table_attach(GTK_TABLE(table), widget, 1, 2, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 0, 0);
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:301:39: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  301 |         GtkWidget *vbox = gtk_vbox_new(false, 0);
      |                           ~~~~~~~~~~~~^~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here
   61 | GtkWidget * gtk_vbox_new      (gboolean homogeneous,
      |             ^~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:311:25: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  311 |         gtk_table_attach(GTK_TABLE(table), vbox, 4, 5, table_y, table_y + 3, GtkAttachOptions(GTK_FILL), GtkAttachOptions(GTK_FILL), 5, 0);
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:314:25: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  314 |         gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Start steps:"), 0, 0, 0, 0), 2, 3, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5);
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:317:25: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  317 |         gtk_table_attach(GTK_TABLE(table), widget, 3, 4, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 5, 0);
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:321:25: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  321 |         gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("End steps:"), 0, 0, 0, 0), 2, 3, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5);
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:324:25: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  324 |         gtk_table_attach(GTK_TABLE(table), widget, 3, 4, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 5, 0);
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BlendColors.cpp:329:25: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  329 |         gtk_table_attach(GTK_TABLE(table), palette_list_preview_new(&gs, false, false, gs.getColorList(), &previewColorList), 0, 5, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), 5, 5);
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
[ 21%] Building CXX object CMakeFiles/gpick.dir/source/Clipboard.cpp.o
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BrightnessDarkness.cpp: In function 'std::unique_ptr<IColorSource> build(GlobalState&, const dynv::Ref&)':
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BrightnessDarkness.cpp:274:28: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  274 |         hbox = gtk_hbox_new(false, 0);
      |                ~~~~~~~~~~~~^~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/IColorSource.h:21,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/BrightnessDarkness.cpp:20:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
   63 | GtkWidget * gtk_hbox_new      (gboolean homogeneous,
      |             ^~~~~~~~~~~~
[ 22%] Building CXX object CMakeFiles/tests.dir/source/test/Dynv.cpp.o
[ 22%] Building CXX object CMakeFiles/gpick.dir/source/ClosestColors.cpp.o
[ 23%] Building CXX object CMakeFiles/gpick.dir/source/ColorList.cpp.o
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ClosestColors.cpp: In function 'std::unique_ptr<IColorSource> build(GlobalState&, const dynv::Ref&)':
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ClosestColors.cpp:221:28: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  221 |         hbox = gtk_hbox_new(false, 0);
      |                ~~~~~~~~~~~~^~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/IColorSource.h:21,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ClosestColors.cpp:21:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
   63 | GtkWidget * gtk_hbox_new      (gboolean homogeneous,
      |             ^~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ClosestColors.cpp:222:28: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  222 |         vbox = gtk_vbox_new(false, 0);
      |                ~~~~~~~~~~~~^~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here
   61 | GtkWidget * gtk_vbox_new      (gboolean homogeneous,
      |             ^~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ClosestColors.cpp:224:44: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  224 |         args->colorPreviews = gtk_table_new(3, 3, false);
      |                               ~~~~~~~~~~~~~^~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here
  119 | GtkWidget* gtk_table_new              (guint            rows,
      |            ^~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ClosestColors.cpp:230:25: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  230 |         gtk_table_attach(GTK_TABLE(args->colorPreviews), widget, 0, 3, 0, 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), 0, 0);
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ClosestColors.cpp:244:41: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  244 |                         gtk_table_attach(GTK_TABLE(args->colorPreviews), widget, i, i + 1, j + 1, j + 2, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), 0, 0);
      |                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ClosestColors.cpp:254:34: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  254 |         auto hbox2 = gtk_hbox_new(false, 0);
      |                      ~~~~~~~~~~~~^~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
   63 | GtkWidget * gtk_hbox_new      (gboolean homogeneous,
      |             ^~~~~~~~~~~~
[ 24%] Building CXX object CMakeFiles/gpick.dir/source/ColorMixer.cpp.o
[ 25%] Building CXX object CMakeFiles/gpick.dir/source/ColorObject.cpp.o
[ 25%] Building CXX object CMakeFiles/gpick.dir/source/ColorPicker.cpp.o
[ 26%] Building CXX object CMakeFiles/tests.dir/source/test/DynvBinary.cpp.o
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp: In function 'std::unique_ptr<IColorSource> build(GlobalState&, const dynv::Ref&)':
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:332:28: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  332 |         hbox = gtk_hbox_new(false, 0);
      |                ~~~~~~~~~~~~^~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/IColorSource.h:21,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:21:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
   63 | GtkWidget * gtk_hbox_new      (gboolean homogeneous,
      |             ^~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:333:28: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  333 |         vbox = gtk_vbox_new(false, 0);
      |                ~~~~~~~~~~~~^~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here
   61 | GtkWidget * gtk_vbox_new      (gboolean homogeneous,
      |             ^~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:335:44: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  335 |         args->colorPreviews = gtk_table_new(Rows, 3, false);
      |                               ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here
  119 | GtkWidget* gtk_table_new              (guint            rows,
      |            ^~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:341:25: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  341 |         gtk_table_attach(GTK_TABLE(args->colorPreviews), widget, 1, 2, 0, Rows, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), 0, 0);
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:355:41: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  355 |                         gtk_table_attach(GTK_TABLE(args->colorPreviews), widget, j * 2, j * 2 + 1, i, i + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GtkAttachOptions(GTK_FILL | GTK_EXPAND), 0, 0);
      |                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:387:29: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  387 |         hbox2 = gtk_hbox_new(false, 0);
      |                 ~~~~~~~~~~~~^~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
   63 | GtkWidget * gtk_hbox_new      (gboolean homogeneous,
      |             ^~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:390:30: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  390 |         table = gtk_table_new(5, 2, false);
      |                 ~~~~~~~~~~~~~^~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here
  119 | GtkWidget* gtk_table_new              (guint            rows,
      |            ^~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:393:25: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  393 |         gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Opacity:"), 0, 0.5, 0, 0), 0, 1, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 0, 0);
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:394:55: warning: 'GtkWidget* gtk_hscale_new_with_range(gdouble, gdouble, gdouble)' is deprecated: Use 'gtk_scale_new_with_range' instead [-Wdeprecated-declarations]
  394 |         args->opacityRange = gtk_hscale_new_with_range(1, 100, 1);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:265:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhscale.h:63:12: note: declared here
   63 | GtkWidget* gtk_hscale_new_with_range (gdouble        min,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorMixer.cpp:397:25: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  397 |         gtk_table_attach(GTK_TABLE(table), args->opacityRange, 1, 2, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 0, 0);
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp: In member function 'void ColorPickerArgs::updateMainColor()':
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:172:40: warning: 'void gdk_display_get_pointer(GdkDisplay*, GdkScreen**, gint*, gint*, GdkModifierType*)' is deprecated: Use 'gdk_device_get_position' instead [-Wdeprecated-declarations]
  172 |                 gdk_display_get_pointer(gdk_display_get_default(), &screen, &x, &y, &state);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32,
                 from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/IColorSource.h:21,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.h:20,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:19:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:112:18: note: declared here
  112 | void             gdk_display_get_pointer           (GdkDisplay             *display,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:173:62: warning: 'gint gdk_screen_get_monitor_at_point(GdkScreen*, gint, gint)' is deprecated: Use 'gdk_display_get_monitor_at_point' instead [-Wdeprecated-declarations]
  173 |                 int monitor = gdk_screen_get_monitor_at_point(screen, x, y);
      |                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:87:15: note: declared here
   87 | gint          gdk_screen_get_monitor_at_point  (GdkScreen *screen,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:175:48: warning: 'void gdk_screen_get_monitor_geometry(GdkScreen*, gint, GdkRectangle*)' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations]
  175 |                 gdk_screen_get_monitor_geometry(screen, monitor, &monitor_geometry);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:78:14: note: declared here
   78 | void         gdk_screen_get_monitor_geometry  (GdkScreen    *screen,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp: In function 'gboolean onSwatchKeyPress(GtkWidget*, GdkEventKey*, ColorPickerArgs*)':
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:653:40: warning: 'void gdk_display_get_pointer(GdkDisplay*, GdkScreen**, gint*, gint*, GdkModifierType*)' is deprecated: Use 'gdk_device_get_position' instead [-Wdeprecated-declarations]
  653 |                 gdk_display_get_pointer(gdk_display_get_default(), nullptr, &x, &y, nullptr);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:112:18: note: declared here
  112 | void             gdk_display_get_pointer           (GdkDisplay             *display,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37,
                 from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254:
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp: In function 'gboolean color_component_key_up_cb(GtkWidget*, GdkEventButton*, ColorPickerArgs*)':
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:237:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  237 | #define GTK_STOCK_COPY             ((GtkStock)"gtk-copy")
      |                                      ^~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:795:52: note: in expansion of macro 'GTK_STOCK_COPY'
  795 |                 auto item = newMenuItem(_("Copy"), GTK_STOCK_COPY);
      |                                                    ^~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here
  108 | typedef char * GtkStock;
      |                ^~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:829:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  829 | #define GTK_STOCK_PASTE            ((GtkStock)"gtk-paste")
      |                                      ^~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:798:48: note: in expansion of macro 'GTK_STOCK_PASTE'
  798 |                 item = newMenuItem(_("Paste"), GTK_STOCK_PASTE);
      |                                                ^~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here
  108 | typedef char * GtkStock;
      |                ^~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:364:38: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  364 | #define GTK_STOCK_EDIT             ((GtkStock)"gtk-edit")
      |                                      ^~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:802:47: note: in expansion of macro 'GTK_STOCK_EDIT'
  802 |                 item = newMenuItem(_("Edit"), GTK_STOCK_EDIT);
      |                                               ^~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:108:16: note: declared here
  108 | typedef char * GtkStock;
      |                ^~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp: In function 'GtkWidget* create_falloff_type_list()':
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:830:39: warning: 'void gtk_combo_box_set_add_tearoffs(GtkComboBox*, gboolean)' is deprecated [-Wdeprecated-declarations]
  830 |         gtk_combo_box_set_add_tearoffs(GTK_COMBO_BOX(widget), 0);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:113:15: note: declared here
  113 | void          gtk_combo_box_set_add_tearoffs       (GtkComboBox *combo_box,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp: In function 'std::unique_ptr<IColorSource> build(GlobalState&, const dynv::Ref&)':
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:876:33: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  876 |         main_hbox = gtk_hbox_new(false, 5);
      |                     ~~~~~~~~~~~~^~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:262:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
   63 | GtkWidget * gtk_hbox_new      (gboolean homogeneous,
      |             ^~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:878:36: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  878 |                 vbox = gtk_vbox_new(false, 0);
      |                        ~~~~~~~~~~~~^~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:286:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here
   61 | GtkWidget * gtk_vbox_new      (gboolean homogeneous,
      |             ^~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:932:36: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  932 |                 vbox = gtk_vbox_new(false, 5);
      |                        ~~~~~~~~~~~~^~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here
   61 | GtkWidget * gtk_vbox_new      (gboolean homogeneous,
      |             ^~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:933:54: warning: 'void gtk_scrolled_window_add_with_viewport(GtkScrolledWindow*, GtkWidget*)' is deprecated: Use 'gtk_container_add' instead [-Wdeprecated-declarations]
  933 |                 gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled), vbox);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:187:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtkscrolledwindow.h:186:16: note: declared here
  186 | void           gtk_scrolled_window_add_with_viewport (GtkScrolledWindow *scrolled_window,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:940:46: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  940 |                         table = gtk_table_new(6, 2, FALSE);
      |                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:280:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here
  119 | GtkWidget* gtk_table_new              (guint            rows,
      |            ^~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:945:49: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  945 |                                 gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Oversample:"),0,0.5,0,0),0,1,table_y,table_y+1,GtkAttachOptions(GTK_FILL),GTK_FILL,5,5);
      |                                 ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:946:68: warning: 'GtkWidget* gtk_hscale_new_with_range(gdouble, gdouble, gdouble)' is deprecated: Use 'gtk_scale_new_with_range' instead [-Wdeprecated-declarations]
  946 |                                 widget = gtk_hscale_new_with_range (0,16,1);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from /home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/gtk.h:265:
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhscale.h:63:12: note: declared here
   63 | GtkWidget* gtk_hscale_new_with_range (gdouble        min,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:949:49: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  949 |                                 gtk_table_attach(GTK_TABLE(table), widget,1,2,table_y,table_y+1,GtkAttachOptions(GTK_FILL | GTK_EXPAND),GTK_FILL,5,0);
      |                                 ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:952:49: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  952 |                                 gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Falloff:"),0,0.5,0,0),0,1,table_y,table_y+1,GtkAttachOptions(GTK_FILL),GTK_FILL,5,5);
      |                                 ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:956:49: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  956 |                                 gtk_table_attach(GTK_TABLE(table), widget,1,2,table_y,table_y+1,GtkAttachOptions(GTK_FILL | GTK_EXPAND),GTK_FILL,5,0);
      |                                 ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:959:49: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  959 |                                 gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Zoom:"),0,0.5,0,0),0,1,table_y,table_y+1,GtkAttachOptions(GTK_FILL),GTK_FILL,5,5);
      |                                 ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:960:68: warning: 'GtkWidget* gtk_hscale_new_with_range(gdouble, gdouble, gdouble)' is deprecated: Use 'gtk_scale_new_with_range' instead [-Wdeprecated-declarations]
  960 |                                 widget = gtk_hscale_new_with_range (0, 100, 1);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhscale.h:63:12: note: declared here
   63 | GtkWidget* gtk_hscale_new_with_range (gdouble        min,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:963:49: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
  963 |                                 gtk_table_attach(GTK_TABLE(table), widget,1,2,table_y,table_y+1,GtkAttachOptions(GTK_FILL | GTK_EXPAND),GTK_FILL,5,0);
      |                                 ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1055:54: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1055 |                                 table = gtk_table_new(3, 2, FALSE);
      |                                         ~~~~~~~~~~~~~^~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here
  119 | GtkWidget* gtk_table_new              (guint            rows,
      |            ^~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1059:57: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1059 |                                         gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Color name:"),0,0.5,0,0),0,1,table_y,table_y+1,GtkAttachOptions(GTK_FILL),GTK_FILL,5,5);
      |                                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1061:57: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1061 |                                         gtk_table_attach(GTK_TABLE(table), widget,1,3,table_y,table_y+1,GtkAttachOptions(GTK_FILL | GTK_EXPAND),GTK_FILL,5,0);
      |                                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1066:57: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1066 |                                         gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Contrast:"),0,0.5,0,0),0,1,table_y,table_y+1,GtkAttachOptions(GTK_FILL),GTK_FILL,5,5);
      |                                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1075:57: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1075 |                                         gtk_table_attach(GTK_TABLE(table), widget,1,2,table_y,table_y+1,GtkAttachOptions(GTK_FILL | GTK_EXPAND),GTK_FILL,5,0);
      |                                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1078:57: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1078 |                                         gtk_table_attach(GTK_TABLE(table), args->contrastCheckMsg = gtk_label_new(""),2,3,table_y,table_y+1,GtkAttachOptions(GTK_FILL | GTK_EXPAND),GTK_FILL,5,5);
      |                                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1087:54: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1087 |                                 table = gtk_table_new(3, 2, FALSE);
      |                                         ~~~~~~~~~~~~~^~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here
  119 | GtkWidget* gtk_table_new              (guint            rows,
      |            ^~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1091:57: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1091 |                                         gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Value:"), 0, 0.5, 0, 0), 0, 1, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5);
      |                                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1094:57: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1094 |                                         gtk_table_attach(GTK_TABLE(table), widget, 1, 3, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 5, 0);
      |                                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1098:57: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1098 |                                         gtk_table_attach(GTK_TABLE(table), gtk_label_aligned_new(_("Color:"), 0, 0.5, 0, 0), 0, 1, table_y, table_y + 1, GtkAttachOptions(GTK_FILL), GTK_FILL, 5, 5);
      |                                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorPicker.cpp:1104:57: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
 1104 |                                         gtk_table_attach(GTK_TABLE(table), widget, 1, 3, table_y, table_y + 1, GtkAttachOptions(GTK_FILL | GTK_EXPAND), GTK_FILL, 5, 0);
      |                                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/gpick/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
[ 27%] Building CXX object CMakeFiles/gpick.dir/source/ColorRYB.cpp.o
[ 27%] Building CXX object CMakeFiles/tests.dir/source/test/Format.cpp.o
[ 28%] Building CXX object CMakeFiles/gpick.dir/source/ColorSourceManager.cpp.o
[ 29%] Building CXX object CMakeFiles/gpick.dir/source/ColorSpaceType.cpp.o
[ 30%] Building CXX object CMakeFiles/gpick.dir/source/ColorWheelType.cpp.o
[ 30%] Building CXX object CMakeFiles/gpick.dir/source/Converter.cpp.o
[ 31%] Building CXX object CMakeFiles/tests.dir/source/test/Main.cpp.o
[ 32%] Building CXX object CMakeFiles/tests.dir/source/test/Matrix.cpp.o
[ 33%] Building CXX object CMakeFiles/gpick.dir/source/Converters.cpp.o
[ 34%] Building CXX object CMakeFiles/gpick.dir/source/ErrorCode.cpp.o
[ 35%] Building CXX object CMakeFiles/tests.dir/source/test/Result.cpp.o
[ 36%] Building CXX object CMakeFiles/tests.dir/source/test/Scoped.cpp.o
[ 37%] Building CXX object CMakeFiles/gpick.dir/source/EventBus.cpp.o
[ 37%] Building CXX object CMakeFiles/gpick.dir/source/FileFormat.cpp.o
[ 37%] Building CXX object CMakeFiles/tests.dir/source/test/Script.cpp.o
[ 38%] Building CXX object CMakeFiles/tests.dir/source/test/Span.cpp.o
In file included from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/FileFormat.cpp:26:
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/version/Version.h:19:11: error: 'namespace version { }' redeclared as different kind of entity
   19 | namespace version {
      |           ^~~~~~~
In file included from /opt/local/gcc13/include/c++/13.3.0/cmath:47,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/math/Algorithms.h:22,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/math/Vector.h:21,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/math/Matrix.h:21,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/Color.h:22,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/ColorObject.h:21,
                 from /home/pbulk/build/graphics/gpick/work/gpick-0.3/source/FileFormat.cpp:20:
/usr/include/math.h:99:6: note: previous declaration 'enum version'
   99 | enum version {libm_ieee = -1, c_issue_4, ansi_1, strict_ansi};
      |      ^~~~~~~
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/FileFormat.cpp: In function 'common::ResultVoid<ErrorCode> paletteFileSave(const char*, ColorList*)':
/home/pbulk/build/graphics/gpick/work/gpick-0.3/source/FileFormat.cpp:220:78: error: 'versionFull' is not a member of 'version'
  220 |         header.prepareWrite(std::string(CHUNK_TYPE_VERSION) + " " + version::versionFull, 4);
      |                                                                              ^~~~~~~~~~~
gmake[2]: *** [CMakeFiles/gpick.dir/build.make:317: CMakeFiles/gpick.dir/source/FileFormat.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:400: CMakeFiles/gpick.dir/all] Error 2
gmake[1]: *** Waiting for unfinished jobs....
[ 39%] Building CXX object CMakeFiles/tests.dir/source/test/TextFileParser.cpp.o
[ 40%] Linking CXX executable tests
[ 40%] Built target tests
gmake: *** [Makefile:136: all] Error 2
*** Error code 2

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

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