<86>Apr 21 01:12:32 userdel[91827]: delete user 'rooter' <86>Apr 21 01:12:32 groupadd[91867]: group added to /etc/group: name=rooter, GID=669 <86>Apr 21 01:12:32 groupadd[91867]: group added to /etc/gshadow: name=rooter <86>Apr 21 01:12:32 groupadd[91867]: new group: name=rooter, GID=669 <86>Apr 21 01:12:32 useradd[91880]: new user: name=rooter, UID=669, GID=669, home=/root, shell=/bin/bash <86>Apr 21 01:12:32 userdel[91962]: delete user 'builder' <86>Apr 21 01:12:32 userdel[91962]: removed group 'builder' owned by 'builder' <86>Apr 21 01:12:32 groupadd[92020]: group added to /etc/group: name=builder, GID=670 <86>Apr 21 01:12:32 groupadd[92020]: new group: name=builder, GID=670 <86>Apr 21 01:12:32 useradd[92049]: new user: name=builder, UID=670, GID=670, home=/usr/src, shell=/bin/bash <13>Apr 21 01:12:35 rpmi: perl-Encode-2.83-alt1 1459157776 installed <13>Apr 21 01:12:35 rpmi: perl-Term-Cap-1.17-alt1 1445018869 installed <13>Apr 21 01:12:35 rpmi: perl-Term-ANSIColor-4.05-alt1 1458575791 installed <13>Apr 21 01:12:35 rpmi: perl-Pod-Escapes-1.07-alt1 1418767892 installed <13>Apr 21 01:12:35 rpmi: perl-Pod-Simple-3.32-alt1 1447205413 installed <13>Apr 21 01:12:35 rpmi: perl-devel-1:5.22.3-alt0.M80P.1 1485958065 installed <13>Apr 21 01:12:35 rpmi: perl-Canary-Stability-2011-alt1 1458394459 installed <13>Apr 21 01:12:35 rpmi: perl-common-sense-3.74-alt1 1444597122 installed <13>Apr 21 01:12:35 rpmi: perl-Pod-Usage-1.68-alt1 1451923699 installed <13>Apr 21 01:12:35 rpmi: perl-podlators-4.07-alt1 1458574366 installed Installing perl-IO-AIO-4.33-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.81513 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf IO-AIO-4.33 + echo 'Source #0 (IO-AIO-4.33.tar.gz):' Source #0 (IO-AIO-4.33.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/IO-AIO-4.33.tar.gz + /bin/tar -xf - + cd IO-AIO-4.33 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.81513 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd IO-AIO-4.33 + 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 *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.022003, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by IO::AIO. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by IO::AIO, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of IO::AIO with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for stdint.h... (cached) yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking for library containing pthread_create... -lpthread checking for utimes... yes checking for futimes... yes checking for readahead... yes checking for fdatasync... yes checking for sendfile... yes checking for sync_file_range... yes checking for fallocate... yes checking for sys_syncfs... yes checking for prctl_set_name... yes checking for posix_madvise... yes checking for posix_fadvise... yes checking linux/fs.h usability... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking linux/fiemap.h usability... yes checking linux/fiemap.h presence... yes checking for linux/fiemap.h... yes checking for splice, vmsplice and tee... yes checking for pipe2... yes configure: creating ./config.status config.status: creating libeio/config.h perl(common::sense)>=0 + : writing Makefile + /usr/bin/perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.022003, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by IO::AIO. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by IO::AIO, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of IO::AIO with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for stdint.h... (cached) yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking for library containing pthread_create... -lpthread checking for utimes... yes checking for futimes... yes checking for readahead... yes checking for fdatasync... yes checking for sendfile... yes checking for sync_file_range... yes checking for fallocate... yes checking for sys_syncfs... yes checking for prctl_set_name... yes checking for posix_madvise... yes checking for posix_fadvise... yes checking linux/fs.h usability... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking linux/fiemap.h usability... yes checking linux/fiemap.h presence... yes checking for linux/fiemap.h... yes checking for splice, vmsplice and tee... yes checking for pipe2... yes configure: creating ./config.status config.status: creating libeio/config.h config.status: libeio/config.h is unchanged Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for IO::AIO + : running make + '[' -n '' ']' + NPROCS=8 + make -j8 'OPTIMIZE=-pipe -Wall -g -O2' 'CP=/bin/cp -p' make: Entering directory `/usr/src/RPM/BUILD/IO-AIO-4.33' "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap "/usr/share/perl5/ExtUtils/typemap" -typemap "typemap" AIO.xs > AIO.xsc && mv AIO.xsc AIO.c Running Mkbootstrap for IO::AIO () /bin/cp -p bin/treescan blib/script/treescan "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/treescan chmod 644 "AIO.bs" cp AIO.pm blib/lib/IO/AIO.pm 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 -Wall -g -O2 -DVERSION=\"4.33\" -DXS_VERSION=\"4.33\" -fPIC "-I/usr/lib64/perl5/CORE" AIO.c In file included from AIO.xs:131:0: libeio/eio.c: In function 'eio__mtouch': libeio/eio.c:934:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (addr < end) ^ libeio/eio.c: In function 'eio__scandir': libeio/eio.c:1433:19: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] else if (flags & EIO_READDIR_DIRS_FIRST) ^ AIO.xs: In function 'req_invoke': AIO.xs:606:29: warning: unused variable 'i' [-Wunused-variable] int i; ^ In file included from AIO.xs:7:0: AIO.c: In function 'XS_IO__AIO_poll_cb': /usr/lib64/perl5/CORE/XSUB.h:164:20: warning: unused variable 'items' [-Wunused-variable] #define dITEMS I32 items = (I32)(SP - MARK) ^ /usr/lib64/perl5/CORE/XSUB.h:172:16: note: in expansion of macro 'dITEMS' dSP; dAXMARK; dITEMS ^ AIO.c:2649:11: note: in expansion of macro 'dXSARGS' dVAR; dXSARGS; ^ In file included from AIO.xs:9:0: AIO.c: At top level: schmorp.h:139:1: warning: 's_signum_croak' defined but not used [-Wunused-function] s_signum_croak (SV *sig) ^ schmorp.h:220:1: warning: 's_gensub' defined but not used [-Wunused-function] s_gensub (pTHX_ void (*xsub)(pTHX_ CV *), void *arg) ^ schmorp.h:417:1: warning: 's_epipe_destroy' defined but not used [-Wunused-function] s_epipe_destroy (s_epipe *epp) ^ AIO.xs:282:13: warning: 'req_cancel' declared 'static' but never defined [-Wunused-function] static void req_cancel (aio_req req); ^ In file included from AIO.xs:9:0: schmorp.h: In function 's_epipe_drain': schmorp.h:463:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read (epp->fd [0], buf, sizeof (buf)); ^ schmorp.h: In function 's_epipe_signal': schmorp.h:450:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (epp->fd [1], &counter, (epp->len = 8)); ^ In file included from /usr/lib64/perl5/CORE/perl.h:5550:0, from AIO.xs:6: AIO.c: In function 'XS_IO__AIO_munlockall': /usr/lib64/perl5/CORE/embed.h:652:24: warning: 'RETVAL' may be used uninitialized in this function [-Wmaybe-uninitialized] #define sv_setiv(a,b) Perl_sv_setiv(aTHX_ a,b) ^ AIO.c:3013:6: note: 'RETVAL' was declared here int RETVAL; ^ In file included from /usr/lib64/perl5/CORE/perl.h:5550:0, from AIO.xs:6: AIO.c: In function 'XS_IO__AIO_madvise': /usr/lib64/perl5/CORE/embed.h:652:24: warning: 'RETVAL' may be used uninitialized in this function [-Wmaybe-uninitialized] #define sv_setiv(a,b) Perl_sv_setiv(aTHX_ a,b) ^ AIO.c:2896:6: note: 'RETVAL' was declared here int RETVAL; ^ In file included from AIO.xs:131:0: libeio/etp.c: In function 'etp_proc': libeio/eio.c:1872:27: warning: 'dirfd' may be used uninitialized in this function [-Wmaybe-uninitialized] : utimensat (dirfd, req->ptr1, times, 0); ^ libeio/eio.c:1776:7: note: 'dirfd' was declared here int dirfd; ^ rm -f blib/arch/auto/IO/AIO/AIO.so gcc -shared -pipe -Wall -g -O2 -L/usr/local/lib -fstack-protector-strong AIO.o -o blib/arch/auto/IO/AIO/AIO.so \ -lpthread \ -L/usr/lib64/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/IO/AIO/AIO.so "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- AIO.bs blib/arch/auto/IO/AIO/AIO.bs 644 make: Leaving directory `/usr/src/RPM/BUILD/IO-AIO-4.33' + : 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/IO-AIO-4.33' Running Mkbootstrap for IO::AIO () chmod 644 "AIO.bs" /bin/cp -p bin/treescan blib/script/treescan "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/treescan 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/00_load.t ..... ok t/01_stat.t ..... ok t/02_read.t ..... ok t/03_errors.t ... ok t/04_fork.t ..... ok t/05_readdir.t .. ok t/06_group.t .... ok t/07_feeder.t ... ok All tests successful. Files=8, Tests=67, 1 wallclock secs ( 0.08 usr 0.01 sys + 0.29 cusr 0.05 csys = 0.43 CPU) Result: PASS make: Leaving directory `/usr/src/RPM/BUILD/IO-AIO-4.33' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.38108 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-IO-AIO-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-IO-AIO-buildroot + cd IO-AIO-4.33 + 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=/bin/install -p' 'CP=/bin/cp -p' DESTDIR=/usr/src/tmp/perl-IO-AIO-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory `/usr/src/RPM/BUILD/IO-AIO-4.33' /bin/cp -p bin/treescan blib/script/treescan "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/treescan Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-IO-AIO-buildroot/usr/lib64/perl5/auto/IO/AIO/AIO.so Installing /usr/src/tmp/perl-IO-AIO-buildroot/usr/lib64/perl5/IO/AIO.pm Installing /usr/src/tmp/perl-IO-AIO-buildroot/usr/bin/treescan make: Leaving directory `/usr/src/RPM/BUILD/IO-AIO-4.33' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-IO-AIO-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' + : prompting for files that contain /tmp + find /usr/src/tmp/perl-IO-AIO-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';' /usr/src/tmp/perl-IO-AIO-buildroot/usr/lib64/perl5/IO/AIO.pm: aio_unlink "/tmp/file", sub { }; /usr/src/tmp/perl-IO-AIO-buildroot/usr/lib64/perl5/IO/AIO.pm: my $req = aio_unlink "/tmp/file", sub { }; + _perl_vendor_save_prereq + /bin/grep -F 'perl(' .perl.req perl(common::sense)>=0 + /bin/grep -F 'perl(' .perl.req + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/perl-IO-AIO-buildroot (auto) removed './usr/lib64/perl5/auto/IO/AIO/.packlist' mode of './usr/lib64/perl5/auto/IO/AIO/AIO.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-IO-AIO-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/perl-IO-AIO-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-IO-AIO-buildroot ./usr/lib64: Verifying ELF objects in /usr/src/tmp/perl-IO-AIO-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: perl-IO-AIO-4.33-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.76715 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd IO-AIO-4.33 + DOCDIR=/usr/src/tmp/perl-IO-AIO-buildroot/usr/share/doc/perl-IO-AIO-4.33 + export DOCDIR + rm -rf /usr/src/tmp/perl-IO-AIO-buildroot/usr/share/doc/perl-IO-AIO-4.33 + /bin/mkdir -p /usr/src/tmp/perl-IO-AIO-buildroot/usr/share/doc/perl-IO-AIO-4.33 + cp -prL Changes README /usr/src/tmp/perl-IO-AIO-buildroot/usr/share/doc/perl-IO-AIO-4.33 + chmod -R go-w /usr/src/tmp/perl-IO-AIO-buildroot/usr/share/doc/perl-IO-AIO-4.33 + chmod -R a+rX /usr/src/tmp/perl-IO-AIO-buildroot/usr/share/doc/perl-IO-AIO-4.33 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.y8tuBL find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.athihF find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) /usr/src/tmp/perl-IO-AIO-buildroot/usr/lib64/perl5/IO/AIO.pm syntax OK Provides: perl(IO/AIO.pm) = 4.330 Requires: /usr/lib64/perl5, libc.so.6(GLIBC_2.10)(64bit), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.5)(64bit), libc.so.6(GLIBC_2.6)(64bit), libc.so.6(GLIBC_2.7)(64bit), libc.so.6(GLIBC_2.9)(64bit), libperl-5.22.so()(64bit) >= set:oijBjKDZlfzKpEBOC58HGSgxtrAaXIxSoQaU09svQhckuqufsfih7pnaA7lAOcZHjbuLeZtsd5FCWEGXz96W5mXPcdj8fbrMgRWlsmZrUJEjzlFCDHHWHJPXYj0aXrjGXj8sRjFKngpUDXZsfewyHLbv41vU3OWReDfT0vYK7UpriV6, libpthread.so.0(GLIBC_2.2.5)(64bit), libpthread.so.0(GLIBC_2.3.2)(64bit), perl(XSLoader.pm), perl(base.pm), perl(common/sense.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.4a0RJB Creating perl-IO-AIO-debuginfo package Processing files: perl-IO-AIO-scripts-4.33-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Gjdb2A find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2X0JfD find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) /usr/src/tmp/perl-IO-AIO-buildroot/usr/bin/treescan syntax OK Requires: perl-IO-AIO = 1:4.33-alt1, /usr/bin/perl, perl(Getopt/Long.pm), perl(IO/AIO.pm), perl(Time/HiRes.pm), perl(common/sense.pm) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.89vfgI Processing files: perl-IO-AIO-debuginfo-4.33-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.obB89P find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GJGf00 find-requires: running scripts (debuginfo) Requires: perl-IO-AIO = 1:4.33-alt1, debug64(libc.so.6), debug64(libperl-5.22.so), debug64(libpthread.so.0) Removing 1 extra deps from perl-IO-AIO-scripts due to dependency on perl-IO-AIO Removing 1 extra deps from perl-IO-AIO-scripts due to repentancy on perl-IO-AIO Wrote: /usr/src/RPM/RPMS/x86_64/perl-IO-AIO-4.33-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/perl-IO-AIO-scripts-4.33-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/perl-IO-AIO-debuginfo-4.33-alt1.x86_64.rpm 9.16user 3.07system 0:23.13elapsed 52%CPU (0avgtext+0avgdata 88436maxresident)k 0inputs+0outputs (0major+756649minor)pagefaults 0swaps 12.58user 6.03system 0:30.47elapsed 61%CPU (0avgtext+0avgdata 122120maxresident)k 40inputs+0outputs (0major+991208minor)pagefaults 0swaps