D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/yelp-3.27.1-1.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.B3PcjY + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf yelp-3.27.1 + /usr/bin/xz -dc /home/pterjan/rpmbuild/SOURCES/yelp-3.27.1.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd yelp-3.27.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.wIdWOu + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd yelp-3.27.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + 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) Modifying build-aux/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 --enable-debug --disable-schemas-compile --disable-rpath --disable-static configure: WARNING: unrecognized options: --disable-rpath 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 whether make supports nested variables... yes checking whether UID '500' is supported by ustar format... yes checking whether GID '1001' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking whether to enable debugging... yes checking for style of include used by make... 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 dependency style of gcc... gcc3 checking whether C compiler accepts -Werror=unknown-warning-option... no checking whether C compiler accepts -fno-strict-aliasing... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wredundant-decls... yes checking whether C compiler accepts -Wno-unused-parameter... yes checking whether C compiler accepts -Wno-error=unused-parameter... yes checking whether C compiler accepts -Wno-missing-field-initializers... yes checking whether C compiler accepts -Wno-error=missing-field-initializers... yes checking whether C compiler accepts -Wdeclaration-after-statement... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wformat-nonliteral... yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wsign-compare... yes checking whether C compiler accepts -Wstrict-aliasing... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Winline... yes checking whether C compiler accepts -Wpacked... yes checking whether C compiler accepts -Wmissing-format-attribute... yes checking whether C compiler accepts -Wmissing-noreturn... yes checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wredundant-decls... (cached) yes checking whether C compiler accepts -Wmissing-include-dirs... yes checking whether C compiler accepts -Wunused-but-set-variable... yes checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wimplicit-function-declaration... yes checking whether C compiler accepts -Wreturn-type... yes checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no checking whether C compiler accepts -Wl,--no-as-needed... 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 dependency style of gcc... (cached) gcc3 checking whether gcc and cc understand -c and -o together... yes checking whether ln -s works... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.16... yes checking build system type... x86_64-mageia-linux-gnu checking host system type... x86_64-mageia-linux-gnu checking for cos in -lm... yes checking for YELP... yes checking how to print strings... printf 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 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 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 -m elf_x86_64) 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 for YELP_EXTENSION... yes checking whether NLS is requested... yes checking for intltool >= 0.41.0... 0.51.0 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.26.1 checking for XML::Parser... ok checking for itstool... itstool checking for YELP_LZMA... yes checking for BZ2_bzread in -lbz2... yes checking for gtk-doc... yes checking for gtkdoc-check... gtkdoc-check.test checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking for GTKDOC_DEPS... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating docs/libyelp/Makefile config.status: creating docs/libyelp/version.xml config.status: creating data/dtd/catalog config.status: creating data/xslt/db2html.xsl config.status: creating data/xslt/info2html.xsl config.status: creating data/xslt/mal2html.xsl config.status: creating data/xslt/man2html.xsl config.status: creating data/xslt/yelp-common.xsl config.status: creating po/Makefile.in config.status: creating yelp.desktop.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po/stamp-it commands configure: WARNING: unrecognized options: --disable-rpath yelp-3.27.1: prefix: /usr source code location: . compiler: gcc Documentation: no Debug enabled: yes Enable BZ2: yes Enable LZMA: yes + echo 'warning: %make is deprecated, try %make_build instead' warning: %make is deprecated, try %make_build instead + /usr/bin/make -O -j8 GEN libyelp/yelp-marshal.h INFO: Reading libyelp/yelp-marshal.list... GEN libyelp/yelp-types.h GEN libyelp/yelp-marshal.c WARNING: Using --header and --body at the same time time is deprecated; use --body --prototypes instead INFO: Reading libyelp/yelp-marshal.list... GEN libyelp/yelp-types.c /usr/bin/make all-recursive Making all in po make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT am.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT an.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT af.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ast.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT be.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ar.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT as.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT bg.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT az.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT be@latin.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT bn_IN.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT br.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT bn.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT bs.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ca@valencia.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT crh.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT cs.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ca.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT cy.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT da.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT de.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT dz.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT en_GB.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT el.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT en_CA.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT es.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT et.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT eu.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT fr.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT fur.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT eo.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT fi.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT gd.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT fa.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ga.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT gu.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT hi.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT gl.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT hr.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT hu.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT it.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT he.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT id.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT is.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT km.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ja.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ku.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT kn.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ka.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT kk.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ks.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ko.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ky.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT la.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT li.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT lt.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT mai.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT mg.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT lv.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT mn.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ml.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT mr.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT nb.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT mk.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ms.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT nds.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ne.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT nl.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT nn.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT or.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT pt_BR.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT oc.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT pa.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT pl.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT nso.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ps.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT pt.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ro.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ru.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT si.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT rw.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT sr.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT sk.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT sq.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT sr@latin.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ta.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT sl.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT sv.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT te.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT tr.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT uz.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT uk.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT th.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT tg.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT ug.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT uz@cyrillic.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT vi.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT xh.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT zh_CN.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT zh_HK.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT wa.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT zu.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' MSGFMT zh_TW.gmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' GEN data/org.gnome.yelp.gschema.valid make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' ITMRG yelp.desktop make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-debug.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/glib/gi18n.h:21, from libyelp/yelp-debug.c:20: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ libyelp/yelp-debug.c: In function 'yelp_debug': libyelp/yelp-debug.c:150:3: warning: function 'yelp_debug' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] g_vfprintf (stdout, format, args); ^~~~~~~~~~ libyelp/yelp-debug.c:158:3: warning: function 'yelp_debug' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] g_vfprintf (stdout, format, args); ^~~~~~~~~~ libyelp/yelp-debug.c:170:3: warning: function 'yelp_debug' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] formatted = g_strdup_vprintf (format, args); ^~~~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-bookmarks.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from libyelp/yelp-bookmarks.h:24, from libyelp/yelp-bookmarks.c:21: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-error.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from libyelp/yelp-error.c:25: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-info-document.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from libyelp/yelp-info-document.c:26: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-help-list.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from libyelp/yelp-help-list.c:25: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-document.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from libyelp/yelp-document.c:25: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-docbook-document.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from libyelp/yelp-docbook-document.c:25: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-magic-decompressor.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/glib/gi18n.h:21, from libyelp/yelp-magic-decompressor.c:24: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-info-parser.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from libyelp/yelp-info-parser.c:25: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-mallard-document.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from libyelp/yelp-mallard-document.c:25: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-man-document.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from libyelp/yelp-man-document.c:25: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-man-parser.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from libyelp/yelp-man-parser.c:25: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-settings.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/gtk-3.0/gdk/gdkconfig.h:13, from /usr/include/gtk-3.0/gdk/gdk.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:30, from libyelp/yelp-settings.c:27: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-sqlite-storage.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/glib/gi18n.h:21, from libyelp/yelp-sqlite-storage.c:23: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-simple-document.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from libyelp/yelp-simple-document.c:25: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-search-entry.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/gtk-3.0/gdk/gdkconfig.h:13, from /usr/include/gtk-3.0/gdk/gdk.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:30, from libyelp/yelp-search-entry.c:26: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-storage.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from libyelp/yelp-storage.h:24, from libyelp/yelp-storage.c:21: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-transform.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from libyelp/yelp-transform.c:25: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-uri.lo In file included from /usr/include/string.h:25:0, from libyelp/yelp-uri.c:25: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-uri-builder.lo In file included from /usr/include/string.h:25:0, from libyelp/yelp-uri-builder.h:21, from libyelp/yelp-uri-builder.c:21: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-marshal.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from libyelp/yelp-marshal.c:2: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-lzma-decompressor.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from libyelp/yelp-lzma-decompressor.h:25, from libyelp/yelp-lzma-decompressor.c:24: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_web_extension_libyelpwebextension_la-yelp-uri-builder.lo In file included from /usr/include/string.h:25:0, from libyelp/yelp-uri-builder.h:21, from libyelp/yelp-uri-builder.c:21: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-view.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/glib/gi18n.h:21, from libyelp/yelp-view.c:26: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ libyelp/yelp-view.c: In function 'popup_save_image': libyelp/yelp-view.c:1239:18: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] data->window = g_object_ref (window); ^ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-bz2-decompressor.lo In file included from /usr/include/errno.h:28:0, from libyelp/yelp-bz2-decompressor.c:24: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_web_extension_libyelpwebextension_la-yelp-settings.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/gtk-3.0/gdk/gdkconfig.h:13, from /usr/include/gtk-3.0/gdk/gdk.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:30, from libyelp/yelp-settings.c:27: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ libyelp/yelp-settings.c: In function 'gtk_theme_changed': libyelp/yelp-settings.c:1025:5: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] gtk_style_context_get_background_color (context, GTK_STATE_FLAG_NORMAL, &base); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27:0, from /usr/include/gtk-3.0/gtk/gtk.h:123, from libyelp/yelp-settings.c:27: /usr/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here void gtk_style_context_get_background_color (GtkStyleContext *context, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC src/yelp-yelp.o In file included from /usr/include/locale.h:25:0, from src/yelp.c:25: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC src/yelp-yelp-application.o In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from src/yelp-application.c:27: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_web_extension_libyelpwebextension_la-yelp-uri.lo In file included from /usr/include/string.h:25:0, from libyelp/yelp-uri.c:25: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/libyelp_libyelp_la-yelp-types.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from libyelp/yelp-types.c:4: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC src/yelp-yelp-window.o In file included from /usr/include/math.h:26:0, from src/yelp-window.c:25: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CC libyelp/web-extension/libyelp_web_extension_libyelpwebextension_la-yelp-web-extension.lo In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:194, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/syslimits.h:7, from /usr/lib/gcc/x86_64-mageia-linux-gnu/7.3.0/include/limits.h:34, from /usr/lib64/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/webkitgtk-4.0/webkit2/WebKitConsoleMessage.h:27, from /usr/include/webkitgtk-4.0/webkit2/webkit-web-extension.h:29, from libyelp/web-extension/yelp-web-extension.c:21: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CCLD libyelp/web-extension/libyelpwebextension.la make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CCLD libyelp/libyelp.la make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' CCLD yelp make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' cd ./docs/libyelp && /usr/bin/make all make[3]: Nothing to be done for 'all'. + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.5LtfTP + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64 + cd yelp-3.27.1 + '[' 1 -eq 1 ']' + echo 'warning: %makeinstall_std is deprecated, try %make_install instead' warning: %makeinstall_std is deprecated, try %make_install instead + make DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64 install make install-recursive make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' Making install in po make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' linguas="af am an ar as ast az be be@latin bg bn bn_IN br bs ca ca@valencia crh cs cy da de dz el en_CA en_GB eo es et eu fa fi fr fur ga gd gl gu he hi hr hu id is it ja ka kk km kn ko ks ku ky la li lt lv mai mg mk ml mn mr ms nb nds ne nl nn nso oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@latin sv ta te tg th tr ug uk uz uz@cyrillic vi wa xh zh_CN zh_HK zh_TW zu "; \ for lang in $linguas; do \ dir=/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/$lang/LC_MESSAGES; \ /bin/sh /home/pterjan/rpmbuild/BUILD/yelp-3.27.1/build-aux/install-sh -d $dir; \ if test -r $lang.gmo; then \ /usr/bin/install -c -m 644 $lang.gmo $dir/yelp.mo; \ echo "installing $lang.gmo as $dir/yelp.mo"; \ else \ /usr/bin/install -c -m 644 ./$lang.gmo $dir/yelp.mo; \ echo "installing ./$lang.gmo as" \ "$dir/yelp.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/install -c -m 644 $lang.gmo.m $dir/yelp.mo.m; \ echo "installing $lang.gmo.m as $dir/yelp.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ /usr/bin/install -c -m 644 ./$lang.gmo.m \ $dir/yelp.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/yelp.mo.m"; \ else \ true; \ fi; \ fi; \ done installing af.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/af/LC_MESSAGES/yelp.mo installing am.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/am/LC_MESSAGES/yelp.mo installing an.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/an/LC_MESSAGES/yelp.mo installing ar.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ar/LC_MESSAGES/yelp.mo installing as.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/as/LC_MESSAGES/yelp.mo installing ast.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ast/LC_MESSAGES/yelp.mo installing az.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/az/LC_MESSAGES/yelp.mo installing be.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/be/LC_MESSAGES/yelp.mo installing be@latin.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/be@latin/LC_MESSAGES/yelp.mo installing bg.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/bg/LC_MESSAGES/yelp.mo installing bn.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/bn/LC_MESSAGES/yelp.mo installing bn_IN.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/bn_IN/LC_MESSAGES/yelp.mo installing br.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/br/LC_MESSAGES/yelp.mo installing bs.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/bs/LC_MESSAGES/yelp.mo installing ca.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ca/LC_MESSAGES/yelp.mo installing ca@valencia.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ca@valencia/LC_MESSAGES/yelp.mo installing crh.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/crh/LC_MESSAGES/yelp.mo installing cs.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/cs/LC_MESSAGES/yelp.mo installing cy.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/cy/LC_MESSAGES/yelp.mo installing da.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/da/LC_MESSAGES/yelp.mo installing de.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/de/LC_MESSAGES/yelp.mo installing dz.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/dz/LC_MESSAGES/yelp.mo installing el.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/el/LC_MESSAGES/yelp.mo installing en_CA.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/en_CA/LC_MESSAGES/yelp.mo installing en_GB.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/en_GB/LC_MESSAGES/yelp.mo installing eo.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/eo/LC_MESSAGES/yelp.mo installing es.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/es/LC_MESSAGES/yelp.mo installing et.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/et/LC_MESSAGES/yelp.mo installing eu.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/eu/LC_MESSAGES/yelp.mo installing fa.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/fa/LC_MESSAGES/yelp.mo installing fi.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/fi/LC_MESSAGES/yelp.mo installing fr.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/fr/LC_MESSAGES/yelp.mo installing fur.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/fur/LC_MESSAGES/yelp.mo installing ga.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ga/LC_MESSAGES/yelp.mo installing gd.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/gd/LC_MESSAGES/yelp.mo installing gl.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/gl/LC_MESSAGES/yelp.mo installing gu.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/gu/LC_MESSAGES/yelp.mo installing he.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/he/LC_MESSAGES/yelp.mo installing hi.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/hi/LC_MESSAGES/yelp.mo installing hr.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/hr/LC_MESSAGES/yelp.mo installing hu.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/hu/LC_MESSAGES/yelp.mo installing id.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/id/LC_MESSAGES/yelp.mo installing is.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/is/LC_MESSAGES/yelp.mo installing it.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/it/LC_MESSAGES/yelp.mo installing ja.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ja/LC_MESSAGES/yelp.mo installing ka.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ka/LC_MESSAGES/yelp.mo installing kk.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/kk/LC_MESSAGES/yelp.mo installing km.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/km/LC_MESSAGES/yelp.mo installing kn.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/kn/LC_MESSAGES/yelp.mo installing ko.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ko/LC_MESSAGES/yelp.mo installing ks.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ks/LC_MESSAGES/yelp.mo installing ku.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ku/LC_MESSAGES/yelp.mo installing ky.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ky/LC_MESSAGES/yelp.mo installing la.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/la/LC_MESSAGES/yelp.mo installing li.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/li/LC_MESSAGES/yelp.mo installing lt.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/lt/LC_MESSAGES/yelp.mo installing lv.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/lv/LC_MESSAGES/yelp.mo installing mai.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/mai/LC_MESSAGES/yelp.mo installing mg.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/mg/LC_MESSAGES/yelp.mo installing mk.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/mk/LC_MESSAGES/yelp.mo installing ml.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ml/LC_MESSAGES/yelp.mo installing mn.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/mn/LC_MESSAGES/yelp.mo installing mr.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/mr/LC_MESSAGES/yelp.mo installing ms.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ms/LC_MESSAGES/yelp.mo installing nb.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/nb/LC_MESSAGES/yelp.mo installing nds.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/nds/LC_MESSAGES/yelp.mo installing ne.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ne/LC_MESSAGES/yelp.mo installing nl.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/nl/LC_MESSAGES/yelp.mo installing nn.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/nn/LC_MESSAGES/yelp.mo installing nso.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/nso/LC_MESSAGES/yelp.mo installing oc.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/oc/LC_MESSAGES/yelp.mo installing or.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/or/LC_MESSAGES/yelp.mo installing pa.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/pa/LC_MESSAGES/yelp.mo installing pl.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/pl/LC_MESSAGES/yelp.mo installing ps.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ps/LC_MESSAGES/yelp.mo installing pt.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/pt/LC_MESSAGES/yelp.mo installing pt_BR.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/pt_BR/LC_MESSAGES/yelp.mo installing ro.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ro/LC_MESSAGES/yelp.mo installing ru.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ru/LC_MESSAGES/yelp.mo installing rw.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/rw/LC_MESSAGES/yelp.mo installing si.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/si/LC_MESSAGES/yelp.mo installing sk.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/sk/LC_MESSAGES/yelp.mo installing sl.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/sl/LC_MESSAGES/yelp.mo installing sq.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/sq/LC_MESSAGES/yelp.mo installing sr.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/sr/LC_MESSAGES/yelp.mo installing sr@latin.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/sr@latin/LC_MESSAGES/yelp.mo installing sv.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/sv/LC_MESSAGES/yelp.mo installing ta.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ta/LC_MESSAGES/yelp.mo installing te.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/te/LC_MESSAGES/yelp.mo installing tg.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/tg/LC_MESSAGES/yelp.mo installing th.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/th/LC_MESSAGES/yelp.mo installing tr.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/tr/LC_MESSAGES/yelp.mo installing ug.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/ug/LC_MESSAGES/yelp.mo installing uk.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/uk/LC_MESSAGES/yelp.mo installing uz.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/uz/LC_MESSAGES/yelp.mo installing uz@cyrillic.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/uz@cyrillic/LC_MESSAGES/yelp.mo installing vi.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/vi/LC_MESSAGES/yelp.mo installing wa.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/wa/LC_MESSAGES/yelp.mo installing xh.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/xh/LC_MESSAGES/yelp.mo installing zh_CN.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/zh_CN/LC_MESSAGES/yelp.mo installing zh_HK.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/zh_HK/LC_MESSAGES/yelp.mo installing zh_TW.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/zh_TW/LC_MESSAGES/yelp.mo installing zu.gmo as /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/locale/zu/LC_MESSAGES/yelp.mo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/po' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' cd ./docs/libyelp && make all make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/docs/libyelp' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/docs/libyelp' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/lib64' /bin/sh ./libtool --mode=install /usr/bin/install -c libyelp/libyelp.la '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/lib64' libtool: install: /usr/bin/install -c libyelp/.libs/libyelp.so.0.0.0 /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/lib64/libyelp.so.0.0.0 libtool: install: (cd /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/lib64 && { ln -s -f libyelp.so.0.0.0 libyelp.so.0 || { rm -f libyelp.so.0 && ln -s libyelp.so.0.0.0 libyelp.so.0; }; }) libtool: install: (cd /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/lib64 && { ln -s -f libyelp.so.0.0.0 libyelp.so || { rm -f libyelp.so && ln -s libyelp.so.0.0.0 libyelp.so; }; }) libtool: install: /usr/bin/install -c libyelp/.libs/libyelp.lai /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/lib64/libyelp.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c yelp '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/bin' libtool: warning: 'libyelp/libyelp.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -c .libs/yelp /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/bin/yelp make install-exec-hook make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' rm -f /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/bin/gnome-help && \ ln -s yelp /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/bin/gnome-help make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' cd ./docs/libyelp && make install-data make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/docs/libyelp' /usr/bin/install -c -m 644 ./html/YelpDocument.html /usr/bin/install -c -m 644 ./html/YelpSettings.html /usr/bin/install -c -m 644 ./html/YelpSimpleDocument.html /usr/bin/install -c -m 644 ./html/YelpUri.html /usr/bin/install -c -m 644 ./html/YelpView.html /usr/bin/install -c -m 644 ./html/api-index-full.html /usr/bin/install -c -m 644 ./html/ch01.html /usr/bin/install -c -m 644 ./html/ch01s02.html /usr/bin/install -c -m 644 ./html/home.png /usr/bin/install -c -m 644 ./html/index.html /usr/bin/install -c -m 644 ./html/left-insensitive.png /usr/bin/install -c -m 644 ./html/left.png /usr/bin/install -c -m 644 ./html/libyelp-yelp-error.html /usr/bin/install -c -m 644 ./html/libyelp.devhelp2 /usr/bin/install -c -m 644 ./html/object-tree.html /usr/bin/install -c -m 644 ./html/right-insensitive.png /usr/bin/install -c -m 644 ./html/right.png /usr/bin/install -c -m 644 ./html/style.css /usr/bin/install -c -m 644 ./html/up-insensitive.png /usr/bin/install -c -m 644 ./html/up.png make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1/docs/libyelp' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/applications' /usr/bin/install -c -m 644 yelp.desktop '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/applications' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/icons/hicolor/16x16/status' /usr/bin/install -c -m 644 data/icons/hicolor/16x16/status/bookmark.png data/icons/hicolor/16x16/status/yelp-page-task.png data/icons/hicolor/16x16/status/yelp-page-tip.png data/icons/hicolor/16x16/status/yelp-page-ui.png data/icons/hicolor/16x16/status/yelp-page-video.png '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/icons/hicolor/16x16/status' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/dtd' /usr/bin/install -c -m 644 data/dtd/docbookx.dtd data/dtd/isoamsa.ent data/dtd/isoamsb.ent data/dtd/isoamsc.ent data/dtd/isoamsn.ent data/dtd/isoamso.ent data/dtd/isoamsr.ent data/dtd/isobox.ent data/dtd/isocyr1.ent data/dtd/isocyr2.ent data/dtd/isodia.ent data/dtd/isogrk1.ent data/dtd/isogrk2.ent data/dtd/isogrk3.ent data/dtd/isogrk4.ent data/dtd/isolat1.ent data/dtd/isolat2.ent data/dtd/isonum.ent data/dtd/isopub.ent data/dtd/isotech.ent '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/dtd' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax' /usr/bin/install -c -m 644 data/mathjax/MathJax.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/config' /usr/bin/install -c -m 644 data/mathjax/config/MMLorHTML.js data/mathjax/config/yelp.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/config' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/element/mml' /usr/bin/install -c -m 644 data/mathjax/jax/element/mml/jax.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/element/mml' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/element/mml/optable' /usr/bin/install -c -m 644 data/mathjax/jax/element/mml/optable/Arrows.js data/mathjax/jax/element/mml/optable/BasicLatin.js data/mathjax/jax/element/mml/optable/CombDiacritMarks.js data/mathjax/jax/element/mml/optable/CombDiactForSymbols.js data/mathjax/jax/element/mml/optable/Dingbats.js data/mathjax/jax/element/mml/optable/GeneralPunctuation.js data/mathjax/jax/element/mml/optable/GeometricShapes.js data/mathjax/jax/element/mml/optable/GreekAndCoptic.js data/mathjax/jax/element/mml/optable/Latin1Supplement.js data/mathjax/jax/element/mml/optable/LetterlikeSymbols.js data/mathjax/jax/element/mml/optable/MathOperators.js data/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js data/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js data/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js data/mathjax/jax/element/mml/optable/MiscTechnical.js data/mathjax/jax/element/mml/optable/SpacingModLetters.js data/mathjax/jax/element/mml/optable/SupplementalArrowsA.js data/mathjax/jax/element/mml/optable/SupplementalArrowsB.js data/mathjax/jax/element/mml/optable/SuppMathOperators.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/element/mml/optable' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/extensions' /usr/bin/install -c -m 644 data/mathjax/extensions/MathEvents.js data/mathjax/extensions/MathMenu.js data/mathjax/extensions/MathZoom.js data/mathjax/extensions/mml2jax.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/extensions' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/extensions/HTML-CSS' /usr/bin/install -c -m 644 data/mathjax/extensions/HTML-CSS/handle-floats.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/extensions/HTML-CSS' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/fonts/HTML-CSS/TeX/woff' /usr/bin/install -c -m 644 data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff data/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/fonts/HTML-CSS/TeX/woff' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/autoload' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/autoload/annotation-xml.js data/mathjax/jax/output/HTML-CSS/autoload/maction.js data/mathjax/jax/output/HTML-CSS/autoload/menclose.js data/mathjax/jax/output/HTML-CSS/autoload/mglyph.js data/mathjax/jax/output/HTML-CSS/autoload/mmultiscripts.js data/mathjax/jax/output/HTML-CSS/autoload/ms.js data/mathjax/jax/output/HTML-CSS/autoload/mtable.js data/mathjax/jax/output/HTML-CSS/autoload/multiline.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/autoload' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/config.js data/mathjax/jax/output/HTML-CSS/jax.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/NativeMML' /usr/bin/install -c -m 644 data/mathjax/jax/output/NativeMML/config.js data/mathjax/jax/output/NativeMML/jax.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/NativeMML' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular' /usr/bin/install -c -m 644 data/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js data/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/input/MathML' /usr/bin/install -c -m 644 data/mathjax/jax/input/MathML/config.js data/mathjax/jax/input/MathML/jax.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/input/MathML' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/input/MathML/entities' /usr/bin/install -c -m 644 data/mathjax/jax/input/MathML/entities/a.js data/mathjax/jax/input/MathML/entities/b.js data/mathjax/jax/input/MathML/entities/c.js data/mathjax/jax/input/MathML/entities/d.js data/mathjax/jax/input/MathML/entities/e.js data/mathjax/jax/input/MathML/entities/f.js data/mathjax/jax/input/MathML/entities/fr.js data/mathjax/jax/input/MathML/entities/g.js data/mathjax/jax/input/MathML/entities/h.js data/mathjax/jax/input/MathML/entities/i.js data/mathjax/jax/input/MathML/entities/j.js data/mathjax/jax/input/MathML/entities/k.js data/mathjax/jax/input/MathML/entities/l.js data/mathjax/jax/input/MathML/entities/m.js data/mathjax/jax/input/MathML/entities/n.js data/mathjax/jax/input/MathML/entities/o.js data/mathjax/jax/input/MathML/entities/opf.js data/mathjax/jax/input/MathML/entities/p.js data/mathjax/jax/input/MathML/entities/q.js data/mathjax/jax/input/MathML/entities/r.js data/mathjax/jax/input/MathML/entities/scr.js data/mathjax/jax/input/MathML/entities/s.js data/mathjax/jax/input/MathML/entities/t.js data/mathjax/jax/input/MathML/entities/u.js data/mathjax/jax/input/MathML/entities/v.js data/mathjax/jax/input/MathML/entities/w.js data/mathjax/jax/input/MathML/entities/x.js data/mathjax/jax/input/MathML/entities/y.js data/mathjax/jax/input/MathML/entities/z.js '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/input/MathML/entities' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/icons/hicolor/scalable/status' /usr/bin/install -c -m 644 data/icons/hicolor/scalable/status/yelp-page-problem-symbolic.svg data/icons/hicolor/scalable/status/yelp-page-search-symbolic.svg data/icons/hicolor/scalable/status/yelp-page-task-symbolic.svg data/icons/hicolor/scalable/status/yelp-page-tip-symbolic.svg data/icons/hicolor/scalable/status/yelp-page-ui-symbolic.svg data/icons/hicolor/scalable/status/yelp-page-video-symbolic.svg data/icons/hicolor/scalable/status/yelp-page-symbolic.svg '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/icons/hicolor/scalable/status' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp-xsl/xslt/common/domains' /usr/bin/install -c -m 644 data/domains/yelp.xml '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp-xsl/xslt/common/domains' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/dtd' /usr/bin/install -c -m 644 data/dtd/catalog '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/dtd' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/include/libyelp/' /usr/bin/install -c -m 644 ./libyelp/yelp-bookmarks.h ./libyelp/yelp-docbook-document.h ./libyelp/yelp-document.h ./libyelp/yelp-help-list.h ./libyelp/yelp-info-document.h ./libyelp/yelp-mallard-document.h ./libyelp/yelp-man-document.h ./libyelp/yelp-search-entry.h ./libyelp/yelp-settings.h ./libyelp/yelp-simple-document.h ./libyelp/yelp-sqlite-storage.h ./libyelp/yelp-storage.h ./libyelp/yelp-transform.h ./libyelp/yelp-uri.h ./libyelp/yelp-uri-builder.h ./libyelp/yelp-view.h '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/include/libyelp/' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/include/libyelp/' /usr/bin/install -c -m 644 libyelp/yelp-types.h '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/include/libyelp/' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/lib64/yelp/web-extensions' /bin/sh ./libtool --mode=install /usr/bin/install -c libyelp/web-extension/libyelpwebextension.la '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/lib64/yelp/web-extensions' libtool: install: /usr/bin/install -c libyelp/web-extension/.libs/libyelpwebextension.so /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/lib64/yelp/web-extensions/libyelpwebextension.so libtool: install: /usr/bin/install -c libyelp/web-extension/.libs/libyelpwebextension.lai /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/lib64/yelp/web-extensions/libyelpwebextension.la libtool: warning: remember to run 'libtool --finish /usr/lib64/yelp/web-extensions' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/xslt' /usr/bin/install -c -m 644 data/xslt/db2html.xsl data/xslt/info2html.xsl data/xslt/mal2html.xsl data/xslt/man2html.xsl data/xslt/yelp-common.xsl '/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/xslt' if test -n "data/org.gnome.yelp.gschema.xml"; then \ test -z "/usr/share/glib-2.0/schemas" || /usr/bin/mkdir -p "/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/glib-2.0/schemas"; \ /usr/bin/install -c -m 644 data/org.gnome.yelp.gschema.xml "/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/glib-2.0/schemas"; \ test -n "1/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64" || glib-compile-schemas /usr/share/glib-2.0/schemas; \ fi make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/yelp-3.27.1' + find /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64 -name '*.la' -delete + desktop-file-install --remove-category=Application --add-only-show-in=GNOME --add-category=Documentation --dir /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/applications /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/applications/yelp.desktop + mkdir -p -m 755 /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/gnome/help + mkdir -p -m 755 /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/help + /usr/lib/rpm/find-lang.sh /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64 yelp + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 3.27.1-1.mga7 --unique-debug-suffix -3.27.1-1.mga7.x86_64 --unique-debug-src-base yelp-3.27.1-1.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/yelp-3.27.1 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/lib64/libyelp.so.0.0.0 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/lib64/yelp/web-extensions/libyelpwebextension.so extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/bin/yelp /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 1407 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 + /usr/lib/rpm/brp-python-hardlink Processing files: yelp-3.27.1-1.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.g6Tzeq + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd yelp-3.27.1 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/doc/yelp + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/doc/yelp + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/doc/yelp + cp -pr TODO /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/doc/yelp + cp -pr AUTHORS /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/doc/yelp + cp -pr NEWS /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/doc/yelp + exit 0 pcregrep: line 15 of file /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/jax.js is too long for the internal buffer pcregrep: check the --buffer-size option pcregrep: line 15 of file /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64/usr/share/yelp/mathjax/jax/output/HTML-CSS/jax.js is too long for the internal buffer pcregrep: check the --buffer-size option Provides: application() application(yelp.desktop) libyelpwebextension.so()(64bit) mimehandler(x-scheme-handler/ghelp) mimehandler(x-scheme-handler/help) mimehandler(x-scheme-handler/info) mimehandler(x-scheme-handler/man) yelp = 3.27.1-1.mga7 yelp(x86-64) = 3.27.1-1.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) libgdk-3.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-3.so.0()(64bit) libpthread.so.0()(64bit) libsoup-2.4.so.1()(64bit) libwebkit2gtk-4.0.so.37()(64bit) libyelp.so.0()(64bit) Processing files: lib64yelp0-3.27.1-1.mga7.x86_64 Provides: lib64yelp0 = 3.27.1-1.mga7 lib64yelp0(x86-64) = 3.27.1-1.mga7 libyelp.so.0()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libexslt.so.0()(64bit) libgdk-3.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-3.so.0()(64bit) liblzma.so.5()(64bit) liblzma.so.5(XZ_5.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libsoup-2.4.so.1()(64bit) libsqlite3.so.0()(64bit) libwebkit2gtk-4.0.so.37()(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) libxml2.so.2(LIBXML2_2.7.3)(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.18)(64bit) libxslt.so.1(LIBXML2_1.0.22)(64bit) libxslt.so.1(LIBXML2_1.1.18)(64bit) Processing files: lib64yelp-devel-3.27.1-1.mga7.x86_64 Provides: devel(libyelp(64bit)) lib64yelp-devel = 3.27.1-1.mga7 lib64yelp-devel(x86-64) = 3.27.1-1.mga7 libyelp-devel = 3.27.1-1.mga7 yelp-devel = 3.27.1-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: devel(libbz2(64bit)) devel(libexslt(64bit)) devel(libgdk-3(64bit)) devel(libgio-2.0(64bit)) devel(libglib-2.0(64bit)) devel(libgobject-2.0(64bit)) devel(libgtk-3(64bit)) devel(liblzma(64bit)) devel(libm(64bit)) devel(libsoup-2.4(64bit)) devel(libsqlite3(64bit)) devel(libwebkit2gtk-4.0(64bit)) devel(libxml2(64bit)) devel(libxslt(64bit)) Recommends: itstool Processing files: yelp-debugsource-3.27.1-1.mga7.x86_64 Provides: yelp-debugsource = 3.27.1-1.mga7 yelp-debugsource(x86-64) = 3.27.1-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: yelp-debuginfo-3.27.1-1.mga7.x86_64 Provides: debuginfo(build-id) = 20e0c12ec40ca7be2c99d5ddc0f40e0a8fa151eb debuginfo(build-id) = 32e8ef1911780af9743e29c3b576abfc97736c43 yelp-debuginfo = 3.27.1-1.mga7 yelp-debuginfo(x86-64) = 3.27.1-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: yelp-debugsource(x86-64) = 3.27.1-1.mga7 Processing files: lib64yelp0-debuginfo-3.27.1-1.mga7.x86_64 Provides: debuginfo(build-id) = d0d1e98d3dc3888a424c1baa35ca9269e61731d5 lib64yelp0-debuginfo = 3.27.1-1.mga7 lib64yelp0-debuginfo(x86-64) = 3.27.1-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: yelp-debugsource(x86-64) = 3.27.1-1.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/yelp-3.27.1-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64yelp0-3.27.1-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64yelp-devel-3.27.1-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/yelp-debugsource-3.27.1-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/yelp-debuginfo-3.27.1-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64yelp0-debuginfo-3.27.1-1.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.BEGzRn + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd yelp-3.27.1 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/yelp-3.27.1-1.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.42dOwl + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf yelp-3.27.1 + exit 0 D: [iurt_root_command] Success!