<86>Apr 27 17:23:49 userdel[29655]: delete user `rooter' <86>Apr 27 17:23:49 userdel[29655]: remove group `rooter' <86>Apr 27 17:23:49 groupadd[29656]: new group: name=rooter, gid=501 <86>Apr 27 17:23:49 useradd[29657]: new user: name=rooter, uid=501, gid=501, home=/root, shell=/bin/bash <86>Apr 27 17:23:49 userdel[29659]: delete user `builder' <86>Apr 27 17:23:49 userdel[29659]: remove group `builder' <86>Apr 27 17:23:49 groupadd[29660]: new group: name=builder, gid=502 <86>Apr 27 17:23:49 useradd[29661]: new user: name=builder, uid=502, gid=502, home=/usr/src, shell=/bin/bash <13>Apr 27 17:23:51 rpmi: perl-devel-1:5.8.8-alt19.M41.1 installed Installing perl-FCGI-0.67-alt2.src.rpm Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.68680 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf FCGI-0.67 + echo 'Source #0 (FCGI-0.67.tar.gz):' Source #0 (FCGI-0.67.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/FCGI-0.67.tar.gz + /bin/tar -xf - + cd FCGI-0.67 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.68680 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd FCGI-0.67 + 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_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 Writing Makefile for FCGI Running ./configure for you Please read configure.readme for information on how to run it yourself checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... 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 for ssize_t... yes checking for sun_len in sys/un.h... no checking for fpos_t in stdio.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for unistd.h... (cached) yes checking for a fileno() prototype in stdio.h... yes checking whether cross-process locking is required by accept()... no checking whether va_arg(arg, long double) crashes the compiler... no checking for an ANSI C-conforming const... yes configure: creating ./config.status config.status: creating fcgi_config.h + : running make + '[' -n '' ']' + NPROCS=48 + make -j48 'OPTIMIZE=-pipe -Wall -O2 -fsigned-char -D_GNU_SOURCE' 'CP=/bin/cp -p' 'OTHERLDFLAGS=-lperl -lpthread ' make: Entering directory `/usr/src/RPM/BUILD/FCGI-0.67' /usr/bin/perl FCGI.PL FCGI.pm gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -pipe -Wall -O2 -fsigned-char -D_GNU_SOURCE -DVERSION=\"0.67\" -DXS_VERSION=\"0.67\" -fPIC -DPIC "-I/usr/lib/perl5/ppc-linux/CORE" fcgiapp.c gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -pipe -Wall -O2 -fsigned-char -D_GNU_SOURCE -DVERSION=\"0.67\" -DXS_VERSION=\"0.67\" -fPIC -DPIC "-I/usr/lib/perl5/ppc-linux/CORE" os_unix.c Running Mkbootstrap for FCGI () chmod 644 FCGI.bs /bin/cp -p FCGI.bs blib/arch/auto/FCGI/FCGI.bs chmod 644 blib/arch/auto/FCGI/FCGI.bs os_unix.c: In function 'OS_Accept': os_unix.c:1166: warning: pointer targets in passing argument 3 of 'accept' differ in signedness os_unix.c: In function 'OS_IsFcgi': os_unix.c:1266: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness Generating FCGI.pm cp FCGI.pm blib/arch/FCGI.pm /usr/bin/perl "-Iblib/arch" "-Iblib/lib" FCGI.XL FCGI.xs /usr/bin/perl "-Iblib/arch" "-Iblib/lib" echo.PL echo.fpl /usr/bin/perl "-Iblib/arch" "-Iblib/lib" remote.PL remote.fpl /usr/bin/perl "-Iblib/arch" "-Iblib/lib" threaded.PL threaded.fpl Generating FCGI.xs for Perl version 5.008008 /usr/bin/perl /usr/lib/perl5/ExtUtils/xsubpp -typemap /usr/lib/perl5/ExtUtils/typemap -typemap typemap FCGI.xs > FCGI.xsc && mv FCGI.xsc FCGI.c gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -pipe -Wall -O2 -fsigned-char -D_GNU_SOURCE -DVERSION=\"0.67\" -DXS_VERSION=\"0.67\" -fPIC -DPIC "-I/usr/lib/perl5/ppc-linux/CORE" FCGI.c FCGI.xs: In function 'FCGI_Finish': FCGI.xs:294: warning: suggest parentheses around assignment used as truth value FCGI.c: In function 'XS_FCGI__Stream_WRITE': FCGI.c:888: warning: unused variable 'targ' FCGI.c:887: warning: unused variable 'RETVAL' FCGI.c: In function 'XS_FCGI__Stream_GETC': FCGI.c:982: warning: unused variable 'RETVAL' rm -f blib/arch/auto/FCGI/FCGI.so gcc -shared -Wl,-O1 -L/usr/local/lib FCGI.o fcgiapp.o os_unix.o -lperl -lpthread -o blib/arch/auto/FCGI/FCGI.so \ \ -L/usr/lib/perl5/ppc-linux/CORE -lperl -lpthread -Wl,-z,defs,--warn-unresolved-symbols chmod 755 blib/arch/auto/FCGI/FCGI.so Manifying blib/man3/FCGI.3pm make: Leaving directory `/usr/src/RPM/BUILD/FCGI-0.67' + _perl_vendor_check_dso + : checking for undefined symbols ++ find /usr/src/RPM/BUILD/FCGI-0.67/blib -type f -name '*.so' + BLIBS=/usr/src/RPM/BUILD/FCGI-0.67/blib/arch/auto/FCGI/FCGI.so + '[' -n /usr/src/RPM/BUILD/FCGI-0.67/blib/arch/auto/FCGI/FCGI.so ']' + echo 'int main(){return 0;}' + gcc ldtest.c -lperl /usr/src/RPM/BUILD/FCGI-0.67/blib/arch/auto/FCGI/FCGI.so + LD_BIND_NOW=1 + ./a.out + rm -f ldtest.c ./a.out + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.52467 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-FCGI-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-FCGI-buildroot + cd FCGI-0.67 + perl_vendor_install + /bin/grep -qs -Ew '(dist|module)_name' Build.PL + _perl_vendor_MM_install + : installing + make 'INSTALL=/bin/install -p' UNINST=undef 'CP=/bin/cp -p' DESTDIR=/usr/src/tmp/perl-FCGI-buildroot PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN1DIR=/usr/src/tmp/perl-FCGI-buildroot/usr/share/man/man1 INSTALLMAN3DIR=/usr/src/tmp/perl-FCGI-buildroot/usr/share/man/man3 pure_install make: Entering directory `/usr/src/RPM/BUILD/FCGI-0.67' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-FCGI-buildroot/usr/lib/perl5/vendor_perl/ppc-linux/FCGI.pm Installing /usr/src/tmp/perl-FCGI-buildroot/usr/lib/perl5/vendor_perl/ppc-linux/auto/FCGI/FCGI.so Installing /usr/src/tmp/perl-FCGI-buildroot/usr/lib/perl5/vendor_perl/ppc-linux/auto/FCGI/FCGI.bs Installing /usr/src/tmp/perl-FCGI-buildroot/usr/share/man/man3/FCGI.3pm Writing /usr/src/tmp/perl-FCGI-buildroot/usr/lib/perl5/vendor_perl/ppc-linux/auto/FCGI/.packlist make: Leaving directory `/usr/src/RPM/BUILD/FCGI-0.67' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-FCGI-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' + : prompting for files that contain /tmp + find /usr/src/tmp/perl-FCGI-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';' + _perl_vendor_save_prereq + /bin/grep -F 'perl(' .perl.req + chmod -x LICENSE.TERMS + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/perl-FCGI-buildroot (auto) removed `./vendor_perl/ppc-linux/auto/FCGI/.packlist' removed `./vendor_perl/ppc-linux/auto/FCGI/FCGI.bs' mode of `./usr/lib/perl5/vendor_perl/ppc-linux/auto/FCGI/FCGI.so' changed to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-FCGI-buildroot (binconfig,pkgconfig,libtool) Compressing files in /usr/src/tmp/perl-FCGI-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-FCGI-buildroot ./usr/lib: Verifying ELF objects in /usr/src/tmp/perl-FCGI-buildroot (arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Stripping binaries in /usr/src/tmp/perl-FCGI-buildroot (executable,shared) Processing files: perl-FCGI-0.67-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.60695 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd FCGI-0.67 + DOCDIR=/usr/src/tmp/perl-FCGI-buildroot/usr/share/doc/perl-FCGI-0.67 + export DOCDIR + rm -rf /usr/src/tmp/perl-FCGI-buildroot/usr/share/doc/perl-FCGI-0.67 + /bin/mkdir -p /usr/src/tmp/perl-FCGI-buildroot/usr/share/doc/perl-FCGI-0.67 + cp -prL README ChangeLog LICENSE.TERMS echo.fpl remote.fpl threaded.fpl /usr/src/tmp/perl-FCGI-buildroot/usr/share/doc/perl-FCGI-0.67 + chmod -R go-w /usr/src/tmp/perl-FCGI-buildroot/usr/share/doc/perl-FCGI-0.67 + chmod -R a+rX /usr/src/tmp/perl-FCGI-buildroot/usr/share/doc/perl-FCGI-0.67 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.60695 + 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.32951 + 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-FCGI-buildroot/usr/lib/perl5/vendor_perl/ppc-linux/FCGI.pm syntax OK + exit 0 Provides: perl(FCGI.pm) = 0.670 Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1, rpmlib(CompressedFileNames) <= 3.0.4-1, rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libperl.so.5.8, libpthread.so.0(GLIBC_2.0), perl(DynaLoader.pm), rtld(GNU_HASH) Finding unpackaged files (using /usr/lib/rpm/check-files) Executing(check-files): /bin/sh -e /usr/src/tmp/rpm-tmp.31815 + 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-FCGI-0.67-alt2.src.rpm Wrote: /usr/src/RPM/RPMS/ppc/perl-FCGI-0.67-alt2.ppc.rpm 8.00user 2.28system 0:11.14elapsed 92%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+485899minor)pagefaults 0swaps