D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/gupnp-dlna-0.10.5-1.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9p5Jmg + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf gupnp-dlna-0.10.5 + /usr/bin/xz -dc /home/pterjan/rpmbuild/SOURCES/gupnp-dlna-0.10.5.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd gupnp-dlna-0.10.5 + /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.oFMcXG + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd gupnp-dlna-0.10.5 + '[' 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 build-aux/ltmain.sh underlinking for plugins (cf http://wiki.mandriva.com/en/Underlinking) + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-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 Forcing run-time library search path definition in configure to prevent libtool from adding rpath for standard directories (configure was generated with libtool without support for autodetection) + '[' -f ./configure.in -o -f ./configure.ac ']' + CONFIGURE_XPATH='--x-includes=/usr/include --x-libraries=/usr/lib64' + ./configure --build=x86_64-mageia-linux-gnu --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --x-includes=/usr/include --x-libraries=/usr/lib64 --disable-static checking 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 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for a sed that does not truncate output... /usr/bin/sed 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-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 -Wswitch-enum... yes checking whether C compiler accepts -Wswitch-default... yes checking whether C compiler accepts -Wno-error=unused-parameter... yes checking whether C compiler accepts -Wno-error=missing-field-initializers... yes checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no checking whether C compiler accepts -Wl,--no-as-needed... yes checking build system type... x86_64-mageia-linux-gnu checking host system type... x86_64-mageia-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes 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 mt... no checking if : is a manifest tool... no 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 pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBXML... yes checking for GST... yes checking for GST_PBU... yes checking for GLIB... yes checking for GOBJECT... yes checking for GMODULE... yes checking for gobject-introspection... yes checking whether G-I is 1.36 or newer... yes checking for vapigen... /usr/bin/vapigen checking /usr/bin/vapigen is at least version 0.20... 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 for xmllint... /usr/bin/xmllint checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libgupnp-dlna/Makefile config.status: creating tools/Makefile config.status: creating tests/Makefile config.status: creating data/Makefile config.status: creating gupnp-dlna-2.0.pc config.status: creating gupnp-dlna-metadata-2.0.pc config.status: creating gupnp-dlna-gst-2.0.pc config.status: creating gupnp-dlna-gst-legacy-2.0.pc config.status: creating doc/Makefile config.status: creating doc/version.xml config.status: creating doc/gupnp-dlna/Makefile config.status: creating doc/gupnp-dlna-metadata/Makefile config.status: creating doc/gupnp-dlna-gst/Makefile config.status: creating vala/Makefile config.status: creating tests/test-discoverer.sh config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Configuration status: GObject-Introspection: yes VALA bindings: yes Default metadata backend: gstreamer Default metadata backend directory: /usr/lib64/gupnp-dlna Build GStreamer metadata backend: yes Build legacy GStreamer metadata backend: no + echo 'warning: %make is deprecated, try %make_build instead' warning: %make is deprecated, try %make_build instead + /usr/bin/make -O -j8 /usr/bin/make all-recursive Making all in libgupnp-dlna make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libgupnp_dlna_2_0_la-gupnp-dlna-field-value.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 gupnp-dlna-field-value.h:25, from gupnp-dlna-field-value.c:22: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libgupnp_dlna_2_0_la-gupnp-dlna-information.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 gupnp-dlna-information.h:25, from gupnp-dlna-information.c:35: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libgupnp_dlna_2_0_la-gupnp-dlna-image-information.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 gupnp-dlna-image-information.h:25, from gupnp-dlna-image-information.c:48: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libgupnp_dlna_2_0_la-gupnp-dlna-restriction.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 gupnp-dlna-restriction.c:22: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libgupnp_dlna_2_0_la-gupnp-dlna-profile.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 gupnp-dlna-profile.h:27, from gupnp-dlna-profile.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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libgupnp_dlna_2_0_la-gupnp-dlna-container-information.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 gupnp-dlna-container-information.h:25, from gupnp-dlna-container-information.c:49: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libgupnp_dlna_2_0_la-gupnp-dlna-video-information.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 gupnp-dlna-video-information.h:25, from gupnp-dlna-video-information.c:49: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libgupnp_dlna_2_0_la-gupnp-dlna-audio-information.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 gupnp-dlna-audio-information.h:25, from gupnp-dlna-audio-information.c:48: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libgupnp_dlna_2_0_la-gupnp-dlna-value-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 gupnp-dlna-value-list-private.h:25, from gupnp-dlna-value-list.c:22: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libgupnp_dlna_2_0_la-gupnp-dlna-utils.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 gupnp-dlna-utils.h:25, from gupnp-dlna-utils.c:22: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libgupnp_dlna_2_0_la-gupnp-dlna-g-values.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 gupnp-dlna-g-values-private.h:25, from gupnp-dlna-g-values.c:22: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libgupnp_dlna_2_0_la-gupnp-dlna-info-value.lo In file included from /usr/include/string.h:25:0, from gupnp-dlna-info-value.c:22: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libgupnp_dlna_2_0_la-gupnp-dlna-value-type.lo In file included from /usr/include/stdlib.h:24:0, from gupnp-dlna-value-type.c:22: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libgupnp_dlna_2_0_la-gupnp-dlna-info-set.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 gupnp-dlna-info-set.c:22: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libgupnp_dlna_2_0_la-gupnp-dlna-value.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 gupnp-dlna-value.h:25, from gupnp-dlna-value.c:22: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libloader_la-gupnp-dlna-profile-loader.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/gprintf.h:21, from /usr/include/glib-2.0/glib/gstdio.h:22, from gupnp-dlna-profile-loader.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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libguesser_la-gupnp-dlna-profile-guesser.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 gupnp-dlna-profile-guesser.h:27, from gupnp-dlna-profile-guesser.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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC metadata/libmetadata_la-gupnp-dlna-metadata-extractor.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 metadata/gupnp-dlna-metadata-extractor.h:27, from metadata/gupnp-dlna-metadata-extractor.c:59: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libguesser_la-gupnp-dlna-profile-guesser-impl.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 gupnp-dlna-profile-guesser-impl.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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC libmetadata_la-gupnp-dlna-metadata-backend.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/gmodule.h:28, from gupnp-dlna-metadata-backend.c:22: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC metadata-backends/gstreamer/metadata_backends_gstreamer_libgupnp_dlna_gst_2_0_la-gupnp-dlna-gst-image-information.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 metadata-backends/gstreamer/gupnp-dlna-gst-image-information.h:25, from metadata-backends/gstreamer/gupnp-dlna-gst-image-information.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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC metadata-backends/gstreamer/metadata_backends_gstreamer_libgupnp_dlna_gst_2_0_la-gupnp-dlna-gst-container-information.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 metadata-backends/gstreamer/gupnp-dlna-gst-container-information.h:25, from metadata-backends/gstreamer/gupnp-dlna-gst-container-information.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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC metadata-backends/gstreamer/metadata_backends_gstreamer_libgupnp_dlna_gst_2_0_la-gupnp-dlna-gst-audio-information.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 metadata-backends/gstreamer/gupnp-dlna-gst-audio-information.h:25, from metadata-backends/gstreamer/gupnp-dlna-gst-audio-information.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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC metadata-backends/gstreamer/metadata_backends_gstreamer_libgupnp_dlna_gst_2_0_la-gupnp-dlna-gst-information.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 metadata-backends/gstreamer/gupnp-dlna-gst-information.h:27, from metadata-backends/gstreamer/gupnp-dlna-gst-information.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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC metadata-backends/gstreamer/metadata_backends_gstreamer_libgupnp_dlna_gst_2_0_la-gupnp-dlna-gst-info-utils.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 metadata-backends/gstreamer/gupnp-dlna-gst-info-utils.h:25, from metadata-backends/gstreamer/gupnp-dlna-gst-info-utils.c:22: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC metadata-backends/gstreamer/metadata_backends_gstreamer_libgupnp_dlna_gst_2_0_la-gupnp-dlna-gst-utils.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/gstreamer-1.0/gst/gst.h:27, from /usr/include/gstreamer-1.0/gst/pbutils/pbutils.h:23, from metadata-backends/gstreamer/gupnp-dlna-gst-utils.h:25, from metadata-backends/gstreamer/gupnp-dlna-gst-utils.c:22: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC metadata-backends/gstreamer/metadata_backends_gstreamer_libgstreamer_la-gupnp-dlna-gst-metadata-backend.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 metadata-backends/gstreamer/gupnp-dlna-gst-metadata-backend.c:22: /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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC metadata-backends/gstreamer/metadata_backends_gstreamer_libgupnp_dlna_gst_2_0_la-gupnp-dlna-gst-video-information.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 metadata-backends/gstreamer/gupnp-dlna-gst-video-information.h:25, from metadata-backends/gstreamer/gupnp-dlna-gst-video-information.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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CCLD libloader.la make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CCLD libguesser.la make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CC metadata-backends/gstreamer/metadata_backends_gstreamer_libgstreamer_la-gupnp-dlna-gst-metadata-extractor.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/gstreamer-1.0/gst/gst.h:27, from /usr/include/gstreamer-1.0/gst/pbutils/pbutils.h:23, from metadata-backends/gstreamer/gupnp-dlna-gst-metadata-extractor.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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CCLD libmetadata.la make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CCLD libgupnp-dlna-2.0.la make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CCLD metadata-backends/gstreamer/libgupnp-dlna-gst-2.0.la make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' CCLD metadata-backends/gstreamer/libgstreamer.la make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' GISCAN GUPnPDLNA-2.0.gir 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 /home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna/tmp-introspect3ApebS/GUPnPDLNA-2.0.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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' GICOMP GUPnPDLNA-2.0.gir make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' GISCAN GUPnPDLNAGst-2.0.gir 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 /home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna/tmp-introspectl7WHS1/GUPnPDLNAGst-2.0.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/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' GICOMP GUPnPDLNAGst-2.0.gir make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' Making all in tools make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/tools' CC gupnp-dlna-info.o In file included from /usr/include/locale.h:25:0, from gupnp-dlna-info.c:34: /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/gupnp-dlna-0.10.5/tools' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/tools' CC gupnp-dlna-ls-profiles.o In file included from /usr/include/locale.h:25:0, from gupnp-dlna-ls-profiles.c:30: /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/gupnp-dlna-0.10.5/tools' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/tools' CCLD gupnp-dlna-info-2.0 make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/tools' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/tools' CCLD gupnp-dlna-ls-profiles-2.0 make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/tools' Making all in tests make[2]: Nothing to be done for 'all'. Making all in data make[2]: Nothing to be done for 'all'. Making all in doc Making all in gupnp-dlna make[3]: Nothing to be done for 'all'. Making all in gupnp-dlna-metadata make[3]: Nothing to be done for 'all'. Making all in gupnp-dlna-gst make[3]: Nothing to be done for 'all'. Making all in . make[3]: Nothing to be done for 'all-am'. Making all in vala make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/vala' GEN gupnp-dlna-2.0.stamp Generation succeeded - 0 warning(s) make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/vala' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/vala' GEN gupnp-dlna-gst-2.0.stamp Generation succeeded - 0 warning(s) make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/vala' + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.7duXBL + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64 + cd gupnp-dlna-0.10.5 + '[' 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/gupnp-dlna-0.10.5-1.mga7.x86_64 install Making install in libgupnp-dlna make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64' /bin/sh ../libtool --mode=install /usr/bin/install -c libgupnp-dlna-2.0.la metadata-backends/gstreamer/libgupnp-dlna-gst-2.0.la '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64' libtool: install: /usr/bin/install -c .libs/libgupnp-dlna-2.0.so.3.0.0 /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64/libgupnp-dlna-2.0.so.3.0.0 libtool: install: (cd /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64 && { ln -s -f libgupnp-dlna-2.0.so.3.0.0 libgupnp-dlna-2.0.so.3 || { rm -f libgupnp-dlna-2.0.so.3 && ln -s libgupnp-dlna-2.0.so.3.0.0 libgupnp-dlna-2.0.so.3; }; }) libtool: install: (cd /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64 && { ln -s -f libgupnp-dlna-2.0.so.3.0.0 libgupnp-dlna-2.0.so || { rm -f libgupnp-dlna-2.0.so && ln -s libgupnp-dlna-2.0.so.3.0.0 libgupnp-dlna-2.0.so; }; }) libtool: install: /usr/bin/install -c .libs/libgupnp-dlna-2.0.lai /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64/libgupnp-dlna-2.0.la libtool: install: warning: relinking `metadata-backends/gstreamer/libgupnp-dlna-gst-2.0.la' libtool: install: (cd /home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna; /bin/sh /home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libtool --silent --tag CC --mode=relink gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_LOG_DOMAIN=\"gupnp-dlna-metadata\" -I../libgupnp-dlna/metadata -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -g -O0 -g -Wall -version-info 3:0:0 -no-undefined -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o metadata-backends/gstreamer/libgupnp-dlna-gst-2.0.la -rpath /usr/lib64 metadata-backends/gstreamer/metadata_backends_gstreamer_libgupnp_dlna_gst_2_0_la-gupnp-dlna-gst-audio-information.lo metadata-backends/gstreamer/metadata_backends_gstreamer_libgupnp_dlna_gst_2_0_la-gupnp-dlna-gst-container-information.lo metadata-backends/gstreamer/metadata_backends_gstreamer_libgupnp_dlna_gst_2_0_la-gupnp-dlna-gst-image-information.lo metadata-backends/gstreamer/metadata_backends_gstreamer_libgupnp_dlna_gst_2_0_la-gupnp-dlna-gst-information.lo metadata-backends/gstreamer/metadata_backends_gstreamer_libgupnp_dlna_gst_2_0_la-gupnp-dlna-gst-info-utils.lo metadata-backends/gstreamer/metadata_backends_gstreamer_libgupnp_dlna_gst_2_0_la-gupnp-dlna-gst-utils.lo metadata-backends/gstreamer/metadata_backends_gstreamer_libgupnp_dlna_gst_2_0_la-gupnp-dlna-gst-video-information.lo -lglib-2.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstpbutils-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libgupnp-dlna-2.0.la -inst-prefix-dir /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64) libtool: install: /usr/bin/install -c metadata-backends/gstreamer/.libs/libgupnp-dlna-gst-2.0.so.3.0.0T /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64/libgupnp-dlna-gst-2.0.so.3.0.0 libtool: install: (cd /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64 && { ln -s -f libgupnp-dlna-gst-2.0.so.3.0.0 libgupnp-dlna-gst-2.0.so.3 || { rm -f libgupnp-dlna-gst-2.0.so.3 && ln -s libgupnp-dlna-gst-2.0.so.3.0.0 libgupnp-dlna-gst-2.0.so.3; }; }) libtool: install: (cd /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64 && { ln -s -f libgupnp-dlna-gst-2.0.so.3.0.0 libgupnp-dlna-gst-2.0.so || { rm -f libgupnp-dlna-gst-2.0.so && ln -s libgupnp-dlna-gst-2.0.so.3.0.0 libgupnp-dlna-gst-2.0.so; }; }) libtool: install: /usr/bin/install -c metadata-backends/gstreamer/.libs/libgupnp-dlna-gst-2.0.lai /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64/libgupnp-dlna-gst-2.0.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/share/gir-1.0' /usr/bin/install -c -m 644 GUPnPDLNA-2.0.gir GUPnPDLNAGst-2.0.gir '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/share/gir-1.0' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/include/gupnp-dlna-2.0/libgupnp-dlna' /usr/bin/install -c -m 644 metadata-backends/gstreamer/gupnp-dlna-gst-utils.h gupnp-dlna-profile-guesser.h gupnp-dlna-profile.h gupnp-dlna-restriction.h gupnp-dlna-value-list.h gupnp-dlna-g-values.h gupnp-dlna-audio-information.h gupnp-dlna-container-information.h gupnp-dlna-image-information.h gupnp-dlna-video-information.h gupnp-dlna-information.h gupnp-dlna-values.h gupnp-dlna.h '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/include/gupnp-dlna-2.0/libgupnp-dlna' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/include/gupnp-dlna-2.0/libgupnp-dlna/metadata' /usr/bin/install -c -m 644 metadata/gupnp-dlna-metadata-extractor.h '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/include/gupnp-dlna-2.0/libgupnp-dlna/metadata' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64/gupnp-dlna' /bin/sh ../libtool --mode=install /usr/bin/install -c metadata-backends/gstreamer/libgstreamer.la '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64/gupnp-dlna' libtool: install: warning: relinking `metadata-backends/gstreamer/libgstreamer.la' libtool: install: (cd /home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna; /bin/sh /home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libtool --silent --tag CC --mode=relink gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_LOG_DOMAIN=\"gupnp-dlna-metadata\" -I../libgupnp-dlna/metadata -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -g -O0 -g -Wall -no-undefined -shared -fPIC -module -avoid-version -Wl,-z,defs -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o metadata-backends/gstreamer/libgstreamer.la -rpath /usr/lib64/gupnp-dlna metadata-backends/gstreamer/metadata_backends_gstreamer_libgstreamer_la-gupnp-dlna-gst-metadata-backend.lo metadata-backends/gstreamer/metadata_backends_gstreamer_libgstreamer_la-gupnp-dlna-gst-metadata-extractor.lo -lglib-2.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstpbutils-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libgupnp-dlna-2.0.la metadata-backends/gstreamer/libgupnp-dlna-gst-2.0.la -inst-prefix-dir /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64) libtool: install: /usr/bin/install -c metadata-backends/gstreamer/.libs/libgstreamer.soT /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64/gupnp-dlna/libgstreamer.so libtool: install: /usr/bin/install -c metadata-backends/gstreamer/.libs/libgstreamer.lai /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64/gupnp-dlna/libgstreamer.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/gupnp-dlna' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64/girepository-1.0/' /usr/bin/install -c -m 644 GUPnPDLNA-2.0.typelib GUPnPDLNAGst-2.0.typelib '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64/girepository-1.0/' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/libgupnp-dlna' Making install in tools make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/tools' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/tools' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c gupnp-dlna-info-2.0 gupnp-dlna-ls-profiles-2.0 '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/bin' libtool: install: warning: `../libgupnp-dlna/libgupnp-dlna-2.0.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/gupnp-dlna-info-2.0 /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/bin/gupnp-dlna-info-2.0 libtool: install: warning: `../libgupnp-dlna/libgupnp-dlna-2.0.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/gupnp-dlna-ls-profiles-2.0 /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/bin/gupnp-dlna-ls-profiles-2.0 make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/tools' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/tools' Making install in tests make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/tests' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/tests' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/tests' Making install in data make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/data' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/data' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/share/gupnp-dlna-2.0/dlna-profiles' /usr/bin/install -c -m 644 dlna-profiles.rng mp3.xml ac3.xml lpcm.xml aac.xml wma.xml amr.xml common.xml mpeg1.xml avc.xml mpeg-ts.xml mpeg-ps.xml mpeg-common.xml mpeg4.xml jpeg.xml png.xml '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/share/gupnp-dlna-2.0/dlna-profiles' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/data' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/data' Making install in doc make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc' Making install in gupnp-dlna make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc/gupnp-dlna' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc/gupnp-dlna' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/install -c -m 644 ./html/GUPnPDLNAAudioInformation.html /usr/bin/install -c -m 644 ./html/GUPnPDLNAContainerInformation.html /usr/bin/install -c -m 644 ./html/GUPnPDLNAImageInformation.html /usr/bin/install -c -m 644 ./html/GUPnPDLNAInformation.html /usr/bin/install -c -m 644 ./html/GUPnPDLNAProfile.html /usr/bin/install -c -m 644 ./html/GUPnPDLNAProfileGuesser.html /usr/bin/install -c -m 644 ./html/GUPnPDLNAVideoInformation.html /usr/bin/install -c -m 644 ./html/annotation-glossary.html /usr/bin/install -c -m 644 ./html/ch01.html /usr/bin/install -c -m 644 ./html/gupnp-dlna-GUPnP-DLNA-Values.html /usr/bin/install -c -m 644 ./html/gupnp-dlna-gupnp-dlna-g-values.html /usr/bin/install -c -m 644 ./html/gupnp-dlna-gupnp-dlna-restriction.html /usr/bin/install -c -m 644 ./html/gupnp-dlna-gupnp-dlna-value-list.html /usr/bin/install -c -m 644 ./html/gupnp-dlna.devhelp2 /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/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[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc/gupnp-dlna' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc/gupnp-dlna' Making install in gupnp-dlna-metadata make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc/gupnp-dlna-metadata' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc/gupnp-dlna-metadata' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/install -c -m 644 ./html/GUPnPDLNAMetadataExtractor.html /usr/bin/install -c -m 644 ./html/annotation-glossary.html /usr/bin/install -c -m 644 ./html/ch01.html /usr/bin/install -c -m 644 ./html/gupnp-dlna-metadata.devhelp2 /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/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[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc/gupnp-dlna-metadata' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc/gupnp-dlna-metadata' Making install in gupnp-dlna-gst make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc/gupnp-dlna-gst' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc/gupnp-dlna-gst' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/install -c -m 644 ./html/annotation-glossary.html /usr/bin/install -c -m 644 ./html/ch01.html /usr/bin/install -c -m 644 ./html/gupnp-dlna-gst-gupnp-dlna-gst-utils.html /usr/bin/install -c -m 644 ./html/gupnp-dlna-gst.devhelp2 /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/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[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc/gupnp-dlna-gst' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc/gupnp-dlna-gst' Making install in . make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/doc' Making install in vala make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/vala' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/vala' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/share/vala/vapi' /usr/bin/install -c -m 644 gupnp-dlna-2.0.vapi ./gupnp-dlna-2.0.deps gupnp-dlna-gst-2.0.vapi ./gupnp-dlna-gst-2.0.deps '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/share/vala/vapi' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/vala' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5/vala' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64/pkgconfig' /usr/bin/install -c -m 644 gupnp-dlna-2.0.pc gupnp-dlna-metadata-2.0.pc gupnp-dlna-gst-2.0.pc '/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64/pkgconfig' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5' + find /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64 -name '*.la' -delete + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 0.10.5-1.mga7 --unique-debug-suffix -0.10.5-1.mga7.x86_64 --unique-debug-src-base gupnp-dlna-0.10.5-1.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/gupnp-dlna-0.10.5 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64/gupnp-dlna/libgstreamer.so extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64/libgupnp-dlna-gst-2.0.so.3.0.0 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/lib64/libgupnp-dlna-2.0.so.3.0.0 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/bin/gupnp-dlna-info-2.0 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/bin/gupnp-dlna-ls-profiles-2.0 /usr/lib/rpm/sepdebugcrcfix: Updated 5 CRC32s, 0 CRC32s did match. 863 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: gupnp-dlna-0.10.5-1.mga7.x86_64 Provides: gupnp-dlna = 0.10.5-1.mga7 gupnp-dlna(x86-64) = 0.10.5-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) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgupnp-dlna-2.0.so.3()(64bit) libpthread.so.0()(64bit) Processing files: lib64gupnp-dlna2.0_3-0.10.5-1.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.aXSTl0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd gupnp-dlna-0.10.5 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/share/doc/lib64gupnp-dlna2.0_3 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/share/doc/lib64gupnp-dlna2.0_3 + cp -pr AUTHORS /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/share/doc/lib64gupnp-dlna2.0_3 + cp -pr COPYING /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/share/doc/lib64gupnp-dlna2.0_3 + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64/usr/share/doc/lib64gupnp-dlna2.0_3 + exit 0 Provides: lib64gupnp-dlna2.0_3 = 0.10.5-1.mga7 lib64gupnp-dlna2.0_3(x86-64) = 0.10.5-1.mga7 libgstreamer.so()(64bit) libgupnp-dlna-2.0.so.3()(64bit) libgupnp-dlna-gst-2.0.so.3()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgstpbutils-1.0.so.0()(64bit) libgstreamer-1.0.so.0()(64bit) libgupnp-dlna-2.0.so.3()(64bit) libgupnp-dlna-gst-2.0.so.3()(64bit) libpthread.so.0()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.5.0)(64bit) libxml2.so.2(LIBXML2_2.5.2)(64bit) libxml2.so.2(LIBXML2_2.5.7)(64bit) Processing files: lib64gupnp-dlna-devel-0.10.5-1.mga7.x86_64 Provides: devel(libgupnp-dlna-2.0(64bit)) devel(libgupnp-dlna-gst-2.0(64bit)) gupnp-dlna-devel = 0.10.5-1.mga7 lib64gupnp-dlna-devel = 0.10.5-1.mga7 lib64gupnp-dlna-devel(x86-64) = 0.10.5-1.mga7 libgupnp-dlna-devel = 0.10.5-1.mga7 pkgconfig(gupnp-dlna-2.0) = 0.10.5 pkgconfig(gupnp-dlna-gst-2.0) = 0.10.5 pkgconfig(gupnp-dlna-metadata-2.0) = 0.10.5 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: devel(libglib-2.0(64bit)) devel(libgmodule-2.0(64bit)) devel(libgobject-2.0(64bit)) devel(libgstpbutils-1.0(64bit)) devel(libgstreamer-1.0(64bit)) devel(libgupnp-dlna-2.0(64bit)) devel(libxml2(64bit)) pkgconfig pkgconfig(glib-2.0) pkgconfig(gmodule-2.0) pkgconfig(gobject-2.0) pkgconfig(gstreamer-1.0) pkgconfig(gstreamer-pbutils-1.0) pkgconfig(gupnp-dlna-2.0) Conflicts: lib64gupnp-dlna2.0_3 < 0.10.2-3 Processing files: lib64gupnp-dlna-gir2.0-0.10.5-1.mga7.x86_64 Provides: lib64gupnp-dlna-gir2.0 = 0.10.5-1.mga7 lib64gupnp-dlna-gir2.0(x86-64) = 0.10.5-1.mga7 typelib(GUPnPDLNA) = 2.0 typelib(GUPnPDLNAGst) = 2.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libgupnp-dlna-2.0.so.3()(64bit) libgupnp-dlna-gst-2.0.so.3()(64bit) typelib(GLib) = 2.0 typelib(GModule) = 2.0 typelib(GObject) = 2.0 typelib(GUPnPDLNA) = 2.0 typelib(Gst) = 1.0 typelib(GstAudio) = 1.0 typelib(GstBase) = 1.0 typelib(GstPbutils) = 1.0 typelib(GstTag) = 1.0 typelib(GstVideo) = 1.0 Processing files: gupnp-dlna-debugsource-0.10.5-1.mga7.x86_64 Provides: gupnp-dlna-debugsource = 0.10.5-1.mga7 gupnp-dlna-debugsource(x86-64) = 0.10.5-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: gupnp-dlna-debuginfo-0.10.5-1.mga7.x86_64 Provides: debuginfo(build-id) = 5637e11dbbee1d1cc7391f1f0b51cef3145139e1 debuginfo(build-id) = 849ea389d0dea97ef5442663342f270e45e0953d gupnp-dlna-debuginfo = 0.10.5-1.mga7 gupnp-dlna-debuginfo(x86-64) = 0.10.5-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: gupnp-dlna-debugsource(x86-64) = 0.10.5-1.mga7 Processing files: lib64gupnp-dlna2.0_3-debuginfo-0.10.5-1.mga7.x86_64 Provides: debuginfo(build-id) = 3598efd7ea706415b1c9c12b321989e05235e50d debuginfo(build-id) = 3dddbe3388ad515086a5951e966c851247f1d8fc debuginfo(build-id) = d634471221b18fcf23b3814d2db01649e1de0be5 lib64gupnp-dlna2.0_3-debuginfo = 0.10.5-1.mga7 lib64gupnp-dlna2.0_3-debuginfo(x86-64) = 0.10.5-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: gupnp-dlna-debugsource(x86-64) = 0.10.5-1.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/gupnp-dlna-0.10.5-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64gupnp-dlna2.0_3-0.10.5-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64gupnp-dlna-devel-0.10.5-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64gupnp-dlna-gir2.0-0.10.5-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/gupnp-dlna-debugsource-0.10.5-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/gupnp-dlna-debuginfo-0.10.5-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64gupnp-dlna2.0_3-debuginfo-0.10.5-1.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.3JM0Yk + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd gupnp-dlna-0.10.5 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/gupnp-dlna-0.10.5-1.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.oVTUGF + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf gupnp-dlna-0.10.5 + exit 0 D: [iurt_root_command] Success!