<86>Aug 20 04:24:39 userdel[4193577]: delete user 'rooter' <86>Aug 20 04:24:39 userdel[4193577]: removed group 'rooter' owned by 'rooter' <86>Aug 20 04:24:39 userdel[4193577]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 20 04:24:39 groupadd[4193639]: group added to /etc/group: name=rooter, GID=984 <86>Aug 20 04:24:39 groupadd[4193639]: group added to /etc/gshadow: name=rooter <86>Aug 20 04:24:39 groupadd[4193639]: new group: name=rooter, GID=984 <86>Aug 20 04:24:39 useradd[4193679]: new user: name=rooter, UID=984, GID=984, home=/root, shell=/bin/bash <86>Aug 20 04:24:39 userdel[4193749]: delete user 'builder' <86>Aug 20 04:24:39 userdel[4193749]: removed group 'builder' owned by 'builder' <86>Aug 20 04:24:39 userdel[4193749]: removed shadow group 'builder' owned by 'builder' <86>Aug 20 04:24:39 groupadd[4193796]: group added to /etc/group: name=builder, GID=985 <86>Aug 20 04:24:39 groupadd[4193796]: group added to /etc/gshadow: name=builder <86>Aug 20 04:24:39 groupadd[4193796]: new group: name=builder, GID=985 <86>Aug 20 04:24:39 useradd[4193839]: new user: name=builder, UID=985, GID=985, 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>Aug 20 04:24:40 rpmi: dos2unix-7.4.3-alt1 sisyphus+301369.100.1.1 1654471087 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.27851 + 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.27851 + 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 -flto=auto -march=i586 -mtune=generic -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 -flto=auto -march=i586 -mtune=generic -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.57864 + 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/lib/libstbi.so.1.0.0 + ln -s libstbi.so.1.0.0 /usr/src/tmp/stbi-buildroot/usr/lib/libstbi.so.1 + ln -s libstbi.so.1.0.0 /usr/src/tmp/stbi-buildroot/usr/lib/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/lib/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/lib: (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) verify-elf: WARNING: ./usr/lib/libstbi.so.1.0.0: uses non-LFS functions: fopen Processing files: libstbi1-1.33-alt1_7 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.57864 + 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.1BplBf find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/stbi-buildroot/usr/lib/libstbi.so.1: 32 symbols, 15 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.X0yO1k 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 = set:icmikEF4wuPT8RK48JcZE7cNtoAuBFWnVup1hYoecTXBk0yDKOPwe6GSmTxt2gn1 Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.29), 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.noRXee 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.b3LASJ 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.oBdvpE 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/lib/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.6am2IG 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.Kni1jD find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Wr6EcC find-requires: running scripts (debuginfo) Provides: debug(libstbi.so.1) Requires: libstbi1 = 1.33-alt1_7, debug(libc.so.6), debug(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/i586/libstbi1-1.33-alt1_7.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libstbi-devel-1.33-alt1_7.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libstbi1-debuginfo-1.33-alt1_7.i586.rpm (w2.lzdio) 2.19user 0.67system 0:10.04elapsed 28%CPU (0avgtext+0avgdata 50216maxresident)k 0inputs+0outputs (0major+247492minor)pagefaults 0swaps /.out/libstbi1-1.33-alt1_7.i586.rpm: license not found in '/usr/share/license' directory: Public /.out/libstbi1-1.33-alt1_7.i586.rpm: license not found in '/usr/share/license' directory: Domain /.out/libstbi-devel-1.33-alt1_7.i586.rpm: license not found in '/usr/share/license' directory: Public /.out/libstbi-devel-1.33-alt1_7.i586.rpm: license not found in '/usr/share/license' directory: Domain /.out/libstbi1-debuginfo-1.33-alt1_7.i586.rpm: license not found in '/usr/share/license' directory: Public /.out/libstbi1-debuginfo-1.33-alt1_7.i586.rpm: license not found in '/usr/share/license' directory: Domain 4.31user 3.65system 0:14.27elapsed 55%CPU (0avgtext+0avgdata 104704maxresident)k 0inputs+0outputs (30616major+520072minor)pagefaults 0swaps --- libstbi1-1.33-alt1_7.i586.rpm.repo 2022-01-02 05:27:23.000000000 +0000 +++ libstbi1-1.33-alt1_7.i586.rpm.hasher 2022-08-20 04:24:51.662888746 +0000 @@ -17,3 +17,3 @@ File: /usr/lib/libstbi.so.1 120777 root:root libstbi.so.1.0.0 -File: /usr/lib/libstbi.so.1.0.0 100644 root:root 32a57bd52c8a8657499a19f6a9f76bd7 +File: /usr/lib/libstbi.so.1.0.0 100644 root:root 1e0d0b2ccf8f547e033fb41e900f9fd4 File: /usr/share/doc/libstbi1-1.33 40755 root:root @@ -21,2 +21,2 @@ File: /usr/share/doc/libstbi1-1.33/README 100644 root:root a45e001a4582fb6b20419e76c421d3c9 -RPMIdentity: 56097beb3e8bc44db65e655f3de79147125ec2d6de392a769b4231155968792219a00b69ca5bfb73f22a356992b9d8f23566beb0d2a6d43a70e0927e970d752e +RPMIdentity: 345b601aff5016269b635db55cf78abaca5a905ddc6008ed53b64b9431baaaf62e2865547b9cbe41390142930c386d850441f24ebc40bf52e99ccb86aea9b806 --- libstbi1-debuginfo-1.33-alt1_7.i586.rpm.repo 2022-01-02 05:27:23.000000000 +0000 +++ libstbi1-debuginfo-1.33-alt1_7.i586.rpm.hasher 2022-08-20 04:24:51.721889629 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/6b 40755 root:root -/usr/lib/debug/.build-id/6b/01e176c964bd4671397eff82b7be8613c2ccc6 120777 root:root ../../../libstbi.so.1.0.0 -/usr/lib/debug/.build-id/6b/01e176c964bd4671397eff82b7be8613c2ccc6.debug 120777 root:root ../../usr/lib/libstbi.so.1.0.0.debug +/usr/lib/debug/.build-id/23 40755 root:root +/usr/lib/debug/.build-id/23/75d17fa5ddce20ed819493e53ddef8f5353dc8 120777 root:root ../../../libstbi.so.1.0.0 +/usr/lib/debug/.build-id/23/75d17fa5ddce20ed819493e53ddef8f5353dc8.debug 120777 root:root ../../usr/lib/libstbi.so.1.0.0.debug /usr/lib/debug/usr/lib/libstbi.so.1.0.0.debug 100644 root:root @@ -14,6 +14,6 @@ Provides: libstbi1-debuginfo = 1.33-alt1_7:sisyphus+292930.100.1.1 -File: /usr/lib/debug/.build-id/6b 40755 root:root -File: /usr/lib/debug/.build-id/6b/01e176c964bd4671397eff82b7be8613c2ccc6 120777 root:root ../../../libstbi.so.1.0.0 -File: /usr/lib/debug/.build-id/6b/01e176c964bd4671397eff82b7be8613c2ccc6.debug 120777 root:root ../../usr/lib/libstbi.so.1.0.0.debug -File: /usr/lib/debug/usr/lib/libstbi.so.1.0.0.debug 100644 root:root 7961480ada62b5b14a0caa51e87b4ca2 +File: /usr/lib/debug/.build-id/23 40755 root:root +File: /usr/lib/debug/.build-id/23/75d17fa5ddce20ed819493e53ddef8f5353dc8 120777 root:root ../../../libstbi.so.1.0.0 +File: /usr/lib/debug/.build-id/23/75d17fa5ddce20ed819493e53ddef8f5353dc8.debug 120777 root:root ../../usr/lib/libstbi.so.1.0.0.debug +File: /usr/lib/debug/usr/lib/libstbi.so.1.0.0.debug 100644 root:root f405c3cea59db5e6393a5aa3bb02ea56 File: /usr/lib/debug/usr/lib/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: 9dd5dc37f2805bad6f7be0962cdb5953ebf08936db73eec4e2e82e7646844d209b25477d35536c86907603a8983ac734e92fb16bfcdbb1a532e818374bc0c6a8 +RPMIdentity: e5d21f9db07890810cda578cef8f665aa58ac5c37c8207c613d7264541c81c219785088b1f5c79a11ec199132541ce14bb1caad4697e8391ee4dc8a10e84bf26