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/f30-build-34608-19402/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=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', '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/unclutter-8-19.fc30.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/f30-build-34608-19402/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=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', '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.W5p0B6 + 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.a8B2P4 + umask 022 + cd /builddir/build/BUILD + cd unclutter + xmkmf mv -f Makefile Makefile.bak imake -DUseInstalled -I/usr/share/X11/config + /usr/bin/make -O -j4 gcc -O2 -fno-strict-aliasing -I/usr/include -Dlinux -D__riscv -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o unclutter.o unclutter.c BUILDSTDERR: In file included from /usr/include/sys/types.h:25, BUILDSTDERR: from /usr/include/X11/Xos.h:42, BUILDSTDERR: from unclutter.c:22: BUILDSTDERR: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] BUILDSTDERR: # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" BUILDSTDERR: ^~~~~~~ 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: 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: ^~~~~~~~~~~ rm -f unclutter gcc -o unclutter -O2 -fno-strict-aliasing -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 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 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 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.fzeThK + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/unclutter-8-19.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/unclutter-8-19.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/unclutter-8-19.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/unclutter-8-19.fc30.riscv64 + cd unclutter + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/unclutter-8-19.fc30.riscv64 'INSTALL=/usr/bin/install -p' install.man 'INSTMANFLAGS=-p -m0644' + mkdir -p /builddir/build/BUILDROOT/unclutter-8-19.fc30.riscv64/usr/bin /usr/bin/install -p -c unclutter /builddir/build/BUILDROOT/unclutter-8-19.fc30.riscv64/usr/bin/unclutter install in . done + mkdir -p /builddir/build/BUILDROOT/unclutter-8-19.fc30.riscv64/usr/share/man/man1 /usr/bin/install -p -c -p -m0644 unclutter._man /builddir/build/BUILDROOT/unclutter-8-19.fc30.riscv64/usr/share/man/man1/unclutter.1x install.man in . done + /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 /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /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: unclutter-8-19.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8lDVIK + umask 022 + cd /builddir/build/BUILD + cd unclutter + DOCDIR=/builddir/build/BUILDROOT/unclutter-8-19.fc30.riscv64/usr/share/doc/unclutter + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/unclutter-8-19.fc30.riscv64/usr/share/doc/unclutter + cp -pr README /builddir/build/BUILDROOT/unclutter-8-19.fc30.riscv64/usr/share/doc/unclutter + exit 0 Provides: unclutter = 8-19.fc30 unclutter(riscv-64) = 8-19.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libX11.so.6()(64bit) libXext.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/unclutter-8-19.fc30.riscv64 Wrote: /builddir/build/RPMS/unclutter-8-19.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.q3wL4S + umask 022 + cd /builddir/build/BUILD + cd unclutter + /usr/bin/rm -rf /builddir/build/BUILDROOT/unclutter-8-19.fc30.riscv64 + exit 0 Child return code was: 0