+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/tth.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6UnqMG + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tth + /usr/bin/gzip -dc /builddir/build/SOURCES/tth4.12.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd tth + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i.orig 's/^main/int &/;/slen/d' tools/tthsplit.c + fixtimestamp tools/tthsplit.c + touch -r tools/tthsplit.c.orig tools/tthsplit.c + rm -f tools/tthsplit.c.orig + sed -i.orig 's/^main/#include \nint &/;/slen/d' tools/choice.c + fixtimestamp tools/choice.c + touch -r tools/choice.c.orig tools/choice.c + rm -f tools/choice.c.orig + sed -i.orig 's/^main/#include \nint &/;/slen/d' tthgold/tthrfcat.c + fixtimestamp tthgold/tthrfcat.c + touch -r tthgold/tthrfcat.c.orig tthgold/tthrfcat.c + rm -f tthgold/tthrfcat.c.orig + find . -name '*.exe' -exec rm '{}' + + sed -i '/^all/s/\.exe//g' tools/makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OI3NQa + umask 022 + cd /builddir/build/BUILD + cd tth + make -j4 tth.c ttm.c sed -e "/mathstringshl/ r mathstringsh.lex" -e "/equationhl/r equationh.lex" tthg.lex >tth.lex sed -e "/mathstringshl/ r mathstringsm.lex"\ -e "/equationhl/r equationm.lex"\ -e "s/static void delimit();//"\ -e "s/static int b_align();//"\ -e "s/[.]html/.xml/"\ -e "/-f? limit/d"\ -e "/-i use/d"\ -e "/-t display/d"\ -e "/-y? equa/d"\ -e "/-w? HTML/,/-w2 XHTML/d"\ -e "/oa_removes/c\\" -e ""\ -e "/start b_align/,/end b_align/c\\" -e ""\ -e "/start symext/,/end symext/c\\" -e ""\ -e "/start delimit/,/end delimit/c\\" -e "" tthg.lex >ttm.lex flex -otth.c tth.lex flex -ottm.c ttm.lex + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -D_FILE_OFFSET_BITS=64 tth.c -o tth tth.c: In function 'yylex': tth.lex:760:5: warning: variable 'PUSHEDINTDEPTHS' set but not used [-Wunused-but-set-variable] int PUSHEDINTDEPTHS[INTMAX]={0}; ^~~~~~~~~~~~~~~ tth.lex:759:5: warning: variable 'PUSHEDINTS' set but not used [-Wunused-but-set-variable] int PUSHEDINTS[INTMAX][INTDEPTHMAX]={{0}}; ^~~~~~~~~~ tth.lex:585:12: warning: variable 'colnum' set but not used [-Wunused-but-set-variable] STATIC int colnum=0; ^~~~~~ + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -D_FILE_OFFSET_BITS=64 ttm.c -o ttm ttm.c: In function 'yylex': ttm.lex:655:21: warning: variable 'qrtlen2' set but not used [-Wunused-but-set-variable] STATIC int qrtlen=0,qrtlen2=0; ^~~~~~~ ttm.lex:655:12: warning: variable 'qrtlen' set but not used [-Wunused-but-set-variable] STATIC int qrtlen=0,qrtlen2=0; ^~~~~~ ttm.lex:649:12: warning: variable 'mtrx' set but not used [-Wunused-but-set-variable] STATIC int mtrx[NFNMAX]={0}; ^~~~ ttm.lex:579:12: warning: variable 'colnum' set but not used [-Wunused-but-set-variable] STATIC int colnum=0; ^~~~~~ + pushd tools ~/build/BUILD/tth/tools ~/build/BUILD/tth + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -D_FILE_OFFSET_BITS=64 choice.c -o choice + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -D_FILE_OFFSET_BITS=64 tthsplit.c -o tthsplit tthsplit.c: In function 'main': tthsplit.c:39:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buff,LINELEN,stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~ + popd ~/build/BUILD/tth + pushd tthfunc ~/build/BUILD/tth/tthfunc ~/build/BUILD/tth + make -j4 tthdynamic.c tthfunc.c ttmdynamic.c ttmfunc.c make -C tthdynamic clean ./maintofunction make -C ttmdynamic clean ./maintomfunction make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/tth/tthfunc/tthdynamic' rm -f *.o calltthfunc libtth.a make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/tth/tthfunc/ttmdynamic' rm -f *.o callttmfunc libttm.a make[1]: Leaving directory '/builddir/build/BUILD/tth/tthfunc/ttmdynamic' ./maintomdynamic make[1]: Leaving directory '/builddir/build/BUILD/tth/tthfunc/tthdynamic' ./maintodynamic flex -ottmfunc.c ttmfunc.lex flex -otthfunc.c tthfunc.lex flex -otthdynamic.c -Ptth tthdynamic.lex flex -ottmdynamic.c -Pttm ttmdynamic.lex + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -D_FILE_OFFSET_BITS=64 -fPIC -shared -Wl,-h,libtth.so.0 tthfunc.c -o libtth.so.0.0.0 tthfunc.c: In function 'yylex': tthfunc.lex:764:5: warning: variable 'PUSHEDINTDEPTHS' set but not used [-Wunused-but-set-variable] int PUSHEDINTDEPTHS[INTMAX]={0}; ^~~~~~~~~~~~~~~ tthfunc.lex:763:5: warning: variable 'PUSHEDINTS' set but not used [-Wunused-but-set-variable] int PUSHEDINTS[INTMAX][INTDEPTHMAX]={{0}}; ^~~~~~~~~~ tthfunc.lex:589:12: warning: variable 'colnum' set but not used [-Wunused-but-set-variable] STATIC int colnum=0; ^~~~~~ At top level: tthfunc.c:27660:16: warning: 'yy_top_state' defined but not used [-Wunused-function] static int yy_top_state (void) ^~~~~~~~~~~~ tthfunc.c:27209:16: warning: 'input' defined but not used [-Wunused-function] static int input (void) ^~~~~ + ln -s libtth.so.0.0.0 libtth.so.0 + ln -s libtth.so.0 libtth.so + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -D_FILE_OFFSET_BITS=64 -fPIC -shared -Wl,-h,libttm.so.0 ttmfunc.c -o libttm.so.0.0.0 ttmfunc.c: In function 'yylex': ttmfunc.lex:659:21: warning: variable 'qrtlen2' set but not used [-Wunused-but-set-variable] STATIC int qrtlen=0,qrtlen2=0; ^~~~~~~ ttmfunc.lex:659:12: warning: variable 'qrtlen' set but not used [-Wunused-but-set-variable] STATIC int qrtlen=0,qrtlen2=0; ^~~~~~ ttmfunc.lex:653:12: warning: variable 'mtrx' set but not used [-Wunused-but-set-variable] STATIC int mtrx[NFNMAX]={0}; ^~~~ ttmfunc.lex:583:12: warning: variable 'colnum' set but not used [-Wunused-but-set-variable] STATIC int colnum=0; ^~~~~~ At top level: ttmfunc.c:28288:16: warning: 'yy_top_state' defined but not used [-Wunused-function] static int yy_top_state (void) ^~~~~~~~~~~~ ttmfunc.c:27837:16: warning: 'input' defined but not used [-Wunused-function] static int input (void) ^~~~~ + ln -s libttm.so.0.0.0 libttm.so.0 + ln -s libttm.so.0 libttm.so + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -D_FILE_OFFSET_BITS=64 calltthfunc.c -o calltthfunc -L . -ltth + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -D_FILE_OFFSET_BITS=64 callttmfunc.c -o callttmfunc -L . -lttm + popd ~/build/BUILD/tth + pushd tthgold ~/build/BUILD/tth/tthgold ~/build/BUILD/tth + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -D_FILE_OFFSET_BITS=64 tthrfcat.c -o tthrfcat tthrfcat.c: In function 'main': tthrfcat.c:53:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(!strstr(buff,"") && !strstr(buff,"") || !ifile) ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ tthrfcat.c:53:10: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if(!strstr(buff,"") && !strstr(buff,"") || !ifile) ^ tthrfcat.c:64:8: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(cmdline); ^~~~~~~~~~~~~~~ tthrfcat.c:76:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(bound); ^~~~~~~~~~~~~ tthrfcat.c:78:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(bound); ^~~~~~~~~~~~~ tthrfcat.c:82:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(bound); ^~~~~~~~~~~~~ tthrfcat.c:74:4: warning: 'ifinal' may be used uninitialized in this function [-Wmaybe-uninitialized] if(ifinal > 1){ ^ + popd ~/build/BUILD/tth + export openout_any=r + openout_any=r + make manual make -C tools make[1]: Entering directory '/builddir/build/BUILD/tth/tools' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/tth/tools' make -C manual ttm_manual.html make[1]: Entering directory '/builddir/build/BUILD/tth/manual' latex ttm_manual This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=latex) restricted \write18 enabled. kpathsea: Running mktexfmt latex.fmt mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order): mktexfmt: /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes: mktexfmt: /builddir/.cache/texlive/texmf-config/web2c/fmtutil.cnf mktexfmt [WARNING]: double mention of mf/mf-nowin in /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf mktexfmt [INFO]: writing formats under /builddir/.cache/texlive/texmf-var/web2c mktexfmt [INFO]: --- remaking latex with pdftex mktexfmt: running `pdftex -ini -jobname=latex -progname=latex -translate-file=cp227.tcx *latex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (INITEX) restricted \write18 enabled. (/usr/share/texlive/texmf-dist/web2c/cp227.tcx) entering extended mode (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/latex.ini (/usr/share/texlive/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (/usr/share/texlive/texmf-dist/tex/latex/base/latex.ltx (/usr/share/texlive/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, compatibility for TeX 2, parameters, LaTeX2e <2016/03/31> hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.cfg (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (/usr/share/texlive/texmf-dist/tex/latex/base/omlenc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmss.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.cfg (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (/usr/share/texlive/texmf-dist/tex/latex/base/omlcmm.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/omscmsy.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/omxcmex.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (/usr/share/texlive/texmf-dist/tex/latex/base/preload.cfg (/usr/share/texlive/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (/usr/share/texlive/texmf-dist/tex/generic/babel/hyphen.cfg (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def) (/usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex) (/usr/share/texlive/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (/usr/share/texlive/texmf-dist/tex/generic/hyphen/zerohyph.tex)) ) ) Beginning to dump on file latex.fmt (preloaded format=latex 2018.3.30) 5053 strings of total length 68993 44348 memory locations dumped; current usage is 144&43756 3399 multiletter control sequences \font\nullfont=nullfont \font\OMX/cmex/m/n/10=cmex10 \font\tenln=line10 \font\tenlnw=linew10 \font\tencirc=lcircle10 \font\tencircw=lcirclew10 \font\OT1/cmr/m/n/5=cmr5 \font\OT1/cmr/m/n/7=cmr7 \font\OT1/cmr/m/n/10=cmr10 \font\OML/cmm/m/it/5=cmmi5 \font\OML/cmm/m/it/7=cmmi7 \font\OML/cmm/m/it/10=cmmi10 \font\OMS/cmsy/m/n/5=cmsy5 \font\OMS/cmsy/m/n/7=cmsy7 \font\OMS/cmsy/m/n/10=cmsy10 3633 words of font info for 14 preloaded fonts 14 hyphenation exceptions Hyphenation trie of length 6081 has 183 ops out of 35111 2 for language 1 181 for language 0 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on latex.log. mktexfmt [INFO]: /builddir/.cache/texlive/texmf-var/web2c/pdftex/latex.fmt installed. mktexfmt [INFO]: Disabled formats: 37 mktexfmt [INFO]: Successfully rebuilt formats: 1 mktexfmt [INFO]: Not selected formats: 11 mktexfmt [INFO]: Total formats: 49 mktexfmt [INFO]: exiting with status 0 entering extended mode (./ttm_manual.tex LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 3 language(s) loaded. (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texlive/texmf-dist/tex/latex/preprint/fullpage.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvips.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) Package hyperref Message: Driver (default): hdvips. (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hdvips.def (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pdfmark.def (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))) Writing index file ttm_manual.idx No file ttm_manual.aux. (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) Package hyperref Warning: Rerun to get /PageLabels entry. [1] (/usr/share/texlive/texmf-dist/tex/latex/base/omscmr.fd) [2] LaTeX Warning: Reference `texins' on page 3 undefined on input line 84. LaTeX Warning: Reference `longtab' on page 3 undefined on input line 129. [3] Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 156. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 156. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 156. LaTeX Warning: Reference `epsf' on page 4 undefined on input line 159. Overfull \hbox (11.89522pt too wide) in paragraph at lines 174--174 []\OT1/cmtt/m/n/12 %%ttm:... The rest of the comment line is passed to ttm (not TeX) for parsing.[] [4] Overfull \hbox (11.89522pt too wide) in paragraph at lines 281--281 [] \OT1/cmtt/m/n/12 -a automatic picture environment conversion using latex2g if (default omit).[] Overfull \hbox (11.89522pt too wide) in paragraph at lines 281--281 [] \OT1/cmtt/m/n/12 -e? epsfbox handling: -e1 convert figure to gif using use r-supplied ps2gif.[] Overfull \hbox (5.72021pt too wide) in paragraph at lines 281--281 [] \OT1/cmtt/m/n/12 -e2 convert and include inline. -e0 (default) no conv ersion, just ref.[] Overfull \hbox (5.72021pt too wide) in paragraph at lines 281--281 [] \OT1/cmtt/m/n/12 -f? sets the depth of grouping to which fractions are con structed built-up[] Overfull \hbox (5.72021pt too wide) in paragraph at lines 281--281 [] \OT1/cmtt/m/n/12 -n? HTML title format control. 0 raw. 1 expand macros. 2 expand equations.[] [5] [6] Package hyperref Warning: Difference (2) between bookmark levels is greater (hyperref) than one, level fixed on input line 450. [7] [8] [9] Package hyperref Warning: Difference (2) between bookmark levels is greater (hyperref) than one, level fixed on input line 616. [10] LaTeX Warning: Reference `epsf' on page 11 undefined on input line 725. [11] [12] [13] Overfull \hbox (4.35707pt too wide) in paragraph at lines 884--884 \OT1/cmr/m/n/12 zon-tal mode to a lim-ited hsize LaTeX Warning: Reference `tablebug' on page 14 undefined on input line 896. Overfull \hbox (10.77118pt too wide) in paragraph at lines 904--910 \OT1/cmr/m/n/12 what con-trols the width of a vbox. It can be re-set us-ing the plain T[]X for-mat e.g. []\OT1/cmtt/m/n/12 \hsize = 3in [14] LaTeX Warning: Reference `ifs' on page 15 undefined on input line 941. [15] Underfull \hbox (badness 10000) in paragraph at lines 992--995 [16] Overfull \hbox (32.66177pt too wide) in paragraph at lines 1075--1084 []$\OMS/cmsy/m/n/12 n$\OT1/cmr/m/n/12 textcolor[named]\OMS/cmsy/m/n/12 f\OT1/cm r/m/n/12 BrickRed\OMS/cmsy/m/n/12 gf\OT1/cmr/m/n/12 ...\OMS/cmsy/m/n/12 g[]\OT1 /cmr/m/n/12 , []$\OMS/cmsy/m/n/12 n$\OT1/cmr/m/n/12 textcolor[rgb]\OMS/cmsy/m/n /12 f\OT1/cmr/m/n/12 0.,.5,0.\OMS/cmsy/m/n/12 gf\OT1/cmr/m/n/12 ...\OMS/cmsy/m/ n/12 g[]\OT1/cmr/m/n/12 , []$\OMS/cmsy/m/n/12 n$\OT1/cmr/m/n/12 textcolor[cmyk] \OMS/cmsy/m/n/12 f\OT1/cmr/m/n/12 0.,.5,0.,0.3\OMS/cmsy/m/n/12 gf\OT1/cmr/m/n/1 2 ...\OMS/cmsy/m/n/12 g[]\OT1/cmr/m/n/12 . Overfull \hbox (48.74988pt too wide) in paragraph at lines 1101--1108 \OT1/cmr/m/n/12 style sheets. [][][][][][] is the re-sult of the com-mand []\OT 1/cmtt/m/n/12 \colorbox{green}{``This sentence''}\OT1/cmr/m/n/12 . [17] Overfull \hbox (10.5462pt too wide) in paragraph at lines 1111--1116 \OT1/cmr/m/n/12 The Plain T[]X syn-tax us-ing com-mands such as []\OT1/cmtt/m/n /12 \Red{red text} \OT1/cmr/m/n/12 re-quires the file []\OT1/cmtt/m/n/12 colord vi.tex LaTeX Warning: Reference `cellbug' on page 18 undefined on input line 1146. [18] Overfull \hbox (10.10991pt too wide) in paragraph at lines 1172--1178 \OT1/cmr/m/n/12 would pro-duce such a file called []\OT1/cmtt/m/n/12 mimedocume nt.html \OT1/cmr/m/n/12 from a L[]T[]X file called []\OT1/cmtt/m/n/12 texdocume nt.tex\OT1/cmr/m/n/12 . [19] [20] [21] LaTeX Warning: Reference `headbody' on page 22 undefined on input line 1375. [22] LaTeX Warning: Reference `fontoverview' on page 23 undefined on input line 1428 . LaTeX Warning: Reference `exploder' on page 23 undefined on input line 1429. [23] Overfull \hbox (8.54773pt too wide) in paragraph at lines 1455--1473 [] [24] [25] [26] [27] LaTeX Warning: Reference `FAQ' on page 28 undefined on input line 1732. [28] Overfull \hbox (30.42023pt too wide) in paragraph at lines 1791--1791 [] \OT1/cmtt/m/n/12 % Incorrect link name in \TeX\ because # can't be passed p roperly to a special.[] Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1797. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1797. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1797. Package hyperref Warning: Difference (2) between bookmark levels is greater (hyperref) than one, level fixed on input line 1800. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1800. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1800. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1800. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1813. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1813. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1813. [29] Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1820. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1820. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1820. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1825. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1825. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1825. Package hyperref Warning: Difference (2) between bookmark levels is greater (hyperref) than one, level fixed on input line 1828. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1828. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1828. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1828. LaTeX Warning: Reference `LaTeXfiles' on page 30 undefined on input line 1829. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1831. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1831. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1831. LaTeX Warning: Reference `pict' on page 30 undefined on input line 1833. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1835. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1835. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1835. LaTeX Warning: Reference `tabhal' on page 30 undefined on input line 1837. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1840. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `\delimiter' on input line 1840. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1840. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1853. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1853. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1853. LaTeX Warning: Reference `texins' on page 30 undefined on input line 1859. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1868. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1868. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1868. [30] Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1875. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1875. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1875. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1883. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1883. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1883. LaTeX Warning: Reference `bibtex' on page 31 undefined on input line 1884. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1890. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1890. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1890. Package hyperref Warning: Difference (2) between bookmark levels is greater (hyperref) than one, level fixed on input line 1903. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1903. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1903. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1903. LaTeX Warning: Reference `htmlstyle' on page 31 undefined on input line 1922. LaTeX Warning: Reference `n-switch' on page 31 undefined on input line 1935. [31] Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1937. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1937. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1937. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1943. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1943. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1943. LaTeX Warning: Reference `nscomp' on page 32 undefined on input line 1973. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1977. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1977. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1977. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1977. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `\delimiter' on input line 1977. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1977. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1983. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `\delimiter' on input line 1983. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1983. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1992. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1992. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1992. [32] Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2007. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2007. Package hyperref Warning: Difference (2) between bookmark levels is greater (hyperref) than one, level fixed on input line 2023. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2023. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 2023. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2023. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2045. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 2045. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2045. Overfull \hbox (24.24522pt too wide) in paragraph at lines 2050--2050 []\OT1/cmtt/m/n/12 \ifttm\beginsection{The \TtM\ Header}\par\else\beginsection{ The \TeX\ Header}\fi [33] Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2079. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 2079. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2079. [34] Package hyperref Warning: Difference (2) between bookmark levels is greater (hyperref) than one, level fixed on input line 2137. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2137. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 2137. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2137. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2150. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 2150. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2150. LaTeX Warning: Reference `ps2gifprob' on page 35 undefined on input line 2154. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2158. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 2158. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2158. No file ttm_manual.ind. [35] (./ttm_manual.aux) Package rerunfilecheck Warning: File `ttm_manual.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information) Output written on ttm_manual.dvi (35 pages, 163660 bytes). Transcript written on ttm_manual.log. ../tth -a ttm_manual Translating ttm_manual.tex to ttm_manual.html **** No counter: \tocdepth to set. Line 12 Opened index file: ttm_manual.tid **** Unknown command \AtBeginDocument, (10 user-defined) Line 20 Closing index file and processing ... This is makeindex, version 2.15 [TeX Live 2016] (kpathsea + Thai support). Scanning style file ./ttm_manual.tms.done (1 attributes redefined, 0 ignored). Scanning input file ttm_manual.tid....done (127 entries accepted, 0 rejected). Sorting entries....done (940 comparisons). Generating output file ttm_manual.tin....done (209 lines written, 0 warnings). Output written in ttm_manual.tin. Transcript written in ttm_manual.ilg. Number of lines processed approximately 2165 make[1]: Leaving directory '/builddir/build/BUILD/tth/manual' make -C manual make[1]: Entering directory '/builddir/build/BUILD/tth/manual' latex tth_manual This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=latex) restricted \write18 enabled. entering extended mode (./tth_manual.tex LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 3 language(s) loaded. (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texlive/texmf-dist/tex/latex/preprint/fullpage.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvips.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) Package hyperref Message: Driver (default): hdvips. (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hdvips.def (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pdfmark.def (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))) Writing index file tth_manual.idx No file tth_manual.aux. (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) Package hyperref Warning: Rerun to get /PageLabels entry. [1] (/usr/share/texlive/texmf-dist/tex/latex/base/omscmr.fd) [2] LaTeX Warning: Reference `texins' on page 3 undefined on input line 84. LaTeX Warning: Reference `longtab' on page 3 undefined on input line 129. [3] Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 156. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 156. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 156. LaTeX Warning: Reference `epsf' on page 4 undefined on input line 159. Overfull \hbox (11.89522pt too wide) in paragraph at lines 174--174 []\OT1/cmtt/m/n/12 %%tth:... The rest of the comment line is passed to tth (not TeX) for parsing.[] [4] Overfull \hbox (11.89522pt too wide) in paragraph at lines 252--252 [] \OT1/cmtt/m/n/12 -a automatic picture environment conversion using latex2g if (default omit).[] Overfull \hbox (11.89522pt too wide) in paragraph at lines 252--252 [] \OT1/cmtt/m/n/12 -e? epsfbox handling: -e1 convert figure to gif using use r-supplied ps2gif.[] Overfull \hbox (5.72021pt too wide) in paragraph at lines 252--252 [] \OT1/cmtt/m/n/12 -e2 convert and include inline. -e0 (default) no conv ersion, just ref.[] Overfull \hbox (5.72021pt too wide) in paragraph at lines 252--252 [] \OT1/cmtt/m/n/12 -f? sets the depth of grouping to which fractions are con structed built-up[] Overfull \hbox (5.72021pt too wide) in paragraph at lines 252--252 [] \OT1/cmtt/m/n/12 -n? HTML title format control. 0 raw. 1 expand macros. 2 expand equations.[] Overfull \hbox (5.72021pt too wide) in paragraph at lines 252--252 [] \OT1/cmtt/m/n/12 -w? html writing style: 0 no title construction. 1 use he ad/body. 2 XHTML.[] [5] [6] Package hyperref Warning: Difference (2) between bookmark levels is greater (hyperref) than one, level fixed on input line 383. [7] Package hyperref Warning: Difference (2) between bookmark levels is greater (hyperref) than one, level fixed on input line 450. [8] [9] [10] Package hyperref Warning: Difference (2) between bookmark levels is greater (hyperref) than one, level fixed on input line 616. [11] LaTeX Warning: Reference `epsf' on page 12 undefined on input line 725. [12] [13] [14] Overfull \hbox (4.35707pt too wide) in paragraph at lines 884--884 \OT1/cmr/m/n/12 zon-tal mode to a lim-ited hsize LaTeX Warning: Reference `tablebug' on page 15 undefined on input line 896. Overfull \hbox (10.77118pt too wide) in paragraph at lines 904--910 \OT1/cmr/m/n/12 what con-trols the width of a vbox. It can be re-set us-ing the plain T[]X for-mat e.g. []\OT1/cmtt/m/n/12 \hsize = 3in [15] LaTeX Warning: Reference `ifs' on page 16 undefined on input line 941. [16] Underfull \hbox (badness 10000) in paragraph at lines 992--995 [17] Overfull \hbox (32.66177pt too wide) in paragraph at lines 1075--1084 []$\OMS/cmsy/m/n/12 n$\OT1/cmr/m/n/12 textcolor[named]\OMS/cmsy/m/n/12 f\OT1/cm r/m/n/12 BrickRed\OMS/cmsy/m/n/12 gf\OT1/cmr/m/n/12 ...\OMS/cmsy/m/n/12 g[]\OT1 /cmr/m/n/12 , []$\OMS/cmsy/m/n/12 n$\OT1/cmr/m/n/12 textcolor[rgb]\OMS/cmsy/m/n /12 f\OT1/cmr/m/n/12 0.,.5,0.\OMS/cmsy/m/n/12 gf\OT1/cmr/m/n/12 ...\OMS/cmsy/m/ n/12 g[]\OT1/cmr/m/n/12 , []$\OMS/cmsy/m/n/12 n$\OT1/cmr/m/n/12 textcolor[cmyk] \OMS/cmsy/m/n/12 f\OT1/cmr/m/n/12 0.,.5,0.,0.3\OMS/cmsy/m/n/12 gf\OT1/cmr/m/n/1 2 ...\OMS/cmsy/m/n/12 g[]\OT1/cmr/m/n/12 . Overfull \hbox (48.74988pt too wide) in paragraph at lines 1101--1108 \OT1/cmr/m/n/12 style sheets. [][][][][][] is the re-sult of the com-mand []\OT 1/cmtt/m/n/12 \colorbox{green}{``This sentence''}\OT1/cmr/m/n/12 . [18] Overfull \hbox (10.5462pt too wide) in paragraph at lines 1111--1116 \OT1/cmr/m/n/12 The Plain T[]X syn-tax us-ing com-mands such as []\OT1/cmtt/m/n /12 \Red{red text} \OT1/cmr/m/n/12 re-quires the file []\OT1/cmtt/m/n/12 colord vi.tex LaTeX Warning: Reference `cellbug' on page 19 undefined on input line 1146. [19] Overfull \hbox (10.10991pt too wide) in paragraph at lines 1172--1178 \OT1/cmr/m/n/12 would pro-duce such a file called []\OT1/cmtt/m/n/12 mimedocume nt.html \OT1/cmr/m/n/12 from a L[]T[]X file called []\OT1/cmtt/m/n/12 texdocume nt.tex\OT1/cmr/m/n/12 . [20] [21] [22] LaTeX Warning: Reference `headbody' on page 23 undefined on input line 1375. [23] LaTeX Warning: Reference `fontoverview' on page 24 undefined on input line 1428 . LaTeX Warning: Reference `exploder' on page 24 undefined on input line 1429. Overfull \hbox (8.54773pt too wide) in paragraph at lines 1455--1473 [] [24] [25] [26] [27] [28] LaTeX Warning: Reference `FAQ' on page 29 undefined on input line 1732. [29] Overfull \hbox (30.42023pt too wide) in paragraph at lines 1791--1791 [] \OT1/cmtt/m/n/12 % Incorrect link name in \TeX\ because # can't be passed p roperly to a special.[] Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1797. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1797. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1797. Package hyperref Warning: Difference (2) between bookmark levels is greater (hyperref) than one, level fixed on input line 1800. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1800. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1800. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1800. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1813. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1813. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1813. [30] Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1820. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1820. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1820. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1825. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1825. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1825. Package hyperref Warning: Difference (2) between bookmark levels is greater (hyperref) than one, level fixed on input line 1828. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1828. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1828. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1828. LaTeX Warning: Reference `LaTeXfiles' on page 31 undefined on input line 1829. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1831. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1831. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1831. LaTeX Warning: Reference `pict' on page 31 undefined on input line 1833. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1835. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1835. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1835. LaTeX Warning: Reference `tabhal' on page 31 undefined on input line 1837. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1840. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `\delimiter' on input line 1840. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1840. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1853. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1853. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1853. LaTeX Warning: Reference `texins' on page 31 undefined on input line 1859. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1868. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1868. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1868. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1875. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1875. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1875. [31] Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1883. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1883. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1883. LaTeX Warning: Reference `bibtex' on page 32 undefined on input line 1884. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1890. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1890. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1890. Package hyperref Warning: Difference (2) between bookmark levels is greater (hyperref) than one, level fixed on input line 1903. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1903. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1903. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1903. LaTeX Warning: Reference `htmlstyle' on page 32 undefined on input line 1922. LaTeX Warning: Reference `n-switch' on page 32 undefined on input line 1935. [32] Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1937. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1937. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1937. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1943. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1943. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1943. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1950. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `\delimiter' on input line 1950. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1950. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1950. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `\delimiter' on input line 1950. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1950. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1950. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `\delimiter' on input line 1950. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1950. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1950. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `\delimiter' on input line 1950. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1950. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1950. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `\delimiter' on input line 1950. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1950. LaTeX Warning: Reference `inline' on page 33 undefined on input line 1957. LaTeX Warning: Reference `yswitch' on page 33 undefined on input line 1958. LaTeX Warning: Reference `nscomp' on page 33 undefined on input line 1973. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1977. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1977. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1977. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1977. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `\delimiter' on input line 1977. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1977. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1983. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `\delimiter' on input line 1983. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1983. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1992. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 1992. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 1992. [33] Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2007. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2007. Package hyperref Warning: Difference (2) between bookmark levels is greater (hyperref) than one, level fixed on input line 2023. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2023. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 2023. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2023. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2045. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 2045. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2045. Overfull \hbox (24.24522pt too wide) in paragraph at lines 2050--2050 []\OT1/cmtt/m/n/12 \iftth\beginsection{The \TtH\ Header}\par\else\beginsection{ The \TeX\ Header}\fi [34] Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2079. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 2079. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2079. [35] Package hyperref Warning: Difference (2) between bookmark levels is greater (hyperref) than one, level fixed on input line 2137. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2137. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 2137. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2137. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2150. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 2150. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2150. LaTeX Warning: Reference `ps2gifprob' on page 36 undefined on input line 2154. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2158. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `subscript' on input line 2158. Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `math shift' on input line 2158. No file tth_manual.ind. [36] (./tth_manual.aux) Package rerunfilecheck Warning: File `tth_manual.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information) Output written on tth_manual.dvi (36 pages, 169824 bytes). Transcript written on tth_manual.log. ../tth -a tth_manual Translating tth_manual.tex to tth_manual.html **** No counter: \tocdepth to set. Line 12 Opened index file: tth_manual.tid **** Unknown command \AtBeginDocument, (10 user-defined) Line 20 Closing index file and processing ... This is makeindex, version 2.15 [TeX Live 2016] (kpathsea + Thai support). Scanning style file ./tth_manual.tms.done (1 attributes redefined, 0 ignored). Scanning input file tth_manual.tid....done (139 entries accepted, 0 rejected). Sorting entries....done (1051 comparisons). Generating output file tth_manual.tin....done (228 lines written, 0 warnings). Output written in tth_manual.tin. Transcript written in tth_manual.ilg. Number of lines processed approximately 2165 make[1]: Leaving directory '/builddir/build/BUILD/tth/manual' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Uqrxwg + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64 + cd tth + mkdir -p /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/bin + install -m 0755 -p tools/latex2gif tools/ps2gif tools/ps2gif_transparent tools/ps2png tools/tthsplit tthgold/tthprep tthgold/tthrfcat tth ttm /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/bin + install -m 0755 -p tools/numbering /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/bin/tth-numbering + install -m 0755 -p tools/structure /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/bin/tth-structure + mkdir -p /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/man/man1 + cp -p tth.1 /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/man/man1 + cat + cp -p /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/man/man1/ttm.1 /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/man/man1/latex2gif.1 + cp -p /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/man/man1/ttm.1 /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/man/man1/ps2gif.1 + cp -p /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/man/man1/ttm.1 /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/man/man1/ps2gif_transparent.1 + cp -p /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/man/man1/ttm.1 /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/man/man1/ps2png.1 + mkdir -p /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/lib64 + install -m 0755 -p tthfunc/libtth.so.0.0.0 tthfunc/libttm.so.0.0.0 /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/lib64 + ln -s libtth.so.0.0.0 /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/lib64/libtth.so.0 + ln -s libtth.so.0 /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/lib64/libtth.so + ln -s libttm.so.0.0.0 /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/lib64/libttm.so.0 + ln -s libttm.so.0 /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/lib64/libttm.so + mkdir -p /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/include + install -m 0644 -p /builddir/build/SOURCES/tth.h /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/include + mkdir -p /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/texlive/texmf-dist/tex/generic/tth + cp -p tthgold/tthntbib.sty tthgold/tthprep.sty tthgold/tthxspac.sty /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/texlive/texmf-dist/tex/generic/tth + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: tth-4.12-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YDEIUo + umask 022 + cd /builddir/build/BUILD + cd tth + DOCDIR=/builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/doc/tth + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/doc/tth + cp -pr CHANGES /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/doc/tth + cp -pr README /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/doc/tth + cp -pr tth.gif tth_screen.gif ttm.gif /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/doc/tth + cp -pr tth16.png tth32.png /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/doc/tth + cp -pr manual/tth_manual.html manual/ttm_manual.html /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/doc/tth + cp -pr manual/split /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/doc/tth + exit 0 Provides: tth = 4.12-1.fc28 tth(riscv-64) = 4.12-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash /bin/sh ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: tth-tex-4.12-1.fc28.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.VYn4JL + umask 022 + cd /builddir/build/BUILD + cd tth + LICENSEDIR=/builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/licenses/tth-tex + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/licenses/tth-tex + cp -pr GPL2.txt /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/licenses/tth-tex + exit 0 Provides: tth-tex = 4.12-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: tth-libs-4.12-1.fc28.riscv64 Provides: libtth.so.0()(64bit) libttm.so.0()(64bit) tth-libs = 4.12-1.fc28 tth-libs(riscv-64) = 4.12-1.fc28 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: tth-devel-4.12-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Squ2FG + umask 022 + cd /builddir/build/BUILD + cd tth + DOCDIR=/builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/doc/tth-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/doc/tth-devel + cp -pr tthfunc/README.ttmdynamic /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64/usr/share/doc/tth-devel + exit 0 Provides: tth-devel = 4.12-1.fc28 tth-devel(riscv-64) = 4.12-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libtth.so.0()(64bit) libttm.so.0()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/tth-4.12-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/tth-4.12-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/noarch/tth-tex-4.12-1.fc28.noarch.rpm Wrote: /builddir/build/RPMS/riscv64/tth-libs-4.12-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/tth-devel-4.12-1.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DbseC6 + umask 022 + cd /builddir/build/BUILD + cd tth + /usr/bin/rm -rf /builddir/build/BUILDROOT/tth-4.12-1.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff