Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/gimp-separate+.spec'], chrootPath='/var/lib/mock/f30-build-38066-21941/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/gimp-separate+.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/gimp-separate+-0.5.8-22.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/gimp-separate+.spec'], chrootPath='/var/lib/mock/f30-build-38066-21941/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/gimp-separate+.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.yNUXkg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf separate+-0.5.8 + /usr/bin/unzip -qq /builddir/build/SOURCES/separate+-0.5.8.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd separate+-0.5.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.T4ipna + umask 022 + cd /builddir/build/BUILD + cd separate+-0.5.8 + /usr/bin/make -j4 'JPEG_LIB=-ljpeg -lm' gcc -g `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms --cflags` -DENABLE_COLOR_MANAGEMENT -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c separate-core.c gcc -g `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms --cflags` -DENABLE_COLOR_MANAGEMENT -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c separate-gui.c gcc -g `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms --cflags` -DENABLE_COLOR_MANAGEMENT -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c separate-export.c gcc -g `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms --cflags` -DENABLE_COLOR_MANAGEMENT -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c util.c BUILDSTDERR: separate-export.c: In function 'create_psd_path_resource': BUILDSTDERR: separate-export.c:146:7: warning: 'gimp_vectors_get_name' is deprecated: Use 'gimp_item_get_name' instead [-Wdeprecated-declarations] BUILDSTDERR: name = gimp_vectors_get_name (vector_id[i]); BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:64, BUILDSTDERR: from separate-export.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpvectors.h:38:16: note: declared here BUILDSTDERR: gchar * gimp_vectors_get_name (gint32 vectors_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-export.c:155:42: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: const gchar **language_names = g_get_language_names (); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-export.c: In function 'separate_export': BUILDSTDERR: separate-export.c:339:9: warning: 'gimp_image_parasite_find' is deprecated: Use 'gimp_image_get_parasite' instead [-Wdeprecated-declarations] BUILDSTDERR: GimpParasite *parasite = gimp_image_parasite_find (imageID, CMYKPROFILE); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47, BUILDSTDERR: from separate-export.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage.h:95:16: note: declared here BUILDSTDERR: GimpParasite * gimp_image_parasite_find (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-export.c:392:19: warning: implicit declaration of function 'separate_path_get_extention_offset'; did you mean 'atk_text_get_text_at_offset'? [-Wimplicit-function-declaration] BUILDSTDERR: gint offset = separate_path_get_extention_offset (filename); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: atk_text_get_text_at_offset BUILDSTDERR: separate-core.c: In function 'embed_cmyk_profile': BUILDSTDERR: separate-core.c:67:7: warning: 'gimp_image_parasite_attach' is deprecated: Use 'gimp_image_attach_parasite' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_parasite_attach (image_id, parasite); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage.h:98:16: note: declared here BUILDSTDERR: gboolean gimp_image_parasite_attach (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c: In function 'duplicate_paths': BUILDSTDERR: separate-core.c:91:11: warning: 'gimp_vectors_get_name' is deprecated: Use 'gimp_item_get_name' instead [-Wdeprecated-declarations] BUILDSTDERR: gchar *name = gimp_vectors_get_name (src[i]); BUILDSTDERR: ^~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:64, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpvectors.h:38:16: note: declared here BUILDSTDERR: gchar * gimp_vectors_get_name (gint32 vectors_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:114:11: warning: 'gimp_vectors_set_visible' is deprecated: Use 'gimp_item_get_visible' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_vectors_set_visible (vectors_id, gimp_vectors_get_visible (src[i])); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:64, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpvectors.h:45:16: note: declared here BUILDSTDERR: gboolean gimp_vectors_set_visible (gint32 vectors_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:114:11: warning: 'gimp_vectors_get_visible' is deprecated: Use 'gimp_item_get_visible' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_vectors_set_visible (vectors_id, gimp_vectors_get_visible (src[i])); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:64, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpvectors.h:43:16: note: declared here BUILDSTDERR: gboolean gimp_vectors_get_visible (gint32 vectors_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:115:11: warning: 'gimp_vectors_set_linked' is deprecated: Use 'gimp_item_set_linked' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_vectors_set_linked (vectors_id, gimp_vectors_get_linked (src[i])); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:64, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpvectors.h:50:16: note: declared here BUILDSTDERR: gboolean gimp_vectors_set_linked (gint32 vectors_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:115:11: warning: 'gimp_vectors_get_linked' is deprecated: Use 'gimp_item_get_linked' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_vectors_set_linked (vectors_id, gimp_vectors_get_linked (src[i])); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:64, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpvectors.h:48:16: note: declared here BUILDSTDERR: gboolean gimp_vectors_get_linked (gint32 vectors_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:116:11: warning: 'gimp_image_add_vectors' is deprecated: Use 'gimp_image_insert_vectors' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_vectors (dst_id, vectors_id, i); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:99:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_vectors (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c: In function 'setup_transform': BUILDSTDERR: separate-core.c:161:11: warning: 'gimp_image_parasite_find' is deprecated: Use 'gimp_image_get_parasite' instead [-Wdeprecated-declarations] BUILDSTDERR: GimpParasite *parasite = gimp_image_parasite_find (sc->imageID, "icc-profile"); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage.h:95:16: note: declared here BUILDSTDERR: GimpParasite * gimp_image_parasite_find (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c: In function 'separate_full': BUILDSTDERR: separate-core.c:395:5: warning: 'gimp_drawable_get_image' is deprecated: Use 'gimp_item_get_image' instead [-Wdeprecated-declarations] BUILDSTDERR: gchar *filename = separate_filename_add_suffix (gimp_image_get_filename (gimp_drawable_get_image (drawable->drawable_id)), "CMYK"); BUILDSTDERR: ^~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:98:16: note: declared here BUILDSTDERR: gint32 gimp_drawable_get_image (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:410:9: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: drawables[counter] = gimp_drawable_get (mask[counter]); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here BUILDSTDERR: GimpDrawable * gimp_drawable_get (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:421:9: warning: 'gimp_drawable_set_visible' is deprecated: Use 'gimp_item_get_visible' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_drawable_set_visible (channel, FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:107:16: note: declared here BUILDSTDERR: gboolean gimp_drawable_set_visible (gint32 drawable_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:422:9: warning: 'gimp_image_add_channel' is deprecated: Use 'gimp_image_insert_channel' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_channel (new_image_id, channel, 0); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:87:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_channel (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:424:9: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: drawables[4] = gimp_drawable_get (channel); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here BUILDSTDERR: GimpDrawable * gimp_drawable_get (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:429:5: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (&srcPR, drawable, 0, 0, width, height, FALSE, FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:432:7: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (&pixrgn[counter], drawables[counter], 0, 0, width, height, TRUE, FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:438:5: warning: 'gimp_pixel_rgns_register' is deprecated: Use 'gegl_buffer_iterator_new' instead [-Wdeprecated-declarations] BUILDSTDERR: tileiterator = gimp_pixel_rgns_register (n_drawables + 1, &srcPR, BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:111:11: note: declared here BUILDSTDERR: gpointer gimp_pixel_rgns_register (gint nrgns, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:459:9: warning: 'gimp_pixel_rgns_process' is deprecated: Use 'gegl_buffer_iterator_next' instead [-Wdeprecated-declarations] BUILDSTDERR: tileiterator = gimp_pixel_rgns_process (tileiterator); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:117:11: note: declared here BUILDSTDERR: gpointer gimp_pixel_rgns_process (gpointer pri_ptr); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:473:9: warning: 'gimp_drawable_flush' is deprecated: Use 'gegl_buffer_flush' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_drawable_flush (drawables[counter]); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:55:16: note: declared here BUILDSTDERR: void gimp_drawable_flush (GimpDrawable *drawable); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:475:9: warning: 'gimp_drawable_detach' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gimp_drawable_detach (drawables[counter]); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here BUILDSTDERR: void gimp_drawable_detach (GimpDrawable *drawable); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c: In function 'separate_light': BUILDSTDERR: separate-core.c:507:3: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (&srcPR, drawable, 0, 0, width, height, FALSE, FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:518:5: warning: 'gimp_drawable_get_image' is deprecated: Use 'gimp_item_get_image' instead [-Wdeprecated-declarations] BUILDSTDERR: gchar *filename = separate_filename_add_suffix (gimp_image_get_filename (gimp_drawable_get_image (drawable->drawable_id)), "CMYK"); BUILDSTDERR: ^~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:98:16: note: declared here BUILDSTDERR: gint32 gimp_drawable_get_image (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:527:5: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (&srcPR, drawable, 0, 0, width, height, FALSE, FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:531:9: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: drawables[counter] = gimp_drawable_get (layers[counter]); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here BUILDSTDERR: GimpDrawable * gimp_drawable_get (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:532:9: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (&pixrgn[counter], drawables[counter], 0, 0, width, height, TRUE, FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:543:9: warning: 'gimp_drawable_set_visible' is deprecated: Use 'gimp_item_get_visible' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_drawable_set_visible (channel, FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:107:16: note: declared here BUILDSTDERR: gboolean gimp_drawable_set_visible (gint32 drawable_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:544:9: warning: 'gimp_image_add_channel' is deprecated: Use 'gimp_image_insert_channel' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_channel (new_image_id, channel, 0); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:87:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_channel (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:546:9: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: drawables[4] = gimp_drawable_get (channel); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here BUILDSTDERR: GimpDrawable * gimp_drawable_get (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:547:9: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (&pixrgn[4], drawables[4], 0, 0, width, height, TRUE, FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:556:5: warning: 'gimp_pixel_rgns_register' is deprecated: Use 'gegl_buffer_iterator_new' instead [-Wdeprecated-declarations] BUILDSTDERR: tileiterator = gimp_pixel_rgns_register (n_drawables + 1, &srcPR, BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:111:11: note: declared here BUILDSTDERR: gpointer gimp_pixel_rgns_register (gint nrgns, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:576:9: warning: 'gimp_pixel_rgns_process' is deprecated: Use 'gegl_buffer_iterator_next' instead [-Wdeprecated-declarations] BUILDSTDERR: tileiterator = gimp_pixel_rgns_process (tileiterator); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:117:11: note: declared here BUILDSTDERR: gpointer gimp_pixel_rgns_process (gpointer pri_ptr); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:590:9: warning: 'gimp_drawable_flush' is deprecated: Use 'gegl_buffer_flush' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_drawable_flush (drawables[counter]); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:55:16: note: declared here BUILDSTDERR: void gimp_drawable_flush (GimpDrawable *drawable); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:592:9: warning: 'gimp_drawable_detach' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gimp_drawable_detach (drawables[counter]); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here BUILDSTDERR: void gimp_drawable_detach (GimpDrawable *drawable); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c: In function 'separate_proof': BUILDSTDERR: separate-core.c:674:7: warning: 'gimp_image_parasite_find' is deprecated: Use 'gimp_image_get_parasite' instead [-Wdeprecated-declarations] BUILDSTDERR: GimpParasite *parasite = gimp_image_parasite_find (cmykimage, CMYKPROFILE); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage.h:95:16: note: declared here BUILDSTDERR: GimpParasite * gimp_image_parasite_find (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:768:5: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: drawables[0] = gimp_drawable_get (layers[0]); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here BUILDSTDERR: GimpDrawable * gimp_drawable_get (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:771:7: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (&pixrgn[counter], drawables[counter], 0, 0, width, height, FALSE, FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:773:5: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (&pixrgn[0], drawables[0], 0, 0, width, height, TRUE, FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:779:5: warning: 'gimp_pixel_rgns_register' is deprecated: Use 'gegl_buffer_iterator_new' instead [-Wdeprecated-declarations] BUILDSTDERR: tileiterator = gimp_pixel_rgns_register (n_drawables + 1, &pixrgn[0], BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:111:11: note: declared here BUILDSTDERR: gpointer gimp_pixel_rgns_register (gint nrgns, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:812:9: warning: 'gimp_pixel_rgns_process' is deprecated: Use 'gegl_buffer_iterator_next' instead [-Wdeprecated-declarations] BUILDSTDERR: tileiterator = gimp_pixel_rgns_process (tileiterator); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:117:11: note: declared here BUILDSTDERR: gpointer gimp_pixel_rgns_process (gpointer pri_ptr); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:862:15: warning: 'gimp_image_parasite_attach' is deprecated: Use 'gimp_image_attach_parasite' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_parasite_attach (new_image_id, parasite); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage.h:98:16: note: declared here BUILDSTDERR: gboolean gimp_image_parasite_attach (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:871:5: warning: 'gimp_drawable_flush' is deprecated: Use 'gegl_buffer_flush' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_drawable_flush (drawables[4]); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:55:16: note: declared here BUILDSTDERR: void gimp_drawable_flush (GimpDrawable *drawable); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:873:5: warning: 'gimp_drawable_detach' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gimp_drawable_detach (drawables[4]); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here BUILDSTDERR: void gimp_drawable_detach (GimpDrawable *drawable); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c: In function 'separate_duotone': BUILDSTDERR: separate-core.c:911:9: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: drawables[counter] = gimp_drawable_get (mask[counter]); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here BUILDSTDERR: GimpDrawable * gimp_drawable_get (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:922:9: warning: 'gimp_drawable_set_visible' is deprecated: Use 'gimp_item_get_visible' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_drawable_set_visible (channel, TRUE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:107:16: note: declared here BUILDSTDERR: gboolean gimp_drawable_set_visible (gint32 drawable_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:923:9: warning: 'gimp_image_add_channel' is deprecated: Use 'gimp_image_insert_channel' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_channel (new_image_id, channel, 0); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:87:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_channel (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:925:9: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: drawables[2] = gimp_drawable_get (channel); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here BUILDSTDERR: GimpDrawable * gimp_drawable_get (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:930:5: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (&srcPR, drawable, 0, 0, width, height, FALSE, FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:933:7: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (&pixrgn[counter], drawables[counter], 0, 0, width, height, TRUE, FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:937:5: warning: 'gimp_pixel_rgns_register' is deprecated: Use 'gegl_buffer_iterator_new' instead [-Wdeprecated-declarations] BUILDSTDERR: tileiterator = gimp_pixel_rgns_register (n_drawables + 1, &srcPR, BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:111:11: note: declared here BUILDSTDERR: gpointer gimp_pixel_rgns_register (gint nrgns, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:972:9: warning: 'gimp_pixel_rgns_process' is deprecated: Use 'gegl_buffer_iterator_next' instead [-Wdeprecated-declarations] BUILDSTDERR: tileiterator = gimp_pixel_rgns_process (tileiterator); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:117:11: note: declared here BUILDSTDERR: gpointer gimp_pixel_rgns_process (gpointer pri_ptr); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:979:9: warning: 'gimp_drawable_flush' is deprecated: Use 'gegl_buffer_flush' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_drawable_flush (drawables[counter]); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:55:16: note: declared here BUILDSTDERR: void gimp_drawable_flush (GimpDrawable *drawable); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-core.c:981:9: warning: 'gimp_drawable_detach' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gimp_drawable_detach (drawables[counter]); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-core.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here BUILDSTDERR: void gimp_drawable_detach (GimpDrawable *drawable); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ gcc -g `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms --cflags` -DENABLE_COLOR_MANAGEMENT -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c tiff.c BUILDSTDERR: util.c: In function 'separate_find_channel': BUILDSTDERR: util.c:85:7: warning: 'gimp_drawable_get_name' is deprecated: Use 'gimp_item_get_name' instead [-Wdeprecated-declarations] BUILDSTDERR: char *layer_name = gimp_drawable_get_name (layers[i]); BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:100:16: note: declared here BUILDSTDERR: gchar* gimp_drawable_get_name (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c:89:11: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: result = gimp_drawable_get (layers[i]); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here BUILDSTDERR: GimpDrawable * gimp_drawable_get (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c:91:13: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: result = gimp_drawable_get (gimp_layer_get_mask (layers[i])); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here BUILDSTDERR: GimpDrawable * gimp_drawable_get (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c: In function 'separate_find_alpha': BUILDSTDERR: util.c:108:3: warning: 'gimp_drawable_get_visible' is deprecated: Use 'gimp_item_get_visible' instead [-Wdeprecated-declarations] BUILDSTDERR: if (n_channels && gimp_drawable_get_visible (channels[0])) BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:105:16: note: declared here BUILDSTDERR: gboolean gimp_drawable_get_visible (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c:109:5: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: return gimp_drawable_get (channels[0]); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here BUILDSTDERR: GimpDrawable * gimp_drawable_get (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c: In function 'separate_is_CMYK': BUILDSTDERR: util.c:129:7: warning: 'gimp_drawable_get_name' is deprecated: Use 'gimp_item_get_name' instead [-Wdeprecated-declarations] BUILDSTDERR: char *layer_name = gimp_drawable_get_name (layers[i]); BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:100:16: note: declared here BUILDSTDERR: gchar* gimp_drawable_get_name (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c: In function 'separate_create_RGB': BUILDSTDERR: util.c:311:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_layer (image_id, layers[0], -1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_layer (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c: In function 'separate_create_planes_grey': BUILDSTDERR: util.c:332:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_layer (image_id, layers[0], -1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_layer (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c:335:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_layer (image_id, layers[1], -1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_layer (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c:338:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_layer (image_id, layers[2], -1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_layer (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c:341:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_layer (image_id, layers[3], -1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_layer (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c: In function 'separate_create_planes_CMYK': BUILDSTDERR: util.c:366:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_layer (image_id, background_id, -1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_layer (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c:369:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_layer (image_id, layers[0], -1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_layer (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c:372:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_layer (image_id, layers[1], -1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_layer (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c:375:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_layer (image_id, layers[2], -1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_layer (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c:378:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_layer (image_id, layers[3], -1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_layer (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c: In function 'separate_create_planes_Duotone': BUILDSTDERR: util.c:418:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_layer (image_id, background_id, -1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_layer (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c:422:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_layer (image_id, layers[0], -1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_layer (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: util.c:426:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_layer (image_id, layers[1], -1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from util.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_layer (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-gui.c: In function 'run': BUILDSTDERR: separate-gui.c:299:3: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: drawable = gimp_drawable_get (param[index].data.d_drawable); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-gui.c:24: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here BUILDSTDERR: GimpDrawable * gimp_drawable_get (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-gui.c:300:3: warning: 'gimp_drawable_get_image' is deprecated: Use 'gimp_item_get_image' instead [-Wdeprecated-declarations] BUILDSTDERR: mysc.imageID = gimp_drawable_get_image (param[index++].data.d_drawable);//param[1].data.d_image; BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-gui.c:24: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:98:16: note: declared here BUILDSTDERR: gint32 gimp_drawable_get_image (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ gcc -g `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms --cflags` -DENABLE_COLOR_MANAGEMENT -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c psd.c BUILDSTDERR: separate-gui.c:514:3: warning: 'gimp_drawable_detach' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gimp_drawable_detach (drawable); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from separate-gui.c:24: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here BUILDSTDERR: void gimp_drawable_detach (GimpDrawable *drawable); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-gui.c: In function 'setup_widgets': BUILDSTDERR: separate-gui.c:603:7: warning: implicit declaration of function 'icc_button_set_enable_empty'; did you mean 'icc_button_get_enable_empty'? [-Wimplicit-function-declaration] BUILDSTDERR: icc_button_set_enable_empty (ICC_BUTTON (sc->rgbfileselector), FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_button_get_enable_empty BUILDSTDERR: separate-gui.c: In function 'separate_dialog': BUILDSTDERR: separate-gui.c:719:5: warning: 'gimp_image_parasite_find' is deprecated: Use 'gimp_image_get_parasite' instead [-Wdeprecated-declarations] BUILDSTDERR: if ((parasite = gimp_image_parasite_find (sc->imageID, "icc-profile")) != NULL) BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47, BUILDSTDERR: from separate-gui.c:24: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage.h:95:16: note: declared here BUILDSTDERR: GimpParasite * gimp_image_parasite_find (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-gui.c: In function 'proof_dialog': BUILDSTDERR: separate-gui.c:1023:5: warning: 'gimp_image_parasite_find' is deprecated: Use 'gimp_image_get_parasite' instead [-Wdeprecated-declarations] BUILDSTDERR: if ((parasite = gimp_image_parasite_find (sc->imageID, CMYKPROFILE)) != NULL) BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47, BUILDSTDERR: from separate-gui.c:24: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage.h:95:16: note: declared here BUILDSTDERR: GimpParasite * gimp_image_parasite_find (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-gui.c: In function 'separate_save_dialog': BUILDSTDERR: separate-gui.c:1215:13: warning: 'gimp_vectors_get_name' is deprecated: Use 'gimp_item_get_name' instead [-Wdeprecated-declarations] BUILDSTDERR: vector_name = gimp_vectors_get_name (vector_id[i]); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:64, BUILDSTDERR: from separate-gui.c:24: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpvectors.h:38:16: note: declared here BUILDSTDERR: gchar * gimp_vectors_get_name (gint32 vectors_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: separate-gui.c:1241:5: warning: 'gimp_image_parasite_find' is deprecated: Use 'gimp_image_get_parasite' instead [-Wdeprecated-declarations] BUILDSTDERR: if ((parasite = gimp_image_parasite_find (sc->imageID, CMYKPROFILE)) != NULL) BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47, BUILDSTDERR: from separate-gui.c:24: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage.h:95:16: note: declared here BUILDSTDERR: GimpParasite * gimp_image_parasite_find (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ gcc -g `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms --cflags` -DENABLE_COLOR_MANAGEMENT -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c jpeg.c gcc -g `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms --cflags` -DENABLE_COLOR_MANAGEMENT -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c iccbutton.c BUILDSTDERR: psd.c: In function 'psd_write_image_data_packbits': BUILDSTDERR: psd.c:131:11: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (®ion, drw[i], 0, 0, width, height, FALSE, FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from psd.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: psd.c:141:15: warning: 'gimp_pixel_rgn_get_rect' is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_get_rect (®ion, src_buf, 0, y, width, n_lines); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from psd.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:80:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_get_rect (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: psd.c: In function 'psd_write_image_data_raw': BUILDSTDERR: psd.c:301:11: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (®ion, drw[i], 0, 0, width, height, FALSE, FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from psd.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: psd.c:309:15: warning: 'gimp_pixel_rgn_get_rect' is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_get_rect (®ion, buf, 0, y, width, n_lines); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from psd.c:28: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:80:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_get_rect (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: tiff.c: In function 'separate_writetiffdata': BUILDSTDERR: tiff.c:69:9: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (&pixrgn[i], drw[i], 0, 0, width, height, FALSE, FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from tiff.c:26: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: tiff.c:99:15: warning: 'gimp_pixel_rgn_get_rect' is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_get_rect (&pixrgn[j], src[j], left, top, wd, ht); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from tiff.c:26: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:80:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_get_rect (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: jpeg.c: In function 'jpeg_write_image_data': BUILDSTDERR: jpeg.c:199:11: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (®ion[i], drw[i], BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from jpeg.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: jpeg.c:219:13: warning: 'gimp_pixel_rgn_get_rect' is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_get_rect (®ion[i], src_buf[i], 0, y, cinfo->image_width, n_lines); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from jpeg.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:80:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_get_rect (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: jpeg.c:239:36: warning: passing argument 2 of 'jpeg_write_scanlines' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: jpeg_write_scanlines (cinfo, dst_buf, n_lines); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: In file included from jpeg.c:31: BUILDSTDERR: /usr/include/jpeglib.h:954:52: note: expected 'JSAMPARRAY' {aka 'unsigned char **'} but argument is of type 'gchar **' {aka 'char **'} BUILDSTDERR: JSAMPARRAY scanlines, BUILDSTDERR: ~~~~~~~~~~~^~~~~~~~~ gcc -g `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms --cflags` -DENABLE_COLOR_MANAGEMENT -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c lcms_wrapper.c gcc -g `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms --cflags` -DENABLE_COLOR_MANAGEMENT -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c import.c gcc -g `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms --cflags` -DENABLE_COLOR_MANAGEMENT -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c icc_colorspace.c BUILDSTDERR: iccbutton.c: In function 'icc_button_class_init': BUILDSTDERR: iccbutton.c:557:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: pixbuf = gdk_pixbuf_new_from_inline (-1, icc_input_class_icon, FALSE, NULL); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdk.h:33, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkwidget.h:34, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkbin.h:35, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkbutton.h:35, BUILDSTDERR: from iccbutton.h:9, BUILDSTDERR: from iccbutton.c:6: BUILDSTDERR: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared here BUILDSTDERR: GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: iccbutton.c:563:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: pixbuf = gdk_pixbuf_new_from_inline (-1, icc_display_class_icon, FALSE, NULL); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdk.h:33, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkwidget.h:34, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkbin.h:35, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkbutton.h:35, BUILDSTDERR: from iccbutton.h:9, BUILDSTDERR: from iccbutton.c:6: BUILDSTDERR: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared here BUILDSTDERR: GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: iccbutton.c:569:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: pixbuf = gdk_pixbuf_new_from_inline (-1, icc_rgb_output_class_icon, FALSE, NULL); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdk.h:33, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkwidget.h:34, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkbin.h:35, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkbutton.h:35, BUILDSTDERR: from iccbutton.h:9, BUILDSTDERR: from iccbutton.c:6: BUILDSTDERR: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared here BUILDSTDERR: GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: iccbutton.c:575:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: pixbuf = gdk_pixbuf_new_from_inline (-1, icc_cmyk_output_class_icon, FALSE, NULL); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdk.h:33, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkwidget.h:34, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkbin.h:35, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkbutton.h:35, BUILDSTDERR: from iccbutton.h:9, BUILDSTDERR: from iccbutton.c:6: BUILDSTDERR: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared here BUILDSTDERR: GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: iccbutton.c:581:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: pixbuf = gdk_pixbuf_new_from_inline (-1, icc_link_class_icon, FALSE, NULL); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdk.h:33, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkwidget.h:34, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkbin.h:35, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkbutton.h:35, BUILDSTDERR: from iccbutton.h:9, BUILDSTDERR: from iccbutton.c:6: BUILDSTDERR: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared here BUILDSTDERR: GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: iccbutton.c:587:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: pixbuf = gdk_pixbuf_new_from_inline (-1, icc_abstract_class_icon, FALSE, NULL); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdk.h:33, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkwidget.h:34, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkbin.h:35, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkbutton.h:35, BUILDSTDERR: from iccbutton.h:9, BUILDSTDERR: from iccbutton.c:6: BUILDSTDERR: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared here BUILDSTDERR: GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: iccbutton.c:593:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: pixbuf = gdk_pixbuf_new_from_inline (-1, icc_link_class_icon, FALSE, NULL); // replace the icon with correct icon later BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdk.h:33, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkwidget.h:34, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkbin.h:35, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkbutton.h:35, BUILDSTDERR: from iccbutton.h:9, BUILDSTDERR: from iccbutton.c:6: BUILDSTDERR: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared here BUILDSTDERR: GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: iccbutton.c:599:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: pixbuf = gdk_pixbuf_new_from_inline (-1, icc_link_class_icon, FALSE, NULL); // replace the icon with correct icon later BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdk.h:33, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkwidget.h:34, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkbin.h:35, BUILDSTDERR: from /usr/include/gtk-2.0/gtk/gtkbutton.h:35, BUILDSTDERR: from iccbutton.h:9, BUILDSTDERR: from iccbutton.c:6: BUILDSTDERR: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared here BUILDSTDERR: GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ cd po && make PREFIX="/usr" make[1]: Entering directory '/builddir/build/BUILD/separate+-0.5.8/po' msgfmt -o cs.gmo cs.po msgfmt -o es.gmo es.po msgfmt -o fr.gmo fr.po msgfmt -o pl.gmo pl.po msgfmt -o ko.gmo ko.po make[1]: Leaving directory '/builddir/build/BUILD/separate+-0.5.8/po' gcc -g separate-core.o separate-gui.o separate-export.o util.o tiff.o psd.o jpeg.o iccbutton.o lcms_wrapper.o -o separate `pkg-config gimp-2.0 --libs` `pkg-config gimpui-2.0 --libs` `pkg-config gtk+-2.0 --libs` `pkg-config lcms --libs` -ltiff -ljpeg -lm BUILDSTDERR: import.c: In function 'run': BUILDSTDERR: import.c:232:17: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_layer (values[1].data.d_image, layers[i], i); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from import.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_layer (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: import.c:235:17: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: drw[i] = gimp_drawable_get (masks[i]); BUILDSTDERR: ^~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from import.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here BUILDSTDERR: GimpDrawable * gimp_drawable_get (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: import.c:242:13: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_layer (values[1].data.d_image, layers[4], 4); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from import.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_layer (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: import.c:253:17: warning: 'gimp_drawable_set_visible' is deprecated: Use 'gimp_item_get_visible' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_drawable_set_visible (channel, TRUE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from import.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:107:16: note: declared here BUILDSTDERR: gboolean gimp_drawable_set_visible (gint32 drawable_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: import.c:254:17: warning: 'gimp_image_add_channel' is deprecated: Use 'gimp_image_insert_channel' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_add_channel (values[1].data.d_image, channel, 0); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from import.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:87:26: note: declared here BUILDSTDERR: gboolean gimp_image_add_channel (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: import.c:256:17: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: drw[4 + i] = gimp_drawable_get (channel); BUILDSTDERR: ^~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from import.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here BUILDSTDERR: GimpDrawable * gimp_drawable_get (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: import.c:275:21: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (&rgn[j], drw[j], BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from import.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: import.c:314:19: warning: 'gimp_pixel_rgn_set_rect' is deprecated: Use 'gegl_buffer_set' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_set_rect (&rgn[j], maskbuf[j], 0, stripHeight * i, width, rowCount); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from import.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:104:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_set_rect (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: import.c:324:17: warning: 'gimp_drawable_detach' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gimp_drawable_detach (drw[i]); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from import.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here BUILDSTDERR: void gimp_drawable_detach (GimpDrawable *drawable); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: import.c:333:17: warning: 'gimp_image_parasite_attach' is deprecated: Use 'gimp_image_attach_parasite' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_parasite_attach (values[1].data.d_image, parasite); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47, BUILDSTDERR: from import.c:29: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage.h:98:16: note: declared here BUILDSTDERR: gboolean gimp_image_parasite_attach (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_colorspace.c: In function 'icc_colorspace_init': BUILDSTDERR: icc_colorspace.c:411:3: warning: 'gimp_image_parasite_find' is deprecated: Use 'gimp_image_get_parasite' instead [-Wdeprecated-declarations] BUILDSTDERR: if ((parasite = gimp_image_parasite_find (imageID, "icc-profile"))) BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47, BUILDSTDERR: from icc_colorspace.c:12: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage.h:95:16: note: declared here BUILDSTDERR: GimpParasite * gimp_image_parasite_find (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_colorspace.c: In function 'icc_colorspace_assign': BUILDSTDERR: icc_colorspace.c:632:7: warning: 'gimp_image_parasite_attach' is deprecated: Use 'gimp_image_attach_parasite' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_parasite_attach (context->imageID, parasite); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47, BUILDSTDERR: from icc_colorspace.c:12: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage.h:98:16: note: declared here BUILDSTDERR: gboolean gimp_image_parasite_attach (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_colorspace.c:636:5: warning: 'gimp_image_parasite_detach' is deprecated: Use 'gimp_image_detach_parasite' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_image_parasite_detach (context->imageID, "icc-profile"); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47, BUILDSTDERR: from icc_colorspace.c:12: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage.h:101:16: note: declared here BUILDSTDERR: gboolean gimp_image_parasite_detach (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_colorspace.c:648:5: warning: 'gimp_drawable_get_visible' is deprecated: Use 'gimp_item_get_visible' instead [-Wdeprecated-declarations] BUILDSTDERR: for (i = 0; i < nLayers && !gimp_drawable_get_visible (layerID[i]); i++) ; BUILDSTDERR: ^~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from icc_colorspace.c:12: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:105:16: note: declared here BUILDSTDERR: gboolean gimp_drawable_get_visible (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_colorspace.c: In function 'icc_colorspace_convert': BUILDSTDERR: icc_colorspace.c:851:17: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: drawables[i] = gimp_drawable_get (layerID[i]); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from icc_colorspace.c:12: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here BUILDSTDERR: GimpDrawable * gimp_drawable_get (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_colorspace.c:861:19: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: drawables[i] = gimp_drawable_get (layerID[i]); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from icc_colorspace.c:12: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here BUILDSTDERR: GimpDrawable * gimp_drawable_get (gint32 drawable_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_colorspace.c:882:15: warning: 'gimp_image_attach_new_parasite' is deprecated: Use 'gimp_image_attach_parasite' instead [-Wdeprecated-declarations] BUILDSTDERR: return_val = gimp_image_attach_new_parasite (context->imageID, "icc-profile", BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47, BUILDSTDERR: from icc_colorspace.c:12: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage.h:108:16: note: declared here BUILDSTDERR: gboolean gimp_image_attach_new_parasite (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_colorspace.c:897:15: warning: 'gimp_drawable_detach' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: gimp_drawable_detach (drawables[i]); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from icc_colorspace.c:12: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here BUILDSTDERR: void gimp_drawable_detach (GimpDrawable *drawable); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_colorspace.c:902:15: warning: 'gimp_selection_load' is deprecated: Use 'gimp_image_select_item' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_selection_load (selectionID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:79, BUILDSTDERR: from /usr/include/gimp-2.0/libgimp/gimp.h:66, BUILDSTDERR: from icc_colorspace.c:12: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpselection_pdb.h:67:24: note: declared here BUILDSTDERR: gboolean gimp_selection_load (gint32 channel_ID); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_colorspace.c:929:11: warning: 'gimp_image_attach_new_parasite' is deprecated: Use 'gimp_image_attach_parasite' instead [-Wdeprecated-declarations] BUILDSTDERR: return_val = gimp_image_attach_new_parasite (context->imageID, "icc-profile", BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47, BUILDSTDERR: from icc_colorspace.c:12: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpimage.h:108:16: note: declared here BUILDSTDERR: gboolean gimp_image_attach_new_parasite (gint32 image_ID, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_colorspace.c: In function 'icc_colorspace_convert_layer': BUILDSTDERR: icc_colorspace.c:1030:3: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (®ion_in, drawable, x1, y1, width, height, TRUE, FALSE); /* "FALSE, FALSE" is bad. */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from icc_colorspace.c:12: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_colorspace.c:1031:3: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_pixel_rgn_init (®ion_out, drawable, x1, y1, width, height, TRUE, TRUE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from icc_colorspace.c:12: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_colorspace.c:1033:3: warning: 'gimp_pixel_rgns_register' is deprecated: Use 'gegl_buffer_iterator_new' instead [-Wdeprecated-declarations] BUILDSTDERR: iterator = gimp_pixel_rgns_register (2, ®ion_in, ®ion_out); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from icc_colorspace.c:12: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:111:11: note: declared here BUILDSTDERR: gpointer gimp_pixel_rgns_register (gint nrgns, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_colorspace.c:1059:7: warning: 'gimp_pixel_rgns_process' is deprecated: Use 'gegl_buffer_iterator_next' instead [-Wdeprecated-declarations] BUILDSTDERR: iterator = gimp_pixel_rgns_process (iterator); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from icc_colorspace.c:12: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:117:11: note: declared here BUILDSTDERR: gpointer gimp_pixel_rgns_process (gpointer pri_ptr); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_colorspace.c:1062:3: warning: 'gimp_drawable_flush' is deprecated: Use 'gegl_buffer_flush' instead [-Wdeprecated-declarations] BUILDSTDERR: gimp_drawable_flush (drawable); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from icc_colorspace.c:12: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:55:16: note: declared here BUILDSTDERR: void gimp_drawable_flush (GimpDrawable *drawable); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_colorspace.c: In function 'assign_dialog': BUILDSTDERR: icc_colorspace.c:1165:3: warning: implicit declaration of function 'icc_button_set_enable_empty'; did you mean 'icc_button_get_enable_empty'? [-Wimplicit-function-declaration] BUILDSTDERR: icc_button_set_enable_empty (ICC_BUTTON (destProfile), FALSE); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: icc_button_get_enable_empty gcc -g import.o -o separate_import `pkg-config gimp-2.0 --libs` `pkg-config gimpui-2.0 --libs` `pkg-config gtk+-2.0 --libs` `pkg-config lcms --libs` -ltiff -ljpeg -lm gcc -g icc_colorspace.o iccbutton.o lcms_wrapper.o -o icc_colorspace `pkg-config gimp-2.0 --libs` `pkg-config gimpui-2.0 --libs` `pkg-config gtk+-2.0 --libs` `pkg-config lcms --libs` -ltiff -ljpeg -lm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.eZ8vBg + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64 + cd separate+-0.5.8 + install -pDm755 separate /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64/usr/lib64/gimp/2.0/plug-ins/separate + install -pDm755 separate_import /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64/usr/lib64/gimp/2.0/plug-ins/separate_import + install -pDm755 icc_colorspace /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64/usr/lib64/gimp/2.0/plug-ins/icc_colorspace + mkdir -p /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64/usr/share/appdata + install -m 644 /builddir/build/SOURCES/gimp-separate+.metainfo.xml /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64/usr/share/appdata + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.5.8-22.fc30 --unique-debug-suffix -0.5.8-22.fc30.riscv64 --unique-debug-src-base gimp-separate+-0.5.8-22.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/separate+-0.5.8 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64/usr/lib64/gimp/2.0/plug-ins/separate_import explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64/usr/lib64/gimp/2.0/plug-ins/icc_colorspace explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64/usr/lib64/gimp/2.0/plug-ins/separate extracting debug info from /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64/usr/lib64/gimp/2.0/plug-ins/separate_import extracting debug info from /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64/usr/lib64/gimp/2.0/plug-ins/separate extracting debug info from /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64/usr/lib64/gimp/2.0/plug-ins/icc_colorspace /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. BUILDSTDERR: 683 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: gimp-separate+-0.5.8-22.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GNVycM + umask 022 + cd /builddir/build/BUILD + cd separate+-0.5.8 + DOCDIR=/builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64/usr/share/doc/gimp-separate+ + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64/usr/share/doc/gimp-separate+ + cp -pr COPYING /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64/usr/share/doc/gimp-separate+ + cp -pr README /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64/usr/share/doc/gimp-separate+ + cp -pr README_ICC_COLORSPACE /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64/usr/share/doc/gimp-separate+ + exit 0 Provides: gimp-cmyk = 0.5.8-22.fc30 gimp-separate+ = 0.5.8-22.fc30 gimp-separate+(riscv-64) = 0.5.8-22.fc30 metainfo() metainfo(gimp-separate+.metainfo.xml) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libatk-1.0.so.0()(64bit) libbabl-0.1.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcairo.so.2()(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgegl-0.4.so.0()(64bit) libgegl-npd-0.4.so()(64bit) libgimp-2.0.so.0()(64bit) libgimpbase-2.0.so.0()(64bit) libgimpcolor-2.0.so.0()(64bit) libgimpconfig-2.0.so.0()(64bit) libgimpmath-2.0.so.0()(64bit) libgimpmodule-2.0.so.0()(64bit) libgimpui-2.0.so.0()(64bit) libgimpwidgets-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libjpeg.so.62()(64bit) libjpeg.so.62(LIBJPEG_6.2)(64bit) libjson-glib-1.0.so.0()(64bit) liblcms.so.1()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpangoft2-1.0.so.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libtiff.so.5()(64bit) libtiff.so.5(LIBTIFF_4.0)(64bit) rtld(GNU_HASH) Processing files: gimp-separate+-debugsource-0.5.8-22.fc30.riscv64 Provides: gimp-separate+-debugsource = 0.5.8-22.fc30 gimp-separate+-debugsource(riscv-64) = 0.5.8-22.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: gimp-separate+-debuginfo-0.5.8-22.fc30.riscv64 Provides: debuginfo(build-id) = 60d2c4706597e03656b74db901834ce5c8f0e748 debuginfo(build-id) = 68c3154a9f2a8563a91f42ca8f58274435302d49 debuginfo(build-id) = 983946a33699560a15575a8df194969f1c7e3ca3 gimp-separate+-debuginfo = 0.5.8-22.fc30 gimp-separate+-debuginfo(riscv-64) = 0.5.8-22.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: gimp-separate+-debugsource(riscv-64) = 0.5.8-22.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64 Wrote: /builddir/build/RPMS/gimp-separate+-0.5.8-22.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/gimp-separate+-debugsource-0.5.8-22.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/gimp-separate+-debuginfo-0.5.8-22.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2kYLR2 + umask 022 + cd /builddir/build/BUILD + cd separate+-0.5.8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/gimp-separate+-0.5.8-22.fc30.riscv64 + exit 0 Child return code was: 0