+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/xdialog.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.rgS6Za + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Xdialog-2.3.1 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/Xdialog-2.3.1.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Xdialog-2.3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + iconv -f latin1 -t utf8 ChangeLog + touch -c -r ChangeLog ChangeLog.utf8 + mv ChangeLog.utf8 ChangeLog + echo 'Patch #0 (xdialog-2.3.1-nostrip.patch):' Patch #0 (xdialog-2.3.1-nostrip.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .nostrip --fuzz=0 patching file configure.in patching file configure + echo 'Patch #1 (xdialog-2.3.1-secure-fprintf.diff):' Patch #1 (xdialog-2.3.1-secure-fprintf.diff): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .fprintf --fuzz=0 patching file src/main.c + touch -c -r configure.nostrip configure + touch -c -r configure.in.nostrip configure.in + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.gZxk6b + umask 022 + cd /builddir/build/BUILD + cd Xdialog-2.3.1 + 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 ' + export CFLAGS + CXXFLAGS='-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 ' + export CXXFLAGS + FFLAGS='-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/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-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/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /builddir/build/BUILD/Xdialog-2.3.1/missing: Unknown `--run' option Try `/builddir/build/BUILD/Xdialog-2.3.1/missing --help' for more information configure: WARNING: `missing' script is too old or missing checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking dependency style of gcc... none checking for library containing strerror... none required checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) none checking for riscv64-redhat-linux-gnu-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) none checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for strcasecmp... yes checking for strstr... yes checking for getopt_long_only... yes checking for memchr... yes checking for memmove... yes checking for setlocale... yes checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking whether NLS is requested... yes checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for gtk-config... /usr/bin/gtk-config checking for GTK - version >= 1.2.0... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating doc/Makefile config.status: creating m4/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1' Making all in m4 make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/m4' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/m4' Making all in lib make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/lib' gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -I. -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 getopt.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -I. -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 getopt1.c rm -f libgetopt.a ar cru libgetopt.a getopt.o getopt1.o ranlib libgetopt.a make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/lib' Making all in src make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -I. -I../intl -I../lib -DPACKAGE_LOCALE_DIR=\""/usr//locale"\" -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib64/glib/include -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 main.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -I. -I../intl -I../lib -DPACKAGE_LOCALE_DIR=\""/usr//locale"\" -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib64/glib/include -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 interface.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -I. -I../intl -I../lib -DPACKAGE_LOCALE_DIR=\""/usr//locale"\" -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib64/glib/include -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 callbacks.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -I. -I../intl -I../lib -DPACKAGE_LOCALE_DIR=\""/usr//locale"\" -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib64/glib/include -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 support.c interface.c: In function 'create_progress': interface.c:913:36: warning: pointer targets in passing argument 2 of 'strcatsafe' differ in signedness [-Wpointer-sign] strcatsafe(Xdialog.label_text, temp, MAX_LABEL_LENGTH); ^~~~ In file included from interface.c:24:0: support.h:6:13: note: expected 'char *' but argument is of type 'unsigned char *' extern void strcatsafe(char *dest, char *source, int maxchars); ^~~~~~~~~~ callbacks.c: In function 'calendar_exit': callbacks.c:1208:55: warning: pointer targets in passing argument 2 of 'gtk_calendar_get_date' differ in signedness [-Wpointer-sign] gtk_calendar_get_date(GTK_CALENDAR(Xdialog.widget1), &year, &month, &day); ^ In file included from /usr/include/gtk-1.2/gtk/gtk.h:44:0, from callbacks.c:19: /usr/include/gtk-1.2/gtk/gtkcalendar.h:128:9: note: expected 'guint * {aka unsigned int *}' but argument is of type 'gint * {aka int *}' void gtk_calendar_get_date (GtkCalendar *calendar, ^~~~~~~~~~~~~~~~~~~~~ callbacks.c:1208:62: warning: pointer targets in passing argument 3 of 'gtk_calendar_get_date' differ in signedness [-Wpointer-sign] gtk_calendar_get_date(GTK_CALENDAR(Xdialog.widget1), &year, &month, &day); ^ In file included from /usr/include/gtk-1.2/gtk/gtk.h:44:0, from callbacks.c:19: /usr/include/gtk-1.2/gtk/gtkcalendar.h:128:9: note: expected 'guint * {aka unsigned int *}' but argument is of type 'gint * {aka int *}' void gtk_calendar_get_date (GtkCalendar *calendar, ^~~~~~~~~~~~~~~~~~~~~ callbacks.c:1208:70: warning: pointer targets in passing argument 4 of 'gtk_calendar_get_date' differ in signedness [-Wpointer-sign] gtk_calendar_get_date(GTK_CALENDAR(Xdialog.widget1), &year, &month, &day); ^ In file included from /usr/include/gtk-1.2/gtk/gtk.h:44:0, from callbacks.c:19: /usr/include/gtk-1.2/gtk/gtkcalendar.h:128:9: note: expected 'guint * {aka unsigned int *}' but argument is of type 'gint * {aka int *}' void gtk_calendar_get_date (GtkCalendar *calendar, ^~~~~~~~~~~~~~~~~~~~~ interface.c: In function 'create_itemlist': interface.c:1418:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] GTK_SIGNAL_FUNC(item_toggle), (gpointer)i); ^ interface.c: In function 'create_progress': interface.c:907:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(temp, sizeof(char), 1, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ interface.c:911:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(temp, sizeof(unsigned char), 1, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o Xdialog main.o interface.o callbacks.o support.o -L/usr/lib64 -lgtk -lgdk -rdynamic -lgmodule -ldl -lglib -lXi -lXext -lX11 -lm -L../lib -lgetopt make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/src' Making all in po make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/po' test -z "fr.gmo de.gmo ru.gmo es.gmo hu.gmo pt_BR.gmo no_NO.gmo id.gmo nl.gmo it.gmo pl.gmo ca.gmo sv_SE.gmo" || make fr.gmo de.gmo ru.gmo es.gmo hu.gmo pt_BR.gmo no_NO.gmo id.gmo nl.gmo it.gmo pl.gmo ca.gmo sv_SE.gmo make[3]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/po' rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po es.po:2: warning: header field 'Language' missing in header fr.po:2: warning: header field 'Language' missing in header 14 translated messages, 1 untranslated message15 translated messages. . de.po:2: warning: header field 'Language' missing in header 14 translated messages, 1 untranslated message. ru.po:3: warning: header field 'Language' missing in header 14 translated messages, 1 untranslated message. rm -f no_NO.gmo && /usr/bin/msgfmt -c --statistics -o no_NO.gmo no_NO.po rm -f hu.gmo && /usr/bin/msgfmt -c --statistics -o hu.gmo hu.po rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po rm -f id.gmo && /usr/bin/msgfmt -c --statistics -o id.gmo id.po hu.po:6: warning: header field 'Language' missing in header 15 translated messages. no_NO.po:2: warning: header field 'Language' missing in header 15 translated messages. pt_BR.po:5: warning: header field 'Language' missing in header 14 translated messages, 1 untranslated message. id.po:6: warning: header field 'Language' missing in header 15 translated messages. rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po rm -f it.gmo && /usr/bin/msgfmt -c --statistics -o it.gmo it.po rm -f ca.gmo && /usr/bin/msgfmt -c --statistics -o ca.gmo ca.po nl.po:6: warning: header field 'Language' missing in header 13 translated messages, 2 untranslated messages. pl.po:2: warning: header field 'Language' missing in header 15 translated messages. it.po:6: warning: header field 'Language' missing in header 15 translated messages. ca.po:6: warning: header field 'Language' missing in header 15 translated messages. rm -f sv_SE.gmo && /usr/bin/msgfmt -c --statistics -o sv_SE.gmo sv_SE.po sv_SE.po:7: warning: header field 'Language' missing in header 14 translated messages, 1 untranslated message. make[3]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/po' touch stamp-po make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/po' Making all in doc make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/doc' sed -e 's/%%version%%/2.3.1/' \ -e 's:%%bindir%%:/usr/bin:' \ -e 's:%%mandir%%:/usr/share/man:' \ -e 's:%%datadir%%:/usr/share:' ./Xdialog.man >Xdialog.1 sed -e 's/%%version%%/2.3.1/' ./index.html.in >index.html sed -e 's/%%version%%/2.3.1/' \ -e 's:%%datadir%%:/usr/share:' \ ./compatibility.html.in >compatibility.html cat ./changelog.head >changelog.html sed -e 's/>changelog.html cat ./license.head ../COPYING ./license.tail >license.html cat ./changelog.tail >>changelog.html make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/doc' make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1' make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1' make[1]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1' + mv src/Xdialog src/Xdialog-gtk1 + make clean Making clean in doc make[1]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/doc' test -z "index.html compatibility.html changelog.html license.html Xdialog.1" || rm -f index.html compatibility.html changelog.html license.html Xdialog.1 make[1]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/doc' Making clean in po make[1]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/po' rm -f *.insert-header rm -f remove-potcdate.sed rm -f stamp-poT rm -f core core.* Xdialog.po Xdialog.1po Xdialog.2po *.new.po rm -fr *.o make[1]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/po' Making clean in src make[1]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/src' test -z "Xdialog" || rm -f Xdialog rm -f *.o make[1]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/src' Making clean in lib make[1]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/lib' test -z "libgetopt.a" || rm -f libgetopt.a rm -f *.o make[1]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/lib' Making clean in m4 make[1]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/m4' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/m4' Making clean in . make[1]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1' make[1]: Nothing to be done for 'clean-am'. make[1]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1' + 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 ' + export CFLAGS + CXXFLAGS='-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 ' + export CXXFLAGS + FFLAGS='-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/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-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/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-gtk2 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /builddir/build/BUILD/Xdialog-2.3.1/missing: Unknown `--run' option Try `/builddir/build/BUILD/Xdialog-2.3.1/missing --help' for more information configure: WARNING: `missing' script is too old or missing checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking dependency style of gcc... none checking for library containing strerror... none required checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) none checking for riscv64-redhat-linux-gnu-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) none checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for strcasecmp... yes checking for strstr... yes checking for getopt_long_only... yes checking for memchr... yes checking for memmove... yes checking for setlocale... yes checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking whether NLS is requested... yes checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc Compiling for GTK2 checking for pkg-config... /usr/bin/pkg-config checking for GTK+ - version >= 2.2.0... yes (version 2.24.32) configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating doc/Makefile config.status: creating m4/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1' Making all in m4 make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/m4' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/m4' Making all in lib make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/lib' gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -I. -DUSE_GTK2 -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 getopt.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -I. -DUSE_GTK2 -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 getopt1.c rm -f libgetopt.a ar cru libgetopt.a getopt.o getopt1.o ranlib libgetopt.a make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/lib' Making all in src make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -I. -I../intl -I../lib -DPACKAGE_LOCALE_DIR=\""/usr//locale"\" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DUSE_GTK2 -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 main.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -I. -I../intl -I../lib -DPACKAGE_LOCALE_DIR=\""/usr//locale"\" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DUSE_GTK2 -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 interface.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -I. -I../intl -I../lib -DPACKAGE_LOCALE_DIR=\""/usr//locale"\" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DUSE_GTK2 -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 callbacks.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -I. -I../intl -I../lib -DPACKAGE_LOCALE_DIR=\""/usr//locale"\" -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -DUSE_GTK2 -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 support.c interface.c: In function 'set_scrolled_list': interface.c:627:20: warning: variable 'selection' set but not used [-Wunused-but-set-variable] GtkTreeSelection* selection; ^~~~~~~~~ interface.c: In function 'create_progress': interface.c:913:36: warning: pointer targets in passing argument 2 of 'strcatsafe' differ in signedness [-Wpointer-sign] strcatsafe(Xdialog.label_text, temp, MAX_LABEL_LENGTH); ^~~~ In file included from interface.c:24:0: support.h:6:13: note: expected 'char *' but argument is of type 'unsigned char *' extern void strcatsafe(char *dest, char *source, int maxchars); ^~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtkcalendar.h:40:0, from /usr/include/gtk-2.0/gtk/gtk.h:53, from interface.c:20: interface.c: In function 'create_itemlist': interface.c:1418:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] GTK_SIGNAL_FUNC(item_toggle), (gpointer)i); ^ /usr/include/gtk-2.0/gtk/gtksignal.h:51:62: note: in definition of macro 'gtk_signal_connect' gtk_signal_connect_full ((object), (name), (func), NULL, (func_data), NULL, 0, 0) ^~~~~~~~~ interface.c: In function 'create_buildlist': interface.c:1451:15: warning: variable 'tooltips' set but not used [-Wunused-but-set-variable] GtkTooltips *tooltips = NULL; ^~~~~~~~ interface.c: In function 'create_progress': interface.c:907:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(temp, sizeof(char), 1, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ interface.c:911:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(temp, sizeof(unsigned char), 1, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ callbacks.c: In function 'calendar_exit': callbacks.c:1208:55: warning: pointer targets in passing argument 2 of 'gtk_calendar_get_date' differ in signedness [-Wpointer-sign] gtk_calendar_get_date(GTK_CALENDAR(Xdialog.widget1), &year, &month, &day); ^ In file included from /usr/include/gtk-2.0/gtk/gtk.h:53:0, from callbacks.c:19: /usr/include/gtk-2.0/gtk/gtkcalendar.h:184:9: note: expected 'guint * {aka unsigned int *}' but argument is of type 'gint * {aka int *}' void gtk_calendar_get_date (GtkCalendar *calendar, ^~~~~~~~~~~~~~~~~~~~~ callbacks.c:1208:62: warning: pointer targets in passing argument 3 of 'gtk_calendar_get_date' differ in signedness [-Wpointer-sign] gtk_calendar_get_date(GTK_CALENDAR(Xdialog.widget1), &year, &month, &day); ^ In file included from /usr/include/gtk-2.0/gtk/gtk.h:53:0, from callbacks.c:19: /usr/include/gtk-2.0/gtk/gtkcalendar.h:184:9: note: expected 'guint * {aka unsigned int *}' but argument is of type 'gint * {aka int *}' void gtk_calendar_get_date (GtkCalendar *calendar, ^~~~~~~~~~~~~~~~~~~~~ callbacks.c:1208:70: warning: pointer targets in passing argument 4 of 'gtk_calendar_get_date' differ in signedness [-Wpointer-sign] gtk_calendar_get_date(GTK_CALENDAR(Xdialog.widget1), &year, &month, &day); ^ In file included from /usr/include/gtk-2.0/gtk/gtk.h:53:0, from callbacks.c:19: /usr/include/gtk-2.0/gtk/gtkcalendar.h:184:9: note: expected 'guint * {aka unsigned int *}' but argument is of type 'gint * {aka int *}' void gtk_calendar_get_date (GtkCalendar *calendar, ^~~~~~~~~~~~~~~~~~~~~ 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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o Xdialog main.o interface.o callbacks.o support.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -L../lib -lgetopt make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/src' Making all in po make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/po' Making all in doc make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/doc' sed -e 's/%%version%%/2.3.1/' \ -e 's:%%bindir%%:/usr/bin:' \ -e 's:%%mandir%%:/usr/share/man:' \ -e 's:%%datadir%%:/usr/share:' ./Xdialog.man >Xdialog.1 sed -e 's/%%version%%/2.3.1/' ./index.html.in >index.html sed -e 's/%%version%%/2.3.1/' \ -e 's:%%datadir%%:/usr/share:' \ ./compatibility.html.in >compatibility.html cat ./changelog.head >changelog.html cat ./license.head ../COPYING ./license.tail >license.html sed -e 's/>changelog.html cat ./changelog.tail >>changelog.html make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/doc' make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1' make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1' make[1]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1' + sed -i -e s:/usr/share/doc/Xdialog:/usr/share/doc/xdialog:g doc/Xdialog.1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pi2SI4 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64 + cd Xdialog-2.3.1 + make install DESTDIR=/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64 'INSTALL=install -p' Making install in m4 make[1]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/m4' make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/m4' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/m4' make[1]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/m4' Making install in lib make[1]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/lib' make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/lib' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/lib' make[1]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/lib' Making install in src make[1]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/src' make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/src' test -z "/usr/bin" || mkdir -p -- "/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/bin" install -p 'Xdialog' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/bin/Xdialog' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/src' make[1]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/src' Making install in po make[1]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/po' /bin/sh .././mkinstalldirs /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share mkdir -p -- /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share mkdir -p -- /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/fr/LC_MESSAGES installing fr.gmo as /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/fr/LC_MESSAGES/Xdialog.mo mkdir -p -- /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/de/LC_MESSAGES installing de.gmo as /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/de/LC_MESSAGES/Xdialog.mo mkdir -p -- /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/ru/LC_MESSAGES installing ru.gmo as /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/ru/LC_MESSAGES/Xdialog.mo mkdir -p -- /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/es/LC_MESSAGES installing es.gmo as /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/es/LC_MESSAGES/Xdialog.mo mkdir -p -- /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/hu/LC_MESSAGES installing hu.gmo as /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/hu/LC_MESSAGES/Xdialog.mo mkdir -p -- /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/pt_BR/LC_MESSAGES installing pt_BR.gmo as /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/pt_BR/LC_MESSAGES/Xdialog.mo mkdir -p -- /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/no_NO/LC_MESSAGES installing no_NO.gmo as /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/no_NO/LC_MESSAGES/Xdialog.mo mkdir -p -- /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/id/LC_MESSAGES installing id.gmo as /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/id/LC_MESSAGES/Xdialog.mo mkdir -p -- /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/nl/LC_MESSAGES installing nl.gmo as /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/nl/LC_MESSAGES/Xdialog.mo mkdir -p -- /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/it/LC_MESSAGES installing it.gmo as /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/it/LC_MESSAGES/Xdialog.mo mkdir -p -- /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/pl/LC_MESSAGES installing pl.gmo as /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/pl/LC_MESSAGES/Xdialog.mo mkdir -p -- /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/ca/LC_MESSAGES installing ca.gmo as /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/ca/LC_MESSAGES/Xdialog.mo mkdir -p -- /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/sv_SE/LC_MESSAGES installing sv_SE.gmo as /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/locale/sv_SE/LC_MESSAGES/Xdialog.mo if test "Xdialog" = "gettext-tools"; then \ /bin/sh .././mkinstalldirs /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ install -p -m 644 ./$file \ /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/po' Making install in doc make[1]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/doc' make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1/doc' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/doc/Xdialog-2.3.1" || mkdir -p -- "/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1" install -p -m 644 'index.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/index.html' install -p -m 644 'compatibility.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/compatibility.html' install -p -m 644 'changelog.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/changelog.html' install -p -m 644 'license.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/license.html' install -p -m 644 './authors.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/authors.html' install -p -m 644 './box.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/box.html' install -p -m 644 './changelog.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/changelog.html' install -p -m 644 './common.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/common.html' install -p -m 644 './compatibility.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/compatibility.html' install -p -m 644 './faq.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/faq.html' install -p -m 644 './gtk.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/gtk.html' install -p -m 644 './index.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/index.html' install -p -m 644 './intro.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/intro.html' install -p -m 644 './license.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/license.html' install -p -m 644 './special.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/special.html' install -p -m 644 './syntax.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/syntax.html' install -p -m 644 './transient.html' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/transient.html' install -p -m 644 './2ranges.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/2ranges.png' install -p -m 644 './buildlist.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/buildlist.png' install -p -m 644 './calendar.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/calendar.png' install -p -m 644 './center.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/center.png' install -p -m 644 './check.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/check.png' install -p -m 644 './checklist.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/checklist.png' install -p -m 644 './colorsel.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/colorsel.png' install -p -m 644 './combobox.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/combobox.png' install -p -m 644 './dselect.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/dselect.png' install -p -m 644 './editbox.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/editbox.png' install -p -m 644 './fill.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/fill.png' install -p -m 644 './fixedfont.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/fixedfont.png' install -p -m 644 './fontsel.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/fontsel.png' install -p -m 644 './fselect.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/fselect.png' install -p -m 644 './gauge.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/gauge.png' install -p -m 644 './icon.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/icon.png' install -p -m 644 './infobox.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/infobox.png' install -p -m 644 './input.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/input.png' install -p -m 644 './labelcenter.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/labelcenter.png' install -p -m 644 './labelleft.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/labelleft.png' install -p -m 644 './labelright.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/labelright.png' install -p -m 644 './left.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/left.png' install -p -m 644 './logbox.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/logbox.png' install -p -m 644 './msgbox.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/msgbox.png' install -p -m 644 './nofixedfont.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/nofixedfont.png' install -p -m 644 './notags.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/notags.png' install -p -m 644 './password.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/password.png' install -p -m 644 './radiolist.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/radiolist.png' install -p -m 644 './range.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/range.png' install -p -m 644 './rcfile.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/rcfile.png' install -p -m 644 './right.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/right.png' install -p -m 644 './spinbox.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/spinbox.png' install -p -m 644 './tailbox.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/tailbox.png' install -p -m 644 './timebox.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/timebox.png' install -p -m 644 './title.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/title.png' install -p -m 644 './treeview.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/treeview.png' install -p -m 644 './withtags.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/withtags.png' install -p -m 644 './yesno-wizard.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/yesno-wizard.png' install -p -m 644 './yesno.png' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/yesno.png' test -z "/usr/share/man/man1" || mkdir -p -- "/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/man/man1" install -p -m 644 './Xdialog.1' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/man/man1/Xdialog.1' make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/doc' make[1]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1/doc' make[1]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1' make[2]: Entering directory '/builddir/build/BUILD/Xdialog-2.3.1' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/doc/Xdialog-2.3.1" || mkdir -p -- "/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1" install -p -m 644 './samples/Xdialog.wrapper.c' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/Xdialog.wrapper.c' install -p -m 644 './samples/Xmessage' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/Xmessage' install -p -m 644 './samples/Xmore' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/Xmore' install -p -m 644 './samples/allrpms' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/allrpms' install -p -m 644 './samples/bluebox.rc' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/bluebox.rc' install -p -m 644 './samples/buildlist' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/buildlist' install -p -m 644 './samples/calendar' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/calendar' install -p -m 644 './samples/chain' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/chain' install -p -m 644 './samples/checklist' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/checklist' install -p -m 644 './samples/dselect' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/dselect' install -p -m 644 './samples/editbox' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/editbox' install -p -m 644 './samples/fixed-font.rc' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/fixed-font.rc' install -p -m 644 './samples/format1440' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/format1440' install -p -m 644 './samples/fselect' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/fselect' install -p -m 644 './samples/gauge' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/gauge' install -p -m 644 './samples/infobox' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/infobox' install -p -m 644 './samples/infobox2' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/infobox2' install -p -m 644 './samples/inputbox' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/inputbox' install -p -m 644 './samples/install-wrapper' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/install-wrapper' install -p -m 644 './samples/kernel' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/kernel' install -p -m 644 './samples/logbox' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/logbox' install -p -m 644 './samples/logbox2' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/logbox2' install -p -m 644 './samples/login' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/login' install -p -m 644 './samples/menubox' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/menubox' install -p -m 644 './samples/msgbox' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/msgbox' install -p -m 644 './samples/no-entry.xpm' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/no-entry.xpm' install -p -m 644 './samples/radiolist' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/radiolist' install -p -m 644 './samples/rangebox' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/rangebox' install -p -m 644 './samples/set-time' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/set-time' install -p -m 644 './samples/tailbox' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/tailbox' install -p -m 644 './samples/textbox' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/textbox' install -p -m 644 './samples/timebox' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/timebox' install -p -m 644 './samples/treeview' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/treeview' install -p -m 644 './samples/warning.xpm' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/warning.xpm' install -p -m 644 './samples/xlock-wrapper' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/xlock-wrapper' install -p -m 644 './samples/yesno' '/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/Xdialog-2.3.1/yesno' make[2]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1' make[1]: Leaving directory '/builddir/build/BUILD/Xdialog-2.3.1' + install -m0755 src/Xdialog-gtk1 /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/bin + rm -rf __dist_html + mkdir -p __dist_html/html + cp -p doc/authors.html doc/box.html doc/changelog.html doc/common.html doc/compatibility.html doc/faq.html doc/gtk.html doc/index.html doc/intro.html doc/license.html doc/special.html doc/syntax.html doc/transient.html doc/2ranges.png doc/buildlist.png doc/calendar.png doc/center.png doc/check.png doc/checklist.png doc/colorsel.png doc/combobox.png doc/dselect.png doc/editbox.png doc/fill.png doc/fixedfont.png doc/fontsel.png doc/fselect.png doc/gauge.png doc/icon.png doc/infobox.png doc/input.png doc/labelcenter.png doc/labelleft.png doc/labelright.png doc/left.png doc/logbox.png doc/msgbox.png doc/nofixedfont.png doc/notags.png doc/password.png doc/radiolist.png doc/range.png doc/rcfile.png doc/right.png doc/spinbox.png doc/tailbox.png doc/timebox.png doc/title.png doc/treeview.png doc/withtags.png doc/yesno-wizard.png doc/yesno.png __dist_html/html + ln -s ../samples __dist_html/html/samples + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64 Xdialog + /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: xdialog-2.3.1-20.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.KdY4hd + umask 022 + cd /builddir/build/BUILD + cd Xdialog-2.3.1 + DOCDIR=/builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/xdialog + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/xdialog + cp -pr AUTHORS /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/xdialog + cp -pr BUGS /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/xdialog + cp -pr COPYING /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/xdialog + cp -pr ChangeLog /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/xdialog + cp -pr README /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/xdialog + cp -pr __dist_html/html/ /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/xdialog + cp -pr samples/ /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64/usr/share/doc/xdialog + exit 0 Provides: Xdialog = 2.3.1-20.fc28 xdialog = 2.3.1-20.fc28 xdialog(riscv-64) = 2.3.1-20.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) libXi.so.6()(64bit) libatk-1.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcairo.so.2()(64bit) libdl.so.2()(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgdk-1.2.so.0()(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-1.2.so.0()(64bit) libglib-2.0.so.0()(64bit) libgmodule-1.2.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-1.2.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libm.so.6()(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpangoft2-1.0.so.0()(64bit) rtld(GNU_HASH) Obsoletes: Xdialog < 2.3.1-20.fc28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64 Wrote: /builddir/build/SRPMS/xdialog-2.3.1-20.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/xdialog-2.3.1-20.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.KCylX1 + umask 022 + cd /builddir/build/BUILD + cd Xdialog-2.3.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/xdialog-2.3.1-20.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff