+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/dwm.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.PYJCOt + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dwm-6.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/dwm-6.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dwm-6.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/dwm-5.8.2-user-notes.patch + sed -i -e 's|\t@|\t|' Makefile + sed -i -e 's|-Os|-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 |' config.mk + sed -i -e 's|-s ${LIBS}|-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ${LIBS}|' config.mk + sed -i -e 's|X11INC = .*|X11INC = /usr/include|' config.mk + sed -i -e 's|X11LIB = .*|X11LIB = /usr/lib64|' config.mk + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nhZLIn + umask 022 + cd /builddir/build/BUILD + cd dwm-6.1 + make -j4 echo dwm build options: echo creating config.h from config.def.h dwm build options: creating config.h from config.def.h echo "CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -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 -I/usr/include -I/usr/include/freetype2 -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"6.1\" -DXINERAMA" cp config.def.h config.h CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -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 -I/usr/include -I/usr/include/freetype2 -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION="6.1" -DXINERAMA echo "LDFLAGS = -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 -lX11 -lXinerama -lfontconfig -lXft" echo CC drw.c echo CC dwm.c echo CC util.c CC drw.c cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -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 -I/usr/include -I/usr/include/freetype2 -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"6.1\" -DXINERAMA drw.c LDFLAGS = -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 -lX11 -lXinerama -lfontconfig -lXft CC dwm.c echo "CC = cc" CC util.c cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -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 -I/usr/include -I/usr/include/freetype2 -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"6.1\" -DXINERAMA dwm.c cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -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 -I/usr/include -I/usr/include/freetype2 -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"6.1\" -DXINERAMA util.c CC = cc In file included from /usr/include/errno.h:25:0, from dwm.c:23: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdio.h:27, from util.c:3: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdio.h:27, from drw.c:2: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ echo CC -o dwm CC -o dwm cc -o dwm drw.o dwm.o util.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 -lX11 -lXinerama -lfontconfig -lXft + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4gfuib + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64 + cd dwm-6.1 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64 'INSTALL=/usr/bin/install -p' PREFIX=/usr echo dwm build options: dwm build options: echo "CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -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 -I/usr/include -I/usr/include/freetype2 -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"6.1\" -DXINERAMA" CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -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 -I/usr/include -I/usr/include/freetype2 -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION="6.1" -DXINERAMA echo "LDFLAGS = -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 -lX11 -lXinerama -lfontconfig -lXft" LDFLAGS = -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 -lX11 -lXinerama -lfontconfig -lXft echo "CC = cc" CC = cc echo installing executable file to /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/bin installing executable file to /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/bin mkdir -p /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/bin cp -f dwm /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/bin chmod 755 /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/bin/dwm echo installing manual page to /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/man/man1 installing manual page to /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/man/man1 mkdir -p /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/man/man1 sed "s/VERSION/6.1/g" < dwm.1 > /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/man/man1/dwm.1 chmod 644 /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/man/man1/dwm.1 + install -m755 /builddir/build/SOURCES/dwm-start /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/bin/dwm-start + sed -i s/version=VERSION/version=6.1/ /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/bin/dwm-start + sed -i s/release=RELEASE/release=6.fc28/ /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/bin/dwm-start + install -m644 /builddir/build/SOURCES/dwm-start.1 /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/man/man1/dwm-start.1 + sed -i s/VERSION/6.1/ /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/man/man1/dwm-start.1 + sed -i s/RELEASE/6.fc28/ /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/man/man1/dwm-start.1 + mkdir -p /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/src/dwm-user-6.1-6.fc28 + install -m644 -p -t /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/src/dwm-user-6.1-6.fc28 config.def.h config.mk drw.c drw.h dwm.1 dwm.c dwm.png Makefile transient.c util.c util.h + mkdir -p /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/xsessions + install -m644 /builddir/build/SOURCES/dwm.desktop /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/xsessions/dwm.desktop + install -m644 /builddir/build/SOURCES/dwm-user.desktop /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/xsessions/dwm-user.desktop + /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: dwm-6.1-6.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.dPKwkP + umask 022 + cd /builddir/build/BUILD + cd dwm-6.1 + DOCDIR=/builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/doc/dwm + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/doc/dwm + cp -pr BUGS /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/doc/dwm + cp -pr README /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/doc/dwm + cp -pr TODO /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/doc/dwm + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.laIc6W + umask 022 + cd /builddir/build/BUILD + cd dwm-6.1 + LICENSEDIR=/builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/licenses/dwm + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/licenses/dwm + cp -pr LICENSE /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64/usr/share/licenses/dwm + exit 0 Provides: dwm = 6.1-6.fc28 dwm(riscv-64) = 6.1-6.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) libXft.so.2()(64bit) libXinerama.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libfontconfig.so.1()(64bit) rtld(GNU_HASH) Processing files: dwm-user-6.1-6.fc28.riscv64 Provides: dwm-user = 6.1-6.fc28 dwm-user(riscv-64) = 6.1-6.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64 Wrote: /builddir/build/SRPMS/dwm-6.1-6.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/dwm-6.1-6.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/dwm-user-6.1-6.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.46MO5Y + umask 022 + cd /builddir/build/BUILD + cd dwm-6.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dwm-6.1-6.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff