===> Building for gimp-ufraw-0.22nb50 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/graphics/gimp-ufraw/work/ufraw-0.22' Making all in po gmake[2]: Entering directory '/Users/pbulk/build/graphics/gimp-ufraw/work/ufraw-0.22/po' file=./`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ca.po file=./`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file cs.po file=./`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file da.po file=./`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file de.po file=./`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file es.po file=./`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file fr.po file=./`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file it.po file=./`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ja.po file=./`echo ko | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ko.po file=./`echo nb | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file nb.po file=./`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file nl.po file=./`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file pl.po file=./`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file pt.po file=./`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ru.po file=./`echo sr | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file sr.po file=./`echo sr@latin | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file sr@latin.po file=./`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file sv.po file=./`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file zh_CN.po file=./`echo zh_TW | sed 's,.*/,,'`.gmo \ && rm -f $file && /Users/pbulk/build/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file zh_TW.po gmake[2]: Leaving directory '/Users/pbulk/build/graphics/gimp-ufraw/work/ufraw-0.22/po' Making all in icons gmake[2]: Entering directory '/Users/pbulk/build/graphics/gimp-ufraw/work/ufraw-0.22/icons' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/Users/pbulk/build/graphics/gimp-ufraw/work/ufraw-0.22/icons' gmake[2]: Entering directory '/Users/pbulk/build/graphics/gimp-ufraw/work/ufraw-0.22' CXX dcraw.o In file included from dcraw.cc:83: In file included from /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/jasper/jasper.h:73: /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/jasper/jas_config.h:118:2: warning: "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-W#warnings] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^ dcraw.cc:1103:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ip[col][c] = (ip[col-width][c] + ip[col+width][c] + 1) >> 1; ^ dcraw.cc:1127:19: warning: implicit conversion from 'int' to 'short' changes value from 65535 to -1 [-Wconstant-conversion] FORC3 rp[c] = CLIP(pix[c] * sraw_mul[c] >> 10); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.cc:244:32: note: expanded from macro 'CLIP' #define CLIP(x) LIM((int)(x),0,65535) ^~~~~ dcraw.cc:242:38: note: expanded from macro 'LIM' #define LIM(x,min,max) MAX(min,MIN(x,max)) ^~~ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gmacros.h:940:42: note: expanded from macro 'MIN' #define MIN(a, b) (((a) < (b)) ? (a) : (b)) ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gmacros.h:937:42: note: expanded from macro 'MAX' #define MAX(a, b) (((a) > (b)) ? (a) : (b)) ^ dcraw.cc:8855:30: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] is_raw += (i = get4()) && 1; ^ ~ dcraw.cc:8855:30: note: use '&' for a bitwise operation is_raw += (i = get4()) && 1; ^~ & dcraw.cc:8855:30: note: remove constant to silence this warning is_raw += (i = get4()) && 1; ~^~~~ dcraw.cc:10608:44: warning: adding 'unsigned int' to a string does not append to the string [-Wstring-plus-int] write_ext = ".pgm\0.ppm\0.ppm\0.pam" + colors*5-5; ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ dcraw.cc:10608:44: note: use array indexing to silence this warning write_ext = ".pgm\0.ppm\0.ppm\0.pam" + colors*5-5; ^ & [ ] 5 warnings generated. CC ufraw_ufraw.o ufraw_ufraw.c:1430:19: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] img->buffer = g_memdup(dcimg->image, img->height * img->rowstride); ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. CC ufraw_routines.o CC ufraw_colorspaces.o CC ufraw_developer.o ufraw_developer.c:390:19: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] for (try = 0; abs(bg - b) > 0.001 || try < 100; try++) { ^ ufraw_developer.c:390:19: note: use function 'fabs' instead for (try = 0; abs(bg - b) > 0.001 || try < 100; try++) { ^~~ fabs 1 warning generated. 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 ufraw_lensfun.cc:73:35: warning: 'Create' is deprecated [-Wdeprecated-declarations] _LensDB = lfDatabase::Create(); ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:1377:5: note: 'Create' has been explicitly marked deprecated here DEPRECATED static lfDatabase *Create (); ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:88:43: note: expanded from macro 'DEPRECATED' # define DEPRECATED __attribute__((deprecated)) ^ ufraw_lensfun.cc:858:27: warning: 'Destroy' is deprecated [-Wdeprecated-declarations] uf->modifier->Destroy(); ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:2125:5: note: 'Destroy' has been explicitly marked deprecated here DEPRECATED void Destroy (); ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:88:43: note: expanded from macro 'DEPRECATED' # define DEPRECATED __attribute__((deprecated)) ^ ufraw_lensfun.cc:859:36: warning: 'Create' is deprecated [-Wdeprecated-declarations] uf->modifier = lfModifier::Create(&Lensfun.Transformation, ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:2068:5: note: 'Create' has been explicitly marked deprecated here DEPRECATED static lfModifier *Create (const lfLens *lens, float crop, int width, int height); ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:88:43: note: expanded from macro 'DEPRECATED' # define DEPRECATED __attribute__((deprecated)) ^ ufraw_lensfun.cc:871:27: warning: 'Destroy' is deprecated [-Wdeprecated-declarations] uf->modifier->Destroy(); ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:2125:5: note: 'Destroy' has been explicitly marked deprecated here DEPRECATED void Destroy (); ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:88:43: note: expanded from macro 'DEPRECATED' # define DEPRECATED __attribute__((deprecated)) ^ ufraw_lensfun.cc:883:30: warning: 'Destroy' is deprecated [-Wdeprecated-declarations] uf->TCAmodifier->Destroy(); ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:2125:5: note: 'Destroy' has been explicitly marked deprecated here DEPRECATED void Destroy (); ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:88:43: note: expanded from macro 'DEPRECATED' # define DEPRECATED __attribute__((deprecated)) ^ ufraw_lensfun.cc:884:39: warning: 'Create' is deprecated [-Wdeprecated-declarations] uf->TCAmodifier = lfModifier::Create(&Lensfun.Transformation, ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:2068:5: note: 'Create' has been explicitly marked deprecated here DEPRECATED static lfModifier *Create (const lfLens *lens, float crop, int width, int height); ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:88:43: note: expanded from macro 'DEPRECATED' # define DEPRECATED __attribute__((deprecated)) ^ ufraw_lensfun.cc:896:30: warning: 'Destroy' is deprecated [-Wdeprecated-declarations] uf->TCAmodifier->Destroy(); ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:2125:5: note: 'Destroy' has been explicitly marked deprecated here DEPRECATED void Destroy (); ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/lensfun/lensfun.h:88:43: note: expanded from macro 'DEPRECATED' # define DEPRECATED __attribute__((deprecated)) ^ 7 warnings generated. CC wb_presets.o CXX dcraw_api.o CC dcraw_indi.o CC nikon_curve.o nikon_curve.c:1693:24: warning: address of array 'curve->m_anchors' will always evaluate to 'true' [-Wpointer-bool-conversion] if (curve->m_anchors) { ~~ ~~~~~~~^~~~~~~~~ 1 warning generated. CXX uf_gtk.o In file included from uf_gtk.cc:13: In file included from ./uf_gtk.h:16: In file included from /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from uf_gtk.cc:13: In file included from ./uf_gtk.h:16: In file included from /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ uf_gtk.cc:171:9: warning: 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileRef prof = NULL; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1000:41: note: 'CMProfileRef' has been explicitly marked deprecated here typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ uf_gtk.cc:172:9: error: use of undeclared identifier 'CMGetProfileByAVID' CMGetProfileByAVID(monitor, &prof); ^ uf_gtk.cc:177:16: error: use of undeclared identifier 'CMProfileCopyICCData' data = CMProfileCopyICCData(NULL, prof); ^ uf_gtk.cc:178:9: error: use of undeclared identifier 'CMCloseProfile' CMCloseProfile(prof); ^ 3 warnings and 3 errors generated. gmake[2]: *** [Makefile:886: uf_gtk.o] Error 1 gmake[2]: Leaving directory '/Users/pbulk/build/graphics/gimp-ufraw/work/ufraw-0.22' gmake[1]: *** [Makefile:1026: all-recursive] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/graphics/gimp-ufraw/work/ufraw-0.22' gmake: *** [Makefile:581: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/graphics/gimp-ufraw *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/graphics/gimp-ufraw