D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/libxslt-1.1.30-2.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Cq0DWt + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf libxslt-1.1.30 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/libxslt-1.1.30.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libxslt-1.1.30 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/libxslt-1.1.30-Fix-pkg-config-related-regressions-in-configure-script.patch + /usr/bin/mkdir -p python/examples + /usr/bin/cp -a python/tests/basic.py python/tests/exslt.py python/tests/extelem.py python/tests/extfunc.py python/tests/pyxsltproc.py python/tests/test.xml python/tests/test.xsl python/examples + cp /home/pterjan/rpmbuild/SOURCES/autogen.sh autogen.sh + chmod 755 autogen.sh + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4a8Vwq + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd libxslt-1.1.30 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + NOCONFIGURE=yes + ./autogen.sh I am going to run ./configure with no arguments - if you wish to pass any to it, please specify them on the ./autogen.sh command line. Running libtoolize... libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. Running aclocal... aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' Running automake... automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:85: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.in:85: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation configure.in:6: installing './compile' configure.in:85: installing './missing' automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' libexslt/Makefile.am: installing './depcomp' Running autoconf... + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export FFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + CONFIGURE_TOP=. + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool Modifying ltmain.sh underlinking for plugins (cf http://wiki.mandriva.com/en/Underlinking) + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking Fixing libtool's ltmain.sh to prevent overlinking (cf http://wiki.mandriva.com/en/Overlinking) + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . Fixing libtool inside configure to pass -Wl,xxx options before libraries + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + '[' -f ./configure.in -o -f ./configure.ac ']' + CONFIGURE_XPATH='--x-includes=/usr/include --x-libraries=/usr/lib64' + ./configure --build=x86_64-mageia-linux-gnu --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 --x-includes=/usr/include --x-libraries=/usr/lib64 --disable-static checking build system type... x86_64-mageia-linux-gnu checking host system type... x86_64-mageia-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 whether gcc understands -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes 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 for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking whether make supports nested variables... (cached) yes checking for 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 ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking how to run the C preprocessor... gcc -E checking for rm... /usr/bin/rm checking for mv... /usr/bin/mv checking for tar... /usr/bin/tar checking for xmllint... /usr/bin/xmllint checking for xsltproc... /usr/bin/xsltproc checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for ANSI C header files... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed 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 how to convert x86_64-mageia-linux-gnu file names to x86_64-mageia-linux-gnu format... func_convert_file_noop checking how to convert x86_64-mageia-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no 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... /usr/bin/rm: cannot remove 'conftest*': No such file or directory yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... /usr/bin/rm: cannot remove 'conftest*': No such file or directory 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 for sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking how to pass version script to the linker (/usr/bin/ld -m elf_x86_64)... -Wl,--version-script= checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_join in -lpthread... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking if xlocale program link... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking nan.h usability... no checking nan.h presence... no checking for nan.h... no checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking fp_class.h usability... no checking fp_class.h presence... no checking for fp_class.h... no checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking ansidecl.h usability... no checking ansidecl.h presence... no checking for ansidecl.h... no checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for sys/stat.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for stat... yes checking for _stat... no checking for pow... no checking for pow in -lm... yes checking for floor... no checking for floor in -lm... yes checking for fabs... no checking for fabs in -lm... yes checking for gettimeofday... yes checking for localtime... yes checking for localtime_r... yes checking for time... yes checking for gmtime... yes checking for gmtime_r... yes checking for ftime... yes checking for printf... yes checking for sprintf... yes checking for fprintf... yes checking for snprintf... yes checking for vfprintf... yes checking for vsprintf... yes checking for vsnprintf... yes checking for sscanf... yes checking for clock_gettime... yes checking for perl... perl Found python in /bin/python PYTHON is pointing at /bin/python Found Python version 2.7 Found libxml2-python module checking for libgcrypt-config... /usr/bin/libgcrypt-config Crypto extensions will be available. Enabling debugger checking for xml2-config... /usr/bin/xml2-config checking for libxml-2.0 >= 2.6.27... yes checking whether shared libraries will be built (required for plugins)... yes checking libxml2 module support... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libxslt.pc config.status: creating libexslt.pc config.status: creating libxslt/Makefile config.status: creating libxslt/xsltconfig.h config.status: creating libxslt/xsltwin32config.h config.status: creating libexslt/Makefile config.status: creating libexslt/exsltconfig.h config.status: creating xsltproc/Makefile config.status: creating python/Makefile config.status: creating python/tests/Makefile config.status: creating tests/Makefile config.status: creating tests/docs/Makefile config.status: creating tests/REC1/Makefile config.status: creating tests/REC2/Makefile config.status: creating tests/REC/Makefile config.status: creating tests/general/Makefile config.status: creating tests/reports/Makefile config.status: creating tests/extensions/Makefile config.status: creating tests/namespaces/Makefile config.status: creating tests/keys/Makefile config.status: creating tests/numbers/Makefile config.status: creating tests/documents/Makefile config.status: creating tests/xmlspec/Makefile config.status: creating tests/multiple/Makefile config.status: creating tests/xinclude/Makefile config.status: creating tests/XSLTMark/Makefile config.status: creating tests/docbook/Makefile config.status: creating tests/exslt/Makefile config.status: creating tests/exslt/common/Makefile config.status: creating tests/exslt/functions/Makefile config.status: creating tests/exslt/math/Makefile config.status: creating tests/exslt/saxon/Makefile config.status: creating tests/exslt/sets/Makefile config.status: creating tests/exslt/strings/Makefile config.status: creating tests/exslt/date/Makefile config.status: creating tests/exslt/dynamic/Makefile config.status: creating tests/exslt/crypto/Makefile config.status: creating tests/plugins/Makefile config.status: creating doc/Makefile config.status: creating xslt-config config.status: creating libxslt.spec config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands /usr/bin/rm: cannot remove 'libtoolT': No such file or directory + /usr/bin/make -O -j8 (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged /usr/bin/make all-recursive Making all in libxslt make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC xsltlocale.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC attrvt.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC templates.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC keys.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC variables.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC extra.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC xsltutils.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC namespaces.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC numbers.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC extensions.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC xslt.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC functions.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC imports.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC documents.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC security.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC pattern.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC attributes.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC preproc.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CC transform.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' CCLD libxslt.la make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' Making all in libexslt make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' CC exslt.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' CC common.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' CC crypto.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' CC sets.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' CC functions.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' CC strings.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' CC saxon.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' CC math.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' CC dynamic.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' CC date.lo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' CCLD libexslt.la make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' Making all in xsltproc make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/xsltproc' CC testThreads.o make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/xsltproc' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/xsltproc' CC xsltproc.o make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/xsltproc' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/xsltproc' CCLD testThreads make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/xsltproc' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/xsltproc' CCLD xsltproc make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/xsltproc' Making all in doc Making all in python Making all in . make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' SRCDIR=. /bin/python ./generator.py Found 244 functions in libxslt-api.xml Found 32 functions in libxslt-python-api.xml Generated 143 wrapper functions, 100 failed, 33 skipped Missing type converters: xsltTopLevelFunction:2 xmlXPathObjectPtr:2 xsltDecimalFormatPtr:3 xmlChar **:2 xmlXPathCompExprPtr:5 xsltPreComputeFunction:1 xsltElemPreCompPtr:2 xsltDebugTraceCodes:2 xsltDocumentPtr:8 xsltSecurityPrefsPtr:11 xsltTemplatePtr:4 pythonObject *:5 ...:1 xsltNumberDataPtr:1 xmlHashTablePtr:1 xmlNodePtr *:3 xsltExtInitFunction:2 xsltCompilerCtxtPtr:2 char **:2 xmlXPathObjectPtr *:1 xmlNodeSetPtr:2 xmlXPathFunction:3 xsltTransformFunction:5 xsltCompMatchPtr:3 void *:11 xsltLocale:4 xmlOutputBufferPtr:1 xsltPointerListPtr:4 xmlDictPtr:1 xsltSortFunc:2 xsltNsMapPtr:1 xsltStackElemPtr:3 touch gen_prog make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' cat ./libxsl.py libxsltclass.py > libxslt.py make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' CC libxsltmod_la-types.lo make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' CC libxsltmod_la-libxslt.lo libxslt.c: In function 'libxslt_xsltErrorFuncHandler': libxslt.c:880:9: warning: function 'libxslt_xsltErrorFuncHandler' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] vfprintf(stderr, msg, ap); ^~~~~~~~ libxslt.c:891:13: warning: function 'libxslt_xsltErrorFuncHandler' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] chars = vsnprintf(str, size, msg, ap); ^~~~~ libxslt.c: In function 'initlibxsltmod': libxslt.c:1183:15: warning: variable 'm' set but not used [-Wunused-but-set-variable] PyObject *m; ^ make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' CC libxsltmod_la-libxslt-py.lo make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' CCLD libxsltmod.la make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' Making all in tests make[3]: Nothing to be done for 'all'. Making all in tests Making all in docs make[3]: Nothing to be done for 'all'. Making all in REC1 make[3]: Nothing to be done for 'all'. Making all in REC2 make[3]: Nothing to be done for 'all'. Making all in REC make[3]: Nothing to be done for 'all'. Making all in general make[3]: Nothing to be done for 'all'. Making all in namespaces make[3]: Nothing to be done for 'all'. Making all in keys make[3]: Nothing to be done for 'all'. Making all in numbers make[3]: Nothing to be done for 'all'. Making all in documents make[3]: Nothing to be done for 'all'. Making all in extensions make[3]: Nothing to be done for 'all'. Making all in reports make[3]: Nothing to be done for 'all'. Making all in xmlspec make[3]: Nothing to be done for 'all'. Making all in multiple make[3]: Nothing to be done for 'all'. Making all in xinclude make[3]: Nothing to be done for 'all'. Making all in XSLTMark make[3]: Nothing to be done for 'all'. Making all in docbook make[3]: Nothing to be done for 'all'. Making all in exslt Making all in common make[4]: Nothing to be done for 'all'. Making all in functions make[4]: Nothing to be done for 'all'. Making all in math make[4]: Nothing to be done for 'all'. Making all in saxon make[4]: Nothing to be done for 'all'. Making all in sets make[4]: Nothing to be done for 'all'. Making all in strings make[4]: Nothing to be done for 'all'. Making all in dynamic make[4]: Nothing to be done for 'all'. Making all in date make[4]: Nothing to be done for 'all'. Making all in crypto make[4]: Nothing to be done for 'all'. make[4]: Nothing to be done for 'all-am'. Making all in plugins make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/plugins' CC xmlsoft_org_xslt_testplugin_la-testplugin.lo make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/plugins' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/plugins' CCLD xmlsoft_org_xslt_testplugin.la make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/plugins' make[3]: Nothing to be done for 'all-am'. make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30' sed -e 's?\@XSLT_LIBDIR\@?-L/usr/lib64?g' \ -e 's?\@XSLT_INCLUDEDIR\@?-I/usr/include?g' \ -e 's?\@VERSION\@?1.1.30?g' \ -e 's?\@XSLT_LIBS\@?-lxslt -lxml2 -lm ?g' \ < ./xsltConf.sh.in > xsltConf.tmp \ && mv xsltConf.tmp xsltConf.sh make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30' + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.MLIGmy + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64 + cd libxslt-1.1.30 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64 'INSTALL=/usr/bin/install -p' Making install in libxslt make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64' /bin/sh ../libtool --mode=install /usr/bin/install -p libxslt.la '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libxslt.so.1.1.30 /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/libxslt.so.1.1.30 libtool: install: (cd /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64 && { ln -s -f libxslt.so.1.1.30 libxslt.so.1 || { rm -f libxslt.so.1 && ln -s libxslt.so.1.1.30 libxslt.so.1; }; }) libtool: install: (cd /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64 && { ln -s -f libxslt.so.1.1.30 libxslt.so || { rm -f libxslt.so && ln -s libxslt.so.1.1.30 libxslt.so; }; }) libtool: install: /usr/bin/install -p .libs/libxslt.lai /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/libxslt.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/make install-exec-hook make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' /usr/bin/mkdir -p "/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/libxslt-plugins" make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/man/man3' /usr/bin/install -p -m 644 libxslt.3 '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/man/man3' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/include/libxslt' /usr/bin/install -p -m 644 xsltconfig.h '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/include/libxslt' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/include/libxslt' /usr/bin/install -p -m 644 xslt.h xsltutils.h pattern.h templates.h variables.h keys.h numbersInternals.h extensions.h extra.h functions.h namespaces.h imports.h attributes.h documents.h preproc.h transform.h security.h xsltInternals.h xsltexports.h xsltlocale.h '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/include/libxslt' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' Making install in libexslt make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64' /bin/sh ../libtool --mode=install /usr/bin/install -p libexslt.la '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64' libtool: warning: relinking 'libexslt.la' libtool: install: (cd /home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt; /bin/sh "/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libtool" --silent --tag CC --mode=relink gcc -I/usr/include/libxml2 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wformat=2 -Wmissing-format-attribute -version-info 8:18:8 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libexslt.la -rpath /usr/lib64 exslt.lo common.lo crypto.lo math.lo sets.lo functions.lo strings.lo date.lo saxon.lo dynamic.lo ../libxslt/libxslt.la -lgcrypt -lgpg-error -lm -inst-prefix-dir /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64) libtool: install: /usr/bin/install -p .libs/libexslt.so.0.8.18T /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/libexslt.so.0.8.18 libtool: install: (cd /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64 && { ln -s -f libexslt.so.0.8.18 libexslt.so.0 || { rm -f libexslt.so.0 && ln -s libexslt.so.0.8.18 libexslt.so.0; }; }) libtool: install: (cd /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64 && { ln -s -f libexslt.so.0.8.18 libexslt.so || { rm -f libexslt.so && ln -s libexslt.so.0.8.18 libexslt.so; }; }) libtool: install: /usr/bin/install -p .libs/libexslt.lai /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/libexslt.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/include/libexslt' /usr/bin/install -p -m 644 exslt.h exsltexports.h '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/include/libexslt' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/man/man3' /usr/bin/install -p -m 644 libexslt.3 '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/man/man3' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/include/libexslt' /usr/bin/install -p -m 644 exsltconfig.h '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/include/libexslt' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' Making install in xsltproc make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/xsltproc' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/xsltproc' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -p xsltproc '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/bin' libtool: warning: '../libxslt/libxslt.la' has not been installed in '/usr/lib64' libtool: warning: '../libexslt/libexslt.la' has not been installed in '/usr/lib64' libtool: warning: '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt/libxslt.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p .libs/xsltproc /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/bin/xsltproc make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/xsltproc' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/xsltproc' Making install in doc make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/doc' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-1.1.30/html /usr/bin/install -p -m 0644 ./*.html /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-1.1.30/html /usr/bin/install -p -m 0644 ./*.gif /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-1.1.30/html /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-1.1.30/html/html /usr/bin/install -p -m 0644 ./html/*.html /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-1.1.30/html/html /usr/bin/install -p -m 0644 ./html/*.png /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-1.1.30/html/html /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-1.1.30/html/EXSLT /usr/bin/install -p -m 0644 ./EXSLT/*.html /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-1.1.30/html/EXSLT /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-1.1.30/html/tutorial /usr/bin/install -p -m 0644 ./tutorial/* /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-1.1.30/html/tutorial /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-1.1.30/html/tutorial2 /usr/bin/install -p -m 0644 ./tutorial2/* /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-1.1.30/html/tutorial2 /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/man/man1' /usr/bin/install -p -m 644 xsltproc.1 '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/man/man1' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/doc' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/doc' Making install in python make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' Making install in . make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/python2.7/site-packages /usr/bin/install -p -m 0644 libxslt.py /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/python2.7/site-packages /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-python-1.1.30 /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/python2.7/site-packages' /bin/sh ../libtool --mode=install /usr/bin/install -p libxsltmod.la '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/python2.7/site-packages' libtool: warning: relinking 'libxsltmod.la' libtool: install: (cd /home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python; /bin/sh "/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libtool" --silent --tag CC --mode=relink gcc -I/usr/include/libxml2 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wformat=2 -Wmissing-format-attribute -module -avoid-version -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libxsltmod.la -rpath /usr/lib64/python2.7/site-packages libxsltmod_la-libxslt.lo libxsltmod_la-types.lo libxsltmod_la-libxslt-py.lo ../libxslt/libxslt.la ../libexslt/libexslt.la -lpython2.7 -lpthread -ldl -lutil -lm -inst-prefix-dir /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64) libtool: install: /usr/bin/install -p .libs/libxsltmod.soT /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/python2.7/site-packages/libxsltmod.so libtool: install: /usr/bin/install -p .libs/libxsltmod.lai /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/python2.7/site-packages/libxsltmod.la libtool: warning: remember to run 'libtool --finish /usr/lib64/python2.7/site-packages' make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' Making install in tests make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python/tests' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python/tests' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-python-1.1.30/examples (for test in basic.py exslt.py extelem.py extfunc.py test.xml test.xsl pyxsltproc.py; \ do /usr/bin/install -p -m 0644 ./$test /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-python-1.1.30/examples ; done) make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python/tests' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python/tests' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' Making install in tests make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests' Making install in docs make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docs' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docs' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docs' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docs' Making install in REC1 make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC1' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC1' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC1' Making install in REC2 make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC2' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC2' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC2' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC2' Making install in REC make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC' Making install in general make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/general' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/general' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/general' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/general' Making install in namespaces make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/namespaces' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/namespaces' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/namespaces' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/namespaces' Making install in keys make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/keys' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/keys' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/keys' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/keys' Making install in numbers make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/numbers' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/numbers' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/numbers' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/numbers' Making install in documents make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/documents' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/documents' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/documents' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/documents' Making install in extensions make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/extensions' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/extensions' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/extensions' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/extensions' Making install in reports make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/reports' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/reports' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/reports' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/reports' Making install in xmlspec make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/xmlspec' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/xmlspec' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/xmlspec' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/xmlspec' Making install in multiple make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/multiple' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/multiple' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/multiple' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/multiple' Making install in xinclude make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/xinclude' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/xinclude' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/xinclude' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/xinclude' Making install in XSLTMark make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/XSLTMark' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/XSLTMark' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/XSLTMark' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/XSLTMark' Making install in docbook make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docbook' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docbook' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docbook' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docbook' Making install in exslt make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt' Making install in common make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/common' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/common' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/common' make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/common' Making install in functions make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/functions' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/functions' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/functions' make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/functions' Making install in math make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/math' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/math' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/math' make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/math' Making install in saxon make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/saxon' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/saxon' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/saxon' make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/saxon' Making install in sets make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/sets' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/sets' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/sets' make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/sets' Making install in strings make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/strings' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/strings' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/strings' make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/strings' Making install in dynamic make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/dynamic' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/dynamic' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/dynamic' make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/dynamic' Making install in date make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/date' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/date' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/date' make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/date' Making install in crypto make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/crypto' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/crypto' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/crypto' make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/crypto' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt' make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt' Making install in plugins make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/plugins' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/plugins' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/plugins' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/plugins' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/bin' /usr/bin/install -p xslt-config '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/bin' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64' /usr/bin/install -p -m 644 xsltConf.sh '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/aclocal' /usr/bin/install -p -m 644 libxslt.m4 '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/aclocal' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/pkgconfig' /usr/bin/install -p -m 644 libxslt.pc libexslt.pc '/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/pkgconfig' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30' + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-1.1.30 /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/libxslt-python-1.1.30 + find /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64 -name '*.la' -delete + /usr/lib/rpm/mkmultiarch binaries /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/bin/xslt-config + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 1.1.30-2.mga7 --unique-debug-suffix -1.1.30-2.mga7.x86_64 --unique-debug-src-base libxslt-1.1.30-2.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/libxslt-1.1.30 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/libxslt.so.1.1.30 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/libexslt.so.0.8.18 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/python2.7/site-packages/libxsltmod.so extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/bin/xsltproc /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 2782 blocks + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8wiI4P + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd libxslt-1.1.30 + '[' 1 -eq 1 ']' + make check Making check in libxslt make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libxslt' Making check in libexslt make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/libexslt' Making check in xsltproc make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/xsltproc' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/xsltproc' Making check in doc make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/doc' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/doc' Making check in python make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' Making check in . make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' Making check in tests make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python/tests' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python/tests' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' Making check in tests make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests' Making check in docs make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docs' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docs' Making check in REC1 make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC1' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC1' Making check in REC2 make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC2' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC2' Making check in REC make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC' Making check in general make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/general' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/general' Making check in namespaces make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/namespaces' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/namespaces' Making check in keys make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/keys' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/keys' Making check in numbers make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/numbers' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/numbers' Making check in documents make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/documents' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/documents' Making check in extensions make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/extensions' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/extensions' Making check in reports make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/reports' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/reports' Making check in xmlspec make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/xmlspec' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/xmlspec' Making check in multiple make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/multiple' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/multiple' Making check in xinclude make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/xinclude' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/xinclude' Making check in XSLTMark make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/XSLTMark' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/XSLTMark' Making check in docbook make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docbook' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docbook' Making check in exslt make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt' Making check in common make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/common' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/common' Making check in functions make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/functions' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/functions' Making check in math make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/math' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/math' Making check in saxon make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/saxon' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/saxon' Making check in sets make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/sets' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/sets' Making check in strings make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/strings' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/strings' Making check in dynamic make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/dynamic' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/dynamic' Making check in date make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/date' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/date' Making check in crypto make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/crypto' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/crypto' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt' Making check in plugins make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/plugins' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/plugins' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30' make check-local make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30' ## Running the regression test suite make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC1' ## Running REC1 tests make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC1' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC2' ## Running REC2 tests make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC2' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC' ## Running REC tests ## Running REC tests without dictionaries make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/REC' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/general' ## Running general tests bug-165 result 2a3 > XPath error : Undefined variable bug-180 result 2a3 > XPath error : Undefined variable bug-184 result 2a3 > XPath error : Undefined variable ## Running general tests without dictionaries bug-165 result 2a3 > XPath error : Undefined variable bug-180 result 2a3 > XPath error : Undefined variable bug-184 result 2a3 > XPath error : Undefined variable make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/general' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/namespaces' ## Running namespaces tests make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/namespaces' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/keys' ## Running keys tests make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/keys' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/numbers' ## Running numbers tests make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/numbers' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/documents' make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/documents' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/extensions' ## Running extensions tests make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/extensions' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/reports' ## Running reports tests make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/reports' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/xmlspec' ## Running xmlspec tests make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/xmlspec' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/multiple' ## Running multiple tests make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/multiple' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/xinclude' ## Running XInclude test make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/xinclude' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/XSLTMark' ## Running XSLTMark tests make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/XSLTMark' make[5]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/XSLTMark' make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/XSLTMark' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docbook' make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docbook' ## Running single docbook tests make[5]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docbook' make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docbook' ## Running xtchunk docbook tests make[5]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docbook' make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/docbook' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt' make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/common' ## Running exslt common tests make[5]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/common' make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/functions' ## Running exslt function tests make[5]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/functions' make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/math' ## Running exslt math tests make[5]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/math' make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/saxon' ## Running exslt saxon tests make[5]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/saxon' make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/sets' ## Running exslt sets tests make[5]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/sets' make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/strings' ## Running exslt string tests make[5]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/strings' make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/dynamic' ## Running exslt dynamic tests make[5]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/dynamic' make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/date' # # Inspect the following for correctness # Current Date : 2018-03-29T19:18:02Z year : 2018 leap-year : false month-in-year : 3 month-name : March month-abbreviation : Mar week-in-year : 13 day-in-year : 88 day-in-month : 29 day-of-week-in-month : 5 day-in-week : 5 day-name : Thursday day-abbreviation : Thu time : 19:18:02 hour-in-day : 19 minute-in-hour : 18 second-in-minute : 2 ## Running exslt date tests make[5]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/date' make[5]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/crypto' ## Running exslt crypto tests make[5]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt/crypto' make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/exslt' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/plugins' ## Running plugin tests make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests/plugins' make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/tests' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/xsltproc' ## Running testThreads make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/xsltproc' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' Making all in . Making all in tests make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python/tests' -- basic.py OK -- exslt.py OK -- extelem.py Registered XSLT Extensions -------------------------- Registered Extension Functions: {http://exslt.org/common}node-set {http://exslt.org/dates-and-times}day-name {http://exslt.org/dates-and-times}minute-in-hour {http://exslt.org/dates-and-times}second-in-minute {http://exslt.org/dates-and-times}seconds {http://exslt.org/dynamic}map {http://exslt.org/crypto}sha1 {http://exslt.org/sets}has-same-node {http://exslt.org/sets}trailing {http://exslt.org/strings}encode-uri {http://exslt.org/dates-and-times}month-abbreviation {http://exslt.org/dates-and-times}time {http://icl.com/saxon}eval {http://exslt.org/math}lowest {http://exslt.org/math}constant {http://exslt.org/math}sin {http://exslt.org/math}cos {http://exslt.org/dates-and-times}add {http://exslt.org/dates-and-times}add-duration {http://exslt.org/dates-and-times}day-in-month {http://exslt.org/dates-and-times}day-in-week {http://exslt.org/dynamic}evaluate {http://exslt.org/math}sqrt {http://exslt.org/math}atan2 {http://exslt.org/sets}leading {http://exslt.org/strings}split {http://exslt.org/strings}concat {http://exslt.org/dates-and-times}day-of-week-in-month {http://exslt.org/dates-and-times}duration {http://exslt.org/dates-and-times}week-in-month {http://xmlsoft.org/XSLT/namespace}node-set {http://exslt.org/math}min {http://exslt.org/math}random {http://exslt.org/math}abs {http://exslt.org/strings}align {http://exslt.org/dates-and-times}month-name {http://exslt.org/dates-and-times}day-in-year {http://exslt.org/dates-and-times}hour-in-day {http://exslt.org/dates-and-times}week-in-year {http://icl.com/saxon}line-number {http://icl.com/saxon}systemId {http://icl.com/saxon}node-set {http://exslt.org/crypto}rc4_encrypt {http://exslt.org/math}highest {http://exslt.org/strings}decode-uri {http://exslt.org/dates-and-times}sum {http://icl.com/saxon}evaluate {http://exslt.org/math}tan {http://exslt.org/math}atan {http://exslt.org/sets}intersection {http://exslt.org/sets}distinct {http://exslt.org/strings}tokenize {http://exslt.org/strings}replace {http://exslt.org/dates-and-times}date {http://exslt.org/dates-and-times}date-time {http://exslt.org/dates-and-times}month-in-year {http://www.jclark.com/xt}node-set {http://exslt.org/common}object-type {http://exslt.org/crypto}md5 {http://exslt.org/math}power {http://exslt.org/math}log {http://exslt.org/math}asin {http://exslt.org/math}exp {http://exslt.org/sets}difference {http://exslt.org/dates-and-times}day-abbreviation {http://exslt.org/dates-and-times}leap-year {http://exslt.org/dates-and-times}year {http://exslt.org/crypto}md4 {http://exslt.org/crypto}rc4_decrypt {http://exslt.org/math}max {http://exslt.org/math}acos {http://exslt.org/strings}padding {http://exslt.org/dates-and-times}difference {http://icl.com/saxon}expression Registered Extension Elements: {org.apache.xalan.xslt.extensions.Redirect}write {http://example.com/foo}test {http://www.jclark.com/xt}document {http://icl.com/saxon}output {http://www.w3.org/1999/XSL/Transform}document {http://xmlsoft.org/XSLT/namespace}debug {http://exslt.org/functions}result {http://exslt.org/common}document Registered Extension Modules: http://icl.com/saxon http://exslt.org/functions
SUCCESS
SUCCESS
OK -- extfunc.py OK make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python/tests' make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30/python' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/libxslt-1.1.30' + exit 0 Processing files: xsltproc-1.1.30-2.mga7.x86_64 Provides: libxslt-proc = 1.1.30-2.mga7 xsltproc = 1.1.30-2.mga7 xsltproc(x86-64) = 1.1.30-2.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libexslt.so.0()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libxml2.so.2(LIBXML2_2.6.3)(64bit) libxslt.so.1()(64bit) libxslt.so.1(LIBXML2_1.0.11)(64bit) libxslt.so.1(LIBXML2_1.0.17)(64bit) libxslt.so.1(LIBXML2_1.0.18)(64bit) libxslt.so.1(LIBXML2_1.0.22)(64bit) libxslt.so.1(LIBXML2_1.0.24)(64bit) libxslt.so.1(LIBXML2_1.1.2)(64bit) Processing files: lib64xslt1-1.1.30-2.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.GO6nTW + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd libxslt-1.1.30 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/lib64xslt1 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/lib64xslt1 + cp -pr AUTHORS /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/lib64xslt1 + cp -pr NEWS /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/lib64xslt1 + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/lib64xslt1 + cp -pr FEATURES /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/lib64xslt1 + cp -pr TODO /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/lib64xslt1 + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.eaSkL3 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd libxslt-1.1.30 + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/licenses/lib64xslt1 + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/licenses/lib64xslt1 + cp -pr Copyright /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/licenses/lib64xslt1 + exit 0 Provides: lib64xslt1 = 1.1.30-2.mga7 lib64xslt1(x86-64) = 1.1.30-2.mga7 libexslt.so.0()(64bit) libxslt.so.1()(64bit) libxslt.so.1(LIBXML2_1.0.11)(64bit) libxslt.so.1(LIBXML2_1.0.12)(64bit) libxslt.so.1(LIBXML2_1.0.13)(64bit) libxslt.so.1(LIBXML2_1.0.16)(64bit) libxslt.so.1(LIBXML2_1.0.17)(64bit) libxslt.so.1(LIBXML2_1.0.18)(64bit) libxslt.so.1(LIBXML2_1.0.22)(64bit) libxslt.so.1(LIBXML2_1.0.24)(64bit) libxslt.so.1(LIBXML2_1.0.30)(64bit) libxslt.so.1(LIBXML2_1.0.32)(64bit) libxslt.so.1(LIBXML2_1.0.33)(64bit) libxslt.so.1(LIBXML2_1.1.0)(64bit) libxslt.so.1(LIBXML2_1.1.1)(64bit) libxslt.so.1(LIBXML2_1.1.18)(64bit) libxslt.so.1(LIBXML2_1.1.2)(64bit) libxslt.so.1(LIBXML2_1.1.20)(64bit) libxslt.so.1(LIBXML2_1.1.23)(64bit) libxslt.so.1(LIBXML2_1.1.24)(64bit) libxslt.so.1(LIBXML2_1.1.25)(64bit) libxslt.so.1(LIBXML2_1.1.26)(64bit) libxslt.so.1(LIBXML2_1.1.27)(64bit) libxslt.so.1(LIBXML2_1.1.3)(64bit) libxslt.so.1(LIBXML2_1.1.30)(64bit) libxslt.so.1(LIBXML2_1.1.5)(64bit) libxslt.so.1(LIBXML2_1.1.7)(64bit) libxslt.so.1(LIBXML2_1.1.9)(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcrypt.so.20()(64bit) libgcrypt.so.20(GCRYPT_1.6)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.5.4)(64bit) libxml2.so.2(LIBXML2_2.5.6)(64bit) libxml2.so.2(LIBXML2_2.5.7)(64bit) libxml2.so.2(LIBXML2_2.5.9)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libxml2.so.2(LIBXML2_2.6.15)(64bit) libxml2.so.2(LIBXML2_2.6.17)(64bit) libxml2.so.2(LIBXML2_2.6.25)(64bit) libxml2.so.2(LIBXML2_2.6.27)(64bit) libxml2.so.2(LIBXML2_2.6.3)(64bit) libxml2.so.2(LIBXML2_2.6.5)(64bit) libxml2.so.2(LIBXML2_2.8.0)(64bit) libxml2.so.2(LIBXML2_2.9.0)(64bit) libxslt.so.1()(64bit) libxslt.so.1(LIBXML2_1.0.11)(64bit) libxslt.so.1(LIBXML2_1.0.13)(64bit) libxslt.so.1(LIBXML2_1.0.22)(64bit) libxslt.so.1(LIBXML2_1.0.24)(64bit) libxslt.so.1(LIBXML2_1.0.30)(64bit) libxslt.so.1(LIBXML2_1.0.32)(64bit) libxslt.so.1(LIBXML2_1.1.18)(64bit) libxslt.so.1(LIBXML2_1.1.20)(64bit) libxslt.so.1(LIBXML2_1.1.25)(64bit) libxslt.so.1(LIBXML2_1.1.30)(64bit) Processing files: python2-libxslt-1.1.30-2.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.AIolhb + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd libxslt-1.1.30 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/python2-libxslt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/python2-libxslt + cp -pr AUTHORS /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/python2-libxslt + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/python2-libxslt + cp -pr FEATURES /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/python2-libxslt + cp -pr python/TODO /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/python2-libxslt + cp -pr python/examples /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/python2-libxslt + cp -pr python/libxsltclass.txt /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/python2-libxslt + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mv8YQi + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd libxslt-1.1.30 + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/licenses/python2-libxslt + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/licenses/python2-libxslt + cp -pr Copyright /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/licenses/python2-libxslt + exit 0 Provides: libxsltmod.so()(64bit) python-libxslt = 1.1.30-2.mga7 python2-libxslt = 1.1.30-2.mga7 python2-libxslt(x86-64) = 1.1.30-2.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libexslt.so.0()(64bit) libpython2.7.so.1.0()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libxslt.so.1()(64bit) libxslt.so.1(LIBXML2_1.0.11)(64bit) libxslt.so.1(LIBXML2_1.0.12)(64bit) libxslt.so.1(LIBXML2_1.0.16)(64bit) libxslt.so.1(LIBXML2_1.0.18)(64bit) libxslt.so.1(LIBXML2_1.0.22)(64bit) libxslt.so.1(LIBXML2_1.0.24)(64bit) libxslt.so.1(LIBXML2_1.0.30)(64bit) libxslt.so.1(LIBXML2_1.1.0)(64bit) libxslt.so.1(LIBXML2_1.1.18)(64bit) libxslt.so.1(LIBXML2_1.1.2)(64bit) libxslt.so.1(LIBXML2_1.1.23)(64bit) libxslt.so.1(LIBXML2_1.1.24)(64bit) libxslt.so.1(LIBXML2_1.1.25)(64bit) libxslt.so.1(LIBXML2_1.1.27)(64bit) libxslt.so.1(LIBXML2_1.1.3)(64bit) libxslt.so.1(LIBXML2_1.1.7)(64bit) libxslt.so.1(LIBXML2_1.1.9)(64bit) python(abi) = 2.7 Obsoletes: python-libxslt < 1.1.30-2 Processing files: lib64xslt-devel-1.1.30-2.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.A5Cegx + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd libxslt-1.1.30 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/lib64xslt-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/lib64xslt-devel + cp -pr doc/API.html doc/APIchunk0.html doc/APIchunk1.html doc/APIchunk10.html doc/APIchunk11.html doc/APIchunk12.html doc/APIchunk13.html doc/APIchunk2.html doc/APIchunk3.html doc/APIchunk4.html doc/APIchunk5.html doc/APIchunk6.html doc/APIchunk7.html doc/APIchunk8.html doc/APIchunk9.html doc/APIconstructors.html doc/APIfiles.html doc/APIfunctions.html doc/APIsymbols.html doc/FAQ.html doc/bugs.html doc/contribs.html doc/docbook.html doc/docs.html doc/downloads.html doc/extensions.html doc/help.html doc/index.html doc/internals.html doc/intro.html doc/news.html doc/python.html doc/xslt.html doc/xsltproc.html doc/xsltproc2.html /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/lib64xslt-devel + cp -pr doc/tutorial /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/lib64xslt-devel + cp -pr doc/html /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64/usr/share/doc/lib64xslt-devel + exit 0 Provides: devel(libexslt(64bit)) devel(libxslt(64bit)) lib64xslt-devel = 1.1.30-2.mga7 lib64xslt-devel(x86-64) = 1.1.30-2.mga7 libxslt-devel = 1.1.30-2.mga7 pkgconfig(libexslt) = 0.8.18 pkgconfig(libxslt) = 1.1.30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: devel(libgcrypt(64bit)) devel(libm(64bit)) devel(libxml2(64bit)) devel(libxslt(64bit)) multiarch-utils pkgconfig pkgconfig(libxml-2.0) Processing files: libxslt-debugsource-1.1.30-2.mga7.x86_64 Provides: libxslt-debugsource = 1.1.30-2.mga7 libxslt-debugsource(x86-64) = 1.1.30-2.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libxslt-debuginfo-1.1.30-2.mga7.x86_64 Provides: libxslt-debuginfo = 1.1.30-2.mga7 libxslt-debuginfo(x86-64) = 1.1.30-2.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libxslt-debugsource(x86-64) = 1.1.30-2.mga7 Processing files: xsltproc-debuginfo-1.1.30-2.mga7.x86_64 Provides: debuginfo(build-id) = 60eded93da87bf1ab890b3a956e8c04c0103ee86 xsltproc-debuginfo = 1.1.30-2.mga7 xsltproc-debuginfo(x86-64) = 1.1.30-2.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libxslt-debugsource(x86-64) = 1.1.30-2.mga7 Processing files: lib64xslt1-debuginfo-1.1.30-2.mga7.x86_64 Provides: debuginfo(build-id) = 269caaf1d13dd16cbfe712696167a54aa9007027 debuginfo(build-id) = 5a9999a0e90dd3de8d4d9021418d56089da7ba64 lib64xslt1-debuginfo = 1.1.30-2.mga7 lib64xslt1-debuginfo(x86-64) = 1.1.30-2.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libxslt-debugsource(x86-64) = 1.1.30-2.mga7 Processing files: python2-libxslt-debuginfo-1.1.30-2.mga7.x86_64 Provides: debuginfo(build-id) = c5284409610852f49e38956a79db6419ca922652 python2-libxslt-debuginfo = 1.1.30-2.mga7 python2-libxslt-debuginfo(x86-64) = 1.1.30-2.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libxslt-debugsource(x86-64) = 1.1.30-2.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/xsltproc-1.1.30-2.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64xslt1-1.1.30-2.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python2-libxslt-1.1.30-2.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64xslt-devel-1.1.30-2.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/libxslt-debugsource-1.1.30-2.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/libxslt-debuginfo-1.1.30-2.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/xsltproc-debuginfo-1.1.30-2.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64xslt1-debuginfo-1.1.30-2.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python2-libxslt-debuginfo-1.1.30-2.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.OETKGR + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd libxslt-1.1.30 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/libxslt-1.1.30-2.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.wMbI9b + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf libxslt-1.1.30 + exit 0 D: [iurt_root_command] Success!