=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> 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 gmic-1.5.9.3nb8 ** ** Generic unix configuration. ** /usr/pkg/bin/gmake linux gimp lib # zart gmake[1]: Entering directory '/data/scratch/graphics/gmic/work/gmic-1.5.9.3/src' /usr/pkg/bin/gmake "CFLAGS=-Dgmic_build -I/usr/pkg/include -Wall -W -Dcimg_use_vt100 -Dgmic_is_parallel -Dcimg_display=1 -Dcimg_appname=\\\"gmic\\\" -I/usr/pkg/include -fopenmp -Dcimg_use_openmp -Dcimg_use_png -Dcimg_use_jpeg -Dcimg_use_tiff -Dcimg_use_zlib -Dcimg_use_openexr -I/usr/pkg/include/OpenEXR -Dcimg_use_fftw3 -O2" "LDFLAGS=-Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lm -lpthread -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lX11 -lpthread -lpng -lz -ljpeg -ltiff -lz -lIlmImf -lHalf -lfftw3 -lfftw3_threads " "STRIP_EXE=1" gmic /usr/pkg/bin/gmake "CFLAGS=-Dgmic_build -I/usr/pkg/include -Wall -W -Dcimg_use_vt100 -Dgmic_is_parallel -fopenmp -Dcimg_use_openmp -Dcimg_use_fftw3 -Dcimg_use_png -Dcimg_use_zlib -Dcimg_display=0 -Dcimg_use_rng -O2" "LDFLAGS+=-Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lm -lpthread -lfftw3 -lfftw3_threads -lpng -lz -lz " "STRIP_EXE=1" gmic_gimp /usr/pkg/bin/gmake "CFLAGS=-Dgmic_build -I/usr/pkg/include -Wall -W -Dcimg_use_vt100 -Dgmic_is_parallel -fopenmp -Dcimg_use_openmp -Dcimg_use_fftw3 -Dcimg_display=0 -O2" "LDFLAGS+=-Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lm -lpthread -lfftw3 -lfftw3_threads " gmic_lib gmake[2]: Entering directory '/data/scratch/graphics/gmic/work/gmic-1.5.9.3/src' gmake[2]: Entering directory '/data/scratch/graphics/gmic/work/gmic-1.5.9.3/src' gmake[2]: Entering directory '/data/scratch/graphics/gmic/work/gmic-1.5.9.3/src' g++ -o gmic gmic.cpp -Dgmic_build -I/usr/pkg/include -Wall -W -Dcimg_use_vt100 -Dgmic_is_parallel -Dcimg_display=1 -Dcimg_appname=\"gmic\" -I/usr/pkg/include -fopenmp -Dcimg_use_openmp -Dcimg_use_png -Dcimg_use_jpeg -Dcimg_use_tiff -Dcimg_use_zlib -Dcimg_use_openexr -I/usr/pkg/include/OpenEXR -Dcimg_use_fftw3 -O2 -Dgmic_float_only -Dgmic_main -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lm -lpthread -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lX11 -lpthread -lpng -lz -ljpeg -ltiff -lz -lIlmImf -lHalf -lfftw3 -lfftw3_threads g++ -o gmic_lib.o -c gmic.cpp -fPIC -Dgmic_build -I/usr/pkg/include -Wall -W -Dcimg_use_vt100 -Dgmic_is_parallel -fopenmp -Dcimg_use_openmp -Dcimg_use_fftw3 -Dcimg_display=0 -O2 -Dgmic_float_only g++ -o gmic_gimp.o -c gmic.cpp -Dgmic_build -I/usr/pkg/include -Wall -W -Dcimg_use_vt100 -Dgmic_is_parallel -fopenmp -Dcimg_use_openmp -Dcimg_use_fftw3 -Dcimg_use_png -Dcimg_use_zlib -Dcimg_display=0 -Dcimg_use_rng -O2 -Dgmic_gimp -Dgmic_float_only In file included from gmic.cpp:1879: In file included from ./gmic.h:70: ././CImg.h:2258:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static char min() { return (char)(-1L<<(8*sizeof(char)-1)); } ~~~^ ././CImg.h:2259:52: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static char max() { return (char)~((char)(-1L<<(8*sizeof(char)-1))); } ~~~^ ././CImg.h:2271:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static signed char min() { return (signed char)(-1L<<(8*sizeof(signed char)-1)); } ~~~^ ././CImg.h:2272:60: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static signed char max() { return ~((signed char)(-1L<<(8*sizeof(signed char)-1))); } ~~~^ ././CImg.h:2297:46: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static short min() { return (short)(-1L<<(8*sizeof(short)-1)); } ~~~^ ././CImg.h:2298:48: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static short max() { return ~((short)(-1L<<(8*sizeof(short)-1))); } ~~~^ ././CImg.h:2323:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static int min() { return (int)(-1L<<(8*sizeof(int)-1)); } ~~~^ ././CImg.h:2324:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static int max() { return ~((int)(-1L<<(8*sizeof(int)-1))); } ~~~^ ././CImg.h:2349:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static long min() { return (long)(-1L<<(8*sizeof(long)-1)); } ~~~^ ././CImg.h:2350:46: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static long max() { return ~((long)(-1L<<(8*sizeof(long)-1))); } ~~~^ In file included from gmic.cpp:1879: In file included from ./gmic.h:70: ././CImg.h:2258:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static char min() { return (char)(-1L<<(8*sizeof(char)-1)); } ~~~^ ././CImg.h:2259:52: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static char max() { return (char)~((char)(-1L<<(8*sizeof(char)-1))); } ~~~^ ././CImg.h:2271:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static signed char min() { return (signed char)(-1L<<(8*sizeof(signed char)-1)); } ~~~^ ././CImg.h:2272:60: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static signed char max() { return ~((signed char)(-1L<<(8*sizeof(signed char)-1))); } ~~~^ ././CImg.h:2297:46: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static short min() { return (short)(-1L<<(8*sizeof(short)-1)); } ~~~^ ././CImg.h:2298:48: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static short max() { return ~((short)(-1L<<(8*sizeof(short)-1))); } ~~~^ ././CImg.h:2323:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static int min() { return (int)(-1L<<(8*sizeof(int)-1)); } ~~~^ ././CImg.h:2324:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static int max() { return ~((int)(-1L<<(8*sizeof(int)-1))); } ~~~^ ././CImg.h:2349:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static long min() { return (long)(-1L<<(8*sizeof(long)-1)); } ~~~^ ././CImg.h:2350:46: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static long max() { return ~((long)(-1L<<(8*sizeof(long)-1))); } ~~~^ In file included from gmic.cpp:1879: In file included from ./gmic.h:70: In file included from ././CImg.h:391: In file included from /data/scratch/graphics/gmic/work/.buildlink/include/OpenEXR/ImfMatrixAttribute.h:49: /data/scratch/graphics/gmic/work/.buildlink/include/OpenEXR/ImfAttribute.h:320:41: warning: unused parameter 'version' [-Wunused-parameter] int version) const ^ /data/scratch/graphics/gmic/work/.buildlink/include/OpenEXR/ImfAttribute.h:329:42: warning: unused parameter 'size' [-Wunused-parameter] int size, ^ /data/scratch/graphics/gmic/work/.buildlink/include/OpenEXR/ImfAttribute.h:330:42: warning: unused parameter 'version' [-Wunused-parameter] int version) ^ In file included from gmic.cpp:1879: In file included from ./gmic.h:70: ././CImg.h:2258:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static char min() { return (char)(-1L<<(8*sizeof(char)-1)); } ~~~^ ././CImg.h:2259:52: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static char max() { return (char)~((char)(-1L<<(8*sizeof(char)-1))); } ~~~^ ././CImg.h:2271:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static signed char min() { return (signed char)(-1L<<(8*sizeof(signed char)-1)); } ~~~^ ././CImg.h:2272:60: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static signed char max() { return ~((signed char)(-1L<<(8*sizeof(signed char)-1))); } ~~~^ ././CImg.h:2297:46: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static short min() { return (short)(-1L<<(8*sizeof(short)-1)); } ~~~^ ././CImg.h:2298:48: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static short max() { return ~((short)(-1L<<(8*sizeof(short)-1))); } ~~~^ ././CImg.h:2323:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static int min() { return (int)(-1L<<(8*sizeof(int)-1)); } ~~~^ ././CImg.h:2324:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static int max() { return ~((int)(-1L<<(8*sizeof(int)-1))); } ~~~^ ././CImg.h:2349:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static long min() { return (long)(-1L<<(8*sizeof(long)-1)); } ~~~^ ././CImg.h:2350:46: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static long max() { return ~((long)(-1L<<(8*sizeof(long)-1))); } ~~~^ 10 warnings generated. ar rcs libgmic.a gmic_lib.o g++ -shared -Wl,-soname,libgmic.so.1 -o libgmic.so gmic_lib.o -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lm -lpthread -lfftw3 -lfftw3_threads g++ -o gmic_use_lib gmic_use_lib.cpp -L. -lgmic -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lm -lpthread -lfftw3 -lfftw3_threads -fopenmp -Dcimg_use_openmp gmake[2]: Leaving directory '/data/scratch/graphics/gmic/work/gmic-1.5.9.3/src' 10 warnings generated. g++ -o gmic_gimp gmic_gimp.cpp gmic_gimp.o `gimptool-2.0 --cflags` -Dgmic_build -I/usr/pkg/include -Wall -W -Dcimg_use_vt100 -Dgmic_is_parallel -fopenmp -Dcimg_use_openmp -Dcimg_use_fftw3 -Dcimg_use_png -Dcimg_use_zlib -Dcimg_display=0 -Dcimg_use_rng -O2 `gimptool-2.0 --libs` -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lm -lpthread -lfftw3 -lfftw3_threads -lpng -lz -lz Package gegl-0.3 was not found in the pkg-config search path. Perhaps you should add the directory containing `gegl-0.3.pc' to the PKG_CONFIG_PATH environment variable Package 'gegl-0.3', required by 'gimp-2.0', not found No output from 'pkg-config --cflags gimpui-2.0' Package gegl-0.3 was not found in the pkg-config search path. Perhaps you should add the directory containing `gegl-0.3.pc' to the PKG_CONFIG_PATH environment variable Package 'gegl-0.3', required by 'gimp-2.0', not found No output from 'pkg-config --libs gimpui-2.0' In file included from gmic_gimp.cpp:48: In file included from ./gmic.h:70: ././CImg.h:2258:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static char min() { return (char)(-1L<<(8*sizeof(char)-1)); } ~~~^ ././CImg.h:2259:52: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static char max() { return (char)~((char)(-1L<<(8*sizeof(char)-1))); } ~~~^ ././CImg.h:2271:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static signed char min() { return (signed char)(-1L<<(8*sizeof(signed char)-1)); } ~~~^ ././CImg.h:2272:60: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static signed char max() { return ~((signed char)(-1L<<(8*sizeof(signed char)-1))); } ~~~^ ././CImg.h:2297:46: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static short min() { return (short)(-1L<<(8*sizeof(short)-1)); } ~~~^ ././CImg.h:2298:48: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static short max() { return ~((short)(-1L<<(8*sizeof(short)-1))); } ~~~^ ././CImg.h:2323:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static int min() { return (int)(-1L<<(8*sizeof(int)-1)); } ~~~^ ././CImg.h:2324:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static int max() { return ~((int)(-1L<<(8*sizeof(int)-1))); } ~~~^ ././CImg.h:2349:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static long min() { return (long)(-1L<<(8*sizeof(long)-1)); } ~~~^ ././CImg.h:2350:46: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static long max() { return ~((long)(-1L<<(8*sizeof(long)-1))); } ~~~^ gmic_gimp.cpp:61:10: fatal error: 'gtk/gtk.h' file not found #include ^~~~~~~~~~~ 10 warnings and 1 error generated. Makefile:371: recipe for target 'gmic_gimp' failed gmake[2]: *** [gmic_gimp] Error 1 gmake[2]: Leaving directory '/data/scratch/graphics/gmic/work/gmic-1.5.9.3/src' Makefile:316: recipe for target 'gimp' failed gmake[1]: *** [gimp] Error 2 gmake[1]: *** Waiting for unfinished jobs.... 13 warnings generated. gmake[2]: Leaving directory '/data/scratch/graphics/gmic/work/gmic-1.5.9.3/src' gmake[1]: Leaving directory '/data/scratch/graphics/gmic/work/gmic-1.5.9.3/src' Makefile:297: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/graphics/gmic *** Error code 1 Stop. make: stopped in /data/pkgsrc/graphics/gmic