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/glglobe.spec'], chrootPath='/var/lib/mock/f31-build-63536-29359/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/glglobe.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=1564012800 Wrote: /builddir/build/SRPMS/glglobe-0.2-29.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/glglobe.spec'], chrootPath='/var/lib/mock/f31-build-63536-29359/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/glglobe.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=1564012800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.26w0lq + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf glglobe + /usr/bin/gzip -dc /builddir/build/SOURCES/glglobe-0.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd glglobe + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (glglobe-0.2-fix-newline-warnings.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #1 (glglobe-0.2-fix-signedness-differs-warnings.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #2 (glglobe-0.2-set-default-params.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #3 (glglobe-0.2-makefile_accept_passed_optflags.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (glglobe-0.2-fix-newline-warnings.patch): patching file jpg_loader.h patching file markers_parser.c patching file options.h Patch #1 (glglobe-0.2-fix-signedness-differs-warnings.patch): patching file globe.c Patch #2 (glglobe-0.2-set-default-params.patch): patching file glglobe.c Patch #3 (glglobe-0.2-makefile_accept_passed_optflags.patch): patching file makefile Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kK8f9p + umask 022 + cd /builddir/build/BUILD + cd glglobe + export 'CFLAGS=-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' + CFLAGS='-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' + make -j4 BUILDSTDERR: globe.c: In function 'make_globe_old2': BUILDSTDERR: globe.c:511:10: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: 511 | data = (char *)malloc(3*dx*dy); BUILDSTDERR: | ^ BUILDSTDERR: glglobe.c: In function 'DisplayFunc': BUILDSTDERR: glglobe.c:310:11: warning: variable 'cam_pos' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 310 | VMvect cam_pos; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: glglobe.c: In function 'main': BUILDSTDERR: glglobe.c:868:20: warning: variable 'MainMenuID' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 868 | int MapMenuID, MainMenuID; BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: globe.c: In function 'draw_grid': BUILDSTDERR: globe.c:900:56: warning: variable 'alpha' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 900 | double th, dth, ph, dph, ddth,ddph, red,green,blue,alpha, r_grid; BUILDSTDERR: | ^~~~~ BUILDSTDERR: globe.c:900:51: warning: variable 'blue' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 900 | double th, dth, ph, dph, ddth,ddph, red,green,blue,alpha, r_grid; BUILDSTDERR: | ^~~~ BUILDSTDERR: globe.c:900:45: warning: variable 'green' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 900 | double th, dth, ph, dph, ddth,ddph, red,green,blue,alpha, r_grid; BUILDSTDERR: | ^~~~~ BUILDSTDERR: globe.c:900:41: warning: variable 'red' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 900 | double th, dth, ph, dph, ddth,ddph, red,green,blue,alpha, r_grid; BUILDSTDERR: | ^~~ BUILDSTDERR: globe.c: In function 'draw_grid_marks': BUILDSTDERR: globe.c:1001:56: warning: variable 'alpha' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1001 | double th, dth, ph, dph, ddth,ddph, red,green,blue,alpha, r_grid; BUILDSTDERR: | ^~~~~ BUILDSTDERR: globe.c:1001:51: warning: variable 'blue' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1001 | double th, dth, ph, dph, ddth,ddph, red,green,blue,alpha, r_grid; BUILDSTDERR: | ^~~~ BUILDSTDERR: globe.c:1001:45: warning: variable 'green' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1001 | double th, dth, ph, dph, ddth,ddph, red,green,blue,alpha, r_grid; BUILDSTDERR: | ^~~~~ BUILDSTDERR: globe.c:1001:41: warning: variable 'red' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1001 | double th, dth, ph, dph, ddth,ddph, red,green,blue,alpha, r_grid; BUILDSTDERR: | ^~~ BUILDSTDERR: globe.c:1001:30: warning: variable 'ddth' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1001 | double th, dth, ph, dph, ddth,ddph, red,green,blue,alpha, r_grid; BUILDSTDERR: | ^~~~ BUILDSTDERR: sunpos.c: In function 'sunpos': BUILDSTDERR: sunpos.c:42:12: warning: variable 'ang_per_sec_earth_rel' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 42 | double ang_per_sec_earth_rel; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: sunpos.c:41:12: warning: variable 'rev_per_year' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 41 | double rev_per_year; BUILDSTDERR: | ^~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o glglobe.o glglobe.c 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o vmath.o vmath.c 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o globe.o globe.c 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o png_loader.o png_loader.c 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o jpg_loader.o jpg_loader.c 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o markers_parser.o markers_parser.c 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o sunpos.o sunpos.c gcc -o glglobe glglobe.o vmath.o globe.o png_loader.o jpg_loader.o markers_parser.o sunpos.o -L/usr/X11/lib -lglut -lGLU -lGL -lXext -lXaw -lm -lXi -lpng -lz -ljpeg Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yle7uq + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64 + cd glglobe + rm -rf /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/bin + install -p -m 0755 glglobe /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/bin + mkdir -p /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/share/glglobe + install -p -m 0644 depths_1440.jpg xglobe-markers earth-markers-schaumann /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/share/glglobe + mkdir -p /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64//usr/share/icons/hicolor/16x16/apps/ + install -p -m 644 /builddir/build/SOURCES/glglobe.16x16.png /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/share/icons/hicolor/16x16/apps/ + mkdir -p /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64//usr/share/icons/hicolor/24x24/apps/ + install -p -m 644 /builddir/build/SOURCES/glglobe.24x24.png /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/share/icons/hicolor/24x24/apps/ + mkdir -p /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64//usr/share/icons/hicolor/48x48/apps/ + install -p -m 644 /builddir/build/SOURCES/glglobe.48x48.png /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/share/icons/hicolor/48x48/apps/ + mkdir -p /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/share/applications + desktop-file-install --dir /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/share/applications /builddir/build/SOURCES/glglobe.desktop + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.2-29.fc31 --unique-debug-suffix -0.2-29.fc31.riscv64 --unique-debug-src-base glglobe-0.2-29.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/glglobe BUILDSTDERR: 192 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 /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/share/applications/glglobe.desktop: error: (will be fatal in the future): value "glglobe.24x24.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/bin/glglobe extracting debug info from /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/bin/glglobe original debug info size: 224kB, size after compression: 212kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: glglobe-0.2-29.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Tlp0Ho + umask 022 + cd /builddir/build/BUILD + cd glglobe + DOCDIR=/builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/share/doc/glglobe + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/share/doc/glglobe + cp -pr ChangeLog /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/share/doc/glglobe + cp -pr COPYING /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/share/doc/glglobe + cp -pr README /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/share/doc/glglobe + cp -pr TODO /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64/usr/share/doc/glglobe + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: application() application(glglobe.desktop) glglobe = 0.2-29.fc31 glglobe(riscv-64) = 0.2-29.fc31 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) libGL.so.1()(64bit) libGLU.so.1()(64bit) libXaw.so.7()(64bit) libXext.so.6()(64bit) libXi.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libglut.so.3()(64bit) libjpeg.so.62()(64bit) libjpeg.so.62(LIBJPEG_6.2)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpng16.so.16()(64bit) libpng16.so.16(PNG16_0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: glglobe-debugsource-0.2-29.fc31.riscv64 Provides: glglobe-debugsource = 0.2-29.fc31 glglobe-debugsource(riscv-64) = 0.2-29.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: glglobe-debuginfo-0.2-29.fc31.riscv64 Provides: debuginfo(build-id) = 9b4c17d8b7fab18198a8415aad54dcac9af2546b glglobe-debuginfo = 0.2-29.fc31 glglobe-debuginfo(riscv-64) = 0.2-29.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: glglobe-debugsource(riscv-64) = 0.2-29.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64 Wrote: /builddir/build/RPMS/glglobe-debugsource-0.2-29.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/glglobe-debuginfo-0.2-29.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/glglobe-0.2-29.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9bsIVm + umask 022 + cd /builddir/build/BUILD + cd glglobe + /usr/bin/rm -rf /builddir/build/BUILDROOT/glglobe-0.2-29.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0