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/glyph-keeper.spec'], chrootPath='/var/lib/mock/f30-build-39989-22678/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/glyph-keeper-0.32-24.fc30.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/f30-build-39989-22678/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Jw4DEP + 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):' Patch #0 (glyph-keeper-0.29.1-fixes.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .fix --fuzz=0 patching file src/glyph_index.c patching file Makefile.GNU.all + echo 'Patch #1 (glyph-keeper-0.32-so-compat.patch):' Patch #1 (glyph-keeper-0.32-so-compat.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .compat --fuzz=0 patching file src/glyph_rend.c patching file src/glyph_face.c + 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 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.TPKmNZ + 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 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 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: 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: int xstr, ystr, xstr2, ystr2; BUILDSTDERR: ^~~~~ BUILDSTDERR: In file included from src/glyph_to_allegro.c:74, BUILDSTDERR: from src/glyph.c:49: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: if (*a&0x01) putpixel(bmp,x,y,text_color); x++; BUILDSTDERR: ^ ar r obj/libglyph-alleg.a obj/glyph-alleg.o 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 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 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: 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: int xstr, ystr, xstr2, ystr2; BUILDSTDERR: ^~~~~ ar r obj/libglyph-sdl.a obj/glyph-sdl.o 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 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.iT2NCb + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64 + cd glyph-keeper-0.32 + mkdir -p /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64/usr/lib64 + mkdir -p /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64/usr/include + install -m 755 libglyph-alleg.so.0 libglyph-sdl.so.0 /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64/usr/lib64 + ln -s libglyph-alleg.so.0 /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64/usr/lib64/libglyph-alleg.so + ln -s libglyph-sdl.so.0 /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64/usr/lib64/libglyph-sdl.so + install -m 644 include/glyph.h /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64/usr/include + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.32-24.fc30 --unique-debug-suffix -0.32-24.fc30.riscv64 --unique-debug-src-base glyph-keeper-0.32-24.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/glyph-keeper-0.32 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64/usr/lib64/libglyph-alleg.so.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64/usr/lib64/libglyph-sdl.so.0 extracting debug info from /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64/usr/lib64/libglyph-sdl.so.0 extracting debug info from /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64/usr/lib64/libglyph-alleg.so.0 /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. BUILDSTDERR: 506 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 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: glyph-keeper-allegro-0.32-24.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0Oifyr + umask 022 + cd /builddir/build/BUILD + cd glyph-keeper-0.32 + DOCDIR=/builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.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-24.fc30.riscv64/usr/share/doc/glyph-keeper-allegro + cp -pr license.txt /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64/usr/share/doc/glyph-keeper-allegro + cp -pr changes.txt /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64/usr/share/doc/glyph-keeper-allegro + cp -pr authors.txt /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.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-24.fc30.riscv64/usr/share/doc/glyph-keeper-allegro + exit 0 Provides: glyph-keeper = 0.32-24.fc30 glyph-keeper-allegro = 0.32-24.fc30 glyph-keeper-allegro(riscv-64) = 0.32-24.fc30 libglyph-alleg.so.0()(64bit) 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) 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-24.fc30.riscv64 Provides: glyph-keeper-allegro-devel = 0.32-24.fc30 glyph-keeper-allegro-devel(riscv-64) = 0.32-24.fc30 glyph-keeper-devel = 0.32-24.fc30 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-24.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.s0W8Sk + umask 022 + cd /builddir/build/BUILD + cd glyph-keeper-0.32 + DOCDIR=/builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.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-24.fc30.riscv64/usr/share/doc/glyph-keeper-SDL + cp -pr license.txt /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64/usr/share/doc/glyph-keeper-SDL + cp -pr changes.txt /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64/usr/share/doc/glyph-keeper-SDL + cp -pr authors.txt /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.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-24.fc30.riscv64/usr/share/doc/glyph-keeper-SDL + exit 0 Provides: glyph-keeper-SDL = 0.32-24.fc30 glyph-keeper-SDL(riscv-64) = 0.32-24.fc30 libglyph-sdl.so.0()(64bit) 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) 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-24.fc30.riscv64 Provides: glyph-keeper-SDL-devel = 0.32-24.fc30 glyph-keeper-SDL-devel(riscv-64) = 0.32-24.fc30 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-24.fc30.riscv64 Provides: glyph-keeper-debugsource = 0.32-24.fc30 glyph-keeper-debugsource(riscv-64) = 0.32-24.fc30 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-24.fc30.riscv64 Provides: glyph-keeper-debuginfo = 0.32-24.fc30 glyph-keeper-debuginfo(riscv-64) = 0.32-24.fc30 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-24.fc30 Processing files: glyph-keeper-allegro-debuginfo-0.32-24.fc30.riscv64 Provides: debuginfo(build-id) = 5ab1fe5b509061f0befad9571d85588a9a16a75a glyph-keeper-allegro-debuginfo = 0.32-24.fc30 glyph-keeper-allegro-debuginfo(riscv-64) = 0.32-24.fc30 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-24.fc30 Processing files: glyph-keeper-SDL-debuginfo-0.32-24.fc30.riscv64 Provides: debuginfo(build-id) = 5f9668d084823423a935385bb6b52f9833e6c72a glyph-keeper-SDL-debuginfo = 0.32-24.fc30 glyph-keeper-SDL-debuginfo(riscv-64) = 0.32-24.fc30 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-24.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64 Wrote: /builddir/build/RPMS/glyph-keeper-allegro-0.32-24.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/glyph-keeper-allegro-devel-0.32-24.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/glyph-keeper-SDL-0.32-24.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/glyph-keeper-SDL-devel-0.32-24.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/glyph-keeper-debugsource-0.32-24.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/glyph-keeper-debuginfo-0.32-24.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/glyph-keeper-allegro-debuginfo-0.32-24.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/glyph-keeper-SDL-debuginfo-0.32-24.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.7gkiYh + umask 022 + cd /builddir/build/BUILD + cd glyph-keeper-0.32 + /usr/bin/rm -rf /builddir/build/BUILDROOT/glyph-keeper-0.32-24.fc30.riscv64 + exit 0 Child return code was: 0