D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/stb-0-0.git20240213.1.mga10.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.3hU9KU + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf stb-master + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/stb-0-git20240213.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd stb-master + rm -rf /home/pterjan/rpmbuild/BUILD/stb-master-SPECPARTS + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/stb-master-SPECPARTS + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/0001-Makefile-refactor.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/0002-Mask-out-rectangle-packing-replacement-in-stb_truety.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/0003-stb.h-fix-pointer-detection.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/0004-stb_c_lexer.h-exit-on-error.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/0005-stb_sprintf.h-fix-pointer-detection.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4072np + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd stb-master + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-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,-U_FORTIFY_SOURCE,-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,-U_FORTIFY_SOURCE,-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,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now --cap-lints=warn' + export RUSTFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + /usr/bin/make -O -j16 V=1 VERBOSE=1 LIBDIR=lib64 cp deprecated/stb.h deprecated/stb.c cp stb_c_lexer.h stb_c_lexer.c cp stb_divide.h stb_divide.c cp stb_ds.h stb_ds.c cp stb_dxt.h stb_dxt.c cp stb_herringbone_wang_tile.h stb_herringbone_wang_tile.c cp stb_hexwave.h stb_hexwave.c cp stb_image.h stb_image.c cp stb_image_write.h stb_image_write.c cp stb_image_resize2.h stb_image_resize2.c cp stb_include.h stb_include.c cp stb_leakcheck.h stb_leakcheck.c cp stb_perlin.h stb_perlin.c cp stb_sprintf.h stb_sprintf.c sed 's|@prefix@|/usr|; s|@libdir@|lib64|; s|@includedir@|include/stb|' stb.pc.in > stb.pc cc -DSTB_DEFINE -DSTB_PERFECT_HASH -DSTB_DIVIDE_IMPLEMENTATION -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -o stb_divide.o -c stb_divide.c cc -DSTB_DEFINE -DSTB_PERFECT_HASH -DSTB_LEAKCHECK_IMPLEMENTATION -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -o stb_leakcheck.o -c stb_leakcheck.c cc -DSTB_DEFINE -DSTB_PERFECT_HASH -DSTB_C_LEXER_IMPLEMENTATION -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -o stb_c_lexer.o -c stb_c_lexer.c cc -DSTB_DEFINE -DSTB_PERFECT_HASH -DSTB_PERLIN_IMPLEMENTATION -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -o stb_perlin.o -c stb_perlin.c cc -DSTB_DEFINE -DSTB_PERFECT_HASH -DSTB_HEXWAVE_IMPLEMENTATION -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -o stb_hexwave.o -c stb_hexwave.c cc -DSTB_DEFINE -DSTB_PERFECT_HASH -DSTB_INCLUDE_IMPLEMENTATION -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -o stb_include.o -c stb_include.c stb_include.c: In function 'stb_include_load_file': stb_include.c:71:4: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 71 | fread(text, 1, len, f); | ^~~~~~~~~~~~~~~~~~~~~~ cc -DSTB_DEFINE -DSTB_PERFECT_HASH -DSTB_DXT_IMPLEMENTATION -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -o stb_dxt.o -c stb_dxt.c stb_dxt.c: In function 'stb_compress_dxt_block': stb_dxt.c:608:7: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] 608 | memcpy(data, src, 4*16); | ^~~~~~ stb_dxt.c:89:1: note: include '' or provide a declaration of 'memcpy' 88 | #include +++ |+#include 89 | #endif stb_dxt.c:608:7: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] 608 | memcpy(data, src, 4*16); | ^~~~~~ stb_dxt.c:608:7: note: include '' or provide a declaration of 'memcpy' cc -DSTB_DEFINE -DSTB_PERFECT_HASH -DSTB_DS_IMPLEMENTATION -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -o stb_ds.o -c stb_ds.c cc -DSTB_DEFINE -DSTB_PERFECT_HASH -DSTB_HERRINGBONE_WANG_TILE_IMPLEMENTATION -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -o stb_herringbone_wang_tile.o -c stb_herringbone_wang_tile.c stb_herringbone_wang_tile.c:369:41: warning: 'struct stbhw__process' declared inside parameter list will not be visible outside of this definition or declaration 369 | typedef void stbhw__process_rect(struct stbhw__process *p, int xpos, int ypos, | ^~~~~~~~~~~~~~ stb_herringbone_wang_tile.c: In function 'stbhw__process_h_row': stb_herringbone_wang_tile.c:401:43: warning: passing argument 1 of 'p->process_h_rect' from incompatible pointer type [-Wincompatible-pointer-types] 401 | p->process_h_rect(p, xpos, ypos, a,b,c,d,e,f); | ^ | | | stbhw__process * stb_herringbone_wang_tile.c:401:43: note: expected 'struct stbhw__process *' but argument is of type 'stbhw__process *' stb_herringbone_wang_tile.c: In function 'stbhw__process_v_row': stb_herringbone_wang_tile.c:425:43: warning: passing argument 1 of 'p->process_v_rect' from incompatible pointer type [-Wincompatible-pointer-types] 425 | p->process_v_rect(p, xpos, ypos, a,b,c,d,e,f); | ^ | | | stbhw__process * stb_herringbone_wang_tile.c:425:43: note: expected 'struct stbhw__process *' but argument is of type 'stbhw__process *' stb_herringbone_wang_tile.c: In function 'stbhw_build_tileset_from_image': stb_herringbone_wang_tile.c:929:21: warning: assignment to 'void (*)(struct stbhw__process *, int, int, int, int, int, int, int, int)' from incompatible pointer type 'void (*)(stbhw__process *, int, int, int, int, int, int, int, int)' [-Wincompatible-pointer-types] 929 | p.process_h_rect = stbhw__parse_h_rect; | ^ stb_herringbone_wang_tile.c:930:21: warning: assignment to 'void (*)(struct stbhw__process *, int, int, int, int, int, int, int, int)' from incompatible pointer type 'void (*)(stbhw__process *, int, int, int, int, int, int, int, int)' [-Wincompatible-pointer-types] 930 | p.process_v_rect = stbhw__parse_v_rect; | ^ stb_herringbone_wang_tile.c: In function 'stbhw_make_template': stb_herringbone_wang_tile.c:1186:24: warning: assignment to 'void (*)(struct stbhw__process *, int, int, int, int, int, int, int, int)' from incompatible pointer type 'void (*)(stbhw__process *, int, int, int, int, int, int, int, int)' [-Wincompatible-pointer-types] 1186 | p.process_h_rect = stbhw__corner_process_h_rect; | ^ stb_herringbone_wang_tile.c:1187:24: warning: assignment to 'void (*)(struct stbhw__process *, int, int, int, int, int, int, int, int)' from incompatible pointer type 'void (*)(stbhw__process *, int, int, int, int, int, int, int, int)' [-Wincompatible-pointer-types] 1187 | p.process_v_rect = stbhw__corner_process_v_rect; | ^ stb_herringbone_wang_tile.c:1189:24: warning: assignment to 'void (*)(struct stbhw__process *, int, int, int, int, int, int, int, int)' from incompatible pointer type 'void (*)(stbhw__process *, int, int, int, int, int, int, int, int)' [-Wincompatible-pointer-types] 1189 | p.process_h_rect = stbhw__edge_process_h_rect; | ^ stb_herringbone_wang_tile.c:1190:24: warning: assignment to 'void (*)(struct stbhw__process *, int, int, int, int, int, int, int, int)' from incompatible pointer type 'void (*)(stbhw__process *, int, int, int, int, int, int, int, int)' [-Wincompatible-pointer-types] 1190 | p.process_v_rect = stbhw__edge_process_v_rect; | ^ cc -DSTB_DEFINE -DSTB_PERFECT_HASH -DSTB_SPRINTF_IMPLEMENTATION -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -o stb_sprintf.o -c stb_sprintf.c cc -DSTB_DEFINE -DSTB_PERFECT_HASH -DSTB_IMAGE_WRITE_IMPLEMENTATION -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -o stb_image_write.o -c stb_image_write.c cc -DSTB_DEFINE -DSTB_PERFECT_HASH -DSTB_RECT_PACK_TRUETYPE_IMPLEMENTATION -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -o stb_rect_pack_truetype.o -c stb_rect_pack_truetype.c cc -DSTB_DEFINE -DSTB_PERFECT_HASH -DSTB_VORBIS_IMPLEMENTATION -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -o stb_vorbis.o -c stb_vorbis.c cc -DSTB_DEFINE -DSTB_PERFECT_HASH -DSTB_IMAGE_IMPLEMENTATION -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -o stb_image.o -c stb_image.c cc -DSTB_DEFINE -DSTB_PERFECT_HASH -DSTB_IMPLEMENTATION -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -o deprecated/stb.o -c deprecated/stb.c deprecated/stb.c: In function 'stb_fullpath': deprecated/stb.c:5484:7: warning: ignoring return value of 'getcwd' declared with attribute 'warn_unused_result' [-Wunused-result] 5484 | getcwd(abs, abs_size); | ^~~~~~~~~~~~~~~~~~~~~ deprecated/stb.c: In function 'stb_fget_string': deprecated/stb.c:5958:4: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 5958 | fread(s, 1, len, f); | ^~~~~~~~~~~~~~~~~~~ deprecated/stb.c: In function 'stb_decompress_fromfile': deprecated/stb.c:10468:4: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 10468 | fread(p, 1, n, f); | ^~~~~~~~~~~~~~~~~ cc -DSTB_DEFINE -DSTB_PERFECT_HASH -DSTB_IMAGE_RESIZE2_IMPLEMENTATION -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -o stb_image_resize2.o -c stb_image_resize2.c ar rcs libstb.a deprecated/stb.o stb_c_lexer.o stb_divide.o stb_ds.o stb_dxt.o stb_herringbone_wang_tile.o stb_hexwave.o stb_image.o stb_image_resize2.o stb_image_write.o stb_include.o stb_leakcheck.o stb_perlin.o stb_rect_pack_truetype.o stb_sprintf.o stb_vorbis.o cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -shared -Wl,-soname,libstb.so.0 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -o libstb.so.0 deprecated/stb.o stb_c_lexer.o stb_divide.o stb_ds.o stb_dxt.o stb_herringbone_wang_tile.o stb_hexwave.o stb_image.o stb_image_resize2.o stb_image_write.o stb_include.o stb_leakcheck.o stb_perlin.o stb_rect_pack_truetype.o stb_sprintf.o stb_vorbis.o -lm rm stb_leakcheck.c stb_perlin.c stb_herringbone_wang_tile.c stb_image_write.c stb_include.c stb_divide.c stb_image_resize2.c stb_c_lexer.c deprecated/stb.c stb_sprintf.c stb_image.c stb_dxt.c stb_ds.c stb_hexwave.c + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.t7Vjwh + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64 + cd stb-master + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64 'INSTALL=/usr/bin/install -p' LIBDIR=lib64 install -d /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/lib64 || true install -m 0755 libstb.so.0 /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/lib64/libstb.so.0.0 rm -f /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/lib64/libstb.so.0 ln -s libstb.so.0.0 /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/lib64/libstb.so.0 rm -f /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/lib64/libstb.so ln -s libstb.so.0 /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/lib64/libstb.so install -d /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/include/stb || true install -m 0644 stb_c_lexer.h stb_connected_components.h stb_divide.h stb_ds.h stb_dxt.h stb_easy_font.h stb_herringbone_wang_tile.h stb_hexwave.h stb_image.h stb_image_resize2.h stb_image_write.h stb_include.h stb_leakcheck.h stb_perlin.h stb_rect_pack.h stb_sprintf.h stb_textedit.h stb_tilemap_editor.h stb_truetype.h stb_voxel_render.h deprecated/stb.h /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/include/stb/ install -m 0644 -T stb_vorbis.c /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/include/stb/stb_vorbis.h install -d /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/lib64/pkgconfig || true install -m 0644 stb.pc /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/lib64/pkgconfig + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0-0.git20240213.1.mga10 --unique-debug-suffix -0-0.git20240213.1.mga10.x86_64 --unique-debug-src-base stb-0-0.git20240213.1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/stb-master extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/lib64/libstb.so.0.0 original debug info size: 2548kB, size after compression: 2444kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. cpio: deprecated/stb.c: Cannot stat: No such file or directory cpio: stb_c_lexer.c: Cannot stat: No such file or directory cpio: stb_divide.c: Cannot stat: No such file or directory cpio: stb_ds.c: Cannot stat: No such file or directory cpio: stb_dxt.c: Cannot stat: No such file or directory cpio: stb_herringbone_wang_tile.c: Cannot stat: No such file or directory cpio: stb_hexwave.c: Cannot stat: No such file or directory cpio: stb_image.c: Cannot stat: No such file or directory cpio: stb_image_resize2.c: Cannot stat: No such file or directory cpio: stb_image_write.c: Cannot stat: No such file or directory cpio: stb_include.c: Cannot stat: No such file or directory cpio: stb_leakcheck.c: Cannot stat: No such file or directory cpio: stb_perlin.c: Cannot stat: No such file or directory cpio: stb_sprintf.c: Cannot stat: No such file or directory 1671 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 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: lib64stb0-0-0.git20240213.1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.z3EKAG + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd stb-master + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/share/doc/lib64stb0 + export LC_ALL= + LC_ALL= + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/share/doc/lib64stb0 + cp -pr /home/pterjan/rpmbuild/BUILD/stb-master/README.md /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/share/doc/lib64stb0 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.adFjsb + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd stb-master + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/share/licenses/lib64stb0 + export LC_ALL= + LC_ALL= + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/share/licenses/lib64stb0 + cp -pr /home/pterjan/rpmbuild/BUILD/stb-master/LICENSE /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/share/licenses/lib64stb0 + RPM_EC=0 ++ jobs -p + exit 0 Provides: lib64stb0 = 0-0.git20240213.1.mga10 lib64stb0(x86-64) = 0-0.git20240213.1.mga10 libstb.so.0()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(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.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.4)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libm.so.6(GLIBC_2.29)(64bit) Processing files: lib64stb-devel-0-0.git20240213.1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.VNL8dP + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd stb-master + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/share/doc/lib64stb-devel + export LC_ALL= + LC_ALL= + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/share/doc/lib64stb-devel + cp -pr /home/pterjan/rpmbuild/BUILD/stb-master/README.md /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64/usr/share/doc/lib64stb-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: devel(libstb(64bit)) lib64stb-devel = 0-0.git20240213.1.mga10 lib64stb-devel(x86-64) = 0-0.git20240213.1.mga10 pkgconfig(stb) = 0.0 stb = 0-0.git20240213.1.mga10 stb-devel = 0-0.git20240213.1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: devel(libm(64bit)) pkgconfig Obsoletes: stb-devel < 0-0.git20231010.3 Processing files: stb-debugsource-0-0.git20240213.1.mga10.x86_64 Provides: stb-debugsource = 0-0.git20240213.1.mga10 stb-debugsource(x86-64) = 0-0.git20240213.1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: lib64stb0-debuginfo-0-0.git20240213.1.mga10.x86_64 Provides: debuginfo(build-id) = 6f0ef175538918e3ac1e3b02ab7b6446aaf51dfd lib64stb0-debuginfo = 0-0.git20240213.1.mga10 lib64stb0-debuginfo(x86-64) = 0-0.git20240213.1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: stb-debugsource(x86-64) = 0-0.git20240213.1.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64stb0-0-0.git20240213.1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/stb-debugsource-0-0.git20240213.1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64stb0-debuginfo-0-0.git20240213.1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64stb-devel-0-0.git20240213.1.mga10.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.2NqDRl + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd stb-master + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/stb-0-0.git20240213.1.mga10.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.YhwIHl + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf /home/pterjan/rpmbuild/BUILD/stb-master-SPECPARTS + rm -rf stb-master stb-master.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!