<86>Apr 27 20:25:43 userdel[21021]: delete user `rooter' <86>Apr 27 20:25:43 userdel[21021]: remove group `rooter' <86>Apr 27 20:25:43 groupadd[21022]: new group: name=rooter, gid=501 <86>Apr 27 20:25:43 useradd[21023]: new user: name=rooter, uid=501, gid=501, home=/root, shell=/bin/bash <86>Apr 27 20:25:43 userdel[21025]: delete user `builder' <86>Apr 27 20:25:43 userdel[21025]: remove group `builder' <86>Apr 27 20:25:43 groupadd[21026]: new group: name=builder, gid=502 <86>Apr 27 20:25:43 useradd[21027]: new user: name=builder, uid=502, gid=502, home=/usr/src, shell=/bin/bash <13>Apr 27 20:25:45 rpmi: ca-certificates-2007.02.06-alt1 installed <13>Apr 27 20:25:45 rpmi: libssl6-0.9.8d-alt4 installed <13>Apr 27 20:25:45 rpmi: libpq5.3-8.3.1-alt3 installed <13>Apr 27 20:25:45 rpmi: libecpg6.0-8.3.1-alt3 installed <13>Apr 27 20:25:45 rpmi: libecpg6.0-devel-8.3.1-alt3 installed <13>Apr 27 20:25:45 rpmi: libpq5.3-devel-8.3.1-alt3 installed <13>Apr 27 20:25:46 rpmi: postgresql8.3-devel-8.3.1-alt3 installed <13>Apr 27 20:25:46 rpmi: flex-2.5.33-alt3 installed <13>Apr 27 20:25:46 rpmi: gcc-c++-common-1.4.11-alt1 installed <13>Apr 27 20:25:46 rpmi: libstdc++4.3-4.3.2-alt6 installed <13>Apr 27 20:25:47 rpmi: libstdc++4.3-devel-4.3.2-alt6 installed <13>Apr 27 20:25:47 rpmi: gcc4.3-c++-4.3.2-alt6 installed Installing pgpool-II-2.1-alt1.src.rpm Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.42933 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pgpool-II-2.1 + echo 'Source #0 (pgpool-II-2.1.tar.gz):' Source #0 (pgpool-II-2.1.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/pgpool-II-2.1.tar.gz + /bin/tar -xf - + cd pgpool-II-2.1 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (pgpool-II-alt-pidfile-path.patch):' Patch #0 (pgpool-II-alt-pidfile-path.patch): + /usr/bin/patch -p0 patching file ./pool.h Hunk #2 succeeded at 136 with fuzz 1 (offset 13 lines). patching file ./pgpool.conf.sample Hunk #1 succeeded at 54 with fuzz 1 (offset 10 lines). patching file ./pool_process_query.c Hunk #1 succeeded at 3169 with fuzz 2 (offset 581 lines). patching file ./pool_config.c Hunk #1 succeeded at 1824 (offset 151 lines). Hunk #2 succeeded at 2143 (offset 151 lines). patching file ./pool_config.l Hunk #1 succeeded at 136 (offset 1 line). Hunk #2 succeeded at 455 (offset 1 line). patching file main.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.42933 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pgpool-II-2.1 + CFLAGS='-pipe -Wall -O2 -fsigned-char' + export CFLAGS + CXXFLAGS='-pipe -Wall -O2 -fsigned-char' + export CXXFLAGS + FFLAGS='-pipe -Wall -O2 -fsigned-char' + export FFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + '[' -f configure.ac -o -f configure.in ']' + libtoolize --copy --force Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL' + ./configure --build=ppc-alt-linux --host=ppc-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --without-included-gettext --includedir=/usr/include/pgsql checking for ppc-alt-linux-gcc... ppc-alt-linux-gcc checking for C compiler default output file name... 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 ppc-alt-linux-gcc accepts -g... yes checking for ppc-alt-linux-gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of ppc-alt-linux-gcc... none checking for ppc-alt-linux-ranlib... no checking for ranlib... ranlib checking build system type... powerpc-alt-linux-gnu checking host system type... powerpc-alt-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by ppc-alt-linux-gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... (cached) pass_all checking how to run the C preprocessor... ppc-alt-linux-gcc -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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ppc-alt-linux-g++... ppc-alt-linux-g++ checking whether we are using the GNU C++ compiler... yes checking whether ppc-alt-linux-g++ accepts -g... yes checking dependency style of ppc-alt-linux-g++... none checking how to run the C++ preprocessor... ppc-alt-linux-g++ -E checking for ppc-alt-linux-g77... no checking for ppc-alt-linux-xlf... no checking for ppc-alt-linux-f77... no checking for ppc-alt-linux-frt... no checking for ppc-alt-linux-pgf77... no checking for ppc-alt-linux-cf77... no checking for ppc-alt-linux-fort77... no checking for ppc-alt-linux-fl32... no checking for ppc-alt-linux-af77... no checking for ppc-alt-linux-xlf90... no checking for ppc-alt-linux-f90... no checking for ppc-alt-linux-pgf90... no checking for ppc-alt-linux-pghpf... no checking for ppc-alt-linux-epcf90... no checking for ppc-alt-linux-gfortran... no checking for ppc-alt-linux-g95... no checking for ppc-alt-linux-xlf95... no checking for ppc-alt-linux-f95... no checking for ppc-alt-linux-fort... no checking for ppc-alt-linux-ifort... no checking for ppc-alt-linux-ifc... no checking for ppc-alt-linux-efc... no checking for ppc-alt-linux-pgf95... no checking for ppc-alt-linux-lf95... no checking for ppc-alt-linux-ftn... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from ppc-alt-linux-gcc object... ok checking for objdir... .libs checking for ppc-alt-linux-ar... no checking for ar... ar checking for ppc-alt-linux-ranlib... ranlib checking for ppc-alt-linux-strip... no checking for strip... strip checking if ppc-alt-linux-gcc supports -fno-rtti -fno-exceptions... no checking for ppc-alt-linux-gcc option to produce PIC... -fPIC checking if ppc-alt-linux-gcc PIC flag -fPIC works... yes checking if ppc-alt-linux-gcc static flag -static works... no checking if ppc-alt-linux-gcc supports -c -o file.o... yes checking whether the ppc-alt-linux-gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by ppc-alt-linux-g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the ppc-alt-linux-g++ linker (/usr/bin/ld) supports shared libraries... yes checking for ppc-alt-linux-g++ option to produce PIC... -fPIC checking if ppc-alt-linux-g++ PIC flag -fPIC works... yes checking if ppc-alt-linux-g++ static flag -static works... no checking if ppc-alt-linux-g++ supports -c -o file.o... yes checking whether the ppc-alt-linux-g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... bison -y checking for -Wall option... yes checking for -Wmissing-prototypes option... yes checking for -Wmissing-declarations option... yes checking for main in -lm... yes checking for main in -lnsl... yes checking for main in -lsocket... no checking for main in -lipc... no checking for main in -lIPC... no checking for main in -llc... no checking for main in -lcompat... no checking for main in -lBSD... no checking for main in -lgen... no checking for main in -lPW... no checking for main in -lresolv... yes checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/types.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/sem.h usability... yes checking sys/sem.h presence... yes checking for sys/sem.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking sys/pstat.h usability... no checking sys/pstat.h presence... no checking for sys/pstat.h... no checking for an ANSI C-conforming const... yes checking for pid_t... yes checking whether time.h and sys/time.h may both be included... yes checking for struct sockaddr_storage... yes checking for struct sockaddr_storage.ss_family... yes checking for struct sockaddr_storage.__ss_family... no checking for struct sockaddr_storage.ss_len... no checking for struct sockaddr_storage.__ss_len... no checking for struct sockaddr.sa_len... no checking for union semun... no checking return type of signal handlers... void checking for vprintf... yes checking for _doprnt... no checking for wait3 that fills in rusage... yes checking types of arguments for accept()... int, int, struct sockaddr *, size_t * checking for setsid... yes checking for select... yes checking for socket... yes checking for sigprocmask... yes checking for strdup... yes checking for strerror... yes checking for strftime... yes checking for strtok... yes checking for asprintf... yes checking for gai_strerror... yes checking for hstrerror... yes checking for pstat... no checking for setproctitle... no checking for pg_config... pg_config checking for PQexecPrepared in -lpq... yes checking for PQprepare... yes configure: creating ./config.status config.status: creating Makefile config.status: creating parser/Makefile config.status: creating pcp/Makefile config.status: creating config.h config.status: executing depfiles commands + '[' -n '' ']' + NPROCS=48 + make -j48 make: Entering directory `/usr/src/RPM/BUILD/pgpool-II-2.1' make all-recursive make[1]: Entering directory `/usr/src/RPM/BUILD/pgpool-II-2.1' Making all in parser make[2]: Entering directory `/usr/src/RPM/BUILD/pgpool-II-2.1/parser' ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c gram.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c list.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c makefuncs.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c nodes.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c parser.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_memory.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_string.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c value.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c keywords.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c outfuncs.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c copyfuncs.c In file included from gram.y:9904: scan.c:2619: warning: no previous prototype for 'base_yyget_lineno' scan.c:2628: warning: no previous prototype for 'base_yyget_in' scan.c:2636: warning: no previous prototype for 'base_yyget_out' scan.c:2644: warning: no previous prototype for 'base_yyget_leng' scan.c:2653: warning: no previous prototype for 'base_yyget_text' scan.c:2662: warning: no previous prototype for 'base_yyset_lineno' scan.c:2674: warning: no previous prototype for 'base_yyset_in' scan.c:2679: warning: no previous prototype for 'base_yyset_out' scan.c:2684: warning: no previous prototype for 'base_yyget_debug' scan.c:2689: warning: no previous prototype for 'base_yyset_debug' scan.c:2723: warning: no previous prototype for 'base_yylex_destroy' scan.c:2175: warning: 'input' defined but not used rm -f libsql-parser.a ar cru libsql-parser.a gram.o list.o makefuncs.o nodes.o parser.o pool_memory.o pool_string.o value.o keywords.o outfuncs.o copyfuncs.o ranlib libsql-parser.a make[2]: Leaving directory `/usr/src/RPM/BUILD/pgpool-II-2.1/parser' Making all in pcp make[2]: Entering directory `/usr/src/RPM/BUILD/pgpool-II-2.1/pcp' /bin/sh ../libtool --tag=CC --mode=compile ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c -o pcp.lo pcp.c /bin/sh ../libtool --tag=CC --mode=compile ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c -o pcp_stream.lo pcp_stream.c /bin/sh ../libtool --tag=CC --mode=compile ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c -o pcp_error.lo pcp_error.c /bin/sh ../libtool --tag=CC --mode=compile ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c -o md5.lo md5.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pcp_stop_pgpool.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pcp_node_count.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pcp_node_info.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pcp_proc_count.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pcp_proc_info.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pcp_systemdb_info.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pcp_detach_node.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pcp_attach_node.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pcp_recovery_node.c mkdir .libs ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pcp_stream.c -fPIC -DPIC -o .libs/pcp_stream.o ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pcp.c -fPIC -DPIC -o .libs/pcp.o ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c md5.c -fPIC -DPIC -o .libs/md5.o ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pcp_error.c -fPIC -DPIC -o .libs/pcp_error.o ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pcp_error.c -o pcp_error.o >/dev/null 2>&1 ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pcp_stream.c -o pcp_stream.o >/dev/null 2>&1 ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c md5.c -o md5.o >/dev/null 2>&1 ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I .. -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pcp.c -o pcp.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o libpcp.la -rpath /usr/lib pcp.lo pcp_stream.lo pcp_error.lo md5.lo -lresolv -lnsl -lm ppc-alt-linux-gcc -shared .libs/pcp.o .libs/pcp_stream.o .libs/pcp_error.o .libs/md5.o -lresolv -lnsl -lm -Wl,-soname -Wl,libpcp.so.0 -o .libs/libpcp.so.0.0.0 (cd .libs && rm -f libpcp.so.0 && ln -s libpcp.so.0.0.0 libpcp.so.0) (cd .libs && rm -f libpcp.so && ln -s libpcp.so.0.0.0 libpcp.so) ar cru .libs/libpcp.a pcp.o pcp_stream.o pcp_error.o md5.o ranlib .libs/libpcp.a creating libpcp.la (cd .libs && rm -f libpcp.la && ln -s ../libpcp.la libpcp.la) /bin/sh ../libtool --tag=CC --mode=link ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o pcp_stop_pgpool pcp_stop_pgpool.o libpcp.la -lresolv -lnsl -lm /bin/sh ../libtool --tag=CC --mode=link ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o pcp_node_count pcp_node_count.o libpcp.la -lresolv -lnsl -lm /bin/sh ../libtool --tag=CC --mode=link ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o pcp_node_info pcp_node_info.o libpcp.la -lresolv -lnsl -lm /bin/sh ../libtool --tag=CC --mode=link ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o pcp_proc_count pcp_proc_count.o libpcp.la -lresolv -lnsl -lm /bin/sh ../libtool --tag=CC --mode=link ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o pcp_systemdb_info pcp_systemdb_info.o libpcp.la -lresolv -lnsl -lm /bin/sh ../libtool --tag=CC --mode=link ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o pcp_detach_node pcp_detach_node.o libpcp.la -lresolv -lnsl -lm /bin/sh ../libtool --tag=CC --mode=link ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o pcp_attach_node pcp_attach_node.o libpcp.la -lresolv -lnsl -lm /bin/sh ../libtool --tag=CC --mode=link ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o pcp_recovery_node pcp_recovery_node.o libpcp.la -lresolv -lnsl -lm /bin/sh ../libtool --tag=CC --mode=link ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o pcp_proc_info pcp_proc_info.o libpcp.la -lresolv -lnsl -lm ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o .libs/pcp_recovery_node pcp_recovery_node.o ./.libs/libpcp.so -lresolv -lnsl -lm ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o .libs/pcp_proc_info pcp_proc_info.o ./.libs/libpcp.so -lresolv -lnsl -lm ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o .libs/pcp_node_info pcp_node_info.o ./.libs/libpcp.so -lresolv -lnsl -lm ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o .libs/pcp_proc_count pcp_proc_count.o ./.libs/libpcp.so -lresolv -lnsl -lm ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o .libs/pcp_detach_node pcp_detach_node.o ./.libs/libpcp.so -lresolv -lnsl -lm ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o .libs/pcp_stop_pgpool pcp_stop_pgpool.o ./.libs/libpcp.so -lresolv -lnsl -lm ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o .libs/pcp_node_count pcp_node_count.o ./.libs/libpcp.so -lresolv -lnsl -lm creating pcp_recovery_node creating pcp_proc_info creating pcp_proc_count creating pcp_detach_node creating pcp_node_info creating pcp_stop_pgpool creating pcp_node_count ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o .libs/pcp_systemdb_info pcp_systemdb_info.o ./.libs/libpcp.so -lresolv -lnsl -lm ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o .libs/pcp_attach_node pcp_attach_node.o ./.libs/libpcp.so -lresolv -lnsl -lm creating pcp_systemdb_info creating pcp_attach_node make[2]: Leaving directory `/usr/src/RPM/BUILD/pgpool-II-2.1/pcp' make[2]: Entering directory `/usr/src/RPM/BUILD/pgpool-II-2.1' ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c main.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c child.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_auth.c /bin/sh ./ylwrap pool_config.l lex.yy.c pool_config.c -- flex ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_error.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_process_query.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_stream.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_connection_pool.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_params.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_signal.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pcp_child.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c md5.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_shmem.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_sema.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_system.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_rewrite_query.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_rewrite_outfuncs.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_query_cache.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_hba.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_path.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_ip.c pool_error.c: In function 'pool_error': pool_error.c:56: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result pool_error.c:58: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result pool_error.c: In function 'pool_debug': pool_error.c:102: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result pool_error.c:104: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result pool_error.c: In function 'pool_log': pool_error.c:145: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result pool_error.c:147: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c ps_status.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c strlcpy.c main.c: In function 'write_pid_file': main.c:738: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result pool_rewrite_query.c:437: warning: 'check_whereClause' defined but not usedmain.c: In function 'failover_handler': main.c:1101: warning: ignoring return value of 'write', declared with attribute warn_unused_result main.c: In function 'health_check':ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c recovery.c main.c:1390: warning: ignoring return value of 'read', declared with attribute warn_unused_result main.c: In function 'system_db_health_check': main.c:1467: warning: ignoring return value of 'read', declared with attribute warn_unused_result main.c: In function 'reap_handler': main.c:1489: warning: ignoring return value of 'write', declared with attribute warn_unused_result ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pg_md5.c main.c: In function 'wakeup_handler': main.c:1639: warning: ignoring return value of 'write', declared with attribute warn_unused_result main.c: In function 'reload_config_handler': main.c:1651: warning: ignoring return value of 'write', declared with attribute warn_unused_result main.c: In function 'pool_pause': main.c:1698: warning: ignoring return value of 'read', declared with attribute warn_unused_result sed 's,@sysconfdir\@,/etc,g' pgpool.8.in >pgpool.8 ppc-alt-linux-gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/etc\" -I. -D_GNU_SOURCE -I /usr/include/pgsql -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -c pool_config.c pool_config.c: In function 'yylex': pool_config.l:99: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result pool_config.c: At top level: pool_config.c:1612: warning: no previous prototype for 'yyget_lineno' pool_config.c:1621: warning: no previous prototype for 'yyget_in' pool_config.c:1629: warning: no previous prototype for 'yyget_out' pool_config.c:1637: warning: no previous prototype for 'yyget_leng' pool_config.c:1646: warning: no previous prototype for 'yyget_text' pool_config.c:1655: warning: no previous prototype for 'yyset_lineno' pool_config.c:1667: warning: no previous prototype for 'yyset_in' pool_config.c:1672: warning: no previous prototype for 'yyset_out' pool_config.c:1677: warning: no previous prototype for 'yyget_debug' pool_config.c:1682: warning: no previous prototype for 'yyset_debug' pool_config.c:1716: warning: no previous prototype for 'yylex_destroy' /bin/sh ./libtool --tag=CC --mode=link ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o pg_md5 pg_md5.o md5.o -lresolv -lnsl -lm pool_config.c:1168: warning: 'input' defined but not used mkdir .libs ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o pg_md5 pg_md5.o md5.o -lresolv -lnsl -lm /bin/sh ./libtool --tag=CC --mode=link ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -rpath /usr/lib -rpath /usr/lib -o pgpool main.o child.o pool_auth.o pool_config.o pool_error.o pool_process_query.o pool_stream.o pool_connection_pool.o pool_params.o pool_signal.o pcp_child.o md5.o pool_shmem.o pool_sema.o pool_system.o pool_rewrite_query.o pool_rewrite_outfuncs.o pool_query_cache.o pool_hba.o pool_path.o pool_ip.o ps_status.o strlcpy.o recovery.o -L/usr/lib -lpq parser/libsql-parser.a pcp/libpcp.la parser/nodes.o -lresolv -lnsl -lm ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -Wall -Wmissing-prototypes -Wmissing-declarations -o .libs/pgpool main.o child.o pool_auth.o pool_config.o pool_error.o pool_process_query.o pool_stream.o pool_connection_pool.o pool_params.o pool_signal.o pcp_child.o md5.o pool_shmem.o pool_sema.o pool_system.o pool_rewrite_query.o pool_rewrite_outfuncs.o pool_query_cache.o pool_hba.o pool_path.o pool_ip.o ps_status.o strlcpy.o recovery.o parser/nodes.o -L/usr/lib -lpq parser/libsql-parser.a pcp/.libs/libpcp.so -lresolv -lnsl -lm -Wl,--rpath -Wl,/usr/lib creating pgpool make[2]: Leaving directory `/usr/src/RPM/BUILD/pgpool-II-2.1' make[1]: Leaving directory `/usr/src/RPM/BUILD/pgpool-II-2.1' make: Leaving directory `/usr/src/RPM/BUILD/pgpool-II-2.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.30486 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/pgpool-II-buildroot + : + /bin/rm -rf -- /usr/src/tmp/pgpool-II-buildroot + cd pgpool-II-2.1 + /usr/sbin/groupadd -g 46 postgres groupadd: PAM authentication failed + : + /usr/sbin/useradd -M -o -r -d /var/lib/pgsql -s /dev/null -c 'PostgreSQL Server, slony1, pgpool daemon' -u 46 postgres -g postgres useradd: PAM authentication failed + : + make DESTDIR=/usr/src/tmp/pgpool-II-buildroot install make: Entering directory `/usr/src/RPM/BUILD/pgpool-II-2.1' Making install in parser make[1]: Entering directory `/usr/src/RPM/BUILD/pgpool-II-2.1/parser' make[2]: Entering directory `/usr/src/RPM/BUILD/pgpool-II-2.1/parser' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/src/RPM/BUILD/pgpool-II-2.1/parser' make[1]: Leaving directory `/usr/src/RPM/BUILD/pgpool-II-2.1/parser' Making install in pcp make[1]: Entering directory `/usr/src/RPM/BUILD/pgpool-II-2.1/pcp' make[2]: Entering directory `/usr/src/RPM/BUILD/pgpool-II-2.1/pcp' test -z "/usr/lib" || /bin/mkdir -p "/usr/src/tmp/pgpool-II-buildroot/usr/lib" /bin/sh ../libtool --mode=install /bin/install -c 'libpcp.la' '/usr/src/tmp/pgpool-II-buildroot/usr/lib/libpcp.la' /bin/install -c .libs/libpcp.so.0.0.0 /usr/src/tmp/pgpool-II-buildroot/usr/lib/libpcp.so.0.0.0 (cd /usr/src/tmp/pgpool-II-buildroot/usr/lib && { ln -s -f libpcp.so.0.0.0 libpcp.so.0 || { rm -f libpcp.so.0 && ln -s libpcp.so.0.0.0 libpcp.so.0; }; }) (cd /usr/src/tmp/pgpool-II-buildroot/usr/lib && { ln -s -f libpcp.so.0.0.0 libpcp.so || { rm -f libpcp.so && ln -s libpcp.so.0.0.0 libpcp.so; }; }) /bin/install -c .libs/libpcp.lai /usr/src/tmp/pgpool-II-buildroot/usr/lib/libpcp.la /bin/install -c .libs/libpcp.a /usr/src/tmp/pgpool-II-buildroot/usr/lib/libpcp.a chmod 644 /usr/src/tmp/pgpool-II-buildroot/usr/lib/libpcp.a ranlib /usr/src/tmp/pgpool-II-buildroot/usr/lib/libpcp.a libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/bin" || /bin/mkdir -p "/usr/src/tmp/pgpool-II-buildroot/usr/bin" /bin/sh ../libtool --mode=install /bin/install -c 'pcp_stop_pgpool' '/usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_stop_pgpool' libtool: install: warning: `libpcp.la' has not been installed in `/usr/lib' /bin/install -c .libs/pcp_stop_pgpool /usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_stop_pgpool /bin/sh ../libtool --mode=install /bin/install -c 'pcp_node_count' '/usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_node_count' libtool: install: warning: `libpcp.la' has not been installed in `/usr/lib' /bin/install -c .libs/pcp_node_count /usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_node_count /bin/sh ../libtool --mode=install /bin/install -c 'pcp_node_info' '/usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_node_info' libtool: install: warning: `libpcp.la' has not been installed in `/usr/lib' /bin/install -c .libs/pcp_node_info /usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_node_info /bin/sh ../libtool --mode=install /bin/install -c 'pcp_proc_count' '/usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_proc_count' libtool: install: warning: `libpcp.la' has not been installed in `/usr/lib' /bin/install -c .libs/pcp_proc_count /usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_proc_count /bin/sh ../libtool --mode=install /bin/install -c 'pcp_proc_info' '/usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_proc_info' libtool: install: warning: `libpcp.la' has not been installed in `/usr/lib' /bin/install -c .libs/pcp_proc_info /usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_proc_info /bin/sh ../libtool --mode=install /bin/install -c 'pcp_systemdb_info' '/usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_systemdb_info' libtool: install: warning: `libpcp.la' has not been installed in `/usr/lib' /bin/install -c .libs/pcp_systemdb_info /usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_systemdb_info /bin/sh ../libtool --mode=install /bin/install -c 'pcp_detach_node' '/usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_detach_node' libtool: install: warning: `libpcp.la' has not been installed in `/usr/lib' /bin/install -c .libs/pcp_detach_node /usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_detach_node /bin/sh ../libtool --mode=install /bin/install -c 'pcp_attach_node' '/usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_attach_node' libtool: install: warning: `libpcp.la' has not been installed in `/usr/lib' /bin/install -c .libs/pcp_attach_node /usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_attach_node /bin/sh ../libtool --mode=install /bin/install -c 'pcp_recovery_node' '/usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_recovery_node' libtool: install: warning: `libpcp.la' has not been installed in `/usr/lib' /bin/install -c .libs/pcp_recovery_node /usr/src/tmp/pgpool-II-buildroot/usr/bin/pcp_recovery_node test -z "/usr/include/pgsql" || /bin/mkdir -p "/usr/src/tmp/pgpool-II-buildroot/usr/include/pgsql" /bin/install -c -m 644 'pcp.h' '/usr/src/tmp/pgpool-II-buildroot/usr/include/pgsql/pcp.h' /bin/install -c -m 644 '../pool_type.h' '/usr/src/tmp/pgpool-II-buildroot/usr/include/pgsql/pool_type.h' make[2]: Leaving directory `/usr/src/RPM/BUILD/pgpool-II-2.1/pcp' make[1]: Leaving directory `/usr/src/RPM/BUILD/pgpool-II-2.1/pcp' make[1]: Entering directory `/usr/src/RPM/BUILD/pgpool-II-2.1' make[2]: Entering directory `/usr/src/RPM/BUILD/pgpool-II-2.1' test -z "/usr/bin" || /bin/mkdir -p "/usr/src/tmp/pgpool-II-buildroot/usr/bin" /bin/sh ./libtool --mode=install /bin/install -c 'pgpool' '/usr/src/tmp/pgpool-II-buildroot/usr/bin/pgpool' libtool: install: warning: `pcp/libpcp.la' has not been installed in `/usr/lib' /bin/install -c .libs/pgpool /usr/src/tmp/pgpool-II-buildroot/usr/bin/pgpool /bin/sh ./libtool --mode=install /bin/install -c 'pg_md5' '/usr/src/tmp/pgpool-II-buildroot/usr/bin/pg_md5' /bin/install -c pg_md5 /usr/src/tmp/pgpool-II-buildroot/usr/bin/pg_md5 test -z "/etc" || /bin/mkdir -p "/usr/src/tmp/pgpool-II-buildroot/etc" /bin/install -c -m 644 'pgpool.conf.sample' '/usr/src/tmp/pgpool-II-buildroot/etc/pgpool.conf.sample' /bin/install -c -m 644 'pcp.conf.sample' '/usr/src/tmp/pgpool-II-buildroot/etc/pcp.conf.sample' /bin/install -c -m 644 'pool_hba.conf.sample' '/usr/src/tmp/pgpool-II-buildroot/etc/pool_hba.conf.sample' test -z "/usr/share/man/man8" || /bin/mkdir -p "/usr/src/tmp/pgpool-II-buildroot/usr/share/man/man8" /bin/install -c -m 644 './pgpool.8' '/usr/src/tmp/pgpool-II-buildroot/usr/share/man/man8/pgpool.8' test -z "/usr/share/pgpool-II" || /bin/mkdir -p "/usr/src/tmp/pgpool-II-buildroot/usr/share/pgpool-II" /bin/install -c -m 644 'sql/system_db.sql' '/usr/src/tmp/pgpool-II-buildroot/usr/share/pgpool-II/system_db.sql' /bin/install -c -m 644 'sample/pgpool.pam' '/usr/src/tmp/pgpool-II-buildroot/usr/share/pgpool-II/pgpool.pam' make[2]: Leaving directory `/usr/src/RPM/BUILD/pgpool-II-2.1' make[1]: Leaving directory `/usr/src/RPM/BUILD/pgpool-II-2.1' make: Leaving directory `/usr/src/RPM/BUILD/pgpool-II-2.1' + /bin/install -p -m755 -D /usr/src/RPM/SOURCES/pgpool.init /usr/src/tmp/pgpool-II-buildroot/etc/rc.d/init.d/pgpool + /bin/mkdir -p /usr/src/tmp/pgpool-II-buildroot/var/run/pgpool /usr/src/tmp/pgpool-II-buildroot/var/log/pgpool /usr/src/tmp/pgpool-II-buildroot/etc/pgpool.d + mv /usr/src/tmp/pgpool-II-buildroot/etc/pgpool.conf.sample /usr/src/tmp/pgpool-II-buildroot/etc/pgpool.d/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/pgpool-II-buildroot (auto) removed `./usr/lib/libpcp.la' mode of `./usr/lib/libpcp.so.0.0.0' changed to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/pgpool-II-buildroot (binconfig,pkgconfig,libtool) Compressing files in /usr/src/tmp/pgpool-II-buildroot (auto) Adjusting library links in /usr/src/tmp/pgpool-II-buildroot ./usr/lib: libpcp.so.0 -> libpcp.so.0.0.0 Verifying ELF objects in /usr/src/tmp/pgpool-II-buildroot (arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Stripping binaries in /usr/src/tmp/pgpool-II-buildroot (executable,shared) Processing files: pgpool-II-2.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.10075 + 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(pre) (using /usr/lib/rpm/find-scriptlet-requires) Executing(Requires(pre)): /bin/sh -e /usr/src/tmp/rpm-tmp.857 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-scriptlet-requires /usr/src/tmp/pgpool-II-buildroot/.pre:pgpool-II + exit 0 Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing(Requires(post)): /bin/sh -e /usr/src/tmp/rpm-tmp.62155 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-scriptlet-requires /usr/src/tmp/pgpool-II-buildroot/.post:pgpool-II + exit 0 Finding Requires (using /usr/lib/rpm/find-requires) Executing(Requires): /bin/sh -e /usr/src/tmp/rpm-tmp.76921 + 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,pam,perl,pkgconfig,pkgconfiglib,python,shebang,shell,static,symlinks) + exit 0 Provides: libpcp.so.0 Requires(interp): /bin/sh, /bin/sh Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1, rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(pre): /bin/sh, /usr/sbin/groupadd, /usr/sbin/useradd Requires(post): /bin/sh, /usr/sbin/post_service Requires: /bin/su, /etc/rc.d/init.d(action), /etc/rc.d/init.d(echo_failure), /etc/rc.d/init.d(echo_success), /etc/rc.d/init.d(msg_reloading), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d/functions, /lib/ld.so.1, coreutils, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libcrypt.so.1(GLIBC_2.0), libpq.so.5, rtld(GNU_HASH) Processing files: pgpool-II-devel-2.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.93639 + 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.94295 + 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,pam,perl,pkgconfig,pkgconfiglib,python,shebang,shell,static,symlinks) + exit 0 Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1, rpmlib(CompressedFileNames) <= 3.0.4-1 Finding unpackaged files (using /usr/lib/rpm/check-files) Executing(check-files): /bin/sh -e /usr/src/tmp/rpm-tmp.51312 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/check-files + exit 0 warning: Installed (but unpackaged) file(s) found: /etc/pgpool.d/pgpool.conf.sample Wrote: /usr/src/RPM/SRPMS/pgpool-II-2.1-alt1.src.rpm Wrote: /usr/src/RPM/RPMS/ppc/pgpool-II-2.1-alt1.ppc.rpm Wrote: /usr/src/RPM/RPMS/ppc/pgpool-II-devel-2.1-alt1.ppc.rpm 52.78user 11.34system 0:52.96elapsed 121%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+2514796minor)pagefaults 0swaps