Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/dzen2.spec'], chrootPath='/var/lib/mock/f31-build-101916-33436/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=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/dzen2.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 BUILDSTDERR: warning: Macro expanded in comment on line 10: %{name}-latest.tar.gz Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1563926400 Wrote: /builddir/build/SRPMS/dzen2-0.8.5-24.20100104svn.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/dzen2.spec'], chrootPath='/var/lib/mock/f31-build-101916-33436/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=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/dzen2.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 BUILDSTDERR: warning: Macro expanded in comment on line 10: %{name}-latest.tar.gz Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1563926400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.JOKeyJ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dzen2-0.8.5-2010-01-04 + /usr/bin/gzip -dc /builddir/build/SOURCES/dzen2-0.8.5-2010-01-04.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dzen2-0.8.5-2010-01-04 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (dzen2-0.8.5-2010-01-04-verbose.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .verbose --fuzz=0 + echo 'Patch #2 (dzen2-0.8.5-2010-01-04-fedora-config.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .fedora-config --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #1 (dzen2-0.8.5-2010-01-04-verbose.patch): patching file Makefile patching file gadgets/Makefile Patch #2 (dzen2-0.8.5-2010-01-04-fedora-config.patch): patching file config.mk patching file gadgets/config.mk Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.BtZb1J + umask 022 + cd /builddir/build/BUILD + cd dzen2-0.8.5-2010-01-04 + make -j4 LIBDIR=/usr/lib64 BUILDSTDERR: draw.c: In function 'parse_line': BUILDSTDERR: draw.c:801:61: warning: pointer targets in passing argument 6 of 'XftDrawStringUtf8' differ in signedness [-Wpointer-sign] BUILDSTDERR: 801 | cur_fnt->xftfont, px, py + dzen.font.xftfont->ascent, lbuf, strlen(lbuf)); BUILDSTDERR: | ^~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from dzen.h:14, BUILDSTDERR: from draw.c:8: BUILDSTDERR: /usr/include/X11/Xft/Xft.h:224:24: note: expected 'const FcChar8 *' {aka 'const unsigned char *'} but argument is of type 'char *' BUILDSTDERR: 224 | _Xconst FcChar8 *string, BUILDSTDERR: | ^ BUILDSTDERR: main.c: In function 'set_docking_ewmh_info': BUILDSTDERR: main.c:297:16: warning: variable 'strut_s' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 297 | unsigned long strut_s[4] = { 0 }; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: main.c: In function 'x_preload': BUILDSTDERR: main.c:833:20: warning: variable 'font_extents' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 833 | XFontSetExtents *font_extents; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: main.c: In function 'read_stdin': BUILDSTDERR: main.c:116:14: warning: array subscript [8193, 2147483647] is outside array bounds of 'char[8192]' [-Warray-bounds] BUILDSTDERR: 116 | outbuf[i] = '\0'; BUILDSTDERR: | ~~~~~~~~~~^~~~~~ BUILDSTDERR: main.c:148:4: note: while referencing 'retbuf' BUILDSTDERR: 148 | retbuf[MAX_LINE_LEN]; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from /usr/include/freetype2/freetype/config/ftstdlib.h:78, BUILDSTDERR: from /usr/include/freetype2/freetype/config/ftconfig-64.h:42, BUILDSTDERR: from /usr/include/freetype2/freetype/config/ftconfig.h:9, BUILDSTDERR: from /usr/include/freetype2/freetype/freetype.h:34, BUILDSTDERR: from /usr/include/X11/Xft/Xft.h:41, BUILDSTDERR: from dzen.h:14, BUILDSTDERR: from main.c:7: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'chomp' at main.c:109:3, BUILDSTDERR: inlined from 'read_stdin' at main.c:160:18: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: main.c: In function 'read_stdin': BUILDSTDERR: main.c:109:3: note: length computed here BUILDSTDERR: 109 | strncpy(outbuf, rem, strlen(rem)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + make -C gadgets -j4 LIBDIR=/usr/lib64 dzen2 build options: CC draw.c CC main.c gcc -c -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 -Wall -I. -I/usr/include -I/usr/X11R6/include -DVERSION=\"0.8.5-svn\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft` draw.c gcc -c -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 -Wall -I. -I/usr/include -I/usr/X11R6/include -DVERSION=\"0.8.5-svn\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft` main.c CC util.c gcc -c -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 -Wall -I. -I/usr/include -I/usr/X11R6/include -DVERSION=\"0.8.5-svn\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft` util.c 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 -Wall -I. -I/usr/include -I/usr/X11R6/include -DVERSION="0.8.5-svn" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT -I/usr/include/freetype2 -I/usr/include/libpng16 LDFLAGS = -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 -lc -L/usr/X11R6/lib -lX11 -lXinerama -lXpm -lXft CC = gcc LD = gcc CC action.c gcc -c -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 -Wall -I. -I/usr/include -I/usr/X11R6/include -DVERSION=\"0.8.5-svn\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft` action.c LD dzen2 gcc -o dzen2 draw.o main.o util.o action.o -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 -lc -L/usr/X11R6/lib -lX11 -lXinerama -lXpm `pkg-config --libs xft` Run ./help for documentation make: Entering directory '/builddir/build/BUILD/dzen2-0.8.5-2010-01-04/gadgets' dzen2 gadgets build options: CC dbar.c gcc -c -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 -Os -I. -I/usr/include -I/usr/X11R6/include dbar.c CC dbar-main.c gcc -c -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 -Os -I. -I/usr/include -I/usr/X11R6/include dbar-main.c BUILDSTDERR: CFLAGS = -O2 -g -pipe -Wall -Werror=format-secdbar.c: In function 'fdbar': BUILDSTDERR: dbar.c:54:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 54 | for(i=0; i < (int)l; i++) BUILDSTDERR: | ^~~ BUILDSTDERR: dbar.c:60:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 60 | for(; i < dbar->width; i++) BUILDSTDERR: | ^~~ BUILDSTDERR: dbar.c:124:14: warning: operation on 'dbar->gc' may be undefined [-Wsequence-point] BUILDSTDERR: 124 | dbar->gc = dbar->gc < MAX_GRAPH_VALS && BUILDSTDERR: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 125 | (dbar->gs == 0 ? dbar->gc : dbar->gc * dbar->gs + dbar->gc * dbar->gw) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 126 | < dbar->width ? ++dbar->gc : 0; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gcpubar.c: In function 'main': BUILDSTDERR: gcpubar.c:152:12: warning: unused variable 'myload' [-Wunused-variable] BUILDSTDERR: 152 | double myload; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: gcpubar.c:43:9: warning: unused variable 'total' [-Wunused-variable] BUILDSTDERR: 43 | double total; BUILDSTDERR: | ^~~~~ BUILDSTDERR: textwidth.c: In function 'setfont': BUILDSTDERR: textwidth.c:65:20: warning: variable 'font_extents' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 65 | XFontSetExtents *font_extents; BUILDSTDERR: | ^~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 urity -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 -Os -I. -I/usr/include -I/usr/X11R6/include CC gdbar.c gcc -c -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 -Os -I. -I/usr/include -I/usr/X11R6/include gdbar.c LDFLAGS = -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 CC = gcc LD = gcc CC gcpubar.c gcc -c -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 -Os -I. -I/usr/include -I/usr/X11R6/include gcpubar.c CC textwidth.c gcc -c -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 -Os -I. -I/usr/include -I/usr/X11R6/include textwidth.c LD dbar gcc -o dbar dbar-main.o dbar.o -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 LD gdbar gcc -o gdbar gdbar.o dbar.o -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 LD gcpubar LD textwidth gcc -o gcpubar gcpubar.o dbar.o -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 gcc -o textwidth textwidth.o -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 -L/usr/X11R6/lib -lX11 make: Leaving directory '/builddir/build/BUILD/dzen2-0.8.5-2010-01-04/gadgets' Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WreWmM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64 + cd dzen2-0.8.5-2010-01-04 + rm -rf /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64 + mkdir /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64 + export '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' + 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' + make install DESTDIR=/builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64 PREFIX=/usr + make -C gadgets install DESTDIR=/builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64 PREFIX=/usr + for gadget in dbar gcpubar gdbar textwidth + mv /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/dbar /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/dzen2-dbar + for gadget in dbar gcpubar gdbar textwidth + mv /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/gcpubar /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/dzen2-gcpubar + for gadget in dbar gcpubar gdbar textwidth + mv /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/gdbar /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/dzen2-gdbar + for gadget in dbar gcpubar gdbar textwidth + mv /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/textwidth /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/dzen2-textwidth + mkdir -p /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/share/man/man1 + for manpage in /builddir/build/SOURCES/dzen2.1 /builddir/build/SOURCES/dzen2-dbar.1 /builddir/build/SOURCES/dzen2-gcpubar.1 /builddir/build/SOURCES/dzen2-gdbar.1 /builddir/build/SOURCES/dzen2-textwidth.1 + install -m 0644 /builddir/build/SOURCES/dzen2.1 /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/share/man/man1/dzen2.1 + for manpage in /builddir/build/SOURCES/dzen2.1 /builddir/build/SOURCES/dzen2-dbar.1 /builddir/build/SOURCES/dzen2-gcpubar.1 /builddir/build/SOURCES/dzen2-gdbar.1 /builddir/build/SOURCES/dzen2-textwidth.1 + install -m 0644 /builddir/build/SOURCES/dzen2-dbar.1 /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/share/man/man1/dzen2-dbar.1 + for manpage in /builddir/build/SOURCES/dzen2.1 /builddir/build/SOURCES/dzen2-dbar.1 /builddir/build/SOURCES/dzen2-gcpubar.1 /builddir/build/SOURCES/dzen2-gdbar.1 /builddir/build/SOURCES/dzen2-textwidth.1 + install -m 0644 /builddir/build/SOURCES/dzen2-gcpubar.1 /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/share/man/man1/dzen2-gcpubar.1 + for manpage in /builddir/build/SOURCES/dzen2.1 /builddir/build/SOURCES/dzen2-dbar.1 /builddir/build/SOURCES/dzen2-gcpubar.1 /builddir/build/SOURCES/dzen2-gdbar.1 /builddir/build/SOURCES/dzen2-textwidth.1 + install -m 0644 /builddir/build/SOURCES/dzen2-gdbar.1 /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/share/man/man1/dzen2-gdbar.1 + for manpage in /builddir/build/SOURCES/dzen2.1 /builddir/build/SOURCES/dzen2-dbar.1 /builddir/build/SOURCES/dzen2-gcpubar.1 /builddir/build/SOURCES/dzen2-gdbar.1 /builddir/build/SOURCES/dzen2-textwidth.1 + install -m 0644 /builddir/build/SOURCES/dzen2-textwidth.1 /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/share/man/man1/dzen2-textwidth.1 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.8.5-24.20100104svn.fc31 --unique-debug-suffix -0.8.5-24.20100104svn.fc31.riscv64 --unique-debug-src-base dzen2-0.8.5-24.20100104svn.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/dzen2-0.8.5-2010-01-04 BUILDSTDERR: 179 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs dzen2 build options: 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 -Wall -I. -I/usr/include -I/usr/X11R6/include -DVERSION="0.8.5-svn" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT -I/usr/include/freetype2 -I/usr/include/libpng16 LDFLAGS = -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 -lc -L/usr/X11R6/lib -lX11 -lXinerama -lXpm -lXft CC = gcc LD = gcc installing executable file to /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin make: Entering directory '/builddir/build/BUILD/dzen2-0.8.5-2010-01-04/gadgets' dzen2 gadgets build options: 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 -Os -I. -I/usr/include -I/usr/X11R6/include LDFLAGS = -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 CC = gcc LD = gcc installing executable file to /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin make: Leaving directory '/builddir/build/BUILD/dzen2-0.8.5-2010-01-04/gadgets' explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/dzen2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/dzen2-dbar explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/dzen2-gcpubar explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/dzen2-gdbar extracting debug info from /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/dzen2 extracting debug info from /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/dzen2-dbar extracting debug info from /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/dzen2-gdbar extracting debug info from /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/dzen2-gcpubar explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/dzen2-textwidth extracting debug info from /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/bin/dzen2-textwidth original debug info size: 324kB, size after compression: 304kB /usr/lib/rpm/sepdebugcrcfix: Updated 5 CRC32s, 0 CRC32s did match. Processing files: dzen2-0.8.5-24.20100104svn.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.EGv18L + umask 022 + cd /builddir/build/BUILD + cd dzen2-0.8.5-2010-01-04 + DOCDIR=/builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/share/doc/dzen2 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/share/doc/dzen2 + cp -pr LICENSE /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/share/doc/dzen2 + cp -pr CREDITS /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/share/doc/dzen2 + cp -pr README /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/share/doc/dzen2 + cp -pr README.dzen /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/share/doc/dzen2 + cp -pr gadgets/README.dbar gadgets/README.gcpubar gadgets/README.gdbar gadgets/README.kittscanner gadgets/README.textwidth /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64/usr/share/doc/dzen2 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: dzen2 = 0.8.5-24.20100104svn.fc31 dzen2(riscv-64) = 0.8.5-24.20100104svn.fc31 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) libXpm.so.4()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: dzen2-debugsource-0.8.5-24.20100104svn.fc31.riscv64 Provides: dzen2-debugsource = 0.8.5-24.20100104svn.fc31 dzen2-debugsource(riscv-64) = 0.8.5-24.20100104svn.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dzen2-debuginfo-0.8.5-24.20100104svn.fc31.riscv64 Provides: debuginfo(build-id) = 440056ef3395bc897c422e4fe9ebf9ad9aa92619 debuginfo(build-id) = 45fe1cd011a47cfbc1e366c0878599393f7f81e0 debuginfo(build-id) = 575aeff2e8f71d10f2f1cb3d3b4c17aefcb4cc5e debuginfo(build-id) = c75479af709ee21b5d0ef48138f09b0c437ec137 debuginfo(build-id) = ec02fda5853f9e12c1abce72c4c825e942dcbec2 dzen2-debuginfo = 0.8.5-24.20100104svn.fc31 dzen2-debuginfo(riscv-64) = 0.8.5-24.20100104svn.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dzen2-debugsource(riscv-64) = 0.8.5-24.20100104svn.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64 Wrote: /builddir/build/RPMS/dzen2-debugsource-0.8.5-24.20100104svn.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/dzen2-0.8.5-24.20100104svn.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/dzen2-debuginfo-0.8.5-24.20100104svn.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.elmdfJ + umask 022 + cd /builddir/build/BUILD + cd dzen2-0.8.5-2010-01-04 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dzen2-0.8.5-24.20100104svn.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0