+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/unclutter.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5qMvWj + 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.tNJoVS + 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 ' '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 ' 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 -c -o unclutter.o unclutter.c In file included from unclutter.c:27:0: vroot.h: In function 'VirtualRootWindow': vroot.h:41:1: warning: type of 'screen' defaults to 'int' [-Wimplicit-int] VirtualRootWindow(dpy, screen) ^~~~~~~~~~~~~~~~~ vroot.h:45:13: warning: variable 'save_screen' set but not used [-Wunused-but-set-variable] static int save_screen = -1; ^~~~~~~~~~~ vroot.h:44:18: warning: variable 'save_dpy' set but not used [-Wunused-but-set-variable] static Display *save_dpy = (Display *)0; ^~~~~~~~ unclutter.c: At top level: unclutter.c:30:1: warning: return type defaults to 'int' [-Wimplicit-int] pexit(str)char *str;{ ^~~~~ unclutter.c: In function 'pexit': unclutter.c:32:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ unclutter.c:32:5: warning: incompatible implicit declaration of built-in function 'exit' unclutter.c:32:5: note: include '' or provide a declaration of 'exit' unclutter.c: At top level: unclutter.c:34:1: warning: return type defaults to 'int' [-Wimplicit-int] usage(){ ^~~~~ unclutter.c:75:1: warning: return type defaults to 'int' [-Wimplicit-int] nameinlist(display,window) ^~~~~~~~~~ unclutter.c:96:1: warning: return type defaults to 'int' [-Wimplicit-int] createnullcursor(display,root) ^~~~~~~~~~~~~~~~ unclutter.c:120:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv)char **argv;{ ^~~~ unclutter.c: In function 'main': unclutter.c:120:1: warning: type of 'argc' defaults to 'int' [-Wimplicit-int] unclutter.c:136:17: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] idletime = atoi(*argv); ^~~~ unclutter.c:169:24: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] cursor = (Cursor*) malloc(numscreens*sizeof(Cursor)); ^~~~~~ unclutter.c:169:24: warning: incompatible implicit declaration of built-in function 'malloc' unclutter.c:169:24: note: include '' or provide a declaration of 'malloc' unclutter.c:51:27: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration] #define ALMOSTEQUAL(a,b) (abs(a-b)<=jitter) ^ unclutter.c:229:10: note: in expansion of macro 'ALMOSTEQUAL' !(ALMOSTEQUAL(rootx,oldx) && ALMOSTEQUAL(rooty,oldy))){ ^~~~~~~~~~~ unclutter.c: In function 'usage': unclutter.c:49:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ unclutter.c: In function 'errorhandler': unclutter.c:67:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 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 -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.EtlEXh + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/unclutter-8-15.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/unclutter-8-15.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/unclutter-8-15.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/unclutter-8-15.fc28.riscv64 + cd unclutter + rm -rf /builddir/build/BUILDROOT/unclutter-8-15.fc28.riscv64 + make install install.man DESTDIR=/builddir/build/BUILDROOT/unclutter-8-15.fc28.riscv64 'INSTMANFLAGS=-p -m0644' + mkdir -p /builddir/build/BUILDROOT/unclutter-8-15.fc28.riscv64/usr/bin install -c unclutter /builddir/build/BUILDROOT/unclutter-8-15.fc28.riscv64/usr/bin/unclutter install in . done + mkdir -p /builddir/build/BUILDROOT/unclutter-8-15.fc28.riscv64/usr/share/man/man1 install -c -p -m0644 unclutter._man /builddir/build/BUILDROOT/unclutter-8-15.fc28.riscv64/usr/share/man/man1/unclutter.1x install.man in . done + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /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 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: unclutter-8-15.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JfgTnn + umask 022 + cd /builddir/build/BUILD + cd unclutter + DOCDIR=/builddir/build/BUILDROOT/unclutter-8-15.fc28.riscv64/usr/share/doc/unclutter + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/unclutter-8-15.fc28.riscv64/usr/share/doc/unclutter + cp -pr README /builddir/build/BUILDROOT/unclutter-8-15.fc28.riscv64/usr/share/doc/unclutter + exit 0 Provides: unclutter = 8-15.fc28 unclutter(riscv-64) = 8-15.fc28 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) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/unclutter-8-15.fc28.riscv64 Wrote: /builddir/build/SRPMS/unclutter-8-15.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/unclutter-8-15.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.P1pHZb + umask 022 + cd /builddir/build/BUILD + cd unclutter + rm -rf /builddir/build/BUILDROOT/unclutter-8-15.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff