<86>Mar 24 00:44:35 userdel[136624]: delete user 'rooter' <86>Mar 24 00:44:35 userdel[136624]: removed group 'rooter' owned by 'rooter' <86>Mar 24 00:44:35 userdel[136624]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 24 00:44:35 groupadd[136646]: group added to /etc/group: name=rooter, GID=1874 <86>Mar 24 00:44:35 groupadd[136646]: group added to /etc/gshadow: name=rooter <86>Mar 24 00:44:35 groupadd[136646]: new group: name=rooter, GID=1874 <86>Mar 24 00:44:35 useradd[136660]: new user: name=rooter, UID=1874, GID=1874, home=/root, shell=/bin/bash <86>Mar 24 00:44:35 userdel[136682]: delete user 'builder' <86>Mar 24 00:44:35 userdel[136682]: removed group 'builder' owned by 'builder' <86>Mar 24 00:44:35 userdel[136682]: removed shadow group 'builder' owned by 'builder' <86>Mar 24 00:44:35 groupadd[136702]: group added to /etc/group: name=builder, GID=1875 <86>Mar 24 00:44:35 groupadd[136702]: group added to /etc/gshadow: name=builder <86>Mar 24 00:44:35 groupadd[136702]: new group: name=builder, GID=1875 <86>Mar 24 00:44:35 useradd[136718]: new user: name=builder, UID=1875, GID=1875, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/perl-Text-ExtractWords-0.08-alt4.2.src.rpm: The use of such a license name is ambiguous: GPL /usr/src/in/srpm/perl-Text-ExtractWords-0.08-alt4.2.src.rpm: The use of such a license name is ambiguous: Artistic warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root <13>Mar 24 00:44:38 rpmi: libgdbm-1.8.3-alt10 sisyphus+278100.1600.1.1 1626058413 installed <13>Mar 24 00:44:38 rpmi: libgdbm-devel-1.8.3-alt10 sisyphus+278100.1600.1.1 1626058413 installed <13>Mar 24 00:44:38 rpmi: perl-devel-1:5.34.0-alt1 sisyphus+279621.700.1.1 1626629811 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/perl-Text-ExtractWords-0.08-alt4.2.nosrc.rpm (w1.gzdio) Installing perl-Text-ExtractWords-0.08-alt4.2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.16274 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf Text-ExtractWords-0.08 + echo 'Source #0 (Text-ExtractWords-0.08.tar.gz):' Source #0 (Text-ExtractWords-0.08.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/Text-ExtractWords-0.08.tar.gz + /bin/tar -xf - + cd Text-ExtractWords-0.08 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.16274 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Text-ExtractWords-0.08 + perl_vendor_build + export PERL_EXTUTILS_AUTOINSTALL=--skip + PERL_EXTUTILS_AUTOINSTALL=--skip + export XSUBPP_STATIC_XS=1 + XSUBPP_STATIC_XS=1 + _perl_vendor_fixin + find . -type f -print0 + xargs -r0 /usr/bin/subst -p '1s,^#![[:space:]]*\([^[:space:]]*/\)\?perl\([^/[:alpha:][:space:]][^/[:space:]]*\)\?\([[:space:]]\|$\),#!/usr/bin/perl\3,' + /bin/grep -qs -Ew '((dist|module)_name|Build_PL|Module::Build)' Build.PL + _perl_vendor_MM_build + : looking for PREREQ dependencies + /usr/bin/perl Makefile.PL PRINT_PREREQ=1 + tee .perl.req + : writing Makefile + /usr/bin/perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Text::ExtractWords + : running make + make -j16 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2' 'CP=/bin/cp -p' make: Entering directory '/usr/src/RPM/BUILD/Text-ExtractWords-0.08' Running Mkbootstrap for ExtractWords () chmod 644 "ExtractWords.bs" make: Leaving directory '/usr/src/RPM/BUILD/Text-ExtractWords-0.08' make: Entering directory '/usr/src/RPM/BUILD/Text-ExtractWords-0.08' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ExtractWords.bs blib/arch/auto/Text/ExtractWords/ExtractWords.bs 644 make: Leaving directory '/usr/src/RPM/BUILD/Text-ExtractWords-0.08' make: Entering directory '/usr/src/RPM/BUILD/Text-ExtractWords-0.08' cp ExtractWords.pm blib/lib/Text/ExtractWords.pm AutoSplitting blib/lib/Text/ExtractWords.pm (blib/lib/auto/Text/ExtractWords) make: Leaving directory '/usr/src/RPM/BUILD/Text-ExtractWords-0.08' make: Entering directory '/usr/src/RPM/BUILD/Text-ExtractWords-0.08' "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' ExtractWords.xs > ExtractWords.xsc mv ExtractWords.xsc ExtractWords.c make: Leaving directory '/usr/src/RPM/BUILD/Text-ExtractWords-0.08' make: Entering directory '/usr/src/RPM/BUILD/Text-ExtractWords-0.08' gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -frecord-gcc-switches -Wall -g -O2 -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" -fPIC "-I/usr/lib64/perl5/CORE" ExtractWords.c ExtractWords.xs: In function 'unescape_str': ExtractWords.xs:70:13: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] 70 | sscanf(&s[y+1], "%02X", &hex)) { | ^~~~~~~ | | | unsigned char * In file included from /usr/lib64/perl5/CORE/perlio.h:41, from /usr/lib64/perl5/CORE/iperlsys.h:50, from /usr/lib64/perl5/CORE/perl.h:4043, from ExtractWords.xs:16: /usr/include/stdio.h:399:43: note: expected 'const char * restrict' but argument is of type 'unsigned char *' 399 | extern int sscanf (const char *__restrict __s, | ~~~~~~~~~~~~~~~~~~~~~~~^~~ ExtractWords.xs: In function 'entity2char': ExtractWords.xs:85:13: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 85 | if(strncmp(*s, cstr, len) == 0) { | ^~ | | | unsigned char * In file included from /usr/lib64/perl5/CORE/perl.h:1342, from ExtractWords.xs:16: /usr/include/string.h:143:33: note: expected 'const char *' but argument is of type 'unsigned char *' 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ ExtractWords.xs:85:17: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] 85 | if(strncmp(*s, cstr, len) == 0) { | ^~~~ | | | unsigned char * In file included from /usr/lib64/perl5/CORE/perl.h:1342, from ExtractWords.xs:16: /usr/include/string.h:143:51: note: expected 'const char *' but argument is of type 'unsigned char *' 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ ExtractWords.xs: In function 'extension': ExtractWords.xs:120:19: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 120 | return((!strncmp(s, extension, len) && !isalpha(*(s+len+1))) ? TRUE : FALSE); | ^ | | | unsigned char * In file included from /usr/lib64/perl5/CORE/perl.h:1342, from ExtractWords.xs:16: /usr/include/string.h:143:33: note: expected 'const char *' but argument is of type 'unsigned char *' 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ ExtractWords.xs:120:22: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] 120 | return((!strncmp(s, extension, len) && !isalpha(*(s+len+1))) ? TRUE : FALSE); | ^~~~~~~~~ | | | unsigned char * In file included from /usr/lib64/perl5/CORE/perl.h:1342, from ExtractWords.xs:16: /usr/include/string.h:143:51: note: expected 'const char *' but argument is of type 'unsigned char *' 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ ExtractWords.xs: In function 'check_extension': ExtractWords.xs:124:23: warning: pointer targets in passing argument 2 of 'extension' differ in signedness [-Wpointer-sign] 124 | return( extension(s, "asp", 3) ? TRUE : | ^~~~~ | | | char * ExtractWords.xs:119:49: note: expected 'unsigned char *' but argument is of type 'char *' 119 | bool extension(unsigned char *s, unsigned char *extension, int len) { | ~~~~~~~~~~~~~~~^~~~~~~~~ ExtractWords.xs:125:16: warning: pointer targets in passing argument 2 of 'extension' differ in signedness [-Wpointer-sign] 125 | extension(s, "html", 4) ? TRUE : | ^~~~~~ | | | char * ExtractWords.xs:119:49: note: expected 'unsigned char *' but argument is of type 'char *' 119 | bool extension(unsigned char *s, unsigned char *extension, int len) { | ~~~~~~~~~~~~~~~^~~~~~~~~ ExtractWords.xs:126:16: warning: pointer targets in passing argument 2 of 'extension' differ in signedness [-Wpointer-sign] 126 | extension(s, "htm", 3) ? TRUE : | ^~~~~ | | | char * ExtractWords.xs:119:49: note: expected 'unsigned char *' but argument is of type 'char *' 119 | bool extension(unsigned char *s, unsigned char *extension, int len) { | ~~~~~~~~~~~~~~~^~~~~~~~~ ExtractWords.xs:127:16: warning: pointer targets in passing argument 2 of 'extension' differ in signedness [-Wpointer-sign] 127 | extension(s, "gif", 3) ? TRUE : | ^~~~~ | | | char * ExtractWords.xs:119:49: note: expected 'unsigned char *' but argument is of type 'char *' 119 | bool extension(unsigned char *s, unsigned char *extension, int len) { | ~~~~~~~~~~~~~~~^~~~~~~~~ ExtractWords.xs:128:16: warning: pointer targets in passing argument 2 of 'extension' differ in signedness [-Wpointer-sign] 128 | extension(s, "png", 3) ? TRUE : | ^~~~~ | | | char * ExtractWords.xs:119:49: note: expected 'unsigned char *' but argument is of type 'char *' 119 | bool extension(unsigned char *s, unsigned char *extension, int len) { | ~~~~~~~~~~~~~~~^~~~~~~~~ ExtractWords.xs:129:16: warning: pointer targets in passing argument 2 of 'extension' differ in signedness [-Wpointer-sign] 129 | extension(s, "jpeg", 4) ? TRUE : | ^~~~~~ | | | char * ExtractWords.xs:119:49: note: expected 'unsigned char *' but argument is of type 'char *' 119 | bool extension(unsigned char *s, unsigned char *extension, int len) { | ~~~~~~~~~~~~~~~^~~~~~~~~ ExtractWords.xs:130:16: warning: pointer targets in passing argument 2 of 'extension' differ in signedness [-Wpointer-sign] 130 | extension(s, "jpg", 3) ? TRUE : | ^~~~~ | | | char * ExtractWords.xs:119:49: note: expected 'unsigned char *' but argument is of type 'char *' 119 | bool extension(unsigned char *s, unsigned char *extension, int len) { | ~~~~~~~~~~~~~~~^~~~~~~~~ ExtractWords.xs:131:16: warning: pointer targets in passing argument 2 of 'extension' differ in signedness [-Wpointer-sign] 131 | extension(s, "js", 2) ? TRUE : | ^~~~ | | | char * ExtractWords.xs:119:49: note: expected 'unsigned char *' but argument is of type 'char *' 119 | bool extension(unsigned char *s, unsigned char *extension, int len) { | ~~~~~~~~~~~~~~~^~~~~~~~~ ExtractWords.xs:132:16: warning: pointer targets in passing argument 2 of 'extension' differ in signedness [-Wpointer-sign] 132 | extension(s, "swf", 3) ? TRUE : | ^~~~~ | | | char * ExtractWords.xs:119:49: note: expected 'unsigned char *' but argument is of type 'char *' 119 | bool extension(unsigned char *s, unsigned char *extension, int len) { | ~~~~~~~~~~~~~~~^~~~~~~~~ ExtractWords.xs:133:16: warning: pointer targets in passing argument 2 of 'extension' differ in signedness [-Wpointer-sign] 133 | extension(s, "pl", 2) ? TRUE : | ^~~~ | | | char * ExtractWords.xs:119:49: note: expected 'unsigned char *' but argument is of type 'char *' 119 | bool extension(unsigned char *s, unsigned char *extension, int len) { | ~~~~~~~~~~~~~~~^~~~~~~~~ ExtractWords.xs:134:16: warning: pointer targets in passing argument 2 of 'extension' differ in signedness [-Wpointer-sign] 134 | extension(s, "php", 3) ? TRUE : FALSE); | ^~~~~ | | | char * ExtractWords.xs:119:49: note: expected 'unsigned char *' but argument is of type 'char *' 119 | bool extension(unsigned char *s, unsigned char *extension, int len) { | ~~~~~~~~~~~~~~~^~~~~~~~~ ExtractWords.xs: In function 'XS_Text__ExtractWords_words_list': ExtractWords.xs:280:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 280 | if(ls = strlen(source)) { | ^~ ExtractWords.xs:282:18: warning: pointer targets in passing argument 1 of 'unescape_str' differ in signedness [-Wpointer-sign] 282 | unescape_str(source); | ^~~~~~ | | | char * ExtractWords.xs:63:34: note: expected 'unsigned char *' but argument is of type 'char *' 63 | void unescape_str(unsigned char *s) { | ~~~~~~~~~~~~~~~^ ExtractWords.xs:283:19: warning: pointer targets in passing argument 1 of 'str_normalize' differ in signedness [-Wpointer-sign] 283 | str_normalize(source); | ^~~~~~ | | | char * ExtractWords.xs:183:35: note: expected 'unsigned char *' but argument is of type 'char *' 183 | void str_normalize(unsigned char *s) { | ~~~~~~~~~~~~~~~^ ExtractWords.xs:285:26: warning: pointer targets in passing argument 1 of 'clean_repeated_chars' differ in signedness [-Wpointer-sign] 285 | clean_repeated_chars(source); | ^~~~~~ | | | char * ExtractWords.xs:100:42: note: expected 'unsigned char *' but argument is of type 'char *' 100 | void clean_repeated_chars(unsigned char *s) { | ~~~~~~~~~~~~~~~^ ExtractWords.xs:251:9: warning: variable 'locale' set but not used [-Wunused-but-set-variable] 251 | char *locale = NULL; | ^~~~~~ ExtractWords.xs: In function 'XS_Text__ExtractWords_words_count': ExtractWords.xs:333:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 333 | if(ls = strlen(source)) { | ^~ ExtractWords.xs:335:18: warning: pointer targets in passing argument 1 of 'unescape_str' differ in signedness [-Wpointer-sign] 335 | unescape_str(source); | ^~~~~~ | | | char * ExtractWords.xs:63:34: note: expected 'unsigned char *' but argument is of type 'char *' 63 | void unescape_str(unsigned char *s) { | ~~~~~~~~~~~~~~~^ ExtractWords.xs:336:19: warning: pointer targets in passing argument 1 of 'str_normalize' differ in signedness [-Wpointer-sign] 336 | str_normalize(source); | ^~~~~~ | | | char * ExtractWords.xs:183:35: note: expected 'unsigned char *' but argument is of type 'char *' 183 | void str_normalize(unsigned char *s) { | ~~~~~~~~~~~~~~~^ ExtractWords.xs:338:26: warning: pointer targets in passing argument 1 of 'clean_repeated_chars' differ in signedness [-Wpointer-sign] 338 | clean_repeated_chars(source); | ^~~~~~ | | | char * ExtractWords.xs:100:42: note: expected 'unsigned char *' but argument is of type 'char *' 100 | void clean_repeated_chars(unsigned char *s) { | ~~~~~~~~~~~~~~~^ ExtractWords.xs:302:9: warning: variable 'locale' set but not used [-Wunused-but-set-variable] 302 | char *locale = NULL; | ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/Text-ExtractWords-0.08' make: Entering directory '/usr/src/RPM/BUILD/Text-ExtractWords-0.08' rm -f blib/arch/auto/Text/ExtractWords/ExtractWords.so gcc -lpthread -shared -L/usr/local/lib -fstack-protector-strong ExtractWords.o -o blib/arch/auto/Text/ExtractWords/ExtractWords.so \ \ -L/usr/lib64/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/Text/ExtractWords/ExtractWords.so make: Leaving directory '/usr/src/RPM/BUILD/Text-ExtractWords-0.08' + : running tests + LD_BIND_NOW=1 + PERL_DL_NONLAZY=1 + /usr/bin/make test 'CP=/bin/cp -p' make: Entering directory '/usr/src/RPM/BUILD/Text-ExtractWords-0.08' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ExtractWords.bs blib/arch/auto/Text/ExtractWords/ExtractWords.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/words_count.t .. ok t/words_list.t ... ok All tests successful. Files=2, Tests=4, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.01 cusr 0.00 csys = 0.04 CPU) Result: PASS make: Leaving directory '/usr/src/RPM/BUILD/Text-ExtractWords-0.08' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.70606 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Text-ExtractWords-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-Text-ExtractWords-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd Text-ExtractWords-0.08 + perl_vendor_install + /bin/grep -qs -Ew Build_PL Build.PL + /bin/grep -qs -Ew '(dist|module)_name' Build.PL + _perl_vendor_MM_install + : installing + make 'INSTALL=/usr/libexec/rpm-build/install -p' 'CP=/bin/cp -p' DESTDIR=/usr/src/tmp/perl-Text-ExtractWords-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory '/usr/src/RPM/BUILD/Text-ExtractWords-0.08' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ExtractWords.bs blib/arch/auto/Text/ExtractWords/ExtractWords.bs 644 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-Text-ExtractWords-buildroot/usr/lib64/perl5/auto/Text/ExtractWords/ExtractWords.so Installing /usr/src/tmp/perl-Text-ExtractWords-buildroot/usr/lib64/perl5/auto/Text/ExtractWords/autosplit.ix Installing /usr/src/tmp/perl-Text-ExtractWords-buildroot/usr/lib64/perl5/Text/ExtractWords.pm make: Leaving directory '/usr/src/RPM/BUILD/Text-ExtractWords-0.08' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-Text-ExtractWords-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' /bin/grep: /usr/src/tmp/perl-Text-ExtractWords-buildroot/usr/lib64/perl5/auto/Text/ExtractWords/ExtractWords.so: binary file matches + : prompting for files that contain /tmp + find /usr/src/tmp/perl-Text-ExtractWords-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';' + _perl_vendor_save_prereq + /bin/grep -F 'perl(' .perl.req + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/perl-Text-ExtractWords-buildroot (auto) removed './usr/lib64/perl5/auto/Text/ExtractWords/.packlist' mode of './usr/lib64/perl5/auto/Text/ExtractWords/ExtractWords.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-Text-ExtractWords-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/perl-Text-ExtractWords-buildroot/ (default) Compressing files in /usr/src/tmp/perl-Text-ExtractWords-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Text-ExtractWords-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/perl-Text-ExtractWords-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: perl-Text-ExtractWords-0.08-alt4.2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.70606 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Text-ExtractWords-0.08 + DOCDIR=/usr/src/tmp/perl-Text-ExtractWords-buildroot/usr/share/doc/perl-Text-ExtractWords-0.08 + export DOCDIR + rm -rf /usr/src/tmp/perl-Text-ExtractWords-buildroot/usr/share/doc/perl-Text-ExtractWords-0.08 + /bin/mkdir -p /usr/src/tmp/perl-Text-ExtractWords-buildroot/usr/share/doc/perl-Text-ExtractWords-0.08 + cp -prL Changes README /usr/src/tmp/perl-Text-ExtractWords-buildroot/usr/share/doc/perl-Text-ExtractWords-0.08 + chmod -R go-w /usr/src/tmp/perl-Text-ExtractWords-buildroot/usr/share/doc/perl-Text-ExtractWords-0.08 + chmod -R a+rX /usr/src/tmp/perl-Text-ExtractWords-buildroot/usr/share/doc/perl-Text-ExtractWords-0.08 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IuF7JM 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.4KzhvO find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/perl-Text-ExtractWords-buildroot/usr/lib64/perl5/Text/ExtractWords.pm syntax OK Provides: perl(Text/ExtractWords.pm) = 0.080 Requires: /usr/lib64/perl5, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libperl-5.34.so()(64bit) >= set:okjB3Szi7acS8ZEHqELj3TEbYcIhwZlC9mJK19oD2, libpthread.so.0(GLIBC_2.2.5)(64bit), perl(AutoLoader.pm), perl(DynaLoader.pm), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Fx80WL Creating perl-Text-ExtractWords-debuginfo package Processing files: perl-Text-ExtractWords-debuginfo-0.08-alt4.2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VqTyGM find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YvdmeL find-requires: running scripts (debuginfo) Requires: perl-Text-ExtractWords = 0.08-alt4.2, debug64(libc.so.6), debug64(libperl-5.34.so), debug64(libpthread.so.0) Adding to perl-Text-ExtractWords-debuginfo a strict dependency on perl-Text-ExtractWords Wrote: /usr/src/RPM/RPMS/x86_64/perl-Text-ExtractWords-0.08-alt4.2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/perl-Text-ExtractWords-debuginfo-0.08-alt4.2.x86_64.rpm (w2.lzdio) 1.14user 1.02system 0:06.16elapsed 35%CPU (0avgtext+0avgdata 78056maxresident)k 0inputs+0outputs (0major+207507minor)pagefaults 0swaps /.out/perl-Text-ExtractWords-0.08-alt4.2.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/perl-Text-ExtractWords-0.08-alt4.2.x86_64.rpm: The use of such a license name is ambiguous: Artistic /.out/perl-Text-ExtractWords-debuginfo-0.08-alt4.2.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/perl-Text-ExtractWords-debuginfo-0.08-alt4.2.x86_64.rpm: The use of such a license name is ambiguous: Artistic 3.00user 2.53system 0:14.92elapsed 37%CPU (0avgtext+0avgdata 129776maxresident)k 0inputs+0outputs (0major+195777minor)pagefaults 0swaps --- perl-Text-ExtractWords-0.08-alt4.2.x86_64.rpm.repo 2021-06-14 11:30:54.000000000 +0000 +++ perl-Text-ExtractWords-0.08-alt4.2.x86_64.rpm.hasher 2024-03-24 00:44:46.750739766 +0000 @@ -27,3 +27,3 @@ File: /usr/lib64/perl5/auto/Text/ExtractWords 40755 root:root -File: /usr/lib64/perl5/auto/Text/ExtractWords/ExtractWords.so 100644 root:root 511cf11d27379bbfdf4e7f7dfca168ad +File: /usr/lib64/perl5/auto/Text/ExtractWords/ExtractWords.so 100644 root:root 3fcca111a2b421b77705f0723a20c5e3 File: /usr/lib64/perl5/auto/Text/ExtractWords/autosplit.ix 100644 root:root 298826451aadbd2ebe11f5647197cad4 @@ -32,2 +32,2 @@ File: /usr/share/doc/perl-Text-ExtractWords-0.08/README 100644 root:root b9ea5345f1de46ad375d9ea977c342d0 -RPMIdentity: a0c9688abbd8de2f5979d4b2fe41364b338179a8b194d4a47bc6b997a9e2eb3cca718c9958e294e72e0e805fa3da9878b847d6e8c3fe348860906cc40409d37e +RPMIdentity: c4a5a5f59f6be533e99342528f1dc84fe6d58f9e2136ef9f088ba6afe785ac0fe6142a9a1794a6f97446372ce11c46354b681988a02c00c5a05c23927e43ddb5 --- perl-Text-ExtractWords-debuginfo-0.08-alt4.2.x86_64.rpm.repo 2021-06-14 11:30:54.000000000 +0000 +++ perl-Text-ExtractWords-debuginfo-0.08-alt4.2.x86_64.rpm.hasher 2024-03-24 00:44:46.817740565 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/97 40755 root:root -/usr/lib/debug/.build-id/97/10f8ebe86302731794df91251307f0a29798f4 120777 root:root ../../../../lib64/perl5/auto/Text/ExtractWords/ExtractWords.so -/usr/lib/debug/.build-id/97/10f8ebe86302731794df91251307f0a29798f4.debug 120777 root:root ../../usr/lib64/perl5/auto/Text/ExtractWords/ExtractWords.so.debug +/usr/lib/debug/.build-id/41 40755 root:root +/usr/lib/debug/.build-id/41/078f25d75cd200025afc99cd8212f1bf53c571 120777 root:root ../../../../lib64/perl5/auto/Text/ExtractWords/ExtractWords.so +/usr/lib/debug/.build-id/41/078f25d75cd200025afc99cd8212f1bf53c571.debug 120777 root:root ../../usr/lib64/perl5/auto/Text/ExtractWords/ExtractWords.so.debug /usr/lib/debug/usr/lib64/perl5 40755 root:root @@ -17,5 +17,5 @@ Provides: perl-Text-ExtractWords-debuginfo = 0.08-alt4.2:sisyphus+274516.50600.2.1 -File: /usr/lib/debug/.build-id/97 40755 root:root -File: /usr/lib/debug/.build-id/97/10f8ebe86302731794df91251307f0a29798f4 120777 root:root ../../../../lib64/perl5/auto/Text/ExtractWords/ExtractWords.so -File: /usr/lib/debug/.build-id/97/10f8ebe86302731794df91251307f0a29798f4.debug 120777 root:root ../../usr/lib64/perl5/auto/Text/ExtractWords/ExtractWords.so.debug +File: /usr/lib/debug/.build-id/41 40755 root:root +File: /usr/lib/debug/.build-id/41/078f25d75cd200025afc99cd8212f1bf53c571 120777 root:root ../../../../lib64/perl5/auto/Text/ExtractWords/ExtractWords.so +File: /usr/lib/debug/.build-id/41/078f25d75cd200025afc99cd8212f1bf53c571.debug 120777 root:root ../../usr/lib64/perl5/auto/Text/ExtractWords/ExtractWords.so.debug File: /usr/lib/debug/usr/lib64/perl5 40755 root:root @@ -24,3 +24,3 @@ File: /usr/lib/debug/usr/lib64/perl5/auto/Text/ExtractWords 40755 root:root -File: /usr/lib/debug/usr/lib64/perl5/auto/Text/ExtractWords/ExtractWords.so.debug 100644 root:root 65e1a6e9666e7ff758ed46ba0d7c2ca4 +File: /usr/lib/debug/usr/lib64/perl5/auto/Text/ExtractWords/ExtractWords.so.debug 100644 root:root 890be3e7d976ed1527b76025cbfeb637 File: /usr/src/debug/Text-ExtractWords-0.08 40755 root:root @@ -28,2 +28,2 @@ File: /usr/src/debug/Text-ExtractWords-0.08/ExtractWords.xs 100644 root:root f13c2bc227525f079b5b07e027cb5433 -RPMIdentity: e9ed867868fa5952bc1fedbeb5c295c5ddee9b4635ea0622d3361e1e9bae56a5febe98c2dd95a350fc1b0734ab38e228752cd24a74da72c3f329f219b7106c64 +RPMIdentity: 7b81c9147836dfcc216f857a522f7471f4fe234ff8412fde89e040b8304e00c9d436cc0c53452fb33e32d613a679abd64d0ae8723158d0aabfb5cda6d2139cce