=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/gimp-ufraw", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for gimp-ufraw-0.22nb55 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/work/graphics/gimp-ufraw/work/ufraw-0.22' Making all in po gmake[2]: Entering directory '/tmp/work/graphics/gimp-ufraw/work/ufraw-0.22/po' file=./`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ca.po file=./`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file cs.po file=./`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file da.po file=./`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file de.po file=./`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file es.po file=./`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file fr.po file=./`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file it.po file=./`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ja.po file=./`echo ko | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ko.po file=./`echo nb | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file nb.po file=./`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file nl.po file=./`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file pl.po file=./`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file pt.po file=./`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ru.po file=./`echo sr | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file sr.po file=./`echo sr@latin | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file sr@latin.po file=./`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file sv.po file=./`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file zh_CN.po file=./`echo zh_TW | sed 's,.*/,,'`.gmo \ && rm -f $file && /tmp/work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file zh_TW.po gmake[2]: Leaving directory '/tmp/work/graphics/gimp-ufraw/work/ufraw-0.22/po' Making all in icons gmake[2]: Entering directory '/tmp/work/graphics/gimp-ufraw/work/ufraw-0.22/icons' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/graphics/gimp-ufraw/work/ufraw-0.22/icons' gmake[2]: Entering directory '/tmp/work/graphics/gimp-ufraw/work/ufraw-0.22' CXX dcraw.o CC ufraw_ufraw.o CC ufraw_routines.o CC ufraw_colorspaces.o CC ufraw_developer.o ufraw_ufraw.c: In function 'ufraw_convert_import_buffer': ufraw_ufraw.c:1430:5: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 1430 | img->buffer = g_memdup(dcimg->image, img->height * img->rowstride); | ^~~ In file included from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib.h:56, from uf_glib.h:16, from ufraw.h:21, from ufraw_ufraw.c:13: /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ dcraw.cc:10083:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] 10083 | strcpy (th->soft, "dcraw v"DCRAW_VERSION); | ^ CC ufraw_conf.o CC ufraw_writer.o CC ufraw_embedded.o CC ufraw_message.o CXX ufobject.o CXX ufraw_settings.o CXX ufraw_lensfun.o CC wb_presets.o ufraw_lensfun.cc: In static member function 'static lfDatabase* UFRaw::Lensfun::LensDB()': ufraw_lensfun.cc:73:41: warning: 'static lfDatabase* lfDatabase::Create()' is deprecated [-Wdeprecated-declarations] 73 | _LensDB = lfDatabase::Create(); | ~~~~~~~~~~~~~~~~~~^~ In file included from ufraw_lensfun.cc:24: /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:1377:35: note: declared here 1377 | DEPRECATED static lfDatabase *Create (); | ^~~~~~ ufraw_lensfun.cc: In function 'void UFRaw::ufraw_convert_prepare_transform(ufraw_data*, int, int, gboolean, float)': ufraw_lensfun.cc:858:34: warning: 'void lfModifier::Destroy()' is deprecated [-Wdeprecated-declarations] 858 | uf->modifier->Destroy(); | ~~~~~~~~~~~~~~~~~~~~~^~ /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:2125:21: note: declared here 2125 | DEPRECATED void Destroy (); | ^~~~~~~ ufraw_lensfun.cc:859:42: warning: 'static lfModifier* lfModifier::Create(const lfLens*, float, int, int)' is deprecated [-Wdeprecated-declarations] 859 | uf->modifier = lfModifier::Create(&Lensfun.Transformation, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 860 | Lensfun.Camera.CropFactor, width, height); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:2068:35: note: declared here 2068 | DEPRECATED static lfModifier *Create (const lfLens *lens, float crop, int width, int height); | ^~~~~~ ufraw_lensfun.cc:871:34: warning: 'void lfModifier::Destroy()' is deprecated [-Wdeprecated-declarations] 871 | uf->modifier->Destroy(); | ~~~~~~~~~~~~~~~~~~~~~^~ /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:2125:21: note: declared here 2125 | DEPRECATED void Destroy (); | ^~~~~~~ ufraw_lensfun.cc: In function 'void UFRaw::ufraw_prepare_tca(ufraw_data*)': ufraw_lensfun.cc:883:37: warning: 'void lfModifier::Destroy()' is deprecated [-Wdeprecated-declarations] 883 | uf->TCAmodifier->Destroy(); | ~~~~~~~~~~~~~~~~~~~~~~~~^~ /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:2125:21: note: declared here 2125 | DEPRECATED void Destroy (); | ^~~~~~~ ufraw_lensfun.cc:884:45: warning: 'static lfModifier* lfModifier::Create(const lfLens*, float, int, int)' is deprecated [-Wdeprecated-declarations] 884 | uf->TCAmodifier = lfModifier::Create(&Lensfun.Transformation, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 885 | Lensfun.Camera.CropFactor, img->width, img->height); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:2068:35: note: declared here 2068 | DEPRECATED static lfModifier *Create (const lfLens *lens, float crop, int width, int height); | ^~~~~~ ufraw_lensfun.cc:896:37: warning: 'void lfModifier::Destroy()' is deprecated [-Wdeprecated-declarations] 896 | uf->TCAmodifier->Destroy(); | ~~~~~~~~~~~~~~~~~~~~~~~~^~ /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:2125:21: note: declared here 2125 | DEPRECATED void Destroy (); | ^~~~~~~ CXX dcraw_api.o CC dcraw_indi.o CC nikon_curve.o CXX uf_gtk.o CXX ufraw_exiv2.o CC iccjpeg.o CC ufraw_preview.o In file included from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from uf_gtk.h:16, from uf_gtk.cc:13: /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ In file included from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:20: note: declared here 731 | } G_GNUC_FLAG_ENUM GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; | ^~~~~~~~~~~~~~~ In file included from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ In file included from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gtypes.h:620:26: note: declared here 620 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ In file included from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from uf_gtk.h:16, from ufraw_preview.c:19: /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib.h:32, from uf_glib.h:16, from ufraw.h:21, from ufraw_preview.c:18: /tmp/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ ufraw_preview.c: In function 'control_button_event': ufraw_preview.c:4005:23: error: too many arguments to function 'data->SaveFunc'; expected 0, have 2 4005 | status = (*data->SaveFunc)(data->UF, widget); | ~^~~~~~~~~~~~~~~~ ~~~~~~~~ In file included from ufraw_preview.c:20: ufraw_ui.h:138:11: note: declared here 138 | long(*SaveFunc)(); | ^~~~~~~~ ufraw_preview.c: In function 'basecurve_fill_interface': ufraw_preview.c:4774:29: error: passing argument 3 of 'curveeditor_widget_new' from incompatible pointer type [-Wincompatible-pointer-types] 4774 | curve_update, (gpointer)base_curve); | ^~~~~~~~~~~~ | | | void (*)(GtkWidget *, long int) {aka void (*)(struct _GtkWidget *, long int)} In file included from ufraw_preview.c:21: curveeditor_widget.h:12:42: note: expected 'void (*)(void)' but argument is of type 'void (*)(GtkWidget *, long int)' {aka 'void (*)(struct _GtkWidget *, long int)'} 12 | void (*callback)(), gpointer userdata); | ~~~~~~~^~~~~~~~~~~ ufraw_preview.c:1618:13: note: 'curve_update' declared here 1618 | static void curve_update(GtkWidget *widget, long curveType) | ^~~~~~~~~~~~ ufraw_preview.c: In function 'corrections_fill_interface': ufraw_preview.c:4952:25: error: passing argument 3 of 'curveeditor_widget_new' from incompatible pointer type [-Wincompatible-pointer-types] 4952 | curve_update, (gpointer)luminosity_curve); | ^~~~~~~~~~~~ | | | void (*)(GtkWidget *, long int) {aka void (*)(struct _GtkWidget *, long int)} curveeditor_widget.h:12:42: note: expected 'void (*)(void)' but argument is of type 'void (*)(GtkWidget *, long int)' {aka 'void (*)(struct _GtkWidget *, long int)'} 12 | void (*callback)(), gpointer userdata); | ~~~~~~~^~~~~~~~~~~ ufraw_preview.c:1618:13: note: 'curve_update' declared here 1618 | static void curve_update(GtkWidget *widget, long curveType) | ^~~~~~~~~~~~ gmake[2]: *** [Makefile:830: ufraw_preview.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory '/tmp/work/graphics/gimp-ufraw/work/ufraw-0.22' gmake[1]: *** [Makefile:1026: all-recursive] Error 1 gmake[1]: Leaving directory '/tmp/work/graphics/gimp-ufraw/work/ufraw-0.22' gmake: *** [Makefile:581: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/gimp-ufraw *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/gimp-ufraw