<86>Sep 23 05:30:22 userdel[3213944]: delete user 'rooter' <86>Sep 23 05:30:22 userdel[3213944]: removed group 'rooter' owned by 'rooter' <86>Sep 23 05:30:22 userdel[3213944]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 23 05:30:22 groupadd[3214019]: group added to /etc/group: name=rooter, GID=1811 <86>Sep 23 05:30:22 groupadd[3214019]: group added to /etc/gshadow: name=rooter <86>Sep 23 05:30:22 groupadd[3214019]: new group: name=rooter, GID=1811 <86>Sep 23 05:30:22 useradd[3214089]: new user: name=rooter, UID=1811, GID=1811, home=/root, shell=/bin/bash, from=none <86>Sep 23 05:30:22 userdel[3214194]: delete user 'builder' <86>Sep 23 05:30:22 userdel[3214194]: removed group 'builder' owned by 'builder' <86>Sep 23 05:30:22 userdel[3214194]: removed shadow group 'builder' owned by 'builder' <86>Sep 23 05:30:22 groupadd[3214288]: group added to /etc/group: name=builder, GID=1812 <86>Sep 23 05:30:22 groupadd[3214288]: group added to /etc/gshadow: name=builder <86>Sep 23 05:30:22 groupadd[3214288]: new group: name=builder, GID=1812 <86>Sep 23 05:30:22 useradd[3214383]: new user: name=builder, UID=1812, GID=1812, home=/usr/src, shell=/bin/bash, from=none /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>Sep 23 05:30:27 rpmi: dos2unix-7.5.1-alt1 sisyphus+328819.100.1.1 1693973916 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.76893 + 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 + tail -112 + head -184 /usr/src/RPM/SOURCES/stb_image.c + head -65 /usr/src/RPM/SOURCES/stb_image.c + tail -2 + tail -146 + head -332 /usr/src/RPM/SOURCES/stb_image.c + 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.76893 + 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.89945 + 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.58648 + 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.5JeLYD 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.vklLuw 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.3.4), 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.eu6pgX 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.SE13wR 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.XLt38a 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.ichS8g 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.vFyoQ7 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tZuJbs 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) 3.77user 1.28system 0:15.78elapsed 32%CPU (0avgtext+0avgdata 50748maxresident)k 0inputs+0outputs (0major+252147minor)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.30user 2.13system 0:29.36elapsed 21%CPU (0avgtext+0avgdata 124356maxresident)k 0inputs+0outputs (0major+188887minor)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 2023-09-23 05:30:49.283784689 +0000 @@ -8,2 +8,3 @@ Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.3.4) Requires: libc.so.6(GLIBC_2.4) @@ -17,3 +18,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 9b76d9b083b7f69526545d06dd8d69b1 File: /usr/share/doc/libstbi1-1.33 40755 root:root @@ -21,2 +22,2 @@ File: /usr/share/doc/libstbi1-1.33/README 100644 root:root a45e001a4582fb6b20419e76c421d3c9 -RPMIdentity: 56097beb3e8bc44db65e655f3de79147125ec2d6de392a769b4231155968792219a00b69ca5bfb73f22a356992b9d8f23566beb0d2a6d43a70e0927e970d752e +RPMIdentity: 4215006d929e8044fe594c769a7537bb7987a511bcea4e0885aef082658b4421ad86bc82bad080c253bc115c0d54e7e554ee9ad660dcffe89739f655241b6792 --- 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 2023-09-23 05:30:49.537788083 +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/15 40755 root:root +/usr/lib/debug/.build-id/15/b23726b3a0c33f5cb496f4fa389ac8bfc80033 120777 root:root ../../../libstbi.so.1.0.0 +/usr/lib/debug/.build-id/15/b23726b3a0c33f5cb496f4fa389ac8bfc80033.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/15 40755 root:root +File: /usr/lib/debug/.build-id/15/b23726b3a0c33f5cb496f4fa389ac8bfc80033 120777 root:root ../../../libstbi.so.1.0.0 +File: /usr/lib/debug/.build-id/15/b23726b3a0c33f5cb496f4fa389ac8bfc80033.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 f8af16f89f0a6a0deb6150ea4ca831f4 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: 427555dbb80d1e207dda8febf6ff058f91d74958f05e9c1cbd88e095432e244c5624fa96b2a677f55ce4fce63054250fab8495e460af94849a30f71de60c5e2b