=> Bootstrap dependency digest>=20010302: found digest-20180917 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for gimp-ufraw-0.22nb10 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/data/scratch/graphics/gimp-ufraw/work/ufraw-0.22' Making all in po gmake[2]: Entering directory '/data/scratch/graphics/gimp-ufraw/work/ufraw-0.22/po' file=./`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ca.po file=./`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file cs.po file=./`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file da.po file=./`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file de.po file=./`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file es.po file=./`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file fr.po file=./`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file it.po file=./`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ja.po file=./`echo ko | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ko.po file=./`echo nb | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file nb.po file=./`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file nl.po file=./`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file pl.po file=./`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file pt.po file=./`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ru.po file=./`echo sr | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file sr.po file=./`echo sr@latin | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file sr@latin.po file=./`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file sv.po file=./`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file zh_CN.po file=./`echo zh_TW | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file zh_TW.po gmake[2]: Leaving directory '/data/scratch/graphics/gimp-ufraw/work/ufraw-0.22/po' Making all in icons gmake[2]: Entering directory '/data/scratch/graphics/gimp-ufraw/work/ufraw-0.22/icons' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/data/scratch/graphics/gimp-ufraw/work/ufraw-0.22/icons' gmake[2]: Entering directory '/data/scratch/graphics/gimp-ufraw/work/ufraw-0.22' CXX dcraw.o CC ufraw_ufraw.o CC ufraw_routines.o CXX ufraw_settings.o CC ufraw_conf.o CC nikon_curve.o CC ufraw_colorspaces.o CC ufraw_embedded.o CC ufraw_developer.o CXX dcraw_api.o CXX ufraw_lensfun.o CC ufraw_writer.o CC ufraw_message.o CXX ufobject.o CC wb_presets.o CC dcraw_indi.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) { ~~ ~~~~~~~^~~~~~~~~ CXX uf_gtk.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 CXX ufraw_exiv2.o dcraw.cc:1100: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:1124: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:241:32: note: expanded from macro 'CLIP' #define CLIP(x) LIM((int)(x),0,65535) ^~~~~ dcraw.cc:239:38: note: expanded from macro 'LIM' #define LIM(x,min,max) MAX(min,MIN(x,max)) ^~~ /data/scratch/graphics/gimp-ufraw/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:300:42: note: expanded from macro 'MIN' #define MIN(a, b) (((a) < (b)) ? (a) : (b)) ^ /data/scratch/graphics/gimp-ufraw/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:297:42: note: expanded from macro 'MAX' #define MAX(a, b) (((a) > (b)) ? (a) : (b)) ^ CC iccjpeg.o 1 warning generated. CC ufraw_preview.o CC ufraw_saver.o CC ufraw_delete.o 1 warning generated. CC ufraw_chooser.o dcraw.cc:8852:30: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] is_raw += (i = get4()) && 1; ^ ~ dcraw.cc:8852:30: note: use '&' for a bitwise operation is_raw += (i = get4()) && 1; ^~ & dcraw.cc:8852:30: note: remove constant to silence this warning is_raw += (i = get4()) && 1; ~^~~~ dcraw.cc:9245:11: error: call to 'abs' is ambiguous if (abs(i) < abs(c)) { ^~~ /usr/include/c++/math.h:761:1: note: candidate function abs(float __lcpp_x) _NOEXCEPT {return ::fabsf(__lcpp_x);} ^ /usr/include/c++/math.h:765:1: note: candidate function abs(double __lcpp_x) _NOEXCEPT {return ::fabs(__lcpp_x);} ^ /usr/include/c++/math.h:769:1: note: candidate function abs(long double __lcpp_x) _NOEXCEPT {return ::fabsl(__lcpp_x);} ^ /usr/include/stdlib.h:98:13: note: candidate function __pure int abs(int); ^ /usr/include/c++/stdlib.h:111:44: note: candidate function inline _LIBCPP_INLINE_VISIBILITY long abs( long __x) _NOEXCEPT {return labs(__x);} ^ /usr/include/c++/stdlib.h:113:44: note: candidate function inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);} ^ dcraw.cc:9245:20: error: call to 'abs' is ambiguous if (abs(i) < abs(c)) { ^~~ /usr/include/c++/math.h:761:1: note: candidate function abs(float __lcpp_x) _NOEXCEPT {return ::fabsf(__lcpp_x);} ^ /usr/include/c++/math.h:765:1: note: candidate function abs(double __lcpp_x) _NOEXCEPT {return ::fabs(__lcpp_x);} ^ /usr/include/c++/math.h:769:1: note: candidate function abs(long double __lcpp_x) _NOEXCEPT {return ::fabsl(__lcpp_x);} ^ /usr/include/stdlib.h:98:13: note: candidate function __pure int abs(int); ^ /usr/include/c++/stdlib.h:111:44: note: candidate function inline _LIBCPP_INLINE_VISIBILITY long abs( long __x) _NOEXCEPT {return labs(__x);} ^ /usr/include/c++/stdlib.h:113:44: note: candidate function inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);} ^ dcraw.cc:10601: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:10601:44: note: use array indexing to silence this warning write_ext = ".pgm\0.ppm\0.ppm\0.pam" + colors*5-5; ^ & [ ] 4 warnings and 2 errors generated. gmake[2]: *** [Makefile:886: dcraw.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory '/data/scratch/graphics/gimp-ufraw/work/ufraw-0.22' gmake[1]: *** [Makefile:1026: all-recursive] Error 1 gmake[1]: Leaving directory '/data/scratch/graphics/gimp-ufraw/work/ufraw-0.22' gmake: *** [Makefile:581: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/graphics/gimp-ufraw *** Error code 1 Stop. make: stopped in /data/pkgsrc/graphics/gimp-ufraw