<86>Apr 23 19:32:16 userdel[22807]: delete user `rooter' <86>Apr 23 19:32:16 userdel[22807]: remove group `rooter' <86>Apr 23 19:32:16 groupadd[22808]: new group: name=rooter, gid=501 <86>Apr 23 19:32:16 useradd[22809]: new user: name=rooter, uid=501, gid=501, home=/root, shell=/bin/bash <86>Apr 23 19:32:16 userdel[22811]: delete user `builder' <86>Apr 23 19:32:16 userdel[22811]: remove group `builder' <86>Apr 23 19:32:16 groupadd[22812]: new group: name=builder, gid=502 <86>Apr 23 19:32:16 useradd[22813]: new user: name=builder, uid=502, gid=502, home=/usr/src, shell=/bin/bash Installing httptunnel-3.0.5-alt2.src.rpm Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.47520 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf httptunnel-3.0.5 + echo 'Source #0 (httptunnel-3.0.5.tar):' Source #0 (httptunnel-3.0.5.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/httptunnel-3.0.5.tar + cd httptunnel-3.0.5 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (httptunnel-3.0.5.bind.patch):' Patch #1 (httptunnel-3.0.5.bind.patch): + /usr/bin/patch -p1 patching file common.c patching file common.h patching file htc.c patching file tunnel.c + echo 'Patch #2 (httptunnel-3.0.5.debug.patch):' Patch #2 (httptunnel-3.0.5.debug.patch): + /usr/bin/patch -p1 patching file htc.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.47520 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd httptunnel-3.0.5 + 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 Remember to add `AC_PROG_LIBTOOL' to `configure.in'. Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL' You should update your `aclocal.m4' by running aclocal. + ./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 creating cache ./config.cache checking for a BSD compatible install... /bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for mawk... no checking for gawk... gawk checking for gcc... gcc checking whether the C compiler (gcc -pipe -Wall -O2 -fsigned-char ) works... yes checking whether the C compiler (gcc -pipe -Wall -O2 -fsigned-char ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for a BSD compatible install... /bin/install -c checking whether ln -s works... yes checking for ranlib... ranlib checking for gethostent... yes checking for setsockopt... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for fcntl.h... yes checking for syslog.h... yes checking for unistd.h... yes checking for sys/poll.h... yes checking for working const... yes checking for inline... inline checking for size_t... yes checking for socklen_t... yes checking whether INADDR_NONE is defined... yes checking size of char... 1 checking size of short... 2 checking size of int... 4 checking size of long... 4 checking size of long long... 8 checking for 8-bit clean memcmp... yes checking return type of signal handlers... void checking for vprintf... yes checking for socket... yes checking for strdup... yes checking for strerror... yes checking for daemon... yes checking for vsyslog... yes checking for poll... yes checking for select... yes checking for endprotoent... yes checking for vsnprintf... yes checking for syslog... yes updating cache ./config.cache creating ./config.status creating Makefile creating port/Makefile creating port/sys/Makefile creating config.h + '[' -n '' ']' + NPROCS=48 + make -j48 make: Entering directory `/usr/src/RPM/BUILD/httptunnel-3.0.5' make all-recursive make[1]: Entering directory `/usr/src/RPM/BUILD/httptunnel-3.0.5' Making all in port make[2]: Entering directory `/usr/src/RPM/BUILD/httptunnel-3.0.5/port' Making all in sys make[3]: Entering directory `/usr/src/RPM/BUILD/httptunnel-3.0.5/port/sys' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/src/RPM/BUILD/httptunnel-3.0.5/port/sys' make[3]: Entering directory `/usr/src/RPM/BUILD/httptunnel-3.0.5/port' gcc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Wall -O2 -fsigned-char -c poll.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Wall -O2 -fsigned-char -c daemon.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Wall -O2 -fsigned-char -c vsyslog.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Wall -O2 -fsigned-char -c endprotoent.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Wall -O2 -fsigned-char -c getopt.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Wall -O2 -fsigned-char -c getopt1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Wall -O2 -fsigned-char -c vsnprintf.c rm -f libport.a ar cru libport.a poll.o daemon.o vsyslog.o endprotoent.o getopt.o getopt1.o vsnprintf.o ranlib libport.a make[3]: Leaving directory `/usr/src/RPM/BUILD/httptunnel-3.0.5/port' make[2]: Leaving directory `/usr/src/RPM/BUILD/httptunnel-3.0.5/port' make[2]: Entering directory `/usr/src/RPM/BUILD/httptunnel-3.0.5' gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -pipe -Wall -O2 -fsigned-char -c htc.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -pipe -Wall -O2 -fsigned-char -c common.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -pipe -Wall -O2 -fsigned-char -c tunnel.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -pipe -Wall -O2 -fsigned-char -c http.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -pipe -Wall -O2 -fsigned-char -c base64.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Iport -pipe -Wall -O2 -fsigned-char -c hts.c base64.c: In function 'encode_base64': base64.c:44: warning: pointer targets in assignment differ in signedness base64.c:91: warning: pointer targets in assignment differ in signedness hts.c: In function 'main': hts.c:366: warning: implicit declaration of function 'time' hts.c:252: warning: ignoring return value of 'daemon', declared with attribute warn_unused_result tunnel.c: In function 'tunnel_in_setsockopts': tunnel.c:164: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness tunnel.c: In function 'tunnel_out_setsockopts': tunnel.c:198: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness tunnel.c:225: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness tunnel.c:254: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness tunnel.c:303: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness http.c: In function 'parse_header': http.c:329: warning: pointer targets in assignment differ in signedness http.c:336: warning: pointer targets in assignment differ in signedness http.c: In function 'http_parse_response': http.c:506: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness tunnel.c: In function 'tunnel_read': tunnel.c:932: warning: pointer targets in passing argument 3 of 'tunnel_read_request' differ in signedness http.c:519: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness http.c:532: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness http.c:545: warning: pointer targets in assignment differ in signedness tunnel.c: In function 'tunnel_accept': tunnel.c:1114: warning: pointer targets in passing argument 3 of 'accept' differ in signedness http.c: In function 'http_parse_request': http.c:654: warning: pointer targets in passing argument 1 of 'http_string_to_method' differ in signedness http.c:674: warning: pointer targets in assignment differ in signedness http.c:701: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness http.c:714: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness htc.c: In function 'main': htc.c:553: warning: implicit declaration of function 'time' htc.c:399: warning: ignoring return value of 'daemon', declared with attribute warn_unused_result gcc -pipe -Wall -O2 -fsigned-char -o htc htc.o common.o tunnel.o http.o base64.o -Lport -lport gcc -pipe -Wall -O2 -fsigned-char -o hts hts.o common.o tunnel.o http.o -Lport -lport make[2]: Leaving directory `/usr/src/RPM/BUILD/httptunnel-3.0.5' make[1]: Leaving directory `/usr/src/RPM/BUILD/httptunnel-3.0.5' make: Leaving directory `/usr/src/RPM/BUILD/httptunnel-3.0.5' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.25121 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/httptunnel-buildroot + : + /bin/rm -rf -- /usr/src/tmp/httptunnel-buildroot + cd httptunnel-3.0.5 + /usr/bin/make 'INSTALL=/bin/install -p' prefix=/usr/src/tmp/httptunnel-buildroot/usr exec_prefix=/usr/src/tmp/httptunnel-buildroot/usr bindir=/usr/src/tmp/httptunnel-buildroot/usr/bin sbindir=/usr/src/tmp/httptunnel-buildroot/usr/sbin sysconfdir=/usr/src/tmp/httptunnel-buildroot/etc datadir=/usr/src/tmp/httptunnel-buildroot/usr/share includedir=/usr/src/tmp/httptunnel-buildroot/usr/include libdir=/usr/src/tmp/httptunnel-buildroot/usr/lib libexecdir=/usr/src/tmp/httptunnel-buildroot/usr/lib localstatedir=/usr/src/tmp/httptunnel-buildroot/var/lib sharedstatedir=/usr/src/tmp/httptunnel-buildroot/usr/com mandir=/usr/src/tmp/httptunnel-buildroot/usr/share/man infodir=/usr/src/tmp/httptunnel-buildroot/usr/share/info install make: Entering directory `/usr/src/RPM/BUILD/httptunnel-3.0.5' Making install in port make[1]: Entering directory `/usr/src/RPM/BUILD/httptunnel-3.0.5/port' Making install in sys make[2]: Entering directory `/usr/src/RPM/BUILD/httptunnel-3.0.5/port/sys' make[3]: Entering directory `/usr/src/RPM/BUILD/httptunnel-3.0.5/port/sys' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/usr/src/RPM/BUILD/httptunnel-3.0.5/port/sys' make[2]: Leaving directory `/usr/src/RPM/BUILD/httptunnel-3.0.5/port/sys' make[2]: Entering directory `/usr/src/RPM/BUILD/httptunnel-3.0.5/port' make[3]: Entering directory `/usr/src/RPM/BUILD/httptunnel-3.0.5/port' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/usr/src/RPM/BUILD/httptunnel-3.0.5/port' make[2]: Leaving directory `/usr/src/RPM/BUILD/httptunnel-3.0.5/port' make[1]: Leaving directory `/usr/src/RPM/BUILD/httptunnel-3.0.5/port' make[1]: Entering directory `/usr/src/RPM/BUILD/httptunnel-3.0.5' make[2]: Entering directory `/usr/src/RPM/BUILD/httptunnel-3.0.5' /bin/sh ./mkinstalldirs /usr/src/tmp/httptunnel-buildroot/usr/bin mkdir /usr/src/tmp/httptunnel-buildroot mkdir /usr/src/tmp/httptunnel-buildroot/usr mkdir /usr/src/tmp/httptunnel-buildroot/usr/bin /bin/install -p htc /usr/src/tmp/httptunnel-buildroot/usr/bin/htc /bin/install -p hts /usr/src/tmp/httptunnel-buildroot/usr/bin/hts /usr/bin/make install-man1 make[3]: Entering directory `/usr/src/RPM/BUILD/httptunnel-3.0.5' /bin/sh ./mkinstalldirs /usr/src/tmp/httptunnel-buildroot/usr/share/man/man1 mkdir /usr/src/tmp/httptunnel-buildroot/usr/share mkdir /usr/src/tmp/httptunnel-buildroot/usr/share/man mkdir /usr/src/tmp/httptunnel-buildroot/usr/share/man/man1 /bin/install -p -m 644 ./hts.1 /usr/src/tmp/httptunnel-buildroot/usr/share/man/man1/hts.1 /bin/install -p -m 644 ./htc.1 /usr/src/tmp/httptunnel-buildroot/usr/share/man/man1/htc.1 make[3]: Leaving directory `/usr/src/RPM/BUILD/httptunnel-3.0.5' make[2]: Leaving directory `/usr/src/RPM/BUILD/httptunnel-3.0.5' make[1]: Leaving directory `/usr/src/RPM/BUILD/httptunnel-3.0.5' make: Leaving directory `/usr/src/RPM/BUILD/httptunnel-3.0.5' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/httptunnel-buildroot (auto) Verifying and fixing files in /usr/src/tmp/httptunnel-buildroot (binconfig,pkgconfig,libtool) Compressing files in /usr/src/tmp/httptunnel-buildroot (auto) Verifying ELF objects in /usr/src/tmp/httptunnel-buildroot (arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Stripping binaries in /usr/src/tmp/httptunnel-buildroot (executable,shared) Processing files: httptunnel-3.0.5-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.39824 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd httptunnel-3.0.5 + DOCDIR=/usr/src/tmp/httptunnel-buildroot/usr/share/doc/httptunnel-3.0.5 + export DOCDIR + rm -rf /usr/src/tmp/httptunnel-buildroot/usr/share/doc/httptunnel-3.0.5 + /bin/mkdir -p /usr/src/tmp/httptunnel-buildroot/usr/share/doc/httptunnel-3.0.5 + cp -prL AUTHORS COPYING ChangeLog DISCLAIMER FAQ HACKING NEWS README TODO /usr/src/tmp/httptunnel-buildroot/usr/share/doc/httptunnel-3.0.5 + chmod -R go-w /usr/src/tmp/httptunnel-buildroot/usr/share/doc/httptunnel-3.0.5 + chmod -R a+rX /usr/src/tmp/httptunnel-buildroot/usr/share/doc/httptunnel-3.0.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.39824 + 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.49026 + 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 Requires: /lib/ld.so.1, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding unpackaged files (using /usr/lib/rpm/check-files) Executing(check-files): /bin/sh -e /usr/src/tmp/rpm-tmp.78072 + 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/httptunnel-3.0.5-alt2.src.rpm Wrote: /usr/src/RPM/RPMS/ppc/httptunnel-3.0.5-alt2.ppc.rpm 5.29user 2.25system 0:10.00elapsed 75%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+491500minor)pagefaults 0swaps