=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> 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.22nb16 /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 CC ufraw_developer.o CC ufraw_colorspaces.o CC ufraw_writer.o CC ufraw_embedded.o CC ufraw_conf.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 CC ufraw_message.o CXX ufobject.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-2.0/glib/gmacros.h:805:42: note: expanded from macro 'MIN' #define MIN(a, b) (((a) < (b)) ? (a) : (b)) ^ /data/scratch/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gmacros.h:802:42: note: expanded from macro 'MAX' #define MAX(a, b) (((a) > (b)) ? (a) : (b)) ^ CXX ufraw_settings.o CXX ufraw_lensfun.o CC wb_presets.o 1 warning generated. CXX dcraw_api.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/stdlib.h:98:17: note: candidate function __constfunc int abs(int); ^ /usr/include/c++/math.h:772:39: note: candidate function inline _LIBCPP_INLINE_VISIBILITY long abs(long __x) _NOEXCEPT { ^ /usr/include/c++/math.h:776:44: note: candidate function inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT { ^ /usr/include/c++/math.h:784:40: note: candidate function inline _LIBCPP_INLINE_VISIBILITY float abs(float __lcpp_x) _NOEXCEPT { ^ /usr/include/c++/math.h:788:41: note: candidate function inline _LIBCPP_INLINE_VISIBILITY double abs(double __lcpp_x) _NOEXCEPT { ^ /usr/include/c++/math.h:793:1: note: candidate function abs(long double __lcpp_x) _NOEXCEPT { ^ dcraw.cc:9245:20: error: call to 'abs' is ambiguous if (abs(i) < abs(c)) { ^~~ /usr/include/stdlib.h:98:17: note: candidate function __constfunc int abs(int); ^ /usr/include/c++/math.h:772:39: note: candidate function inline _LIBCPP_INLINE_VISIBILITY long abs(long __x) _NOEXCEPT { ^ /usr/include/c++/math.h:776:44: note: candidate function inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT { ^ /usr/include/c++/math.h:784:40: note: candidate function inline _LIBCPP_INLINE_VISIBILITY float abs(float __lcpp_x) _NOEXCEPT { ^ /usr/include/c++/math.h:788:41: note: candidate function inline _LIBCPP_INLINE_VISIBILITY double abs(double __lcpp_x) _NOEXCEPT { ^ /usr/include/c++/math.h:793:1: note: candidate function abs(long double __lcpp_x) _NOEXCEPT { ^ 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.... dcraw_api.cc:695:77: error: variable 'black' must have explicitly specified data sharing attributes gint32 p = (gint64)(get_pixel(h, dark, i, cc, pixels) - black) * ^~~~~ dcraw_api.cc:689:63: note: explicit data sharing attribute requested here #pragma omp parallel for schedule(static) default(none) \ ^ dcraw_api.cc:692:33: error: variable 'pixels' must have explicitly specified data sharing attributes for (int i = 0; i < pixels; i++) { ^~~~~~ dcraw_api.cc:689:63: note: explicit data sharing attribute requested here #pragma omp parallel for schedule(static) default(none) \ ^ dcraw_api.cc:709:82: error: variable 'black' must have explicitly specified data sharing attributes ((gint64)h->raw.image[i][cc] - black) * ^~~~~ /data/scratch/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gmacros.h:802:23: note: expanded from macro 'MAX' #define MAX(a, b) (((a) > (b)) ? (a) : (b)) ^ /data/scratch/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gmacros.h:805:23: note: expanded from macro 'MIN' #define MIN(a, b) (((a) < (b)) ? (a) : (b)) ^ dcraw_api.cc:702:63: note: explicit data sharing attribute requested here #pragma omp parallel for schedule(static) default(none) \ ^ dcraw_api.cc:705:33: error: variable 'pixels' must have explicitly specified data sharing attributes for (int i = 0; i < pixels; i++) { ^~~~~~ dcraw_api.cc:702:63: note: explicit data sharing attribute requested here #pragma omp parallel for schedule(static) default(none) \ ^ 4 errors generated. gmake[2]: *** [Makefile:886: dcraw_api.o] Error 1 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