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/unclutter.spec'], chrootPath='/var/lib/mock/f29-build-9207-4111/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/unclutter.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/unclutter-8-17.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/unclutter.spec'], chrootPath='/var/lib/mock/f29-build-9207-4111/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/unclutter.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.B0KnNZ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf unclutter + /usr/bin/gzip -dc /builddir/build/SOURCES/unclutter-8.tar.Z + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd unclutter + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.y771fZ + umask 022 + cd /builddir/build/BUILD + cd unclutter + xmkmf mv -f Makefile Makefile.bak imake -DUseInstalled -I/usr/share/X11/config + make -j4 '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' 'CDEBUGFLAGS=-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 -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 unclutter.o unclutter.c BUILDSTDERR: In file included from unclutter.c:27: BUILDSTDERR: vroot.h: In function 'VirtualRootWindow': BUILDSTDERR: vroot.h:41:1: warning: type of 'screen' defaults to 'int' [-Wimplicit-int] BUILDSTDERR: VirtualRootWindow(dpy, screen) BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: vroot.h:45:13: warning: variable 'save_screen' set but not used [-Wunused-but-set-variable] BUILDSTDERR: static int save_screen = -1; BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: vroot.h:44:18: warning: variable 'save_dpy' set but not used [-Wunused-but-set-variable] BUILDSTDERR: static Display *save_dpy = (Display *)0; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: unclutter.c: At top level: BUILDSTDERR: unclutter.c:30:1: warning: return type defaults to 'int' [-Wimplicit-int] BUILDSTDERR: pexit(str)char *str;{ BUILDSTDERR: ^~~~~ BUILDSTDERR: unclutter.c: In function 'pexit': BUILDSTDERR: unclutter.c:32:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] BUILDSTDERR: exit(1); BUILDSTDERR: ^~~~ BUILDSTDERR: unclutter.c:32:5: warning: incompatible implicit declaration of built-in function 'exit' BUILDSTDERR: unclutter.c:32:5: note: include '' or provide a declaration of 'exit' BUILDSTDERR: unclutter.c:28:1: BUILDSTDERR: +#include BUILDSTDERR: BUILDSTDERR: unclutter.c:32:5: BUILDSTDERR: exit(1); BUILDSTDERR: ^~~~ BUILDSTDERR: unclutter.c: At top level: BUILDSTDERR: unclutter.c:34:1: warning: return type defaults to 'int' [-Wimplicit-int] BUILDSTDERR: usage(){ BUILDSTDERR: ^~~~~ BUILDSTDERR: unclutter.c:75:1: warning: return type defaults to 'int' [-Wimplicit-int] BUILDSTDERR: nameinlist(display,window) BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: unclutter.c:96:1: warning: return type defaults to 'int' [-Wimplicit-int] BUILDSTDERR: createnullcursor(display,root) BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: unclutter.c:120:1: warning: return type defaults to 'int' [-Wimplicit-int] BUILDSTDERR: main(argc,argv)char **argv;{ BUILDSTDERR: ^~~~ BUILDSTDERR: unclutter.c: In function 'main': BUILDSTDERR: unclutter.c:120:1: warning: type of 'argc' defaults to 'int' [-Wimplicit-int] BUILDSTDERR: unclutter.c:136:17: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] BUILDSTDERR: idletime = atoi(*argv); BUILDSTDERR: ^~~~ BUILDSTDERR: unclutter.c:169:24: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] BUILDSTDERR: cursor = (Cursor*) malloc(numscreens*sizeof(Cursor)); BUILDSTDERR: ^~~~~~ BUILDSTDERR: unclutter.c:169:24: warning: incompatible implicit declaration of built-in function 'malloc' BUILDSTDERR: unclutter.c:169:24: note: include '' or provide a declaration of 'malloc' BUILDSTDERR: unclutter.c:51:27: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration] BUILDSTDERR: #define ALMOSTEQUAL(a,b) (abs(a-b)<=jitter) BUILDSTDERR: ^~~ BUILDSTDERR: unclutter.c:229:10: note: in expansion of macro 'ALMOSTEQUAL' BUILDSTDERR: !(ALMOSTEQUAL(rootx,oldx) && ALMOSTEQUAL(rooty,oldy))){ BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: unclutter.c: In function 'usage': BUILDSTDERR: unclutter.c:49:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: } BUILDSTDERR: ^ BUILDSTDERR: unclutter.c: In function 'errorhandler': BUILDSTDERR: unclutter.c:67:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: } BUILDSTDERR: ^ rm -f unclutter gcc -o unclutter -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 -L/usr/lib64 unclutter.o -lXext -lX11 rm -f unclutter._man if test -z "" ; then \ cd `dirname unclutter` && \ ln -s `basename unclutter.man` `basename unclutter._man`; \ else \ cpp -undef -traditional -D__apploaddir__=/usr/share/X11/app-defaults -D__appmansuffix__=1x -D__filemansuffix__=5x -D__libmansuffix__=3x -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 6 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 6 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" \ < unclutter.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >unclutter._man; \ fi + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.xHKXOR + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/unclutter-8-17.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/unclutter-8-17.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/unclutter-8-17.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/unclutter-8-17.fc29.riscv64 + cd unclutter + rm -rf /builddir/build/BUILDROOT/unclutter-8-17.fc29.riscv64 + make install install.man DESTDIR=/builddir/build/BUILDROOT/unclutter-8-17.fc29.riscv64 'INSTMANFLAGS=-p -m0644' + mkdir -p /builddir/build/BUILDROOT/unclutter-8-17.fc29.riscv64/usr/bin install -c unclutter /builddir/build/BUILDROOT/unclutter-8-17.fc29.riscv64/usr/bin/unclutter install in . done + mkdir -p /builddir/build/BUILDROOT/unclutter-8-17.fc29.riscv64/usr/share/man/man1 install -c -p -m0644 unclutter._man /builddir/build/BUILDROOT/unclutter-8-17.fc29.riscv64/usr/share/man/man1/unclutter.1x install.man in . done + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 8-17.fc29 --unique-debug-suffix -8-17.fc29.riscv64 --unique-debug-src-base unclutter-8-17.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/unclutter extracting debug info from /builddir/build/BUILDROOT/unclutter-8-17.fc29.riscv64/usr/bin/unclutter /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 29 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: unclutter-8-17.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.la5MmZ + umask 022 + cd /builddir/build/BUILD + cd unclutter + DOCDIR=/builddir/build/BUILDROOT/unclutter-8-17.fc29.riscv64/usr/share/doc/unclutter + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/unclutter-8-17.fc29.riscv64/usr/share/doc/unclutter + cp -pr README /builddir/build/BUILDROOT/unclutter-8-17.fc29.riscv64/usr/share/doc/unclutter + exit 0 Provides: unclutter = 8-17.fc29 unclutter(riscv-64) = 8-17.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) libX11.so.6()(64bit) libXext.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: unclutter-debugsource-8-17.fc29.riscv64 Provides: unclutter-debugsource = 8-17.fc29 unclutter-debugsource(riscv-64) = 8-17.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: unclutter-debuginfo-8-17.fc29.riscv64 Provides: debuginfo(build-id) = e84eeaa0954844ec58deccc549b779b4839792af unclutter-debuginfo = 8-17.fc29 unclutter-debuginfo(riscv-64) = 8-17.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: unclutter-debugsource(riscv-64) = 8-17.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/unclutter-8-17.fc29.riscv64 Wrote: /builddir/build/RPMS/unclutter-8-17.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/unclutter-debugsource-8-17.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/unclutter-debuginfo-8-17.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.yIG1Jm + umask 022 + cd /builddir/build/BUILD + cd unclutter + /usr/bin/rm -rf /builddir/build/BUILDROOT/unclutter-8-17.fc29.riscv64 + exit 0 Child return code was: 0