* Package: media-plugins/gimp-lensfun-0.2.4 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux openmp userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking gimp-lensfun-0.2.4.tar.gz to /var/tmp/portage/media-plugins/gimp-lensfun-0.2.4/work >>> Source unpacked in /var/tmp/portage/media-plugins/gimp-lensfun-0.2.4/work >>> Preparing source in /var/tmp/portage/media-plugins/gimp-lensfun-0.2.4/work/GIMP-Lensfun-0.2.4 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-plugins/gimp-lensfun-0.2.4/work/GIMP-Lensfun-0.2.4 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/media-plugins/gimp-lensfun-0.2.4/work/GIMP-Lensfun-0.2.4 ... make -j1 x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -DDEBUG=0 -O3 -Wall -fopenmp -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gegl-0.4 -I/usr/include/json-glib-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/babl-0.1 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -pthread -I/usr/include/lensfun -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o src/gimplensfun.o src/gimplensfun.cpp src/gimplensfun.cpp: In function ‘void query()’: src/gimplensfun.cpp:192:13: warning: ISO C++ forbids converting a string constant to ‘gchar*’ {aka ‘char*’} [-Wwrite-strings] 192 | "run-mode", | ^~~~~~~~~~ src/gimplensfun.cpp:193:13: warning: ISO C++ forbids converting a string constant to ‘gchar*’ {aka ‘char*’} [-Wwrite-strings] 193 | "Run mode" | ^~~~~~~~~~ src/gimplensfun.cpp:197:13: warning: ISO C++ forbids converting a string constant to ‘gchar*’ {aka ‘char*’} [-Wwrite-strings] 197 | "image", | ^~~~~~~ src/gimplensfun.cpp:198:13: warning: ISO C++ forbids converting a string constant to ‘gchar*’ {aka ‘char*’} [-Wwrite-strings] 198 | "Input image" | ^~~~~~~~~~~~~ src/gimplensfun.cpp:202:13: warning: ISO C++ forbids converting a string constant to ‘gchar*’ {aka ‘char*’} [-Wwrite-strings] 202 | "drawable", | ^~~~~~~~~~ src/gimplensfun.cpp:203:13: warning: ISO C++ forbids converting a string constant to ‘gchar*’ {aka ‘char*’} [-Wwrite-strings] 203 | "Input drawable" | ^~~~~~~~~~~~~~~~ src/gimplensfun.cpp: In function ‘void process_image(GimpDrawable*)’: src/gimplensfun.cpp:910:38: warning: ‘void gimp_pixel_rgn_init(GimpPixelRgn*, GimpDrawable*, gint, gint, gint, gint, gint, gint)’ is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] 910 | FALSE, FALSE); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, from src/gimplensfun.cpp:31: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here 48 | void gimp_pixel_rgn_init (GimpPixelRgn *pr, | ^~~~~~~~~~~~~~~~~~~ src/gimplensfun.cpp:910:38: warning: ‘void gimp_pixel_rgn_init(GimpPixelRgn*, GimpDrawable*, gint, gint, gint, gint, gint, gint)’ is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] 910 | FALSE, FALSE); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, from src/gimplensfun.cpp:31: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here 48 | void gimp_pixel_rgn_init (GimpPixelRgn *pr, | ^~~~~~~~~~~~~~~~~~~ src/gimplensfun.cpp:915:36: warning: ‘void gimp_pixel_rgn_init(GimpPixelRgn*, GimpDrawable*, gint, gint, gint, gint, gint, gint)’ is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] 915 | TRUE, TRUE); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, from src/gimplensfun.cpp:31: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here 48 | void gimp_pixel_rgn_init (GimpPixelRgn *pr, | ^~~~~~~~~~~~~~~~~~~ src/gimplensfun.cpp:915:36: warning: ‘void gimp_pixel_rgn_init(GimpPixelRgn*, GimpDrawable*, gint, gint, gint, gint, gint, gint)’ is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] 915 | TRUE, TRUE); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, from src/gimplensfun.cpp:31: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here 48 | void gimp_pixel_rgn_init (GimpPixelRgn *pr, | ^~~~~~~~~~~~~~~~~~~ src/gimplensfun.cpp:923:77: warning: ‘void gimp_pixel_rgn_get_rect(GimpPixelRgn*, guchar*, gint, gint, gint, gint)’ is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations] 923 | gimp_pixel_rgn_get_rect (&rgn_in, ImgBuffer, x1, y1, imgwidth, imgheight); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, from src/gimplensfun.cpp:31: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:80:11: note: declared here 80 | void gimp_pixel_rgn_get_rect (GimpPixelRgn *pr, | ^~~~~~~~~~~~~~~~~~~~~~~ src/gimplensfun.cpp:923:77: warning: ‘void gimp_pixel_rgn_get_rect(GimpPixelRgn*, guchar*, gint, gint, gint, gint)’ is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations] 923 | gimp_pixel_rgn_get_rect (&rgn_in, ImgBuffer, x1, y1, imgwidth, imgheight); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, from src/gimplensfun.cpp:31: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:80:11: note: declared here 80 | void gimp_pixel_rgn_get_rect (GimpPixelRgn *pr, | ^~~~~~~~~~~~~~~~~~~~~~~ src/gimplensfun.cpp:1010:81: warning: ‘void gimp_pixel_rgn_set_rect(GimpPixelRgn*, const guchar*, gint, gint, gint, gint)’ is deprecated: Use 'gegl_buffer_set' instead [-Wdeprecated-declarations] 1010 | set_rect (&rgn_out, ImgBufferOut, x1, y1, imgwidth, imgheight); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, from src/gimplensfun.cpp:31: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:104:11: note: declared here 104 | void gimp_pixel_rgn_set_rect (GimpPixelRgn *pr, | ^~~~~~~~~~~~~~~~~~~~~~~ src/gimplensfun.cpp:1010:81: warning: ‘void gimp_pixel_rgn_set_rect(GimpPixelRgn*, const guchar*, gint, gint, gint, gint)’ is deprecated: Use 'gegl_buffer_set' instead [-Wdeprecated-declarations] 1010 | set_rect (&rgn_out, ImgBufferOut, x1, y1, imgwidth, imgheight); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, from src/gimplensfun.cpp:31: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:104:11: note: declared here 104 | void gimp_pixel_rgn_set_rect (GimpPixelRgn *pr, | ^~~~~~~~~~~~~~~~~~~~~~~ src/gimplensfun.cpp:1012:34: warning: ‘void gimp_drawable_flush(GimpDrawable*)’ is deprecated: Use 'gegl_buffer_flush' instead [-Wdeprecated-declarations] 1012 | gimp_drawable_flush (drawable); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, from src/gimplensfun.cpp:31: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:55:16: note: declared here 55 | void gimp_drawable_flush (GimpDrawable *drawable); | ^~~~~~~~~~~~~~~~~~~ src/gimplensfun.cpp:1012:34: warning: ‘void gimp_drawable_flush(GimpDrawable*)’ is deprecated: Use 'gegl_buffer_flush' instead [-Wdeprecated-declarations] 1012 | gimp_drawable_flush (drawable); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, from src/gimplensfun.cpp:31: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:55:16: note: declared here 55 | void gimp_drawable_flush (GimpDrawable *drawable); | ^~~~~~~~~~~~~~~~~~~ src/gimplensfun.cpp:1018:35: warning: ‘void gimp_drawable_detach(GimpDrawable*)’ is deprecated [-Wdeprecated-declarations] 1018 | gimp_drawable_detach (drawable); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, from src/gimplensfun.cpp:31: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here 53 | void gimp_drawable_detach (GimpDrawable *drawable); | ^~~~~~~~~~~~~~~~~~~~ src/gimplensfun.cpp:1018:35: warning: ‘void gimp_drawable_detach(GimpDrawable*)’ is deprecated [-Wdeprecated-declarations] 1018 | gimp_drawable_detach (drawable); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, from src/gimplensfun.cpp:31: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here 53 | void gimp_drawable_detach (GimpDrawable *drawable); | ^~~~~~~~~~~~~~~~~~~~ src/gimplensfun.cpp: In function ‘int read_opts_from_exif(const char*)’: src/gimplensfun.cpp:1063:19: error: ‘AnyError’ in namespace ‘Exiv2’ does not name a type 1063 | catch (Exiv2::AnyError& e) { | ^~~~~~~~ src/gimplensfun.cpp: In function ‘void run(const gchar*, gint, const GimpParam*, gint*, GimpParam**)’: src/gimplensfun.cpp:1224:59: warning: ‘GimpDrawable* gimp_drawable_get(gint32)’ is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] 1224 | drawable = gimp_drawable_get (param[2].data.d_drawable); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, from src/gimplensfun.cpp:31: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here 51 | GimpDrawable * gimp_drawable_get (gint32 drawable_ID); | ^~~~~~~~~~~~~~~~~ src/gimplensfun.cpp:1224:59: warning: ‘GimpDrawable* gimp_drawable_get(gint32)’ is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] 1224 | drawable = gimp_drawable_get (param[2].data.d_drawable); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, from src/gimplensfun.cpp:31: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here 51 | GimpDrawable * gimp_drawable_get (gint32 drawable_ID); | ^~~~~~~~~~~~~~~~~ make: *** [Makefile:51: src/gimplensfun.o] Error 1 * ERROR: media-plugins/gimp-lensfun-0.2.4::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-plugins/gimp-lensfun-0.2.4::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-plugins/gimp-lensfun-0.2.4::gentoo'`. * The complete build log is located at '/var/log/portage/media-plugins:gimp-lensfun-0.2.4:20190517-062807.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-plugins/gimp-lensfun-0.2.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-plugins/gimp-lensfun-0.2.4/temp/environment'. * Working directory: '/var/tmp/portage/media-plugins/gimp-lensfun-0.2.4/work/GIMP-Lensfun-0.2.4' * S: '/var/tmp/portage/media-plugins/gimp-lensfun-0.2.4/work/GIMP-Lensfun-0.2.4'