D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/gimp-plugin-separate-0.5.8-9.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.2siL5j + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf separate+-0.5.8 + /usr/bin/unzip -qq /home/pterjan/rpmbuild/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 . + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/lcms2.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ep7NJA + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd separate+-0.5.8 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + echo 'warning: %make is deprecated, try %make_build instead' warning: %make is deprecated, try %make_build instead + /usr/bin/make -O -j4 'CM=-DENABLE_COLOR_MANAGEMENT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' TIFF_LIB=-ltiff 'JPEG_LIB=-ljpeg -lm' gcc -g -DUSE_LCMS2 `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms2 --cflags` -DENABLE_COLOR_MANAGEMENT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c util.c util.c: In function 'separate_find_channel': util.c:85:7: warning: 'gimp_drawable_get_name' is deprecated: Use 'gimp_item_get_name' instead [-Wdeprecated-declarations] char *layer_name = gimp_drawable_get_name (layers[i]); ^~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:100:16: note: declared here gchar* gimp_drawable_get_name (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~~~~~~ util.c:89:11: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] result = gimp_drawable_get (layers[i]); ^~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here GimpDrawable * gimp_drawable_get (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~ util.c:91:13: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] result = gimp_drawable_get (gimp_layer_get_mask (layers[i])); ^~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here GimpDrawable * gimp_drawable_get (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~ util.c: In function 'separate_find_alpha': util.c:108:3: warning: 'gimp_drawable_get_visible' is deprecated: Use 'gimp_item_get_visible' instead [-Wdeprecated-declarations] if (n_channels && gimp_drawable_get_visible (channels[0])) ^~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:105:16: note: declared here gboolean gimp_drawable_get_visible (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~~~~~~~~~ util.c:109:5: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] return gimp_drawable_get (channels[0]); ^~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here GimpDrawable * gimp_drawable_get (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~ util.c: In function 'separate_is_CMYK': util.c:129:7: warning: 'gimp_drawable_get_name' is deprecated: Use 'gimp_item_get_name' instead [-Wdeprecated-declarations] char *layer_name = gimp_drawable_get_name (layers[i]); ^~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:100:16: note: declared here gchar* gimp_drawable_get_name (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~~~~~~ util.c: In function 'separate_create_RGB': util.c:311:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] gimp_image_add_layer (image_id, layers[0], -1); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here gboolean gimp_image_add_layer (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~ util.c: In function 'separate_create_planes_grey': util.c:332:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] gimp_image_add_layer (image_id, layers[0], -1); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here gboolean gimp_image_add_layer (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~ util.c:335:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] gimp_image_add_layer (image_id, layers[1], -1); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here gboolean gimp_image_add_layer (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~ util.c:338:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] gimp_image_add_layer (image_id, layers[2], -1); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here gboolean gimp_image_add_layer (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~ util.c:341:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] gimp_image_add_layer (image_id, layers[3], -1); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here gboolean gimp_image_add_layer (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~ util.c: In function 'separate_create_planes_CMYK': util.c:366:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] gimp_image_add_layer (image_id, background_id, -1); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here gboolean gimp_image_add_layer (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~ util.c:369:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] gimp_image_add_layer (image_id, layers[0], -1); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here gboolean gimp_image_add_layer (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~ util.c:372:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] gimp_image_add_layer (image_id, layers[1], -1); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here gboolean gimp_image_add_layer (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~ util.c:375:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] gimp_image_add_layer (image_id, layers[2], -1); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here gboolean gimp_image_add_layer (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~ util.c:378:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] gimp_image_add_layer (image_id, layers[3], -1); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here gboolean gimp_image_add_layer (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~ util.c: In function 'separate_create_planes_Duotone': util.c:418:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] gimp_image_add_layer (image_id, background_id, -1); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here gboolean gimp_image_add_layer (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~ util.c:422:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] gimp_image_add_layer (image_id, layers[0], -1); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here gboolean gimp_image_add_layer (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~ util.c:426:3: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] gimp_image_add_layer (image_id, layers[1], -1); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from util.c:29: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here gboolean gimp_image_add_layer (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~ gcc -g -DUSE_LCMS2 `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms2 --cflags` -DENABLE_COLOR_MANAGEMENT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c separate-export.c separate-export.c: In function 'create_psd_path_resource': separate-export.c:146:7: warning: 'gimp_vectors_get_name' is deprecated: Use 'gimp_item_get_name' instead [-Wdeprecated-declarations] name = gimp_vectors_get_name (vector_id[i]); ^~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:64:0, from separate-export.c:28: /usr/include/gimp-2.0/libgimp/gimpvectors.h:38:16: note: declared here gchar * gimp_vectors_get_name (gint32 vectors_ID); ^~~~~~~~~~~~~~~~~~~~~ separate-export.c:155:42: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] const gchar **language_names = g_get_language_names (); ^~~~~~~~~~~~~~~~~~~~ separate-export.c: In function 'separate_export': separate-export.c:339:9: warning: 'gimp_image_parasite_find' is deprecated: Use 'gimp_image_get_parasite' instead [-Wdeprecated-declarations] GimpParasite *parasite = gimp_image_parasite_find (imageID, CMYKPROFILE); ^~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47:0, from separate-export.c:28: /usr/include/gimp-2.0/libgimp/gimpimage.h:95:16: note: declared here GimpParasite * gimp_image_parasite_find (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~~~ 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] gint offset = separate_path_get_extention_offset (filename); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ atk_text_get_text_at_offset gcc -g -DUSE_LCMS2 `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms2 --cflags` -DENABLE_COLOR_MANAGEMENT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c separate-core.c separate-core.c: In function 'embed_cmyk_profile': separate-core.c:67:7: warning: 'gimp_image_parasite_attach' is deprecated: Use 'gimp_image_attach_parasite' instead [-Wdeprecated-declarations] gimp_image_parasite_attach (image_id, parasite); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpimage.h:98:16: note: declared here gboolean gimp_image_parasite_attach (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~~~~~ separate-core.c: In function 'duplicate_paths': separate-core.c:91:11: warning: 'gimp_vectors_get_name' is deprecated: Use 'gimp_item_get_name' instead [-Wdeprecated-declarations] gchar *name = gimp_vectors_get_name (src[i]); ^~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:64:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpvectors.h:38:16: note: declared here gchar * gimp_vectors_get_name (gint32 vectors_ID); ^~~~~~~~~~~~~~~~~~~~~ separate-core.c:114:11: warning: 'gimp_vectors_set_visible' is deprecated: Use 'gimp_item_get_visible' instead [-Wdeprecated-declarations] gimp_vectors_set_visible (vectors_id, gimp_vectors_get_visible (src[i])); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:64:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpvectors.h:45:16: note: declared here gboolean gimp_vectors_set_visible (gint32 vectors_ID, ^~~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:114:11: warning: 'gimp_vectors_get_visible' is deprecated: Use 'gimp_item_get_visible' instead [-Wdeprecated-declarations] gimp_vectors_set_visible (vectors_id, gimp_vectors_get_visible (src[i])); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:64:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpvectors.h:43:16: note: declared here gboolean gimp_vectors_get_visible (gint32 vectors_ID); ^~~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:115:11: warning: 'gimp_vectors_set_linked' is deprecated: Use 'gimp_item_set_linked' instead [-Wdeprecated-declarations] gimp_vectors_set_linked (vectors_id, gimp_vectors_get_linked (src[i])); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:64:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpvectors.h:50:16: note: declared here gboolean gimp_vectors_set_linked (gint32 vectors_ID, ^~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:115:11: warning: 'gimp_vectors_get_linked' is deprecated: Use 'gimp_item_get_linked' instead [-Wdeprecated-declarations] gimp_vectors_set_linked (vectors_id, gimp_vectors_get_linked (src[i])); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:64:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpvectors.h:48:16: note: declared here gboolean gimp_vectors_get_linked (gint32 vectors_ID); ^~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:116:11: warning: 'gimp_image_add_vectors' is deprecated: Use 'gimp_image_insert_vectors' instead [-Wdeprecated-declarations] gimp_image_add_vectors (dst_id, vectors_id, i); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:99:26: note: declared here gboolean gimp_image_add_vectors (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~ separate-core.c: In function 'setup_transform': separate-core.c:161:11: warning: 'gimp_image_parasite_find' is deprecated: Use 'gimp_image_get_parasite' instead [-Wdeprecated-declarations] GimpParasite *parasite = gimp_image_parasite_find (sc->imageID, "icc-profile"); ^~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpimage.h:95:16: note: declared here GimpParasite * gimp_image_parasite_find (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~~~ separate-core.c: In function 'separate_full': separate-core.c:395:5: warning: 'gimp_drawable_get_image' is deprecated: Use 'gimp_item_get_image' instead [-Wdeprecated-declarations] gchar *filename = separate_filename_add_suffix (gimp_image_get_filename (gimp_drawable_get_image (drawable->drawable_id)), "CMYK"); ^~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:98:16: note: declared here gint32 gimp_drawable_get_image (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:410:9: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] drawables[counter] = gimp_drawable_get (mask[counter]); ^~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here GimpDrawable * gimp_drawable_get (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~ separate-core.c:421:9: warning: 'gimp_drawable_set_visible' is deprecated: Use 'gimp_item_get_visible' instead [-Wdeprecated-declarations] gimp_drawable_set_visible (channel, FALSE); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:107:16: note: declared here gboolean gimp_drawable_set_visible (gint32 drawable_ID, ^~~~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:422:9: warning: 'gimp_image_add_channel' is deprecated: Use 'gimp_image_insert_channel' instead [-Wdeprecated-declarations] gimp_image_add_channel (new_image_id, channel, 0); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:87:26: note: declared here gboolean gimp_image_add_channel (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~ separate-core.c:424:9: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] drawables[4] = gimp_drawable_get (channel); ^~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here GimpDrawable * gimp_drawable_get (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~ separate-core.c:429:5: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (&srcPR, drawable, 0, 0, width, height, FALSE, FALSE); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ separate-core.c:432:7: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (&pixrgn[counter], drawables[counter], 0, 0, width, height, TRUE, FALSE); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ separate-core.c:438:5: warning: 'gimp_pixel_rgns_register' is deprecated: Use 'gegl_buffer_iterator_new' instead [-Wdeprecated-declarations] tileiterator = gimp_pixel_rgns_register (n_drawables + 1, &srcPR, ^~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:111:11: note: declared here gpointer gimp_pixel_rgns_register (gint nrgns, ^~~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:459:9: warning: 'gimp_pixel_rgns_process' is deprecated: Use 'gegl_buffer_iterator_next' instead [-Wdeprecated-declarations] tileiterator = gimp_pixel_rgns_process (tileiterator); ^~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:117:11: note: declared here gpointer gimp_pixel_rgns_process (gpointer pri_ptr); ^~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:473:9: warning: 'gimp_drawable_flush' is deprecated: Use 'gegl_buffer_flush' instead [-Wdeprecated-declarations] gimp_drawable_flush (drawables[counter]); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:55:16: note: declared here void gimp_drawable_flush (GimpDrawable *drawable); ^~~~~~~~~~~~~~~~~~~ separate-core.c:475:9: warning: 'gimp_drawable_detach' is deprecated [-Wdeprecated-declarations] gimp_drawable_detach (drawables[counter]); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here void gimp_drawable_detach (GimpDrawable *drawable); ^~~~~~~~~~~~~~~~~~~~ separate-core.c: In function 'separate_light': separate-core.c:507:3: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (&srcPR, drawable, 0, 0, width, height, FALSE, FALSE); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ separate-core.c:518:5: warning: 'gimp_drawable_get_image' is deprecated: Use 'gimp_item_get_image' instead [-Wdeprecated-declarations] gchar *filename = separate_filename_add_suffix (gimp_image_get_filename (gimp_drawable_get_image (drawable->drawable_id)), "CMYK"); ^~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:98:16: note: declared here gint32 gimp_drawable_get_image (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:527:5: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (&srcPR, drawable, 0, 0, width, height, FALSE, FALSE); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ separate-core.c:531:9: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] drawables[counter] = gimp_drawable_get (layers[counter]); ^~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here GimpDrawable * gimp_drawable_get (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~ separate-core.c:532:9: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (&pixrgn[counter], drawables[counter], 0, 0, width, height, TRUE, FALSE); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ separate-core.c:543:9: warning: 'gimp_drawable_set_visible' is deprecated: Use 'gimp_item_get_visible' instead [-Wdeprecated-declarations] gimp_drawable_set_visible (channel, FALSE); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:107:16: note: declared here gboolean gimp_drawable_set_visible (gint32 drawable_ID, ^~~~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:544:9: warning: 'gimp_image_add_channel' is deprecated: Use 'gimp_image_insert_channel' instead [-Wdeprecated-declarations] gimp_image_add_channel (new_image_id, channel, 0); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:87:26: note: declared here gboolean gimp_image_add_channel (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~ separate-core.c:546:9: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] drawables[4] = gimp_drawable_get (channel); ^~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here GimpDrawable * gimp_drawable_get (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~ separate-core.c:547:9: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (&pixrgn[4], drawables[4], 0, 0, width, height, TRUE, FALSE); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ separate-core.c:556:5: warning: 'gimp_pixel_rgns_register' is deprecated: Use 'gegl_buffer_iterator_new' instead [-Wdeprecated-declarations] tileiterator = gimp_pixel_rgns_register (n_drawables + 1, &srcPR, ^~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:111:11: note: declared here gpointer gimp_pixel_rgns_register (gint nrgns, ^~~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:576:9: warning: 'gimp_pixel_rgns_process' is deprecated: Use 'gegl_buffer_iterator_next' instead [-Wdeprecated-declarations] tileiterator = gimp_pixel_rgns_process (tileiterator); ^~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:117:11: note: declared here gpointer gimp_pixel_rgns_process (gpointer pri_ptr); ^~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:590:9: warning: 'gimp_drawable_flush' is deprecated: Use 'gegl_buffer_flush' instead [-Wdeprecated-declarations] gimp_drawable_flush (drawables[counter]); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:55:16: note: declared here void gimp_drawable_flush (GimpDrawable *drawable); ^~~~~~~~~~~~~~~~~~~ separate-core.c:592:9: warning: 'gimp_drawable_detach' is deprecated [-Wdeprecated-declarations] gimp_drawable_detach (drawables[counter]); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here void gimp_drawable_detach (GimpDrawable *drawable); ^~~~~~~~~~~~~~~~~~~~ separate-core.c: In function 'separate_proof': separate-core.c:674:7: warning: 'gimp_image_parasite_find' is deprecated: Use 'gimp_image_get_parasite' instead [-Wdeprecated-declarations] GimpParasite *parasite = gimp_image_parasite_find (cmykimage, CMYKPROFILE); ^~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpimage.h:95:16: note: declared here GimpParasite * gimp_image_parasite_find (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:712:29: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] LPcmsCIExyY D50_xyY = cmsD50_xyY(); ^~~~~~~~~~ separate-core.c:768:5: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] drawables[0] = gimp_drawable_get (layers[0]); ^~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here GimpDrawable * gimp_drawable_get (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~ separate-core.c:771:7: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (&pixrgn[counter], drawables[counter], 0, 0, width, height, FALSE, FALSE); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ separate-core.c:773:5: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (&pixrgn[0], drawables[0], 0, 0, width, height, TRUE, FALSE); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ separate-core.c:779:5: warning: 'gimp_pixel_rgns_register' is deprecated: Use 'gegl_buffer_iterator_new' instead [-Wdeprecated-declarations] tileiterator = gimp_pixel_rgns_register (n_drawables + 1, &pixrgn[0], ^~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:111:11: note: declared here gpointer gimp_pixel_rgns_register (gint nrgns, ^~~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:812:9: warning: 'gimp_pixel_rgns_process' is deprecated: Use 'gegl_buffer_iterator_next' instead [-Wdeprecated-declarations] tileiterator = gimp_pixel_rgns_process (tileiterator); ^~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:117:11: note: declared here gpointer gimp_pixel_rgns_process (gpointer pri_ptr); ^~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:862:15: warning: 'gimp_image_parasite_attach' is deprecated: Use 'gimp_image_attach_parasite' instead [-Wdeprecated-declarations] gimp_image_parasite_attach (new_image_id, parasite); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpimage.h:98:16: note: declared here gboolean gimp_image_parasite_attach (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:871:5: warning: 'gimp_drawable_flush' is deprecated: Use 'gegl_buffer_flush' instead [-Wdeprecated-declarations] gimp_drawable_flush (drawables[4]); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:55:16: note: declared here void gimp_drawable_flush (GimpDrawable *drawable); ^~~~~~~~~~~~~~~~~~~ separate-core.c:873:5: warning: 'gimp_drawable_detach' is deprecated [-Wdeprecated-declarations] gimp_drawable_detach (drawables[4]); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here void gimp_drawable_detach (GimpDrawable *drawable); ^~~~~~~~~~~~~~~~~~~~ separate-core.c: In function 'separate_duotone': separate-core.c:911:9: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] drawables[counter] = gimp_drawable_get (mask[counter]); ^~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here GimpDrawable * gimp_drawable_get (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~ separate-core.c:922:9: warning: 'gimp_drawable_set_visible' is deprecated: Use 'gimp_item_get_visible' instead [-Wdeprecated-declarations] gimp_drawable_set_visible (channel, TRUE); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:107:16: note: declared here gboolean gimp_drawable_set_visible (gint32 drawable_ID, ^~~~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:923:9: warning: 'gimp_image_add_channel' is deprecated: Use 'gimp_image_insert_channel' instead [-Wdeprecated-declarations] gimp_image_add_channel (new_image_id, channel, 0); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:87:26: note: declared here gboolean gimp_image_add_channel (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~ separate-core.c:925:9: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] drawables[2] = gimp_drawable_get (channel); ^~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here GimpDrawable * gimp_drawable_get (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~ separate-core.c:930:5: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (&srcPR, drawable, 0, 0, width, height, FALSE, FALSE); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ separate-core.c:933:7: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (&pixrgn[counter], drawables[counter], 0, 0, width, height, TRUE, FALSE); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ separate-core.c:937:5: warning: 'gimp_pixel_rgns_register' is deprecated: Use 'gegl_buffer_iterator_new' instead [-Wdeprecated-declarations] tileiterator = gimp_pixel_rgns_register (n_drawables + 1, &srcPR, ^~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:111:11: note: declared here gpointer gimp_pixel_rgns_register (gint nrgns, ^~~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:972:9: warning: 'gimp_pixel_rgns_process' is deprecated: Use 'gegl_buffer_iterator_next' instead [-Wdeprecated-declarations] tileiterator = gimp_pixel_rgns_process (tileiterator); ^~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:117:11: note: declared here gpointer gimp_pixel_rgns_process (gpointer pri_ptr); ^~~~~~~~~~~~~~~~~~~~~~~ separate-core.c:979:9: warning: 'gimp_drawable_flush' is deprecated: Use 'gegl_buffer_flush' instead [-Wdeprecated-declarations] gimp_drawable_flush (drawables[counter]); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:55:16: note: declared here void gimp_drawable_flush (GimpDrawable *drawable); ^~~~~~~~~~~~~~~~~~~ separate-core.c:981:9: warning: 'gimp_drawable_detach' is deprecated [-Wdeprecated-declarations] gimp_drawable_detach (drawables[counter]); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-core.c:28: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here void gimp_drawable_detach (GimpDrawable *drawable); ^~~~~~~~~~~~~~~~~~~~ gcc -g -DUSE_LCMS2 `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms2 --cflags` -DENABLE_COLOR_MANAGEMENT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c separate-gui.c separate-gui.c: In function 'run': separate-gui.c:299:3: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] drawable = gimp_drawable_get (param[index].data.d_drawable); ^~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-gui.c:24: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here GimpDrawable * gimp_drawable_get (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~ separate-gui.c:300:3: warning: 'gimp_drawable_get_image' is deprecated: Use 'gimp_item_get_image' instead [-Wdeprecated-declarations] mysc.imageID = gimp_drawable_get_image (param[index++].data.d_drawable);//param[1].data.d_image; ^~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-gui.c:24: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:98:16: note: declared here gint32 gimp_drawable_get_image (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~~~~~~~ separate-gui.c:514:3: warning: 'gimp_drawable_detach' is deprecated [-Wdeprecated-declarations] gimp_drawable_detach (drawable); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from separate-gui.c:24: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here void gimp_drawable_detach (GimpDrawable *drawable); ^~~~~~~~~~~~~~~~~~~~ separate-gui.c: In function 'setup_widgets': 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] icc_button_set_enable_empty (ICC_BUTTON (sc->rgbfileselector), FALSE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ icc_button_get_enable_empty separate-gui.c: In function 'separate_dialog': separate-gui.c:719:5: warning: 'gimp_image_parasite_find' is deprecated: Use 'gimp_image_get_parasite' instead [-Wdeprecated-declarations] if ((parasite = gimp_image_parasite_find (sc->imageID, "icc-profile")) != NULL) ^~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47:0, from separate-gui.c:24: /usr/include/gimp-2.0/libgimp/gimpimage.h:95:16: note: declared here GimpParasite * gimp_image_parasite_find (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~~~ separate-gui.c: In function 'proof_dialog': separate-gui.c:1023:5: warning: 'gimp_image_parasite_find' is deprecated: Use 'gimp_image_get_parasite' instead [-Wdeprecated-declarations] if ((parasite = gimp_image_parasite_find (sc->imageID, CMYKPROFILE)) != NULL) ^~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47:0, from separate-gui.c:24: /usr/include/gimp-2.0/libgimp/gimpimage.h:95:16: note: declared here GimpParasite * gimp_image_parasite_find (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~~~ separate-gui.c: In function 'separate_save_dialog': separate-gui.c:1215:13: warning: 'gimp_vectors_get_name' is deprecated: Use 'gimp_item_get_name' instead [-Wdeprecated-declarations] vector_name = gimp_vectors_get_name (vector_id[i]); ^~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:64:0, from separate-gui.c:24: /usr/include/gimp-2.0/libgimp/gimpvectors.h:38:16: note: declared here gchar * gimp_vectors_get_name (gint32 vectors_ID); ^~~~~~~~~~~~~~~~~~~~~ separate-gui.c:1241:5: warning: 'gimp_image_parasite_find' is deprecated: Use 'gimp_image_get_parasite' instead [-Wdeprecated-declarations] if ((parasite = gimp_image_parasite_find (sc->imageID, CMYKPROFILE)) != NULL) ^~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47:0, from separate-gui.c:24: /usr/include/gimp-2.0/libgimp/gimpimage.h:95:16: note: declared here GimpParasite * gimp_image_parasite_find (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -DUSE_LCMS2 `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms2 --cflags` -DENABLE_COLOR_MANAGEMENT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c tiff.c tiff.c: In function 'separate_writetiffdata': tiff.c:69:9: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (&pixrgn[i], drw[i], 0, 0, width, height, FALSE, FALSE); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from tiff.c:26: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ tiff.c:99:15: warning: 'gimp_pixel_rgn_get_rect' is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations] gimp_pixel_rgn_get_rect (&pixrgn[j], src[j], left, top, wd, ht); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from tiff.c:26: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:80:11: note: declared here void gimp_pixel_rgn_get_rect (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~~~~~ gcc -g -DUSE_LCMS2 `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms2 --cflags` -DENABLE_COLOR_MANAGEMENT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c psd.c psd.c: In function 'psd_write_image_data_packbits': psd.c:131:11: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (®ion, drw[i], 0, 0, width, height, FALSE, FALSE); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from psd.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ psd.c:141:15: warning: 'gimp_pixel_rgn_get_rect' is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations] gimp_pixel_rgn_get_rect (®ion, src_buf, 0, y, width, n_lines); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from psd.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:80:11: note: declared here void gimp_pixel_rgn_get_rect (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~~~~~ psd.c: In function 'psd_write_image_data_raw': psd.c:301:11: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (®ion, drw[i], 0, 0, width, height, FALSE, FALSE); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from psd.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ psd.c:309:15: warning: 'gimp_pixel_rgn_get_rect' is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations] gimp_pixel_rgn_get_rect (®ion, buf, 0, y, width, n_lines); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from psd.c:28: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:80:11: note: declared here void gimp_pixel_rgn_get_rect (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~~~~~ psd.c: In function 'separate_psd_export': psd.c:373:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, &header, sizeof (header)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ psd.c:377:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, &length, sizeof (gint32)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ psd.c:414:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, &length, sizeof (gint32)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ psd.c:416:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, &res, sizeof (PSDResResource)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ psd.c:420:11: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, &icc, sizeof (PSDIccResource)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ psd.c:421:11: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, profile_data, profile_length); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ psd.c:425:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, path_data, path_length); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ psd.c:429:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, &length, sizeof (gint32)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ psd.c: In function 'psd_write_image_data_packbits': psd.c:116:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, &compression, sizeof (gint16)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ psd.c: In function 'psd_write_image_data_raw': psd.c:289:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, &compression, sizeof (gint16)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -DUSE_LCMS2 `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms2 --cflags` -DENABLE_COLOR_MANAGEMENT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c jpeg.c jpeg.c: In function 'jpeg_write_image_data': jpeg.c:199:11: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (®ion[i], drw[i], ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from jpeg.c:29: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ jpeg.c:219:13: warning: 'gimp_pixel_rgn_get_rect' is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations] gimp_pixel_rgn_get_rect (®ion[i], src_buf[i], 0, y, cinfo->image_width, n_lines); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from jpeg.c:29: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:80:11: note: declared here void gimp_pixel_rgn_get_rect (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~~~~~ jpeg.c:239:36: warning: passing argument 2 of 'jpeg_write_scanlines' from incompatible pointer type [-Wincompatible-pointer-types] jpeg_write_scanlines (cinfo, dst_buf, n_lines); ^~~~~~~ In file included from jpeg.c:31:0: /usr/include/jpeglib.h:954:20: note: expected 'JSAMPARRAY {aka unsigned char **}' but argument is of type 'gchar ** {aka char **}' EXTERN(JDIMENSION) jpeg_write_scanlines (j_compress_ptr cinfo, ^~~~~~~~~~~~~~~~~~~~ gcc -g -DUSE_LCMS2 `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms2 --cflags` -DENABLE_COLOR_MANAGEMENT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c lcms_wrapper.c cd po && make PREFIX="/usr" make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/separate+-0.5.8/po' msgfmt -o cs.gmo cs.po make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/separate+-0.5.8/po' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/separate+-0.5.8/po' msgfmt -o es.gmo es.po make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/separate+-0.5.8/po' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/separate+-0.5.8/po' msgfmt -o fr.gmo fr.po make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/separate+-0.5.8/po' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/separate+-0.5.8/po' msgfmt -o pl.gmo pl.po make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/separate+-0.5.8/po' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/separate+-0.5.8/po' msgfmt -o ko.gmo ko.po make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/separate+-0.5.8/po' gcc -g -DUSE_LCMS2 `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms2 --cflags` -DENABLE_COLOR_MANAGEMENT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c import.c import.c: In function 'run': import.c:232:17: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] gimp_image_add_layer (values[1].data.d_image, layers[i], i); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from import.c:29: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here gboolean gimp_image_add_layer (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~ import.c:235:17: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] drw[i] = gimp_drawable_get (masks[i]); ^~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from import.c:29: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here GimpDrawable * gimp_drawable_get (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~ import.c:242:13: warning: 'gimp_image_add_layer' is deprecated: Use 'gimp_image_insert_layer' instead [-Wdeprecated-declarations] gimp_image_add_layer (values[1].data.d_image, layers[4], 4); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from import.c:29: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:75:26: note: declared here gboolean gimp_image_add_layer (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~ import.c:253:17: warning: 'gimp_drawable_set_visible' is deprecated: Use 'gimp_item_get_visible' instead [-Wdeprecated-declarations] gimp_drawable_set_visible (channel, TRUE); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from import.c:29: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:107:16: note: declared here gboolean gimp_drawable_set_visible (gint32 drawable_ID, ^~~~~~~~~~~~~~~~~~~~~~~~~ import.c:254:17: warning: 'gimp_image_add_channel' is deprecated: Use 'gimp_image_insert_channel' instead [-Wdeprecated-declarations] gimp_image_add_channel (values[1].data.d_image, channel, 0); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:55:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from import.c:29: /usr/include/gimp-2.0/libgimp/gimpimage_pdb.h:87:26: note: declared here gboolean gimp_image_add_channel (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~ import.c:256:17: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] drw[4 + i] = gimp_drawable_get (channel); ^~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from import.c:29: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here GimpDrawable * gimp_drawable_get (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~ import.c:275:21: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (&rgn[j], drw[j], ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from import.c:29: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ import.c:314:19: warning: 'gimp_pixel_rgn_set_rect' is deprecated: Use 'gegl_buffer_set' instead [-Wdeprecated-declarations] gimp_pixel_rgn_set_rect (&rgn[j], maskbuf[j], 0, stripHeight * i, width, rowCount); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from import.c:29: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:104:11: note: declared here void gimp_pixel_rgn_set_rect (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~~~~~ import.c:324:17: warning: 'gimp_drawable_detach' is deprecated [-Wdeprecated-declarations] gimp_drawable_detach (drw[i]); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from import.c:29: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here void gimp_drawable_detach (GimpDrawable *drawable); ^~~~~~~~~~~~~~~~~~~~ import.c:333:17: warning: 'gimp_image_parasite_attach' is deprecated: Use 'gimp_image_attach_parasite' instead [-Wdeprecated-declarations] gimp_image_parasite_attach (values[1].data.d_image, parasite); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47:0, from import.c:29: /usr/include/gimp-2.0/libgimp/gimpimage.h:98:16: note: declared here gboolean gimp_image_parasite_attach (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -DUSE_LCMS2 `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms2 --cflags` -DENABLE_COLOR_MANAGEMENT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c iccbutton.c iccbutton.c: In function 'icc_button_class_init': iccbutton.c:557:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] pixbuf = gdk_pixbuf_new_from_inline (-1, icc_input_class_icon, FALSE, NULL); ^~~~~~ In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0, from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/include/gtk-2.0/gdk/gdk.h:33, from /usr/include/gtk-2.0/gtk/gtkwidget.h:34, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkbutton.h:35, from iccbutton.h:9, from iccbutton.c:6: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared here GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, ^~~~~~~~~~~~~~~~~~~~~~~~~~ iccbutton.c:563:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] pixbuf = gdk_pixbuf_new_from_inline (-1, icc_display_class_icon, FALSE, NULL); ^~~~~~ In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0, from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/include/gtk-2.0/gdk/gdk.h:33, from /usr/include/gtk-2.0/gtk/gtkwidget.h:34, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkbutton.h:35, from iccbutton.h:9, from iccbutton.c:6: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared here GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, ^~~~~~~~~~~~~~~~~~~~~~~~~~ iccbutton.c:569:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] pixbuf = gdk_pixbuf_new_from_inline (-1, icc_rgb_output_class_icon, FALSE, NULL); ^~~~~~ In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0, from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/include/gtk-2.0/gdk/gdk.h:33, from /usr/include/gtk-2.0/gtk/gtkwidget.h:34, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkbutton.h:35, from iccbutton.h:9, from iccbutton.c:6: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared here GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, ^~~~~~~~~~~~~~~~~~~~~~~~~~ iccbutton.c:575:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] pixbuf = gdk_pixbuf_new_from_inline (-1, icc_cmyk_output_class_icon, FALSE, NULL); ^~~~~~ In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0, from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/include/gtk-2.0/gdk/gdk.h:33, from /usr/include/gtk-2.0/gtk/gtkwidget.h:34, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkbutton.h:35, from iccbutton.h:9, from iccbutton.c:6: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared here GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, ^~~~~~~~~~~~~~~~~~~~~~~~~~ iccbutton.c:581:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] pixbuf = gdk_pixbuf_new_from_inline (-1, icc_link_class_icon, FALSE, NULL); ^~~~~~ In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0, from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/include/gtk-2.0/gdk/gdk.h:33, from /usr/include/gtk-2.0/gtk/gtkwidget.h:34, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkbutton.h:35, from iccbutton.h:9, from iccbutton.c:6: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared here GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, ^~~~~~~~~~~~~~~~~~~~~~~~~~ iccbutton.c:587:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] pixbuf = gdk_pixbuf_new_from_inline (-1, icc_abstract_class_icon, FALSE, NULL); ^~~~~~ In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0, from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/include/gtk-2.0/gdk/gdk.h:33, from /usr/include/gtk-2.0/gtk/gtkwidget.h:34, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkbutton.h:35, from iccbutton.h:9, from iccbutton.c:6: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared here GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, ^~~~~~~~~~~~~~~~~~~~~~~~~~ iccbutton.c:593:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] pixbuf = gdk_pixbuf_new_from_inline (-1, icc_link_class_icon, FALSE, NULL); // replace the icon with correct icon later ^~~~~~ In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0, from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/include/gtk-2.0/gdk/gdk.h:33, from /usr/include/gtk-2.0/gtk/gtkwidget.h:34, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkbutton.h:35, from iccbutton.h:9, from iccbutton.c:6: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared here GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, ^~~~~~~~~~~~~~~~~~~~~~~~~~ iccbutton.c:599:7: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] pixbuf = gdk_pixbuf_new_from_inline (-1, icc_link_class_icon, FALSE, NULL); // replace the icon with correct icon later ^~~~~~ In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34:0, from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37, from /usr/include/gtk-2.0/gdk/gdkcairo.h:28, from /usr/include/gtk-2.0/gdk/gdk.h:33, from /usr/include/gtk-2.0/gtk/gtkwidget.h:34, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkbutton.h:35, from iccbutton.h:9, from iccbutton.c:6: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared here GdkPixbuf* gdk_pixbuf_new_from_inline (gint data_length, ^~~~~~~~~~~~~~~~~~~~~~~~~~ iccbutton.c: In function 'icc_dialog_selected': iccbutton.c:1277:56: warning: too many arguments for format [-Wformat-extra-args] g_string_append_printf (str, "K", temperature); ^~~ gcc -g -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags 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 lcms2 --libs` -ltiff -ljpeg -lm gcc -g -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags 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 lcms2 --libs` -ltiff -ljpeg -lm gcc -g -DUSE_LCMS2 `pkg-config gimp-2.0 --cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config lcms2 --cflags` -DENABLE_COLOR_MANAGEMENT -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DENABLE_NLS -DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c icc_colorspace.c icc_colorspace.c: In function 'icc_colorspace_init': icc_colorspace.c:411:3: warning: 'gimp_image_parasite_find' is deprecated: Use 'gimp_image_get_parasite' instead [-Wdeprecated-declarations] if ((parasite = gimp_image_parasite_find (imageID, "icc-profile"))) ^~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47:0, from icc_colorspace.c:12: /usr/include/gimp-2.0/libgimp/gimpimage.h:95:16: note: declared here GimpParasite * gimp_image_parasite_find (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~~~ icc_colorspace.c: In function 'icc_colorspace_assign': icc_colorspace.c:632:7: warning: 'gimp_image_parasite_attach' is deprecated: Use 'gimp_image_attach_parasite' instead [-Wdeprecated-declarations] gimp_image_parasite_attach (context->imageID, parasite); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47:0, from icc_colorspace.c:12: /usr/include/gimp-2.0/libgimp/gimpimage.h:98:16: note: declared here gboolean gimp_image_parasite_attach (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~~~~~ icc_colorspace.c:636:5: warning: 'gimp_image_parasite_detach' is deprecated: Use 'gimp_image_detach_parasite' instead [-Wdeprecated-declarations] gimp_image_parasite_detach (context->imageID, "icc-profile"); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47:0, from icc_colorspace.c:12: /usr/include/gimp-2.0/libgimp/gimpimage.h:101:16: note: declared here gboolean gimp_image_parasite_detach (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~~~~~ icc_colorspace.c:648:5: warning: 'gimp_drawable_get_visible' is deprecated: Use 'gimp_item_get_visible' instead [-Wdeprecated-declarations] for (i = 0; i < nLayers && !gimp_drawable_get_visible (layerID[i]); i++) ; ^~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from icc_colorspace.c:12: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:105:16: note: declared here gboolean gimp_drawable_get_visible (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~~~~~~~~~ icc_colorspace.c: In function 'icc_colorspace_convert': icc_colorspace.c:851:17: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] drawables[i] = gimp_drawable_get (layerID[i]); ^~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from icc_colorspace.c:12: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here GimpDrawable * gimp_drawable_get (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~ icc_colorspace.c:861:19: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] drawables[i] = gimp_drawable_get (layerID[i]); ^~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from icc_colorspace.c:12: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here GimpDrawable * gimp_drawable_get (gint32 drawable_ID); ^~~~~~~~~~~~~~~~~ icc_colorspace.c:882:15: warning: 'gimp_image_attach_new_parasite' is deprecated: Use 'gimp_image_attach_parasite' instead [-Wdeprecated-declarations] return_val = gimp_image_attach_new_parasite (context->imageID, "icc-profile", ^~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47:0, from icc_colorspace.c:12: /usr/include/gimp-2.0/libgimp/gimpimage.h:108:16: note: declared here gboolean gimp_image_attach_new_parasite (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ icc_colorspace.c:897:15: warning: 'gimp_drawable_detach' is deprecated [-Wdeprecated-declarations] gimp_drawable_detach (drawables[i]); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from icc_colorspace.c:12: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here void gimp_drawable_detach (GimpDrawable *drawable); ^~~~~~~~~~~~~~~~~~~~ icc_colorspace.c:902:15: warning: 'gimp_selection_load' is deprecated: Use 'gimp_image_select_item' instead [-Wdeprecated-declarations] gimp_selection_load (selectionID); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:79:0, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from icc_colorspace.c:12: /usr/include/gimp-2.0/libgimp/gimpselection_pdb.h:67:24: note: declared here gboolean gimp_selection_load (gint32 channel_ID); ^~~~~~~~~~~~~~~~~~~ icc_colorspace.c:929:11: warning: 'gimp_image_attach_new_parasite' is deprecated: Use 'gimp_image_attach_parasite' instead [-Wdeprecated-declarations] return_val = gimp_image_attach_new_parasite (context->imageID, "icc-profile", ^~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47:0, from icc_colorspace.c:12: /usr/include/gimp-2.0/libgimp/gimpimage.h:108:16: note: declared here gboolean gimp_image_attach_new_parasite (gint32 image_ID, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ icc_colorspace.c: In function 'icc_colorspace_convert_layer': icc_colorspace.c:1030:3: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (®ion_in, drawable, x1, y1, width, height, TRUE, FALSE); /* "FALSE, FALSE" is bad. */ ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from icc_colorspace.c:12: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ icc_colorspace.c:1031:3: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] gimp_pixel_rgn_init (®ion_out, drawable, x1, y1, width, height, TRUE, TRUE); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from icc_colorspace.c:12: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here void gimp_pixel_rgn_init (GimpPixelRgn *pr, ^~~~~~~~~~~~~~~~~~~ icc_colorspace.c:1033:3: warning: 'gimp_pixel_rgns_register' is deprecated: Use 'gegl_buffer_iterator_new' instead [-Wdeprecated-declarations] iterator = gimp_pixel_rgns_register (2, ®ion_in, ®ion_out); ^~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from icc_colorspace.c:12: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:111:11: note: declared here gpointer gimp_pixel_rgns_register (gint nrgns, ^~~~~~~~~~~~~~~~~~~~~~~~ icc_colorspace.c:1059:7: warning: 'gimp_pixel_rgns_process' is deprecated: Use 'gegl_buffer_iterator_next' instead [-Wdeprecated-declarations] iterator = gimp_pixel_rgns_process (iterator); ^~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:0, from icc_colorspace.c:12: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:117:11: note: declared here gpointer gimp_pixel_rgns_process (gpointer pri_ptr); ^~~~~~~~~~~~~~~~~~~~~~~ icc_colorspace.c:1062:3: warning: 'gimp_drawable_flush' is deprecated: Use 'gegl_buffer_flush' instead [-Wdeprecated-declarations] gimp_drawable_flush (drawable); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41:0, from icc_colorspace.c:12: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:55:16: note: declared here void gimp_drawable_flush (GimpDrawable *drawable); ^~~~~~~~~~~~~~~~~~~ icc_colorspace.c: In function 'assign_dialog': 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] icc_button_set_enable_empty (ICC_BUTTON (destProfile), FALSE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ icc_button_get_enable_empty gcc -g -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags 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 lcms2 --libs` -ltiff -ljpeg -lm + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Wo25eW + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64 + cd separate+-0.5.8 + '[' 1 -eq 1 ']' + echo 'warning: %makeinstall_std is deprecated, try %make_install instead' warning: %makeinstall_std is deprecated, try %make_install instead + make DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64 install INSTALLDIR=/home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64//usr/lib64/gimp/2.0/plug-ins LOCALEDIR=/home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64//usr/share/locale install -d "/home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64//usr/lib64/gimp/2.0/plug-ins" install -c -s separate separate_import icc_colorspace "/home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64//usr/lib64/gimp/2.0/plug-ins" cd po && make PREFIX="/usr" install make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/separate+-0.5.8/po' linguas="cs es fr ja ru pl ko"; \ for lang in $linguas; do \ dir="/home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64//usr/share/locale/$lang/LC_MESSAGES"; \ mkdir -p "$dir"; \ install -m 644 -c $lang.gmo "$dir/gimp20-separate.mo"; \ echo "installing $lang.gmo as $dir/gimp20-separate.mo"; \ done installing cs.gmo as /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64//usr/share/locale/cs/LC_MESSAGES/gimp20-separate.mo installing es.gmo as /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64//usr/share/locale/es/LC_MESSAGES/gimp20-separate.mo installing fr.gmo as /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64//usr/share/locale/fr/LC_MESSAGES/gimp20-separate.mo installing ja.gmo as /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64//usr/share/locale/ja/LC_MESSAGES/gimp20-separate.mo installing ru.gmo as /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64//usr/share/locale/ru/LC_MESSAGES/gimp20-separate.mo installing pl.gmo as /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64//usr/share/locale/pl/LC_MESSAGES/gimp20-separate.mo installing ko.gmo as /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64//usr/share/locale/ko/LC_MESSAGES/gimp20-separate.mo make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/separate+-0.5.8/po' + /usr/lib/rpm/find-lang.sh /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64 gimp20-separate + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' -n '' ']' + export DISABLE_DEBUG=1 + DISABLE_DEBUG=1 + /usr/lib/rpm/find-debuginfo.sh -j4 -m -i --build-id-seed 0.5.8-9.mga7 --unique-debug-suffix -0.5.8-9.mga7.x86_64 --unique-debug-src-base gimp-plugin-separate-0.5.8-9.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/separate+-0.5.8 + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 + /usr/lib/rpm/brp-python-hardlink Processing files: gimp-plugin-separate-0.5.8-9.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.wN5lmi + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd separate+-0.5.8 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64/usr/share/doc/gimp-plugin-separate + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64/usr/share/doc/gimp-plugin-separate + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64/usr/share/doc/gimp-plugin-separate + cp -pr README_ICC_COLORSPACE /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64/usr/share/doc/gimp-plugin-separate + exit 0 Provides: gimp-plugin-separate = 0.5.8-9.mga7 gimp-plugin-separate(x86-64) = 0.5.8-9.mga7 separate+ = 0.5.8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgimp-2.0.so.0()(64bit) libgimpbase-2.0.so.0()(64bit) libgimpcolor-2.0.so.0()(64bit) libgimpui-2.0.so.0()(64bit) libgimpwidgets-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libjpeg.so.8()(64bit) libjpeg.so.8(LIBJPEG_8.0)(64bit) liblcms2.so.2()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libtiff.so.5()(64bit) libtiff.so.5(LIBTIFF_4.0)(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/gimp-plugin-separate-0.5.8-9.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.arJdPE + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd separate+-0.5.8 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/gimp-plugin-separate-0.5.8-9.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.o5U7i1 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf separate+-0.5.8 + exit 0 D: [iurt_root_command] Success!