D: [iurt_root_command] chroot RTNETLINK answers: Invalid argument RTNETLINK answers: Invalid argument warning: line 17: It's not recommended to have unversioned Obsoletes: Obsoletes: dbp warning: line 18: It's not recommended to have unversioned Obsoletes: Obsoletes: gimp-plugin-registry Installing /home/iurt/rpmbuild/SRPMS/dbp-gimp-1.1.9-13.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uCV41W + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf dbp-1.1.9 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/dbpSrc-1-1-9.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dbp-1.1.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JEWoyU + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd dbp-1.1.9 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + export 'CPPFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + CPPFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + /usr/bin/make -O -j8 V=1 VERBOSE=1 g++ -o dbp -Wall -O2 -I. *.cc -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/gegl-0.4 -I/usr/include/gio-unix-2.0 -I/usr/include/json-glib-1.0 -I/usr/include/babl-0.1 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -I/usr/include/atk-1.0 -pthread -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgegl-0.4 -lgegl-npd-0.4 -lm -lglib-2.0 -ljson-glib-1.0 -lbabl-0.1 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype -DGTK_DISABLE_DEPRECATED -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags op.cc: In member function 'virtual bool Dbp::RecolourOp::execute(int&, int&, Dbp::Location&)': op.cc:191:35: warning: 'gboolean gimp_levels_stretch(gint32)' is deprecated: Use 'gimp_drawable_levels_stretch' instead [-Wdeprecated-declarations] 191 | gimp_levels_stretch(drawableId); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:36, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from gimpCall.h:25, from op.h:26, from op.cc:20: /usr/include/gimp-2.0/libgimp/gimpcolor_pdb.h:50:10: note: declared here 50 | gboolean gimp_levels_stretch (gint32 drawable_ID); | ^~~~~~~~~~~~~~~~~~~ op.cc:198:64: warning: 'gboolean gimp_brightness_contrast(gint32, gint, gint)' is deprecated: Use 'gimp_drawable_brightness_contrast' instead [-Wdeprecated-declarations] 198 | gimp_brightness_contrast(drawableId, brightness, contrast); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:36, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from gimpCall.h:25, from op.h:26, from op.cc:20: /usr/include/gimp-2.0/libgimp/gimpcolor_pdb.h:36:10: note: declared here 36 | gboolean gimp_brightness_contrast (gint32 drawable_ID, | ^~~~~~~~~~~~~~~~~~~~~~~~ op.cc:207:79: warning: 'gboolean gimp_hue_saturation(gint32, GimpHueRange, gdouble, gdouble, gdouble)' is deprecated: Use 'gimp_drawable_hue_saturation' instead [-Wdeprecated-declarations] 207 | gimp_hue_saturation(drawableId, hueRange, hueOffset, lightness, saturation); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:36, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from gimpCall.h:25, from op.h:26, from op.cc:20: /usr/include/gimp-2.0/libgimp/gimpcolor_pdb.h:98:10: note: declared here 98 | gboolean gimp_hue_saturation (gint32 drawable_ID, | ^~~~~~~~~~~~~~~~~~~ op.cc:211:27: warning: 'gboolean gimp_invert(gint32)' is deprecated: Use 'gimp_drawable_invert' instead [-Wdeprecated-declarations] 211 | gimp_invert(drawableId); | ^ In file included from /usr/include/gimp-2.0/libgimp/gimp_pdb_headers.h:36, from /usr/include/gimp-2.0/libgimp/gimp.h:66, from gimpCall.h:25, from op.h:26, from op.cc:20: /usr/include/gimp-2.0/libgimp/gimpcolor_pdb.h:63:10: note: declared here 63 | gboolean gimp_invert (gint32 drawable_ID); | ^~~~~~~~~~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.h45OFY + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/dbp-gimp-1.1.9-13.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/dbp-gimp-1.1.9-13.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/dbp-gimp-1.1.9-13.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/dbp-gimp-1.1.9-13.mga8.x86_64 + cd dbp-1.1.9 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/dbp-gimp-1.1.9-13.mga8.x86_64 + install -D -m755 dbp /home/iurt/rpmbuild/BUILDROOT/dbp-gimp-1.1.9-13.mga8.x86_64/usr/lib64/gimp/2.0/plug-ins/dbp + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.1.9-13.mga8 --unique-debug-suffix -1.1.9-13.mga8.x86_64 --unique-debug-src-base dbp-gimp-1.1.9-13.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/dbp-1.1.9 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dbp-gimp-1.1.9-13.mga8.x86_64/usr/lib64/gimp/2.0/plug-ins/dbp extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dbp-gimp-1.1.9-13.mga8.x86_64/usr/lib64/gimp/2.0/plug-ins/dbp original debug info size: 2672kB, size after compression: 2504kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 170 blocks + /usr/lib/rpm/check-buildroot + '[' -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/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files Warning: unused libraries in /usr/lib64/gimp/2.0/plug-ins/dbp: libgimpmath-2.0.so.0 libgimpconfig-2.0.so.0 libgimpcolor-2.0.so.0 libgegl-0.4.so.0 libgegl-npd-0.4.so libjson-glib-1.0.so.0 libbabl-0.1.so.0 libgdk-x11-2.0.so.0 libpangocairo-1.0.so.0 libatk-1.0.so.0 libcairo.so.2 libgdk_pixbuf-2.0.so.0 libgio-2.0.so.0 libgmodule-2.0.so.0 libpangoft2-1.0.so.0 libharfbuzz.so.0 libfontconfig.so.1 libfreetype.so.6 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: dbp-gimp-1.1.9-13.mga8.x86_64 Provides: dbp = 1.1.9 dbp-gimp = 1.1.9-13.mga8 dbp-gimp(x86-64) = 1.1.9-13.mga8 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.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcairo.so.2()(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(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) libharfbuzz.so.0()(64bit) libjson-glib-1.0.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.29)(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpangoft2-1.0.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) Obsoletes: dbp gimp-plugin-registry Processing files: dbp-gimp-debugsource-1.1.9-13.mga8.x86_64 Provides: dbp-gimp-debugsource = 1.1.9-13.mga8 dbp-gimp-debugsource(x86-64) = 1.1.9-13.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dbp-gimp-debuginfo-1.1.9-13.mga8.x86_64 Provides: dbp-gimp-debuginfo = 1.1.9-13.mga8 dbp-gimp-debuginfo(x86-64) = 1.1.9-13.mga8 debuginfo(build-id) = 1b278810478833ca44f1150636b3ec1df60394c1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dbp-gimp-debugsource(x86-64) = 1.1.9-13.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/dbp-gimp-1.1.9-13.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/dbp-gimp-debugsource-1.1.9-13.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/dbp-gimp-1.1.9-13.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/dbp-gimp-debuginfo-1.1.9-13.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.YmzLzX + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd dbp-1.1.9 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/dbp-gimp-1.1.9-13.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7REK8W + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf dbp-1.1.9 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!