+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/musca.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 warning: bogus date in %changelog: Mon Apr 25 2012 Damien Durand - 0.9.24-4 warning: bogus date in %changelog: Thu Jan 18 2012 Damien Durand - 0.9.24-1 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.GQ2lGt + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf musca-0.9.24 + /usr/bin/gzip -dc /builddir/build/SOURCES/musca-0.9.24.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd musca-0.9.24 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (dmenu_run.patch):' Patch #0 (dmenu_run.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file config.h + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lGdHtQ + umask 022 + cd /builddir/build/BUILD + cd musca-0.9.24 + make -j4 cc -Wall -g -I/usr/X11R6/include -L/usr/X11R6/lib -lc -lm -lX11 -o musca musca.c musca.c: In function 'sanity_head': musca.c:442:7: warning: variable 'found' set but not used [-Wunused-but-set-variable] int found = 0; ^~~~~ In file included from musca.c:27:0: musca.c: In function 'frames_bordering': musca.h:181:27: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define FOR_RING(d,v,f,i) for ((v) = (f), (i) = 0; (f) && (v) && (!(i) || (v) != (f)); (v) = (d) ? (v)->next: (v)->prev, (i)++) ^ musca.c:1346:2: note: in expansion of macro 'FOR_RING' FOR_RING (NEXT, f, t->frames, fc); fc++; ^~~~~~~~ musca.c:1346:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' FOR_RING (NEXT, f, t->frames, fc); fc++; ^~ musca.c: In function 'frame_grow': musca.c:1676:8: warning: variable 'changes' set but not used [-Wunused-but-set-variable] ubyte changes = 0; ^~~~~~~ musca.c: In function 'group_resize': musca.c:1992:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else if (l > ta->l) { frames_make_gap(ta, ta->l, ta->t, l - ta->l, sh - ta->b); ta->l = l; } ^~~~ musca.c:1993:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' if (r < ta->r) { frames_fill_gap(ta, sw - ta->r, ta->t, ta->r - r, sh - ta->b, FRAMES_ALL); ta->r = r; } ^~ musca.c:1994:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else if (r > ta->r) { frames_make_gap(ta, sw - r, ta->t, r - ta->r, sh - ta->b); ta->r = r; } ^~~~ musca.c:1995:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' if (t < ta->t) { frames_fill_gap(ta, ta->l, t, sw - ta->l - ta->r, ta->t - t, FRAMES_ALL); ta->t = t; } ^~ musca.c:1996:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else if (t > ta->t) { frames_make_gap(ta, ta->l, ta->t, sw - ta->l - ta->r, t - ta->t); ta->t = t; } ^~~~ musca.c:1997:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' if (b < ta->b) { frames_fill_gap(ta, ta->l, sh - ta->b, sw - ta->l - ta->r, ta->b - b, FRAMES_ALL); ta->b = b; } ^~ musca.c: In function 'com_frame_split': musca.c:2203:19: warning: variable 'ss' set but not used [-Wunused-but-set-variable] ucell fs = f->h, ss = sh; ubyte dir = VERTICAL; ^~ cc -Wall -g -I/usr/X11R6/include -L/usr/X11R6/lib -lc -lm -lX11 -o apis apis.c apis.c: In function 'window_struts': apis.c:524:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (l) *l = 0; if (r) *r = 0; if (t) *t = 0; if (b) *b = 0; ^~ apis.c:524:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (l) *l = 0; if (r) *r = 0; if (t) *t = 0; if (b) *b = 0; ^~ apis.c: In function 'window_configure': apis.c:886:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!(mask & CWX)) x = p->attr.x; if (!(mask & CWY)) y = p->attr.y; ^~ apis.c:886:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!(mask & CWX)) x = p->attr.x; if (!(mask & CWY)) y = p->attr.y; ^~ apis.c:887:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!(mask & CWWidth)) w = p->attr.width; if (!(mask & CWHeight)) h = p->attr.height; ^~ apis.c:887:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!(mask & CWWidth)) w = p->attr.width; if (!(mask & CWHeight)) h = p->attr.height; ^~ apis.c: In function 'update_struts': apis.c:1113:7: warning: variable 'ok' set but not used [-Wunused-but-set-variable] bool ok = 0; ^~ cc -Wall -g -I/usr/X11R6/include -L/usr/X11R6/lib -lc -lm -lX11 -o xlisten xlisten.c + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.fd7k6d + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/musca-0.9.24-14.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/musca-0.9.24-14.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/musca-0.9.24-14.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/musca-0.9.24-14.fc28.riscv64 + cd musca-0.9.24 + rm -rf /builddir/build/BUILDROOT/musca-0.9.24-14.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT/musca-0.9.24-14.fc28.riscv64/usr/bin + install -p -m 0755 musca /builddir/build/BUILDROOT/musca-0.9.24-14.fc28.riscv64/usr/bin + mkdir -p /builddir/build/BUILDROOT/musca-0.9.24-14.fc28.riscv64/usr/share/man/man1 + install -p -m 0644 musca.1 /builddir/build/BUILDROOT/musca-0.9.24-14.fc28.riscv64/usr/share/man/man1 + mkdir -p /builddir/build/BUILDROOT/musca-0.9.24-14.fc28.riscv64//usr/share/xsessions/ + cat + /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: musca-0.9.24-14.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.p1XNUv + umask 022 + cd /builddir/build/BUILD + cd musca-0.9.24 + DOCDIR=/builddir/build/BUILDROOT/musca-0.9.24-14.fc28.riscv64/usr/share/doc/musca + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/musca-0.9.24-14.fc28.riscv64/usr/share/doc/musca + cp -pr gpl.txt /builddir/build/BUILDROOT/musca-0.9.24-14.fc28.riscv64/usr/share/doc/musca + exit 0 Provides: musca = 0.9.24-14.fc28 musca(riscv-64) = 0.9.24-14.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libX11.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/musca-0.9.24-14.fc28.riscv64 Wrote: /builddir/build/SRPMS/musca-0.9.24-14.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/musca-0.9.24-14.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Y9jUXX + umask 022 + cd /builddir/build/BUILD + cd musca-0.9.24 + rm -rf /builddir/build/BUILDROOT/musca-0.9.24-14.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff