+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/python-xklavier.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.LPzFRP + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-xklavier-0.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-xklavier-0.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-xklavier-0.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (python-xklavier-libxklavier-5.patch):' Patch #0 (python-xklavier-libxklavier-5.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file xklavier/xklavier.defs + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7V0uPe + umask 022 + cd /builddir/build/BUILD + cd python-xklavier-0.2 + 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.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' + 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' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./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 checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu 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 ISO C89... none needed checking dependency style of gcc... none checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking how to run the C preprocessor... gcc -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 dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether to enable maintainer-specific portions of Makefiles... no checking for a Python interpreter with version >= 2.3... python checking for python... /usr/bin/python checking for python version... DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out 2.7 checking for python platform... DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out linux2 checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages checking for headers required to compile python extensions... DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out found checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for PYGOBJECT... yes checking for pygobject-codegen-2.0... /usr/bin/pygobject-codegen-2.0 checking for LIBXKLAVIER... yes checking for GDK_X11... yes configure: creating ./config.status config.status: creating Makefile config.status: creating xklavier/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Now type make to compile Then su to root and type: make install + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/python-xklavier-0.2' Making all in xklavier make[2]: Entering directory '/builddir/build/BUILD/python-xklavier-0.2/xklavier' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -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 -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o xklavier_la-xklaviermodule.lo `test -f 'xklaviermodule.c' || echo './'`xklaviermodule.c (cd . \ && /usr/bin/pygobject-codegen-2.0 \ --override xklavier.override \ --prefix xklavier xklavier.defs) > gen-xklavier.c \ && cp gen-xklavier.c xklavier.c \ && rm -f gen-xklavier.c DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -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 -pthread -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 xklaviermodule.c -fPIC -DPIC -o .libs/xklavier_la-xklaviermodule.o Warning: generating old-style constructor for:xkl_config_registry_get_instance Could not write function void: No ArgType for * Could not write function xkl_default_log_appender: No ArgType for va_list Could not write function xkl_set_log_appender: No ArgType for XklLogAppender Could not write function void: No ArgType for * Could not write function void: No ArgType for * Could not write function xkl_engine_INT__LONG_LONG: No ArgType for GValue* Could not write function xkl_engine_VOID__FLAGS_INT_BOOLEAN: No ArgType for GValue* Warning: Constructor for XklConfigRegistry needs to be updated to new API See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors ***INFO*** The coverage of global functions is 30.00% (3/10) ***INFO*** The coverage of methods is 100.00% (58/58) ***INFO*** There are no declared virtual proxies. ***INFO*** There are no declared virtual accessors. ***INFO*** There are no declared interface proxies. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -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 -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o xklavier_la-xklavier.lo `test -f 'xklavier.c' || echo './'`xklavier.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -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 -pthread -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 xklavier.c -fPIC -DPIC -o .libs/xklavier_la-xklavier.o xklavier.c: In function '_wrap_xkl_engine_get_backend_name': xklavier.c:1181:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] ret = xkl_engine_get_backend_name(XKL_ENGINE(self->obj)); ^ xklavier.override: In function '_wrap_xkl_engine_get_groups_names': xklavier.override:160:18: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] groups_names = xkl_engine_get_groups_names(XKL_ENGINE(self->obj)); ^ xklavier.override: In function '_wrap_xkl_engine_get_indicators_names': xklavier.override:179:22: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] indicators_names = xkl_engine_get_indicators_names(XKL_ENGINE(self->obj)); ^ /bin/sh ../libtool --tag=CC --mode=link gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -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 -pthread -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 -module -avoid-version -export-symbols-regex initxklavier -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o xklavier.la -rpath /usr/lib64/python2.7/site-packages xklavier_la-xklaviermodule.lo xklavier_la-xklavier.lo -lxklavier -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 libtool: link: /usr/bin/nm -B .libs/xklavier_la-xklaviermodule.o .libs/xklavier_la-xklavier.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/xklavier.exp libtool: link: /usr/bin/grep -E -e "initxklavier" ".libs/xklavier.exp" > ".libs/xklavier.expT" libtool: link: mv -f ".libs/xklavier.expT" ".libs/xklavier.exp" libtool: link: echo "{ global:" > .libs/xklavier.ver libtool: link: cat .libs/xklavier.exp | sed -e "s/\(.*\)/\1;/" >> .libs/xklavier.ver libtool: link: echo "local: *; };" >> .libs/xklavier.ver libtool: link: gcc -shared .libs/xklavier_la-xklaviermodule.o .libs/xklavier_la-xklavier.o -lxklavier -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,xklavier.so -Wl,-version-script -Wl,.libs/xklavier.ver -o .libs/xklavier.so libtool: link: ( cd ".libs" && rm -f "xklavier.la" && ln -s "../xklavier.la" "xklavier.la" ) make[2]: Leaving directory '/builddir/build/BUILD/python-xklavier-0.2/xklavier' make[2]: Entering directory '/builddir/build/BUILD/python-xklavier-0.2' make[2]: Leaving directory '/builddir/build/BUILD/python-xklavier-0.2' make[1]: Leaving directory '/builddir/build/BUILD/python-xklavier-0.2' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ToyuIl + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-xklavier-0.2-19.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-xklavier-0.2-19.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/python-xklavier-0.2-19.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-xklavier-0.2-19.fc28.riscv64 + cd python-xklavier-0.2 + make install DESTDIR=/builddir/build/BUILDROOT/python-xklavier-0.2-19.fc28.riscv64 Making install in xklavier make[1]: Entering directory '/builddir/build/BUILD/python-xklavier-0.2/xklavier' make[2]: Entering directory '/builddir/build/BUILD/python-xklavier-0.2/xklavier' test -z "/usr/lib64/python2.7/site-packages" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/python-xklavier-0.2-19.fc28.riscv64/usr/lib64/python2.7/site-packages" /bin/sh ../libtool --mode=install /usr/bin/install -c xklavier.la '/builddir/build/BUILDROOT/python-xklavier-0.2-19.fc28.riscv64/usr/lib64/python2.7/site-packages' libtool: install: /usr/bin/install -c .libs/xklavier.so /builddir/build/BUILDROOT/python-xklavier-0.2-19.fc28.riscv64/usr/lib64/python2.7/site-packages/xklavier.so libtool: install: /usr/bin/install -c .libs/xklavier.lai /builddir/build/BUILDROOT/python-xklavier-0.2-19.fc28.riscv64/usr/lib64/python2.7/site-packages/xklavier.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/python2.7/site-packages' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/python-xklavier-0.2/xklavier' make[1]: Leaving directory '/builddir/build/BUILD/python-xklavier-0.2/xklavier' make[1]: Entering directory '/builddir/build/BUILD/python-xklavier-0.2' make[2]: Entering directory '/builddir/build/BUILD/python-xklavier-0.2' 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/python-xklavier-0.2' make[1]: Leaving directory '/builddir/build/BUILD/python-xklavier-0.2' + /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 Bytecompiling .py files below /builddir/build/BUILDROOT/python-xklavier-0.2-19.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/lib64/python2.7/site-packages/xklavier.la is executable but has empty or no shebang, removing executable bit Processing files: python-xklavier-0.2-19.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.u2b3u0 + umask 022 + cd /builddir/build/BUILD + cd python-xklavier-0.2 + DOCDIR=/builddir/build/BUILDROOT/python-xklavier-0.2-19.fc28.riscv64/usr/share/doc/python-xklavier + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-xklavier-0.2-19.fc28.riscv64/usr/share/doc/python-xklavier + cp -pr COPYING /builddir/build/BUILDROOT/python-xklavier-0.2-19.fc28.riscv64/usr/share/doc/python-xklavier + cp -pr AUTHORS /builddir/build/BUILDROOT/python-xklavier-0.2-19.fc28.riscv64/usr/share/doc/python-xklavier + exit 0 Provides: libtool(/usr/lib64/python2.7/site-packages/xklavier.la) python-xklavier = 0.2-19.fc28 python-xklavier(riscv-64) = 0.2-19.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) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcairo.so.2()(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpthread.so.0()(64bit) libxklavier.so.16()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-xklavier-0.2-19.fc28.riscv64 Wrote: /builddir/build/SRPMS/python-xklavier-0.2-19.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/python-xklavier-0.2-19.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.l9FkYi + umask 022 + cd /builddir/build/BUILD + cd python-xklavier-0.2 + rm -rf /builddir/build/BUILDROOT/python-xklavier-0.2-19.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff