<86>Jan 26 05:20:22 userdel[32045]: delete user 'rooter' <86>Jan 26 05:20:22 userdel[32045]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 26 05:20:22 groupadd[32056]: group added to /etc/group: name=rooter, GID=558 <86>Jan 26 05:20:22 groupadd[32056]: group added to /etc/gshadow: name=rooter <86>Jan 26 05:20:22 groupadd[32056]: new group: name=rooter, GID=558 <86>Jan 26 05:20:22 useradd[32065]: new user: name=rooter, UID=558, GID=558, home=/root, shell=/bin/bash <86>Jan 26 05:20:22 userdel[32081]: delete user 'builder' <86>Jan 26 05:20:22 userdel[32081]: removed group 'builder' owned by 'builder' <86>Jan 26 05:20:22 userdel[32081]: removed shadow group 'builder' owned by 'builder' <86>Jan 26 05:20:22 groupadd[32094]: group added to /etc/group: name=builder, GID=559 <86>Jan 26 05:20:22 groupadd[32094]: group added to /etc/gshadow: name=builder <86>Jan 26 05:20:22 groupadd[32094]: new group: name=builder, GID=559 <86>Jan 26 05:20:22 useradd[32103]: new user: name=builder, UID=559, GID=559, home=/usr/src, shell=/bin/bash <13>Jan 26 05:20:26 rpmi: tex-common-0.2-alt4 1244804096 installed <13>Jan 26 05:20:26 rpmi: sgml-common-0.6.3-alt15 1423664786 installed <13>Jan 26 05:20:26 rpmi: groff-base-1.22.3-alt1 1454540713 installed <13>Jan 26 05:20:27 rpmi: libOpenSP-1.5.2-alt3.qa1 1365943435 installed <13>Jan 26 05:20:27 rpmi: OpenSP-1.5.2-alt3.qa1 1365943435 installed <13>Jan 26 05:20:27 rpmi: linuxdoc-tools-0.9.69-alt1 1372919715 installed Installing tircproxy-0.4.5-alt3.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.30986 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf tircproxy-0.4.5 + /bin/mkdir -p tircproxy-0.4.5 + cd tircproxy-0.4.5 + echo 'Source #0 (tircproxy-0.4.5.tar.gz):' Source #0 (tircproxy-0.4.5.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/tircproxy-0.4.5.tar.gz + /bin/tar -xf - + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.30986 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tircproxy-0.4.5 + cd tircproxy-0.4 + ./configure creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) 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 for main in -lwrap... no checking for main in -lnsl... yes checking for main in -ludb... no checking for main in -lsocket... no checking for main in -lcrypt... yes checking for strip... /usr/bin/strip checking for OS quirks... goody - it's Linux! checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for fcntl.h... yes checking for sys/ioctl.h... yes checking for sys/time.h... yes checking for crypt.h... yes checking for syslog.h... yes checking for unistd.h... yes checking for netinet/ip_nat.h... no checking for netinet/ip_fil_compat.h... no checking for udb.h... no checking for working const... yes checking for uid_t in sys/types.h... yes checking whether gcc needs -traditional... no checking whether setpgrp takes no argument... yes checking return type of signal handlers... void checking for select... yes checking for socket... yes checking for strerror... yes checking for strstr... yes checking for vsnprintf... yes checking for snprintf... yes checking for vprintf... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h + make make: Entering directory `/usr/src/RPM/BUILD/tircproxy-0.4.5/tircproxy-0.4' gcc -c -Wall -I. -I. -g -O2 tircproxy.c tircproxy.c:75:3: warning: #warning MIRC DCC kludge active [-Wcpp] # warning MIRC DCC kludge active ^~~~~~~ tircproxy.c:78:3: warning: #warning Nickname logging active [-Wcpp] # warning Nickname logging active ^~~~~~~ tircproxy.c:112:3: warning: #warning Configuration via /etc/hosts.* not available [-Wcpp] # warning Configuration via /etc/hosts.* not available ^~~~~~~ tircproxy.c:141:4: warning: #warning IPF support not available [-Wcpp] # warning IPF support not available ^~~~~~~ tircproxy.c:155:4: warning: #warning Linux transparent proxying available (depends on kernel) [-Wcpp] # warning Linux transparent proxying available (depends on kernel) ^~~~~~~ tircproxy.c:161:3: warning: #warning Quiz mode available [-Wcpp] # warning Quiz mode available ^~~~~~~ tircproxy.c: In function 'main': tircproxy.c:547:13: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] srand(time((time_t) NULL)); ^~~~ tircproxy.c:632:58: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] if (getpeername(STDIN_FILENO, (struct sockaddr *)&addr, &len) < 0) ^ In file included from tircproxy.c:43:0: /usr/include/sys/socket.h:141:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getpeername (int __fd, __SOCKADDR_ARG __addr, ^~~~~~~~~~~ tircproxy.c: In function 'server_main_loop': tircproxy.c:1011:43: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] accept(sock, (struct sockaddr *)&addr, &len)) < 0) ^ In file included from tircproxy.c:43:0: /usr/include/sys/socket.h:243:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^~~~~~ tircproxy.c: In function 'trans_proxy': tircproxy.c:1124:54: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if (getsockname(sock, (struct sockaddr *)&to_addr, &to_len) < 0) ^ In file included from tircproxy.c:43:0: /usr/include/sys/socket.h:127:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockname (int __fd, __SOCKADDR_ARG __addr, ^~~~~~~~~~~ tircproxy.c: In function 'copy_loop': tircproxy.c:1263:54: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] getsockname(server, (struct sockaddr *) &ourend, &junk); ^ In file included from tircproxy.c:43:0: /usr/include/sys/socket.h:127:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockname (int __fd, __SOCKADDR_ARG __addr, ^~~~~~~~~~~ tircproxy.c:1275:54: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] getsockname(sock, (struct sockaddr *) &ourend_i, &junk); ^ In file included from tircproxy.c:43:0: /usr/include/sys/socket.h:127:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockname (int __fd, __SOCKADDR_ARG __addr, ^~~~~~~~~~~ tircproxy.c: In function 'scan_line': tircproxy.c:1848:7: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else if (!strncasecmp(line, server_tag, 6)) ^~~~ tircproxy.c:1851:8: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' r = line+strlen(cmd)+1; ^ tircproxy.c: In function 'proxy_dcc': tircproxy.c:2071:61: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if (getsockname(listen_sock, (struct sockaddr *)&to_addr, &len) < 0) ^ In file included from tircproxy.c:43:0: /usr/include/sys/socket.h:127:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockname (int __fd, __SOCKADDR_ARG __addr, ^~~~~~~~~~~ tircproxy.c:2115:67: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] if ((sock = accept(listen_sock, (struct sockaddr *)&addr, &len)) < 0) ^ In file included from tircproxy.c:43:0: /usr/include/sys/socket.h:243:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^~~~~~ tircproxy.c: In function 'chld_signal': tircproxy.c:2429:13: warning: type of 'sig' defaults to 'int' [-Wimplicit-int] static void chld_signal (sig) ^~~~~~~~~~~ tircproxy.c: In function 'main': tircproxy.c:597:5: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid(run_gid); ^~~~~~~~~~~~~~~ tircproxy.c:598:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(run_uid); ^~~~~~~~~~~~~~~ tircproxy.c: In function 'get_user_name': tircproxy.c:2244:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, user_name, MAXLOGNAME-1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tircproxy.c: In function 'change_uid': tircproxy.c:2277:5: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid(pw->pw_gid); ^~~~~~~~~~~~~~~~~~ tircproxy.c:2278:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(pw->pw_uid); ^~~~~~~~~~~~~~~~~~ tircproxy.c: In function 'broadcast': tircproxy.c:2396:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(sock, user_nick, strlen(user_nick)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc tircproxy.o -o tircproxy -lcrypt -lnsl make: Leaving directory `/usr/src/RPM/BUILD/tircproxy-0.4.5/tircproxy-0.4' + strip tircproxy + cd docs + make tircproxy.html make: Entering directory `/usr/src/RPM/BUILD/tircproxy-0.4.5/tircproxy-0.4/docs' sgml2html -split 2 tircproxy.sgml Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\\nameurl{ <-- HERE (.*)}{(.*)}/ at /usr/share/linuxdoc-tools/fmt/fmt_latex2e.pl line 287. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\\nameurl{(.*)}{ <-- HERE (.*)}/ at /usr/share/linuxdoc-tools/fmt/fmt_latex2e.pl line 287. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\\nameurl{ <-- HERE .*}{.*}/ at /usr/share/linuxdoc-tools/fmt/fmt_latex2e.pl line 291. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\\nameurl{.*}{ <-- HERE .*}/ at /usr/share/linuxdoc-tools/fmt/fmt_latex2e.pl line 291. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\\usepackage{ <-- HERE \@LINUXDOC_DTD\@-sgml}/ at /usr/share/linuxdoc-tools/fmt/fmt_latex2e.pl line 370. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\\usepackage\[\@BABELOPTIONS\@\]{ <-- HERE babel}/ at /usr/share/linuxdoc-tools/fmt/fmt_latex2e.pl line 375. Processing file tircproxy.sgml ln -fs tircproxy.html index.html make: Leaving directory `/usr/src/RPM/BUILD/tircproxy-0.4.5/tircproxy-0.4/docs' + cd .. + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.92058 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/tircproxy-buildroot + : + /bin/rm -rf -- /usr/src/tmp/tircproxy-buildroot + cd tircproxy-0.4.5 + cd tircproxy-0.4 + rm -f /usr/src/tmp/tircproxy-buildroot/usr/sbin/tircproxy + mkdir -p /usr/src/tmp/tircproxy-buildroot/usr/share/man/man8 + mkdir -p /usr/src/tmp/tircproxy-buildroot/usr/sbin + mkdir -p /usr/src/tmp/tircproxy-buildroot/etc/rc.d/init.d + mkdir -p /usr/src/tmp/tircproxy-buildroot/etc/tircproxy + install -m 644 tircproxy.8 /usr/src/tmp/tircproxy-buildroot/usr/share/man/man8/tircproxy.8 + install -s -m 755 tircproxy /usr/src/tmp/tircproxy-buildroot/usr/sbin/tircproxy + install -m 755 /usr/src/RPM/SOURCES/tircproxy.service /usr/src/tmp/tircproxy-buildroot/etc/rc.d/init.d/tircproxy + install -m 644 /usr/src/RPM/SOURCES/tircproxy.conf.example /usr/src/tmp/tircproxy-buildroot/etc/tircproxy/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/tircproxy-buildroot (auto) Verifying and fixing files in /usr/src/tmp/tircproxy-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/tircproxy-buildroot (auto) Verifying ELF objects in /usr/src/tmp/tircproxy-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/sbin/tircproxy: uses non-LFS functions: creat fopen open Hardlinking identical .pyc and .pyo files Processing files: tircproxy-0.4.5-alt3.qa1 error: File not found: /usr/src/tmp/tircproxy-buildroot/usr/share/man/man8/tircproxy.8.gz Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.92058 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tircproxy-0.4.5 + DOCDIR=/usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + export DOCDIR + rm -rf /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + /bin/mkdir -p /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + cp -prL tircproxy-0.4/CHANGELOG.txt tircproxy-0.4/BUGS.txt /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + chmod -R go-w /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + chmod -R a+rX /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + cp -prL tircproxy-0.4/README /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + chmod -R go-w /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + chmod -R a+rX /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + cp -prL tircproxy-0.4/tircproxy-0.4.5.lsm tircproxy-0.4/trojans.html /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + chmod -R go-w /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + chmod -R a+rX /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + cp -prL tircproxy-0.4/quizzes.txt tircproxy-0.4/docs/tircproxy.sgml /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + chmod -R go-w /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + chmod -R a+rX /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + cp -prL tircproxy-0.4/docs/Makefile tircproxy-0.4/docs/index.html tircproxy-0.4/docs/tircproxy-1.html tircproxy-0.4/docs/tircproxy-10.html tircproxy-0.4/docs/tircproxy-11.html tircproxy-0.4/docs/tircproxy-12.html tircproxy-0.4/docs/tircproxy-13.html tircproxy-0.4/docs/tircproxy-14.html tircproxy-0.4/docs/tircproxy-15.html tircproxy-0.4/docs/tircproxy-16.html tircproxy-0.4/docs/tircproxy-17.html tircproxy-0.4/docs/tircproxy-18.html tircproxy-0.4/docs/tircproxy-19.html tircproxy-0.4/docs/tircproxy-2.html tircproxy-0.4/docs/tircproxy-20.html tircproxy-0.4/docs/tircproxy-21.html tircproxy-0.4/docs/tircproxy-22.html tircproxy-0.4/docs/tircproxy-23.html tircproxy-0.4/docs/tircproxy-24.html tircproxy-0.4/docs/tircproxy-25.html tircproxy-0.4/docs/tircproxy-26.html tircproxy-0.4/docs/tircproxy-27.html tircproxy-0.4/docs/tircproxy-28.html tircproxy-0.4/docs/tircproxy-29.html tircproxy-0.4/docs/tircproxy-3.html tircproxy-0.4/docs/tircproxy-4.html tircproxy-0.4/docs/tircproxy-5.html tircproxy-0.4/docs/tircproxy-6.html tircproxy-0.4/docs/tircproxy-7.html tircproxy-0.4/docs/tircproxy-8.html tircproxy-0.4/docs/tircproxy-9.html tircproxy-0.4/docs/tircproxy.html /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + chmod -R go-w /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + chmod -R a+rX /usr/src/tmp/tircproxy-buildroot/usr/share/doc/tircproxy-0.4.5 + exit 0 RPM build errors: File not found: /usr/src/tmp/tircproxy-buildroot/usr/share/man/man8/tircproxy.8.gz Command exited with non-zero status 1 2.97user 1.22system 0:04.01elapsed 104%CPU (0avgtext+0avgdata 30936maxresident)k 0inputs+0outputs (0major+196987minor)pagefaults 0swaps hsh-rebuild: rebuild of `tircproxy-0.4.5-alt3.qa1.src.rpm' failed. Command exited with non-zero status 1 21.02user 5.77system 0:25.92elapsed 103%CPU (0avgtext+0avgdata 134160maxresident)k 624inputs+0outputs (0major+472571minor)pagefaults 0swaps