<86>Apr 21 06:01:26 userdel[11941]: delete user 'rooter' <86>Apr 21 06:01:26 userdel[11941]: removed group 'rooter' owned by 'rooter' <86>Apr 21 06:01:26 groupadd[11995]: group added to /etc/group: name=rooter, GID=681 <86>Apr 21 06:01:26 groupadd[11995]: group added to /etc/gshadow: name=rooter <86>Apr 21 06:01:26 groupadd[11995]: new group: name=rooter, GID=681 <86>Apr 21 06:01:26 useradd[12035]: new user: name=rooter, UID=681, GID=681, home=/root, shell=/bin/bash <86>Apr 21 06:01:26 userdel[12120]: delete user 'builder' <86>Apr 21 06:01:26 userdel[12120]: removed group 'builder' owned by 'builder' <86>Apr 21 06:01:26 userdel[12120]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 06:01:26 groupadd[12219]: group added to /etc/group: name=builder, GID=682 <86>Apr 21 06:01:26 groupadd[12219]: group added to /etc/gshadow: name=builder <86>Apr 21 06:01:26 groupadd[12219]: new group: name=builder, GID=682 <86>Apr 21 06:01:26 useradd[12316]: new user: name=builder, UID=682, GID=682, home=/usr/src, shell=/bin/bash Installing halibut-1.0-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.59107 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf halibut-1.0 + echo 'Source #0 (halibut-1.0.tar.gz):' Source #0 (halibut-1.0.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/halibut-1.0.tar.gz + /bin/tar -xf - + cd halibut-1.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.59107 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd halibut-1.0 + '[' -n '' ']' + NPROCS=8 + make -j8 make: Entering directory `/usr/src/RPM/BUILD/halibut-1.0' make[1]: Entering directory `/usr/src/RPM/BUILD/halibut-1.0/build' cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../main.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../malloc.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../ustring.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../error.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../help.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../licence.c cc `(cd ../; md5sum -c manifest >& /dev/null && cat version)` -MD -c ../version.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../misc.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../tree234.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../input.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../in_afm.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../in_pf.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../keywords.c ../ustring.c: In function 'utoi': ../ustring.c:326:9: warning: variable 'sign' set but not used [-Wunused-but-set-variable] int sign = +1; ^ cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../contents.c ../in_afm.c: In function 'read_afm_file': ../in_afm.c:232:17: warning: variable 'kerns' set but not used [-Wunused-but-set-variable] kern_pair *kerns; ^ cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../index.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../biblio.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../bk_text.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../bk_html.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../bk_whlp.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../bk_man.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../bk_info.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../bk_paper.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../bk_ps.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../bk_pdf.c ../bk_paper.c: In function 'wrap_paragraph': ../bk_paper.c:1710:8: warning: variable 'wd' set but not used [-Wunused-but-set-variable] word *wd; ^ ../bk_pdf.c: In function 'pdf_backend': ../bk_pdf.c:60:9: warning: variable 'pageno' set but not used [-Wunused-but-set-variable] int pageno; ^ cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../winhelp.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../deflate.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../psdata.c ../winhelp.c:201:13: warning: 'whlp_file_add_csshort' declared 'static' but never defined [-Wunused-function] static void whlp_file_add_csshort(struct file *f, int data); ^ ../winhelp.c:203:13: warning: 'whlp_file_add_cslong' declared 'static' but never defined [-Wunused-function] static void whlp_file_add_cslong(struct file *f, int data); ^ cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c ../wcwidth.c ../deflate.c: In function 'deflate_compress_new': ../deflate.c:1579:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < lenof(out->static_len1); i++) ^ ../deflate.c:1583:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < lenof(out->static_len2); i++) ^ ../deflate.c: In function 'deflate_decompress_data': ../deflate.c:2339:30: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] dctx->lenextrabits)); ^ ../deflate.c:2393:48: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] dctx->len - rec->min, rec->extrabits)); ^ ../deflate.c:2412:43: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] dist - rec->min, rec->extrabits)); ^ ../deflate.c:2486:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (cksum != ((dctx->checksum >> 16) & 0xFFFF)) { ^ ../deflate.c:2499:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (cksum != (dctx->checksum & 0xFFFF)) { ^ ../deflate.c:2510:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (cksum != (dctx->checksum & 0xFFFF)) { ^ ../deflate.c:2521:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (cksum != ((dctx->checksum >> 16) & 0xFFFF)) { ^ ../deflate.c:2532:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (cksum != (dctx->bytesout & 0xFFFF)) { ^ ../deflate.c:2543:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (cksum != ((dctx->bytesout >> 16) & 0xFFFF)) { ^ ../deflate.c:2044:41: warning: variable 'nlen' set but not used [-Wunused-but-set-variable] int code, bfinal, btype, rep, dist, nlen, header, cksum; ^ cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-big5enc.o ../charset/big5enc.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-big5set.o ../charset/big5set.c ../wcwidth.c: In function 'ustrwid': ../wcwidth.c:147:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int err, ret; ^ cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-cns11643.o ../charset/cns11643.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-cp949.o ../charset/cp949.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-euc.o ../charset/euc.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-fromucs.o ../charset/fromucs.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-gb2312.o ../charset/gb2312.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-hz.o ../charset/hz.c perl ../charset/sbcsgen.pl \ ../charset/sbcs.dat \ ./sbcsdat.c \ ./sbcsdat.h cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-istate.o ../charset/istate.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-jisx0208.o ../charset/jisx0208.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-jisx0212.o ../charset/jisx0212.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-ksx1001.o ../charset/ksx1001.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-locale.o ../charset/locale.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-localenc.o ../charset/localenc.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-macenc.o ../charset/macenc.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-mimeenc.o ../charset/mimeenc.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-sbcs.o ../charset/sbcs.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-sbcsdat.o sbcsdat.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-shiftjis.o ../charset/shiftjis.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-slookup.o ../charset/slookup.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-superset.o ../charset/superset.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-toucs.o ../charset/toucs.c In file included from ../charset/enum.c:17:0, from ../charset/slookup.c:9: ./sbcsdat.c:8:0: error: unterminated #ifndef #ifndef ENUM_CHARSETS ^ cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-utf16.o ../charset/utf16.c sbcsdat.c:8:0: error: unterminated #ifndef #ifndef ENUM_CHARSETS ^ sbcsdat.c:2907:5: error: expected '}' at end of input 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f, ^ sbcsdat.c:2907:5: warning: missing initializer for field 'ucs2sbcs' of 'sbcs_data {aka const struct sbcs_data}' [-Wmissing-field-initializers] In file included from sbcsdat.c:11:0: ../charset/internal.h:80:19: note: 'ucs2sbcs' declared here unsigned char ucs2sbcs[256]; ^ make[1]: *** [cs-sbcsdat.o] Error 1 make[1]: *** Waiting for unfinished jobs.... In file included from ../charset/enum.c:17:0, from ../charset/slookup.c:15: ./sbcsdat.c:8:0: error: unterminated #ifndef #ifndef ENUM_CHARSETS ^ make[1]: *** [cs-slookup.o] Error 1 make[1]: Leaving directory `/usr/src/RPM/BUILD/halibut-1.0/build' make: *** [all] Error 2 make: Leaving directory `/usr/src/RPM/BUILD/halibut-1.0' error: Bad exit status from /usr/src/tmp/rpm-tmp.59107 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.59107 (%build) Command exited with non-zero status 1 2.97user 0.36system 0:01.71elapsed 194%CPU (0avgtext+0avgdata 25304maxresident)k 0inputs+0outputs (0major+169989minor)pagefaults 0swaps hsh-rebuild: rebuild of `halibut-1.0-alt1.qa1.src.rpm' failed. Command exited with non-zero status 1 3.88user 1.83system 0:04.54elapsed 125%CPU (0avgtext+0avgdata 25304maxresident)k 0inputs+0outputs (0major+262290minor)pagefaults 0swaps