Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/vinci.spec'], chrootPath='/var/lib/mock/f29-build-10538-4767/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/vinci.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/vinci-1.0.5-14.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/vinci.spec'], chrootPath='/var/lib/mock/f29-build-10538-4767/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/vinci.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NicHCs + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf vinci-1.0.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/vinci-1.0.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd vinci-1.0.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's|-o vinci|& -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld|' makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KT3bbM + umask 022 + cd /builddir/build/BUILD + cd vinci-1.0.5 + make -j4 'OPT=-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' gcc vinci_global.c -c -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection gcc vinci_set.c -c -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection gcc vinci_screen.c -c -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection gcc vinci_file.c -c -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection BUILDSTDERR: vinci_file.c: In function 'open_read': BUILDSTDERR: vinci_file.c:40:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: { fgets (line, 255, fp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_file.c: In function 'read_vertices': BUILDSTDERR: vinci_file.c:155:4: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf (f, "%i %i %s ", &G_n, &G_d, data_type_string); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_file.c:166:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf (f, "%*i "); /* skips the entry one */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_file.c:170:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf (f, "%lg ", &(v -> coords [j])); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_file.c: In function 'fread_rational_value': BUILDSTDERR: vinci_file.c:126:4: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf (f, "%s ", number_s); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_file.c: In function 'read_hyperplanes': BUILDSTDERR: vinci_file.c:199:4: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf (f, "%i %i %s ", &G_m, &G_d, data_type_string); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_file.c:211:10: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: { fscanf (f, "%le ", &(G_Hyperplanes [i] [G_d])); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_file.c:213:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: { fscanf (f, "%le ", &(G_Hyperplanes [i] [j])); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc vinci_memory.c -c -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection gcc vinci_computation.c -c -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection gcc vinci_volume.c -c -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection gcc vinci_lass.c -c -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection BUILDSTDERR: vinci_volume.c: In function 'volume_lawrence_lrs_file': BUILDSTDERR: vinci_volume.c:429:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: system (system_command); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_volume.c:431:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: system (system_command); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_volume.c:433:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: system (system_command); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_volume.c:435:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: system (system_command); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_volume.c:440:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: system (system_command); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_volume.c:452:4: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf (f, "***** %*i %*s "); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_volume.c: In function 'volume_lrs_file': BUILDSTDERR: vinci_volume.c:549:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: system (system_command); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ gcc vinci.c -c -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection BUILDSTDERR: vinci_volume.c: In function 'volume_lawrence_lrs_file': BUILDSTDERR: vinci_volume.c:428:36: warning: '%s' directive writing up to 254 bytes into a region of size 251 [-Wformat-overflow=] BUILDSTDERR: sprintf (system_command, "cp %s %s", planesfile, tmp_file_1); BUILDSTDERR: ^~ ~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:861, BUILDSTDERR: from vinci.h:51, BUILDSTDERR: from vinci_volume.c:22: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 5 or more bytes (assuming 259) into a destination of size 255 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_volume.c:430:40: warning: '%s' directive writing up to 254 bytes into a region of size 245 [-Wformat-overflow=] BUILDSTDERR: sprintf (system_command, "chmod a+w %s", tmp_file_1); BUILDSTDERR: ^~ ~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:861, BUILDSTDERR: from vinci.h:51, BUILDSTDERR: from vinci_volume.c:22: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 11 and 265 bytes into a destination of size 255 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_volume.c:432:38: warning: '%s' directive writing up to 254 bytes into a region of size 247 [-Wformat-overflow=] BUILDSTDERR: sprintf (system_command, "echo >> %s", tmp_file_1); BUILDSTDERR: ^~ ~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:861, BUILDSTDERR: from vinci.h:51, BUILDSTDERR: from vinci_volume.c:22: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 9 and 263 bytes into a destination of size 255 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_volume.c:434:51: warning: '%s' directive writing up to 254 bytes into a region of size 234 [-Wformat-overflow=] BUILDSTDERR: sprintf (system_command, "echo printcobasis >> %s", tmp_file_1); BUILDSTDERR: ^~ ~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:861, BUILDSTDERR: from vinci.h:51, BUILDSTDERR: from vinci_volume.c:22: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 22 and 276 bytes into a destination of size 255 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_volume.c:439:35: warning: '%s' directive writing up to 254 bytes into a region of size 249 [-Wformat-overflow=] BUILDSTDERR: sprintf (system_command, "%s < %s > %s", LRS_EXEC, tmp_file_1, tmp_file_2); BUILDSTDERR: ^~ ~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:861, BUILDSTDERR: from vinci.h:51, BUILDSTDERR: from vinci_volume.c:22: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 518 bytes into a destination of size 255 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci.c: In function 'existing_files': BUILDSTDERR: vinci.c:43:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: { fgets (line, 255, fp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci.c:47:10: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: { fscanf (fp, "%i %i %s ", n, d, data_type); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci.c:58:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: { fgets (line, 255, fp); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci.c:62:10: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: { fscanf (fp, "%i %i %s ", m, &local_d, data_type); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci_volume.c: In function 'volume_lrs_file': BUILDSTDERR: vinci_volume.c:548:35: warning: '%s' directive writing up to 254 bytes into a region of size 249 [-Wformat-overflow=] BUILDSTDERR: sprintf (system_command, "%s < %s > %s", LRS_EXEC, tmp_file_1, tmp_file_2); BUILDSTDERR: ^~ ~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:861, BUILDSTDERR: from vinci.h:51, BUILDSTDERR: from vinci_volume.c:22: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 518 bytes into a destination of size 255 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci.c: In function 'main': BUILDSTDERR: vinci.c:561:31: warning: '.ext' directive writing 4 bytes into a region of size between 1 and 255 [-Wformat-overflow=] BUILDSTDERR: sprintf (vertexfile, "%s.ext", filename); BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:861, BUILDSTDERR: from vinci.h:51, BUILDSTDERR: from vinci.c:18: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 259 bytes into a destination of size 255 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: vinci.c:562:31: warning: '.ine' directive writing 4 bytes into a region of size between 1 and 255 [-Wformat-overflow=] BUILDSTDERR: sprintf (planesfile, "%s.ine", filename); BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:861, BUILDSTDERR: from vinci.h:51, BUILDSTDERR: from vinci.c:18: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 259 bytes into a destination of size 255 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc vinci.o vinci_global.o vinci_set.o vinci_screen.o vinci_file.o vinci_memory.o vinci_computation.o vinci_volume.o vinci_lass.o -lm -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o vinci -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld + pdflatex manual.tex This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdflatex) restricted \write18 enabled. BUILDSTDERR: kpathsea: Running mktexfmt pdflatex.fmt BUILDSTDERR: mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order): BUILDSTDERR: mktexfmt: /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf BUILDSTDERR: mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes: BUILDSTDERR: mktexfmt: /builddir/.cache/texlive/texmf-config/web2c/fmtutil.cnf BUILDSTDERR: mktexfmt [WARNING]: double mention of mf/mf-nowin in /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf BUILDSTDERR: mktexfmt [WARNING]: double mention of tex/tex in /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf BUILDSTDERR: mktexfmt [INFO]: writing formats under /builddir/.cache/texlive/texmf-var/web2c BUILDSTDERR: mktexfmt [INFO]: --- remaking pdflatex with pdftex BUILDSTDERR: mktexfmt: running `pdftex -ini -jobname=pdflatex -progname=pdflatex -translate-file=cp227.tcx *pdflatex.ini' ... BUILDSTDERR: This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (INITEX) BUILDSTDERR: restricted \write18 enabled. BUILDSTDERR: (/usr/share/texlive/texmf-dist/web2c/cp227.tcx) BUILDSTDERR: entering extended mode BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/pdflatex.ini BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/latex.ltx BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/texsys.cfg) BUILDSTDERR: ./texsys.aux found BUILDSTDERR: \@currdir set to: ./. BUILDSTDERR: Assuming \openin and \input BUILDSTDERR: have the same search path. BUILDSTDERR: Defining UNIX/DOS style filename parser. BUILDSTDERR: catcodes, registers, compatibility for TeX 2, parameters, BUILDSTDERR: LaTeX2e <2016/03/31> BUILDSTDERR: hacks, control, par, spacing, files, font encodings, lengths, BUILDSTDERR: ==================================== BUILDSTDERR: Local config file fonttext.cfg used BUILDSTDERR: ==================================== BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.cfg BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.ltx BUILDSTDERR: === Don't modify this file, use a .cfg file instead === BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omlenc.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmr.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmr.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmss.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmtt.fd))) BUILDSTDERR: ==================================== BUILDSTDERR: Local config file fontmath.cfg used BUILDSTDERR: ==================================== BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.cfg BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.ltx BUILDSTDERR: === Don't modify this file, use a .cfg file instead === BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omlcmm.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omscmsy.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omxcmex.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ucmr.fd))) BUILDSTDERR: ==================================== BUILDSTDERR: Local config file preload.cfg used BUILDSTDERR: ===================================== BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/preload.cfg BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, BUILDSTDERR: environments, center, verbatim, math definitions, boxes, title, sectioning, BUILDSTDERR: contents, floats, footnotes, index, bibliography, output, BUILDSTDERR: =========================================== BUILDSTDERR: Local configuration file hyphen.cfg used BUILDSTDERR: =========================================== BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/babel/hyphen.cfg BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/hyphen/dumyhyph.tex) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/hyphen/zerohyph.tex)) BUILDSTDERR: ) ) BUILDSTDERR: Beginning to dump on file pdflatex.fmt BUILDSTDERR: (preloaded format=pdflatex 2018.6.11) BUILDSTDERR: 5054 strings of total length 69019 BUILDSTDERR: 44351 memory locations dumped; current usage is 144&43759 BUILDSTDERR: 3399 multiletter control sequences BUILDSTDERR: \font\nullfont=nullfont BUILDSTDERR: \font\OMX/cmex/m/n/10=cmex10 BUILDSTDERR: \font\tenln=line10 BUILDSTDERR: \font\tenlnw=linew10 BUILDSTDERR: \font\tencirc=lcircle10 BUILDSTDERR: \font\tencircw=lcirclew10 BUILDSTDERR: \font\OT1/cmr/m/n/5=cmr5 BUILDSTDERR: \font\OT1/cmr/m/n/7=cmr7 BUILDSTDERR: \font\OT1/cmr/m/n/10=cmr10 BUILDSTDERR: \font\OML/cmm/m/it/5=cmmi5 BUILDSTDERR: \font\OML/cmm/m/it/7=cmmi7 BUILDSTDERR: \font\OML/cmm/m/it/10=cmmi10 BUILDSTDERR: \font\OMS/cmsy/m/n/5=cmsy5 BUILDSTDERR: \font\OMS/cmsy/m/n/7=cmsy7 BUILDSTDERR: \font\OMS/cmsy/m/n/10=cmsy10 BUILDSTDERR: 3633 words of font info for 14 preloaded fonts BUILDSTDERR: 14 hyphenation exceptions BUILDSTDERR: Hyphenation trie of length 6081 has 183 ops out of 35111 BUILDSTDERR: 2 for language 1 BUILDSTDERR: 181 for language 0 BUILDSTDERR: 0 words of pdfTeX memory BUILDSTDERR: 0 indirect objects BUILDSTDERR: No pages of output. BUILDSTDERR: Transcript written on pdflatex.log. BUILDSTDERR: mktexfmt [INFO]: /builddir/.cache/texlive/texmf-var/web2c/pdftex/pdflatex.fmt installed. BUILDSTDERR: mktexfmt [INFO]: Disabled formats: 32 BUILDSTDERR: mktexfmt [INFO]: Successfully rebuilt formats: 1 BUILDSTDERR: mktexfmt [INFO]: Not selected formats: 15 BUILDSTDERR: mktexfmt [INFO]: Total formats: 48 BUILDSTDERR: mktexfmt [INFO]: exiting with status 0 entering extended mode (./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)) (./html.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty) No file manual.aux. (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) LaTeX Warning: Reference `Input Formats' on page 1 undefined on input line 37. LaTeX Warning: Citation `bef00' on page 1 undefined on input line 41. LaTeX Warning: Reference `Installation' on page 1 undefined on input line 49. [1{/usr/share/texlive/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] LaTeX Warning: Reference `tab:files' on page 2 undefined on input line 84. [2] [3] [4] [5] LaTeX Warning: Reference `Automatic Method Proposal' on page 6 undefined on inp ut line 286. LaTeX Warning: Reference `Example' on page 6 undefined on input line 288. [6] LaTeX Warning: Reference `tab:methods' on page 7 undefined on input line 310. LaTeX Warning: Reference `Automatic Method Proposal' on page 7 undefined on inp ut line 316. Underfull \hbox (badness 10000) in paragraph at lines 321--321 []\OT1/cmr/m/n/12 needed Underfull \hbox (badness 1231) in paragraph at lines 333--335 \OT1/cmr/m/n/12 suited for near--simplicial poly-topes, Underfull \hbox (badness 10000) in paragraph at lines 340--341 []\OT1/cmtt/m/n/12 .ext Underfull \hbox (badness 2495) in paragraph at lines 341--343 []\OT1/cmr/m/n/12 Lawrence's for-mula, only for non-- Underfull \hbox (badness 3668) in paragraph at lines 341--343 \OT1/cmr/m/n/12 degenerate (sim-ple) poly-topes; ex- [7] [8] LaTeX Warning: Reference `Adopting the Code' on page 9 undefined on input line 368. (/usr/share/texlive/texmf-dist/tex/latex/base/omscmr.fd) [9] [10] [11] (./manual.aux) 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 manual.pdf (11 pages, 137278 bytes). Transcript written on manual.log. + pdflatex manual.tex This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./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)) (./html.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty) (./manual.aux) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/usr/share/texliv e/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] [3] [4] [5] [6] Underfull \hbox (badness 10000) in paragraph at lines 321--321 []\OT1/cmr/m/n/12 needed Underfull \hbox (badness 1231) in paragraph at lines 333--335 \OT1/cmr/m/n/12 suited for near--simplicial poly-topes, Underfull \hbox (badness 10000) in paragraph at lines 340--341 []\OT1/cmtt/m/n/12 .ext Underfull \hbox (badness 2495) in paragraph at lines 341--343 []\OT1/cmr/m/n/12 Lawrence's for-mula, only for non-- Underfull \hbox (badness 3668) in paragraph at lines 341--343 \OT1/cmr/m/n/12 degenerate (sim-ple) poly-topes; ex- [7] [8] (/usr/share/texlive/texmf-dist/tex/latex/base/omscmr.fd) [9] [10] [11] (./manual.aux) ) (see the transcript file for additional information) Output written on manual.pdf (11 pages, 136895 bytes). Transcript written on manual.log. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hpEdVQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64 + cd vinci-1.0.5 + mkdir -p /builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64/usr/bin + install -m 755 vinci /builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64/usr/bin + mkdir -p /builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64/usr/share/man/man1 + sed -e s/@VERSION@/1.0.5/ /builddir/build/SOURCES/vinci.1 + touch -r /builddir/build/SOURCES/vinci.1 /builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64/usr/share/man/man1/vinci.1 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.0.5-14.fc29 --unique-debug-suffix -1.0.5-14.fc29.riscv64 --unique-debug-src-base vinci-1.0.5-14.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/vinci-1.0.5 extracting debug info from /builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64/usr/bin/vinci /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 310 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /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-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: vinci-1.0.5-14.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.MSJz7c + umask 022 + cd /builddir/build/BUILD + cd vinci-1.0.5 + DOCDIR=/builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64/usr/share/doc/vinci + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64/usr/share/doc/vinci + cp -pr ChangeLog /builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64/usr/share/doc/vinci + cp -pr manual.pdf /builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64/usr/share/doc/vinci + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.1ZbPAB + umask 022 + cd /builddir/build/BUILD + cd vinci-1.0.5 + LICENSEDIR=/builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64/usr/share/licenses/vinci + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64/usr/share/licenses/vinci + cp -pr COPYING /builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64/usr/share/licenses/vinci + exit 0 Provides: vinci = 1.0.5-14.fc29 vinci(riscv-64) = 1.0.5-14.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 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) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: vinci-debugsource-1.0.5-14.fc29.riscv64 Provides: vinci-debugsource = 1.0.5-14.fc29 vinci-debugsource(riscv-64) = 1.0.5-14.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: vinci-debuginfo-1.0.5-14.fc29.riscv64 Provides: debuginfo(build-id) = ef40a42846d854cf00e9beaf218ae4e9d9fe52a4 vinci-debuginfo = 1.0.5-14.fc29 vinci-debuginfo(riscv-64) = 1.0.5-14.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: vinci-debugsource(riscv-64) = 1.0.5-14.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64 Wrote: /builddir/build/RPMS/vinci-1.0.5-14.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/vinci-debugsource-1.0.5-14.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/vinci-debuginfo-1.0.5-14.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.bb7xEC + umask 022 + cd /builddir/build/BUILD + cd vinci-1.0.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/vinci-1.0.5-14.fc29.riscv64 + exit 0 Child return code was: 0