<86>Apr 14 01:35:38 userdel[44474]: delete user 'rooter' <86>Apr 14 01:35:38 groupadd[44484]: group added to /etc/group: name=rooter, GID=567 <86>Apr 14 01:35:38 groupadd[44484]: group added to /etc/gshadow: name=rooter <86>Apr 14 01:35:38 groupadd[44484]: new group: name=rooter, GID=567 <86>Apr 14 01:35:38 useradd[44498]: new user: name=rooter, UID=567, GID=567, home=/root, shell=/bin/bash <86>Apr 14 01:35:38 userdel[44517]: delete user 'builder' <86>Apr 14 01:35:38 groupadd[44528]: group added to /etc/group: name=builder, GID=568 <86>Apr 14 01:35:38 groupadd[44528]: group added to /etc/gshadow: name=builder <86>Apr 14 01:35:38 groupadd[44528]: new group: name=builder, GID=568 <86>Apr 14 01:35:38 useradd[44536]: new user: name=builder, UID=568, GID=568, home=/usr/src, shell=/bin/bash Installing halibut-1.0-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.6727 + 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.77398 + 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 ../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 ../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 ../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 ../contents.c 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 ../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 ../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 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 cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-utf16.o ../charset/utf16.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-utf7.o ../charset/utf7.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-utf8.o ../charset/utf8.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-xenc.o ../charset/xenc.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-iso2022.o ../charset/iso2022.c cc -g -Wall -W -ansi -pedantic -I../charset/ -I./ -MD -c -o cs-iso2022s.o ../charset/iso2022s.c ../charset/iso2022.c:140:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S4, 0, 'B', CCS, 0x00, &sbcsdata_CS_ASCII }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:141:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S6, 0, 'A', CCS, 0x80, &sbcsdata_CS_ISO8859_1 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:142:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S6, 0, 'B', CCS, 0x80, &sbcsdata_CS_ISO8859_2 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:143:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S6, 0, 'C', CCS, 0x80, &sbcsdata_CS_ISO8859_3 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:144:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S6, 0, 'D', CCS, 0x80, &sbcsdata_CS_ISO8859_4 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:145:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S6, 0, 'F', CCS, 0x80, &sbcsdata_CS_ISO8859_7 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:146:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S6, 0, 'G', CCS, 0x80, &sbcsdata_CS_ISO8859_6 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:147:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S6, 0, 'H', CCS, 0x80, &sbcsdata_CS_ISO8859_8 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:148:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S6, 0, 'L', CCS, 0x80, &sbcsdata_CS_ISO8859_5 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:149:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S6, 0, 'M', CCS, 0x80, &sbcsdata_CS_ISO8859_9 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:150:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S4, 0, 'I', CCS, 0x80, &sbcsdata_CS_JISX0201 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:151:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S4, 0, 'J', CCS, 0x00, &sbcsdata_CS_JISX0201 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:161:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S6, 0, 'T', COS, 0x80, &sbcsdata_CS_ISO8859_11 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:162:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S6, 0, 'V', COS, 0x80, &sbcsdata_CS_ISO8859_10 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:163:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S6, 0, 'Y', COS, 0x80, &sbcsdata_CS_ISO8859_13 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:164:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S6, 0, '_', COS, 0x80, &sbcsdata_CS_ISO8859_14 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:165:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S6, 0, 'b', COS, 0x80, &sbcsdata_CS_ISO8859_15 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:166:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S6, 0, 'f', COS, 0x80, &sbcsdata_CS_ISO8859_16 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:167:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S4, 0, 'A', COS, 0x00, &sbcsdata_CS_BS4730 }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:180:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S4, 0, '0', CPU, 0x00, &sbcsdata_CS_DEC_GRAPHICS }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:181:5: warning: missing initializer for field 'from_dbcs' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S4, 0, '<', CPU, 0x80, &sbcsdata_CS_DEC_MCS }, ^ ../charset/iso2022.c:115:16: note: 'from_dbcs' declared here long int (*from_dbcs)(int, int); ^ ../charset/iso2022.c:197:5: warning: missing initializer for field 'offset' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S4, 0, '~', CNU }, ^ ../charset/iso2022.c:113:9: note: 'offset' declared here int offset; ^ ../charset/iso2022.c:198:5: warning: missing initializer for field 'offset' of 'const struct iso2022_subcharset' [-Wmissing-field-initializers] { S6, 0, '~', CNU }, /* empty 96-set */ ^ ../charset/iso2022.c:113:9: note: 'offset' declared here int offset; ^ cc -o halibut main.o malloc.o ustring.o error.o help.o licence.o version.o misc.o tree234.o input.o in_afm.o in_pf.o keywords.o contents.o index.o biblio.o bk_text.o bk_html.o bk_whlp.o bk_man.o bk_info.o bk_paper.o bk_ps.o bk_pdf.o winhelp.o deflate.o psdata.o wcwidth.o ./cs-big5enc.o ./cs-big5set.o ./cs-cns11643.o ./cs-cp949.o ./cs-euc.o ./cs-fromucs.o ./cs-gb2312.o ./cs-hz.o ./cs-iso2022.o ./cs-iso2022s.o ./cs-istate.o ./cs-jisx0208.o ./cs-jisx0212.o ./cs-ksx1001.o ./cs-locale.o ./cs-localenc.o ./cs-macenc.o ./cs-mimeenc.o ./cs-sbcs.o ./cs-sbcsdat.o ./cs-shiftjis.o ./cs-slookup.o ./cs-superset.o ./cs-toucs.o ./cs-utf16.o ./cs-utf7.o ./cs-utf8.o ./cs-xenc.o make[1]: Leaving directory `/usr/src/RPM/BUILD/halibut-1.0/build' make: Leaving directory `/usr/src/RPM/BUILD/halibut-1.0' + make -C doc make: Entering directory `/usr/src/RPM/BUILD/halibut-1.0/doc' ../build/halibut --text=halibut.txt --html --info=halibut.info \ --ps=halibut.ps --pdf=halibut.pdf blurb.but intro.but running.but input.but output.but licence.but manpage.but index.but ../build/halibut --man=halibut.1 manpage.but make: Leaving directory `/usr/src/RPM/BUILD/halibut-1.0/doc' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.45596 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/halibut-buildroot + : + /bin/rm -rf -- /usr/src/tmp/halibut-buildroot + cd halibut-1.0 + mkdir -p /usr/src/tmp/halibut-buildroot/usr/bin /usr/src/tmp/halibut-buildroot/usr/share/man/man1 + /usr/bin/make 'INSTALL=/bin/install -p' prefix=/usr/src/tmp/halibut-buildroot/usr exec_prefix=/usr/src/tmp/halibut-buildroot/usr bindir=/usr/src/tmp/halibut-buildroot/usr/bin sbindir=/usr/src/tmp/halibut-buildroot/usr/sbin sysconfdir=/usr/src/tmp/halibut-buildroot/etc datadir=/usr/src/tmp/halibut-buildroot/usr/share includedir=/usr/src/tmp/halibut-buildroot/usr/include libdir=/usr/src/tmp/halibut-buildroot/usr/lib64 libexecdir=/usr/src/tmp/halibut-buildroot/usr/lib localstatedir=/usr/src/tmp/halibut-buildroot/var/lib sharedstatedir=/usr/src/tmp/halibut-buildroot/var/lib mandir=/usr/src/tmp/halibut-buildroot/usr/share/man infodir=/usr/src/tmp/halibut-buildroot/usr/share/info install make: Entering directory `/usr/src/RPM/BUILD/halibut-1.0' make[1]: Entering directory `/usr/src/RPM/BUILD/halibut-1.0/build' /bin/install -p -m 755 halibut /usr/src/tmp/halibut-buildroot/usr/bin/halibut /usr/bin/make -C ../doc install prefix="/usr/src/tmp/halibut-buildroot/usr" INSTALL="/bin/install -p" make[2]: Entering directory `/usr/src/RPM/BUILD/halibut-1.0/doc' /bin/install -p -m 644 halibut.1 /usr/src/tmp/halibut-buildroot/usr/share/man/man1/halibut.1 make[2]: Leaving directory `/usr/src/RPM/BUILD/halibut-1.0/doc' make[1]: Leaving directory `/usr/src/RPM/BUILD/halibut-1.0/build' make: Leaving directory `/usr/src/RPM/BUILD/halibut-1.0' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/halibut-buildroot (auto) Verifying and fixing files in /usr/src/tmp/halibut-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/halibut-buildroot (auto) Verifying ELF objects in /usr/src/tmp/halibut-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: halibut-1.0-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.06jEbC find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DjqVQO find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Kl94i4 Creating halibut-debuginfo package Processing files: halibut-debuginfo-1.0-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.j2n5Am find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OyO0HH find-requires: running scripts (debuginfo) Requires: halibut = 1.0-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/halibut-1.0-alt1.qa1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/halibut-debuginfo-1.0-alt1.qa1.x86_64.rpm 4.77user 1.07system 0:08.42elapsed 69%CPU (0avgtext+0avgdata 33368maxresident)k 0inputs+0outputs (0major+352933minor)pagefaults 0swaps 5.94user 2.91system 0:11.66elapsed 75%CPU (0avgtext+0avgdata 33368maxresident)k 0inputs+0outputs (0major+500097minor)pagefaults 0swaps --- halibut-1.0-alt1.qa1.x86_64.rpm.repo 2013-04-16 00:40:39.000000000 +0000 +++ halibut-1.0-alt1.qa1.x86_64.rpm.hasher 2019-04-14 01:35:48.165631102 +0000 @@ -1,3 +1,3 @@ /usr/bin/halibut 100755 -/usr/share/man/man1/halibut.1.gz 100644 +/usr/share/man/man1/halibut.1.xz 100644 Requires: /lib64/ld-linux-x86-64.so.2