Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/glyph-keeper.spec'], chrootPath='/var/lib/mock/f31-build-55924-28151/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=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/glyph-keeper.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 setting SOURCE_DATE_EPOCH=1548892800 Wrote: /builddir/build/SRPMS/glyph-keeper-0.32-25.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/glyph-keeper.spec'], chrootPath='/var/lib/mock/f31-build-55924-28151/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=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/glyph-keeper.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 setting SOURCE_DATE_EPOCH=1548892800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ehme1G + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf glyph-keeper-0.32 + /usr/bin/unzip -qq /builddir/build/SOURCES/glyph-keeper-0.32.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd glyph-keeper-0.32 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (glyph-keeper-0.29.1-fixes.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .fix --fuzz=0 + echo 'Patch #1 (glyph-keeper-0.32-so-compat.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .compat --fuzz=0 + sed -i 's/\r//' docs/compiling.html docs/index.html docs/manual.html docs/reference.html authors.txt changes.txt install.txt license.txt quotes.txt readme.txt releng.txt to-do.txt + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (glyph-keeper-0.29.1-fixes.patch): patching file src/glyph_index.c patching file Makefile.GNU.all Patch #1 (glyph-keeper-0.32-so-compat.patch): patching file src/glyph_rend.c patching file src/glyph_face.c Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.whtxeJ + umask 022 + cd /builddir/build/BUILD + cd glyph-keeper-0.32 + make -j4 -f Makefile.GNU.all TARGET=ALLEGRO FT_LIB=-lfreetype 'OFLAGS=-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 -fpic -I/usr/include/freetype2' lib BUILDSTDERR: In file included from src/glyph.c:39: BUILDSTDERR: src/glyph_workout.c: In function '_gk_rend_workout': BUILDSTDERR: src/glyph_workout.c:369:36: warning: variable 'ystr2' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 369 | int xstr, ystr, xstr2, ystr2; BUILDSTDERR: | ^~~~~ BUILDSTDERR: src/glyph_workout.c:369:29: warning: variable 'xstr2' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 369 | int xstr, ystr, xstr2, ystr2; BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from src/glyph.c:42: BUILDSTDERR: src/glyph_dimensions.c: In function '_gk_text_dimensions_by_advance_horizontal': BUILDSTDERR: src/glyph_dimensions.c:117:15: warning: using integer absolute value function 'abs' when argument is of floating point type 'double' [-Wabsolute-value] BUILDSTDERR: 117 | sx += abs(tan(rend->italic_angle) * rend->text_height); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from src/glyph_to_allegro.c:74, BUILDSTDERR: from src/glyph.c:50: BUILDSTDERR: src/glyph_to_allegro_mono.c: In function 'put_glyph_mono': BUILDSTDERR: src/glyph_to_allegro_mono.c:63:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 63 | if (*a&0x80) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: | ^~ BUILDSTDERR: src/glyph_to_allegro_mono.c:63:60: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 63 | if (*a&0x80) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: | ^ BUILDSTDERR: src/glyph_to_allegro_mono.c:64:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 64 | if (*a&0x40) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: | ^~ BUILDSTDERR: src/glyph_to_allegro_mono.c:64:60: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 64 | if (*a&0x40) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: | ^ BUILDSTDERR: src/glyph_to_allegro_mono.c:65:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 65 | if (*a&0x20) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: | ^~ BUILDSTDERR: src/glyph_to_allegro_mono.c:65:60: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 65 | if (*a&0x20) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: | ^ BUILDSTDERR: src/glyph_to_allegro_mono.c:66:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 66 | if (*a&0x10) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: | ^~ BUILDSTDERR: src/glyph_to_allegro_mono.c:66:60: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 66 | if (*a&0x10) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: | ^ BUILDSTDERR: src/glyph_to_allegro_mono.c:67:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 67 | if (*a&0x08) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: | ^~ BUILDSTDERR: src/glyph_to_allegro_mono.c:67:60: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 67 | if (*a&0x08) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: | ^ BUILDSTDERR: src/glyph_to_allegro_mono.c:68:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 68 | if (*a&0x04) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: | ^~ BUILDSTDERR: src/glyph_to_allegro_mono.c:68:60: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 68 | if (*a&0x04) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: | ^ BUILDSTDERR: src/glyph_to_allegro_mono.c:69:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 69 | if (*a&0x02) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: | ^~ BUILDSTDERR: src/glyph_to_allegro_mono.c:69:60: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 69 | if (*a&0x02) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: | ^ BUILDSTDERR: src/glyph_to_allegro_mono.c:70:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 70 | if (*a&0x01) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: | ^~ BUILDSTDERR: src/glyph_to_allegro_mono.c:70:60: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 70 | if (*a&0x01) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from /usr/include/freetype2/freetype/config/ftstdlib.h:78, BUILDSTDERR: from /usr/include/freetype2/freetype/config/ftconfig-64.h:42, BUILDSTDERR: from /usr/include/freetype2/freetype/config/ftconfig.h:9, BUILDSTDERR: from /usr/include/freetype2/freetype/freetype.h:34, BUILDSTDERR: from src/glyph_internal.h:23, BUILDSTDERR: from src/glyph.c:15: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from '_gk_load_face_from_file' at src/glyph_face.c:269:21: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/glyph.c:30: BUILDSTDERR: src/glyph_face.c: In function '_gk_load_face_from_file': BUILDSTDERR: src/glyph_face.c:258:32: note: length computed here BUILDSTDERR: 258 | int fname_length = strlen(fname); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: ar: creating obj/libglyph-alleg.a BUILDSTDERR: ++ allegro-config --libs + gcc -shared -o libglyph-alleg.so.0 -Wl,-soname,libglyph-alleg.so.0 obj/glyph-alleg.o -lfreetype -L/usr/lib -lalleg + make -j4 -f Makefile.GNU.all TARGET=SDL FT_LIB=-lfreetype 'OFLAGS=-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 -fpic -I/usr/include/freetype2' lib BUILDSTDERR: In file included from src/glyph.c:39: BUILDSTDERR: src/glyph_workout.c: In function '_gk_rend_workout': BUILDSTDERR: src/glyph_workout.c:369:36: warning: variable 'ystr2' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 369 | int xstr, ystr, xstr2, ystr2; BUILDSTDERR: | ^~~~~ BUILDSTDERR: src/glyph_workout.c:369:29: warning: variable 'xstr2' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 369 | int xstr, ystr, xstr2, ystr2; BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from src/glyph.c:42: BUILDSTDERR: src/glyph_dimensions.c: In function '_gk_text_dimensions_by_advance_horizontal': BUILDSTDERR: src/glyph_dimensions.c:117:15: warning: using integer absolute value function 'abs' when argument is of floating point type 'double' [-Wabsolute-value] BUILDSTDERR: 117 | sx += abs(tan(rend->italic_angle) * rend->text_height); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from /usr/include/freetype2/freetype/config/ftstdlib.h:78, BUILDSTDERR: from /usr/include/freetype2/freetype/config/ftconfig-64.h:42, BUILDSTDERR: from /usr/include/freetype2/freetype/config/ftconfig.h:9, BUILDSTDERR: from /usr/include/freetype2/freetype/freetype.h:34, BUILDSTDERR: from src/glyph_internal.h:23, BUILDSTDERR: from src/glyph.c:15: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from '_gk_load_face_from_file' at src/glyph_face.c:269:21: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/glyph.c:30: BUILDSTDERR: src/glyph_face.c: In function '_gk_load_face_from_file': BUILDSTDERR: src/glyph_face.c:258:32: note: length computed here BUILDSTDERR: 258 | int fname_length = strlen(fname); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: ar: creating obj/libglyph-sdl.a + gcc -shared -o libglyph-sdl.so.0 -Wl,-soname,libglyph-sdl.so.0 obj/glyph-sdl.o -lfreetype -lSDL -lSDL_gfx + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Compiling Glyph Keeper / Allegro with gcc -W -Wall -std=c89 -pedantic -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 -fpic -I/usr/include/freetype2 -Iinclude -DGK_NO_LEGACY -DGLYPH_TARGET=GLYPH_TARGET_ALLEGRO -c -o obj/glyph-alleg.o src/glyph.c ar r obj/libglyph-alleg.a obj/glyph-alleg.o Compiling Glyph Keeper / SDL with gcc -W -Wall -std=c89 -pedantic -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 -fpic -I/usr/include/freetype2 -Iinclude -DGK_NO_LEGACY -DGLYPH_TARGET=GLYPH_TARGET_SDL -c -o obj/glyph-sdl.o src/glyph.c ar r obj/libglyph-sdl.a obj/glyph-sdl.o Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MgG7jG + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64 + cd glyph-keeper-0.32 + mkdir -p /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/lib64 + mkdir -p /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/include + install -m 755 libglyph-alleg.so.0 libglyph-sdl.so.0 /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/lib64 + ln -s libglyph-alleg.so.0 /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/lib64/libglyph-alleg.so + ln -s libglyph-sdl.so.0 /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/lib64/libglyph-sdl.so + install -m 644 include/glyph.h /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/include + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.32-25.fc31 --unique-debug-suffix -0.32-25.fc31.riscv64 --unique-debug-src-base glyph-keeper-0.32-25.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/glyph-keeper-0.32 BUILDSTDERR: 506 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /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 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/lib64/libglyph-sdl.so.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/lib64/libglyph-alleg.so.0 extracting debug info from /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/lib64/libglyph-sdl.so.0 extracting debug info from /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/lib64/libglyph-alleg.so.0 original debug info size: 588kB, size after compression: 564kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. Processing files: glyph-keeper-allegro-0.32-25.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pAAz2F + umask 022 + cd /builddir/build/BUILD + cd glyph-keeper-0.32 + DOCDIR=/builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/share/doc/glyph-keeper-allegro + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/share/doc/glyph-keeper-allegro + cp -pr license.txt /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/share/doc/glyph-keeper-allegro + cp -pr changes.txt /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/share/doc/glyph-keeper-allegro + cp -pr authors.txt /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/share/doc/glyph-keeper-allegro + cp -pr docs/compiling.html docs/img docs/index.html docs/manual.html docs/reference.html /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/share/doc/glyph-keeper-allegro + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: glyph-keeper = 0.32-25.fc31 glyph-keeper-allegro = 0.32-25.fc31 glyph-keeper-allegro(riscv-64) = 0.32-25.fc31 libglyph-alleg.so.0()(64bit) 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) liballeg.so.4.4()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libfreetype.so.6()(64bit) rtld(GNU_HASH) Obsoletes: glyph-keeper < 0.32-9 Processing files: glyph-keeper-allegro-devel-0.32-25.fc31.riscv64 Provides: glyph-keeper-allegro-devel = 0.32-25.fc31 glyph-keeper-allegro-devel(riscv-64) = 0.32-25.fc31 glyph-keeper-devel = 0.32-25.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libglyph-alleg.so.0()(64bit) Obsoletes: glyph-keeper-devel < 0.32-9 Processing files: glyph-keeper-SDL-0.32-25.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8qS68I + umask 022 + cd /builddir/build/BUILD + cd glyph-keeper-0.32 + DOCDIR=/builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/share/doc/glyph-keeper-SDL + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/share/doc/glyph-keeper-SDL + cp -pr license.txt /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/share/doc/glyph-keeper-SDL + cp -pr changes.txt /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/share/doc/glyph-keeper-SDL + cp -pr authors.txt /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/share/doc/glyph-keeper-SDL + cp -pr docs/compiling.html docs/img docs/index.html docs/manual.html docs/reference.html /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64/usr/share/doc/glyph-keeper-SDL + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: glyph-keeper-SDL = 0.32-25.fc31 glyph-keeper-SDL(riscv-64) = 0.32-25.fc31 libglyph-sdl.so.0()(64bit) 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) libSDL-1.2.so.0()(64bit) libSDL_gfx.so.15()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libfreetype.so.6()(64bit) rtld(GNU_HASH) Processing files: glyph-keeper-SDL-devel-0.32-25.fc31.riscv64 Provides: glyph-keeper-SDL-devel = 0.32-25.fc31 glyph-keeper-SDL-devel(riscv-64) = 0.32-25.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libglyph-sdl.so.0()(64bit) Processing files: glyph-keeper-debugsource-0.32-25.fc31.riscv64 Provides: glyph-keeper-debugsource = 0.32-25.fc31 glyph-keeper-debugsource(riscv-64) = 0.32-25.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: glyph-keeper-debuginfo-0.32-25.fc31.riscv64 Provides: glyph-keeper-debuginfo = 0.32-25.fc31 glyph-keeper-debuginfo(riscv-64) = 0.32-25.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: glyph-keeper-debugsource(riscv-64) = 0.32-25.fc31 Processing files: glyph-keeper-allegro-debuginfo-0.32-25.fc31.riscv64 Provides: debuginfo(build-id) = 619ff838fd1d6de7dc1ebf07bf582c81551e2e7a glyph-keeper-allegro-debuginfo = 0.32-25.fc31 glyph-keeper-allegro-debuginfo(riscv-64) = 0.32-25.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: glyph-keeper-debugsource(riscv-64) = 0.32-25.fc31 Processing files: glyph-keeper-SDL-debuginfo-0.32-25.fc31.riscv64 Provides: debuginfo(build-id) = 49c17eb4781f4a53452ccf96b958aeeda94a9164 glyph-keeper-SDL-debuginfo = 0.32-25.fc31 glyph-keeper-SDL-debuginfo(riscv-64) = 0.32-25.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: glyph-keeper-debugsource(riscv-64) = 0.32-25.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64 Wrote: /builddir/build/RPMS/glyph-keeper-SDL-devel-0.32-25.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/glyph-keeper-allegro-devel-0.32-25.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/glyph-keeper-allegro-0.32-25.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/glyph-keeper-SDL-0.32-25.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/glyph-keeper-debuginfo-0.32-25.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/glyph-keeper-SDL-debuginfo-0.32-25.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/glyph-keeper-debugsource-0.32-25.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/glyph-keeper-allegro-debuginfo-0.32-25.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Q1onrG + umask 022 + cd /builddir/build/BUILD + cd glyph-keeper-0.32 + /usr/bin/rm -rf /builddir/build/BUILDROOT/glyph-keeper-0.32-25.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0