<86>Apr 27 19:37:51 userdel[14167]: delete user `rooter' <86>Apr 27 19:37:51 userdel[14167]: remove group `rooter' <86>Apr 27 19:37:51 groupadd[14168]: new group: name=rooter, gid=501 <86>Apr 27 19:37:51 useradd[14169]: new user: name=rooter, uid=501, gid=501, home=/root, shell=/bin/bash <86>Apr 27 19:37:51 userdel[14171]: delete user `builder' <86>Apr 27 19:37:51 userdel[14171]: remove group `builder' <86>Apr 27 19:37:51 groupadd[14172]: new group: name=builder, gid=502 <86>Apr 27 19:37:51 useradd[14173]: new user: name=builder, uid=502, gid=502, home=/usr/src, shell=/bin/bash <13>Apr 27 19:37:53 rpmi: perl-Devel-Symdump-2.08-alt1 installed <13>Apr 27 19:37:53 rpmi: perl-PerlIO-1:5.8.8-alt19.M41.1 installed <13>Apr 27 19:37:53 rpmi: perl-Encode-2.25-alt1 installed <13>Apr 27 19:37:54 rpmi: perl-devel-1:5.8.8-alt19.M41.1 installed <13>Apr 27 19:37:54 rpmi: perl-ExtUtils-CBuilder-0.21-alt1 installed <13>Apr 27 19:37:54 rpmi: perl-Term-ReadLine-Gnu-1.17a-alt1 installed <13>Apr 27 19:37:54 rpmi: perl-YAML-0.65-alt1 installed <13>Apr 27 19:37:54 rpmi: perl-version-0.74-alt1 installed <13>Apr 27 19:37:54 rpmi: perl-Module-Build-0.28.08-alt2 installed <13>Apr 27 19:37:54 rpmi: perl-Pod-Coverage-0.17-alt1 installed <13>Apr 27 19:37:54 rpmi: perl-Pod-Escapes-1.04-alt2 installed <13>Apr 27 19:37:54 rpmi: perl-Pod-Simple-3.05-alt1 installed <13>Apr 27 19:37:54 rpmi: perl-Sub-Uplevel-0.09-alt1 installed <13>Apr 27 19:37:54 rpmi: perl-Test-Pod-1.26-alt1 installed Installing perl-Test-Exception-0.27-alt2.src.rpm Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.54469 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf Test-Exception-0.27 + echo 'Source #0 (Test-Exception-0.27.tar.bz2):' Source #0 (Test-Exception-0.27.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/Test-Exception-0.27.tar.bz2 + /bin/tar -xf - + cd Test-Exception-0.27 + /bin/chmod -c -Rf u+rwX,go-w . mode of `./t/throws_ok.t' changed to 0644 (rw-r--r--) mode of `./t/stacktrace.t' changed to 0644 (rw-r--r--) mode of `./t/rt.t' changed to 0644 (rw-r--r--) mode of `./t/return.t' changed to 0755 (rwxr-xr-x) mode of `./t/preserve.t' changed to 0755 (rwxr-xr-x) mode of `./t/lives_and.t' changed to 0644 (rw-r--r--) mode of `./t/isa.t' changed to 0644 (rw-r--r--) mode of `./t/import.t' changed to 0644 (rw-r--r--) mode of `./t/Exception.t' changed to 0755 (rwxr-xr-x) mode of `./t/edge-cases.t' changed to 0644 (rw-r--r--) mode of `./t/developer/spelling.t' changed to 0644 (rw-r--r--) mode of `./t/developer/pod.t' changed to 0755 (rwxr-xr-x) mode of `./t/developer/perlcriticrc' changed to 0644 (rw-r--r--) mode of `./t/developer/perlcritic.t' changed to 0644 (rw-r--r--) mode of `./t/developer/documented.t' changed to 0755 (rwxr-xr-x) mode of `./t/caller.t' changed to 0644 (rw-r--r--) mode of `./README' changed to 0644 (rw-r--r--) mode of `./META.yml' changed to 0644 (rw-r--r--) mode of `./MANIFEST' changed to 0644 (rw-r--r--) mode of `./Makefile.PL' changed to 0644 (rw-r--r--) mode of `./lib/Test/Exception.pm' changed to 0755 (rwxr-xr-x) mode of `./Changes' changed to 0755 (rwxr-xr-x) mode of `./Build.PL' changed to 0644 (rw-r--r--) + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.54469 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Test-Exception-0.27 + 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 + _perl_vendor_MB_build + : writing Build script + /usr/bin/perl Build.PL installdirs=vendor - ERROR: Sub::Uplevel (0.09) is installed, but we need version >= 0.18 ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Checking whether your kit is complete... Looks good Checking prerequisites... Creating new 'Build' script for 'Test-Exception' version '0.27' + /usr/bin/perl -e '$req=require"./_build/prereqs";' -e 'while (my ($k, $v) = each %{$$req{requires}}) { print "perl($k)>=$v\n" }' -e 'while (my ($k, $v) = each %{$$req{recommends}}) { print "perl($k)>=$v\n" }' + tee .perl.req perl(perl)>=5.6.1 perl(Test::More)>=0.7 perl(Test::Harness)>=2.03 perl(Test::Builder)>=0.7 perl(Sub::Uplevel)>=0.18 perl(Test::Simple)>=0.7 perl(Test::Builder::Tester)>=1.07 + : running Build script + /usr/bin/perl Build Copying lib/Test/Exception.pm -> blib/lib/Test/Exception.pm Manifying blib/lib/Test/Exception.pm -> blib/libdoc/Test::Exception.3pm + _perl_vendor_check_dso + : checking for undefined symbols ++ find /usr/src/RPM/BUILD/Test-Exception-0.27/blib -type f -name '*.so' + BLIBS= + '[' -n '' ']' + return 0 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.92111 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Test-Exception-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-Test-Exception-buildroot + cd Test-Exception-0.27 + perl_vendor_install + /bin/grep -qs -Ew '(dist|module)_name' Build.PL + _perl_vendor_MB_install + : installing + /usr/bin/perl Build install destdir=/usr/src/tmp/perl-Test-Exception-buildroot installdirs=vendor Installing /usr/src/tmp/perl-Test-Exception-buildroot/usr/lib/perl5/vendor_perl/Test/Exception.pm Installing /usr/src/tmp/perl-Test-Exception-buildroot/usr/share/man/man3/Test::Exception.3pm Writing /usr/src/tmp/perl-Test-Exception-buildroot/usr/lib/perl5/vendor_perl/ppc-linux/auto/Test/Exception/.packlist + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-Test-Exception-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' + : prompting for files that contain /tmp + find /usr/src/tmp/perl-Test-Exception-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';' + _perl_vendor_save_prereq + /bin/grep -F 'perl(' .perl.req perl(perl)>=5.6.1 perl(Test::More)>=0.7 perl(Test::Harness)>=2.03 perl(Test::Builder)>=0.7 perl(Sub::Uplevel)>=0.18 perl(Test::Simple)>=0.7 perl(Test::Builder::Tester)>=1.07 + /bin/grep -F 'perl(' .perl.req + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/perl-Test-Exception-buildroot (auto) removed `./vendor_perl/ppc-linux/auto/Test/Exception/.packlist' Verifying and fixing files in /usr/src/tmp/perl-Test-Exception-buildroot (binconfig,pkgconfig,libtool) Compressing files in /usr/src/tmp/perl-Test-Exception-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Test-Exception-buildroot ./usr/lib: Verifying ELF objects in /usr/src/tmp/perl-Test-Exception-buildroot (arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Stripping binaries in /usr/src/tmp/perl-Test-Exception-buildroot (executable,shared) Processing files: perl-Test-Exception-0.27-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.88570 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-provides find-provides: running scripts (alternatives,lib,pam,perl,pkgconfig,python,shell) + exit 0 Finding Requires (using /usr/lib/rpm/find-requires) Executing(Requires): /bin/sh -e /usr/src/tmp/rpm-tmp.19481 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-requires find-requires: running scripts (files,lib,libperl,pam,perl,pkgconfig,pkgconfiglib,python,shebang,shell,static,symlinks) /usr/src/tmp/perl-Test-Exception-buildroot/usr/lib/perl5/vendor_perl/Test/Exception.pm syntax OK + exit 0 Provides: perl(Test/Exception.pm) = 0.270 Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1, rpmlib(CompressedFileNames) <= 3.0.4-1, rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: perl(Sub/Uplevel.pm) >= 0.180, perl(Test/Builder.pm) >= 0.700, perl(base.pm), perl(warnings.pm) Finding unpackaged files (using /usr/lib/rpm/check-files) Executing(check-files): /bin/sh -e /usr/src/tmp/rpm-tmp.49435 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/check-files + exit 0 Wrote: /usr/src/RPM/SRPMS/perl-Test-Exception-0.27-alt2.src.rpm Wrote: /usr/src/RPM/RPMS/noarch/perl-Test-Exception-0.27-alt2.noarch.rpm 1.61user 0.62system 0:04.86elapsed 45%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+128700minor)pagefaults 0swaps