<86>Jun 16 00:55:03 userdel[3097142]: delete user 'rooter' <86>Jun 16 00:55:03 userdel[3097142]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:55:03 userdel[3097142]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:55:03 groupadd[3097156]: group added to /etc/group: name=rooter, GID=1238 <86>Jun 16 00:55:03 groupadd[3097156]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:55:03 groupadd[3097156]: new group: name=rooter, GID=1238 <86>Jun 16 00:55:03 useradd[3097165]: new user: name=rooter, UID=1238, GID=1238, home=/root, shell=/bin/bash <86>Jun 16 00:55:03 userdel[3097182]: delete user 'builder' <86>Jun 16 00:55:03 userdel[3097182]: removed group 'builder' owned by 'builder' <86>Jun 16 00:55:03 userdel[3097182]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:55:03 groupadd[3097193]: group added to /etc/group: name=builder, GID=1239 <86>Jun 16 00:55:03 groupadd[3097193]: group added to /etc/gshadow: name=builder <86>Jun 16 00:55:03 groupadd[3097193]: new group: name=builder, GID=1239 <86>Jun 16 00:55:03 useradd[3097203]: new user: name=builder, UID=1239, GID=1239, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/stbi-1.33-alt1_7.src.rpm: license not found in '/usr/share/license' directory: Public /usr/src/in/srpm/stbi-1.33-alt1_7.src.rpm: license not found in '/usr/share/license' directory: Domain <13>Jun 16 00:55:07 rpmi: dos2unix-7.4.2-alt1 sisyphus+279663.100.1.2 1626654194 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/stbi-1.33-alt1_7.nosrc.rpm (w1.gzdio) Installing stbi-1.33-alt1_7.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.47688 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf stbi-1.33 + /bin/mkdir -p stbi-1.33 + cd stbi-1.33 + /bin/chmod -c -Rf u+rwX,go-w . + head -62 /usr/src/RPM/SOURCES/stb_image.c + head -184 /usr/src/RPM/SOURCES/stb_image.c + tail -112 + head -65 /usr/src/RPM/SOURCES/stb_image.c + tail -2 + head -332 /usr/src/RPM/SOURCES/stb_image.c + tail -146 + echo '#include "stb_image.h"' + head -4586 /usr/src/RPM/SOURCES/stb_image.c + tail -4254 + tail -86 /usr/src/RPM/SOURCES/stb_image.c + dos2unix CHANGES README stb_image.c stb_image.h dos2unix: converting file CHANGES to Unix format... dos2unix: converting file README to Unix format... dos2unix: converting file stb_image.c to Unix format... dos2unix: converting file stb_image.h to Unix format... + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.47688 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd stbi-1.33 + gcc -pipe -frecord-gcc-switches -Wall -g -O2 -I. -fPIC -c stb_image.c stb_image.c: In function 'convert_format': stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:526:10: note: in expansion of macro 'CASE' 526 | CASE(1,2) dest[0]=src[0], dest[1]=255; break; | ^~~~ stb_image.c:526:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 526 | CASE(1,2) dest[0]=src[0], dest[1]=255; break; | ^~~~~ stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:527:10: note: in expansion of macro 'CASE' 527 | CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break; | ^~~~ stb_image.c:527:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 527 | CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break; | ^~~~~ stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:528:10: note: in expansion of macro 'CASE' 528 | CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break; | ^~~~ stb_image.c:528:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 528 | CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break; | ^~~~~ stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:529:10: note: in expansion of macro 'CASE' 529 | CASE(2,1) dest[0]=src[0]; break; | ^~~~ stb_image.c:529:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 529 | CASE(2,1) dest[0]=src[0]; break; | ^~~~~ stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:530:10: note: in expansion of macro 'CASE' 530 | CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break; | ^~~~ stb_image.c:530:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 530 | CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break; | ^~~~~ stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:531:10: note: in expansion of macro 'CASE' 531 | CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break; | ^~~~ stb_image.c:531:68: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 531 | CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break; | ^~~~~ stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:532:10: note: in expansion of macro 'CASE' 532 | CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break; | ^~~~ stb_image.c:532:78: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 532 | CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break; | ^~~~~ stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:533:10: note: in expansion of macro 'CASE' 533 | CASE(3,1) dest[0]=compute_y(src[0],src[1],src[2]); break; | ^~~~ stb_image.c:533:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 533 | CASE(3,1) dest[0]=compute_y(src[0],src[1],src[2]); break; | ^~~~~ stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:534:10: note: in expansion of macro 'CASE' 534 | CASE(3,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = 255; break; | ^~~~ stb_image.c:534:76: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 534 | CASE(3,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = 255; break; | ^~~~~ stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:535:10: note: in expansion of macro 'CASE' 535 | CASE(4,1) dest[0]=compute_y(src[0],src[1],src[2]); break; | ^~~~ stb_image.c:535:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 535 | CASE(4,1) dest[0]=compute_y(src[0],src[1],src[2]); break; | ^~~~~ stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:536:10: note: in expansion of macro 'CASE' 536 | CASE(4,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break; | ^~~~ stb_image.c:536:79: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 536 | CASE(4,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break; | ^~~~~ stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 522 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) | ^~~ stb_image.c:537:10: note: in expansion of macro 'CASE' 537 | CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break; | ^~~~ stb_image.c:537:66: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 537 | CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break; | ^~~~~ stb_image.c: In function 'create_png_image_raw': stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2157 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2159:13: note: in expansion of macro 'CASE' 2159 | CASE(F_none) cur[k] = raw[k]; break; | ^~~~ stb_image.c:2159:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2159 | CASE(F_none) cur[k] = raw[k]; break; | ^~~~~ stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2157 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2160:13: note: in expansion of macro 'CASE' 2160 | CASE(F_sub) cur[k] = raw[k] + cur[k-img_n]; break; | ^~~~ stb_image.c:2160:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2160 | CASE(F_sub) cur[k] = raw[k] + cur[k-img_n]; break; | ^~~~~ stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2157 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2161:13: note: in expansion of macro 'CASE' 2161 | CASE(F_up) cur[k] = raw[k] + prior[k]; break; | ^~~~ stb_image.c:2161:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2161 | CASE(F_up) cur[k] = raw[k] + prior[k]; break; | ^~~~~ stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2157 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2162:13: note: in expansion of macro 'CASE' 2162 | CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-img_n])>>1); break; | ^~~~ stb_image.c:2162:77: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2162 | CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-img_n])>>1); break; | ^~~~~ stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2157 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2163:13: note: in expansion of macro 'CASE' 2163 | CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],prior[k],prior[k-img_n])); break; | ^~~~ stb_image.c:2163:101: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2163 | CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],prior[k],prior[k-img_n])); break; | ^~~~~ stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2157 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2164:13: note: in expansion of macro 'CASE' 2164 | CASE(F_avg_first) cur[k] = raw[k] + (cur[k-img_n] >> 1); break; | ^~~~ stb_image.c:2164:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2164 | CASE(F_avg_first) cur[k] = raw[k] + (cur[k-img_n] >> 1); break; | ^~~~~ stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2157 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2165:13: note: in expansion of macro 'CASE' 2165 | CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],0,0)); break; | ^~~~ stb_image.c:2165:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2165 | CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],0,0)); break; | ^~~~~ stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2173 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2175:13: note: in expansion of macro 'CASE' 2175 | CASE(F_none) cur[k] = raw[k]; break; | ^~~~ stb_image.c:2175:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2175 | CASE(F_none) cur[k] = raw[k]; break; | ^~~~~ stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2173 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2176:13: note: in expansion of macro 'CASE' 2176 | CASE(F_sub) cur[k] = raw[k] + cur[k-out_n]; break; | ^~~~ stb_image.c:2176:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2176 | CASE(F_sub) cur[k] = raw[k] + cur[k-out_n]; break; | ^~~~~ stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2173 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2177:13: note: in expansion of macro 'CASE' 2177 | CASE(F_up) cur[k] = raw[k] + prior[k]; break; | ^~~~ stb_image.c:2177:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2177 | CASE(F_up) cur[k] = raw[k] + prior[k]; break; | ^~~~~ stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2173 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2178:13: note: in expansion of macro 'CASE' 2178 | CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-out_n])>>1); break; | ^~~~ stb_image.c:2178:77: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2178 | CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-out_n])>>1); break; | ^~~~~ stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2173 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2179:13: note: in expansion of macro 'CASE' 2179 | CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],prior[k],prior[k-out_n])); break; | ^~~~ stb_image.c:2179:101: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2179 | CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],prior[k],prior[k-out_n])); break; | ^~~~~ stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2173 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2180:13: note: in expansion of macro 'CASE' 2180 | CASE(F_avg_first) cur[k] = raw[k] + (cur[k-out_n] >> 1); break; | ^~~~ stb_image.c:2180:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2180 | CASE(F_avg_first) cur[k] = raw[k] + (cur[k-out_n] >> 1); break; | ^~~~~ stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 2173 | for (k=0; k < img_n; ++k) | ^~~ stb_image.c:2181:13: note: in expansion of macro 'CASE' 2181 | CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],0,0)); break; | ^~~~ stb_image.c:2181:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 2181 | CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],0,0)); break; | ^~~~~ stb_image.c: In function 'bmp_load': stb_image.c:2623:38: warning: variable 'fake_a' set but not used [-Wunused-but-set-variable] 2623 | unsigned int mr=0,mg=0,mb=0,ma=0, fake_a=0; | ^~~~~~ + gcc -pipe -frecord-gcc-switches -Wall -g -O2 -I. -shared -Wl,-soname,libstbi.so.1 stb_image.o -o libstbi.so.1.0.0 -lm + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.68975 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/stbi-buildroot + : + /bin/rm -rf -- /usr/src/tmp/stbi-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd stbi-1.33 + install -Dpm0755 libstbi.so.1.0.0 /usr/src/tmp/stbi-buildroot/usr/lib64/libstbi.so.1.0.0 + ln -s libstbi.so.1.0.0 /usr/src/tmp/stbi-buildroot/usr/lib64/libstbi.so.1 + ln -s libstbi.so.1.0.0 /usr/src/tmp/stbi-buildroot/usr/lib64/libstbi.so + install -Dpm0644 stb_image.h /usr/src/tmp/stbi-buildroot/usr/include/stb_image.h + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/stbi-buildroot (auto) mode of './usr/lib64/libstbi.so.1.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/stbi-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/stbi-buildroot/ (default) Compressing files in /usr/src/tmp/stbi-buildroot (auto) Adjusting library links in /usr/src/tmp/stbi-buildroot ./usr/lib64: (from :0) libstbi.so.1 -> libstbi.so.1.0.0 Verifying ELF objects in /usr/src/tmp/stbi-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: libstbi1-1.33-alt1_7 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.96363 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd stbi-1.33 + DOCDIR=/usr/src/tmp/stbi-buildroot/usr/share/doc/libstbi1-1.33 + export DOCDIR + rm -rf /usr/src/tmp/stbi-buildroot/usr/share/doc/libstbi1-1.33 + /bin/mkdir -p /usr/src/tmp/stbi-buildroot/usr/share/doc/libstbi1-1.33 + cp -prL README CHANGES /usr/src/tmp/stbi-buildroot/usr/share/doc/libstbi1-1.33 + chmod -R go-w /usr/src/tmp/stbi-buildroot/usr/share/doc/libstbi1-1.33 + chmod -R a+rX /usr/src/tmp/stbi-buildroot/usr/share/doc/libstbi1-1.33 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KGyn4b find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/stbi-buildroot/usr/lib64/libstbi.so.1: 32 symbols, 15 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.68X8K9 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libstbi.so.1()(64bit) = set:icmikEF4wuPT8RK48JcZE7cNtoAuBFWnVup1hYoecTXBk0yDKOPwe6GSmTxt2gn1 Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), rtld(GNU_HASH) Obsoletes: stbi < 1.33-2 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rAPK4b Creating libstbi1-debuginfo package Processing files: libstbi-devel-1.33-alt1_7 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VC4KI9 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ft09qb find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: stbi-devel = 1.33-alt1_7 Requires: libstbi1 = 1.33-alt1_7, /usr/lib64/libstbi.so.1.0.0 Obsoletes: stbi-devel < 1.33-2 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ymsJva Processing files: libstbi1-debuginfo-1.33-alt1_7 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.D4Lat8 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.g2qmGa find-requires: running scripts (debuginfo) Provides: debug64(libstbi.so.1) Requires: libstbi1 = 1.33-alt1_7, debug64(libc.so.6), debug64(libm.so.6) Adding to libstbi-devel a strict dependency on libstbi1 Adding to libstbi1-debuginfo a strict dependency on libstbi1 Removing 1 extra deps from libstbi-devel due to dependency on libstbi1 Wrote: /usr/src/RPM/RPMS/x86_64/libstbi1-1.33-alt1_7.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libstbi-devel-1.33-alt1_7.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libstbi1-debuginfo-1.33-alt1_7.x86_64.rpm (w2.lzdio) 2.50user 1.28system 0:10.55elapsed 35%CPU (0avgtext+0avgdata 75500maxresident)k 0inputs+0outputs (0major+258109minor)pagefaults 0swaps /.out/libstbi1-1.33-alt1_7.x86_64.rpm: license not found in '/usr/share/license' directory: Public /.out/libstbi1-1.33-alt1_7.x86_64.rpm: license not found in '/usr/share/license' directory: Domain /.out/libstbi-devel-1.33-alt1_7.x86_64.rpm: license not found in '/usr/share/license' directory: Public /.out/libstbi-devel-1.33-alt1_7.x86_64.rpm: license not found in '/usr/share/license' directory: Domain /.out/libstbi1-debuginfo-1.33-alt1_7.x86_64.rpm: license not found in '/usr/share/license' directory: Public /.out/libstbi1-debuginfo-1.33-alt1_7.x86_64.rpm: license not found in '/usr/share/license' directory: Domain 4.61user 1.83system 0:19.43elapsed 33%CPU (0avgtext+0avgdata 128672maxresident)k 0inputs+0outputs (0major+193370minor)pagefaults 0swaps --- libstbi1-1.33-alt1_7.x86_64.rpm.repo 2023-01-24 09:15:45.000000000 +0000 +++ libstbi1-1.33-alt1_7.x86_64.rpm.hasher 2024-06-16 00:55:20.335884487 +0000 @@ -16,3 +16,3 @@ File: /usr/lib64/libstbi.so.1 120777 root:root libstbi.so.1.0.0 -File: /usr/lib64/libstbi.so.1.0.0 100644 root:root 9d50430e82c9914e6675424487619d6e +File: /usr/lib64/libstbi.so.1.0.0 100644 root:root 783b19a0256639af4a3787031fdb7d21 File: /usr/share/doc/libstbi1-1.33 40755 root:root @@ -20,2 +20,2 @@ File: /usr/share/doc/libstbi1-1.33/README 100644 root:root a45e001a4582fb6b20419e76c421d3c9 -RPMIdentity: d388a74a7664fa31de9a8880d577d03d9a6142e52079ea0ec7d36156ed9ced7a90fafa124ba49a1b49ed7cedf333b17defaf9a9b0c607c3fd6b54dbbe4b9b5ca +RPMIdentity: 2ccb4906e3a178ab50ee4d2126c502d9d6f66358b5c4dfc30b82d1a7d9390451f5314f83f068a72ff935c110cebd69c62db3726e3004b2c42afc3c64cb0b23d3 --- libstbi1-debuginfo-1.33-alt1_7.x86_64.rpm.repo 2023-01-24 09:15:44.000000000 +0000 +++ libstbi1-debuginfo-1.33-alt1_7.x86_64.rpm.hasher 2024-06-16 00:55:20.419884875 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/80 40755 root:root -/usr/lib/debug/.build-id/80/f3f25f2661c57795b883ba48bdd0a82681f191 120777 root:root ../../../../lib64/libstbi.so.1.0.0 -/usr/lib/debug/.build-id/80/f3f25f2661c57795b883ba48bdd0a82681f191.debug 120777 root:root ../../usr/lib64/libstbi.so.1.0.0.debug +/usr/lib/debug/.build-id/3f 40755 root:root +/usr/lib/debug/.build-id/3f/b1659bf755bdc80f193191844f675fbff335be 120777 root:root ../../../../lib64/libstbi.so.1.0.0 +/usr/lib/debug/.build-id/3f/b1659bf755bdc80f193191844f675fbff335be.debug 120777 root:root ../../usr/lib64/libstbi.so.1.0.0.debug /usr/lib/debug/usr/lib64/libstbi.so.1.0.0.debug 100644 root:root @@ -14,6 +14,6 @@ Provides: libstbi1-debuginfo = 1.33-alt1_7:p10+314040.40.2.1 -File: /usr/lib/debug/.build-id/80 40755 root:root -File: /usr/lib/debug/.build-id/80/f3f25f2661c57795b883ba48bdd0a82681f191 120777 root:root ../../../../lib64/libstbi.so.1.0.0 -File: /usr/lib/debug/.build-id/80/f3f25f2661c57795b883ba48bdd0a82681f191.debug 120777 root:root ../../usr/lib64/libstbi.so.1.0.0.debug -File: /usr/lib/debug/usr/lib64/libstbi.so.1.0.0.debug 100644 root:root 05b3ef25aba11be5e3f4bb9e45d2188a +File: /usr/lib/debug/.build-id/3f 40755 root:root +File: /usr/lib/debug/.build-id/3f/b1659bf755bdc80f193191844f675fbff335be 120777 root:root ../../../../lib64/libstbi.so.1.0.0 +File: /usr/lib/debug/.build-id/3f/b1659bf755bdc80f193191844f675fbff335be.debug 120777 root:root ../../usr/lib64/libstbi.so.1.0.0.debug +File: /usr/lib/debug/usr/lib64/libstbi.so.1.0.0.debug 100644 root:root 21d7301c4490633eb19f91076a475e32 File: /usr/lib/debug/usr/lib64/libstbi.so.1.debug 120777 root:root libstbi.so.1.0.0.debug @@ -22,2 +22,2 @@ File: /usr/src/debug/stbi-1.33/stb_image.h 100644 root:root 0eac9872051e6c0d9f36c9e38d128513 -RPMIdentity: 50f29763b0827d528c5f392a0ab80439b9c1b08405570030a7a55d9ece53903667320bf28ed380f31fb287e7100f327453181a19ac1c0d20e19a485f4a05e2f4 +RPMIdentity: d56e8624a6ce7c6ae39d1154b3da2924d6f0ecab0890492a33f127e354bb6983620e6087be3be3028db2a072071560e2f3b459e513d38c160e840deda6d3e56e