Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/dmapd.spec'], chrootPath='/var/lib/mock/f33-build-564119-65892/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/dmapd.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1597881600 Wrote: /builddir/build/SRPMS/dmapd-0.0.86-3.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/dmapd.spec'], chrootPath='/var/lib/mock/f33-build-564119-65892/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/dmapd.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1597881600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.HDRchP + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dmapd-0.0.86 + /usr/bin/gzip -dc /builddir/build/SOURCES/dmapd-0.0.86.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dmapd-0.0.86 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qZ3B5L + umask 022 + cd /builddir/build/BUILD + cd dmapd-0.0.86 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2020-08-20 10:46:53.000000000 -0400 +++ ./configure 2021-04-09 03:56:18.123604083 -0400 @@ -1848,7 +1848,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2021-04-09 03:56:18.123604083 -0400 +++ ./configure 2021-04-09 03:56:19.113603967 -0400 @@ -6014,7 +6014,7 @@ # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="sed -n"\ +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" @@ -13900,7 +13900,7 @@ compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static --disable-tests --with-systemdsystemunitdir=/usr/lib/systemd/system 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 for riscv64-redhat-linux-gnu-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 whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu 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 whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ./configure: line 5968: -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p': No such file or directory 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 riscv64-redhat-linux-gnu-mt... no 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) 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... yes checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for pedansee... no checking for GLIB... yes checking for GTHREAD... yes checking for GOBJECT... yes checking for EXIF... yes checking for DMAPSHARING... yes checking for VIPS... yes checking for GSTREAMER... yes checking for CHECK... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating dmapd.pc config.status: WARNING: 'dmapd.pc.in' seems to ignore the --datarootdir setting config.status: creating Makefile config.status: creating distro/Makefile config.status: creating dry/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/dmapd-0.0.86' Making all in distro make[2]: Entering directory '/builddir/build/BUILD/dmapd-0.0.86/distro' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/dmapd-0.0.86/distro' Making all in dry make[2]: Entering directory '/builddir/build/BUILD/dmapd-0.0.86/dry' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/dmapd-0.0.86/dry' Making all in src make[2]: Entering directory '/builddir/build/BUILD/dmapd-0.0.86/src' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dmapd-transcode.o dmapd-transcode.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o util.lo util.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o av-meta-reader.lo av-meta-reader.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o av-render.lo av-render.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o db-builder.lo db-builder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c av-render.c -fPIC -DPIC -o .libs/av-render.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c av-meta-reader.c -fPIC -DPIC -o .libs/av-meta-reader.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c util.c -fPIC -DPIC -o .libs/util.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dmapd-dmap-container-db.lo dmapd-dmap-container-db.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dmapd-dmap-container-record.lo dmapd-dmap-container-record.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dmapd-dmap-db.lo dmapd-dmap-db.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c db-builder.c -fPIC -DPIC -o .libs/db-builder.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c dmapd-dmap-container-record.c -fPIC -DPIC -o .libs/dmapd-dmap-container-record.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dmapd-dmap-db-ghashtable.lo dmapd-dmap-db-ghashtable.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c dmapd-dmap-container-db.c -fPIC -DPIC -o .libs/dmapd-dmap-container-db.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c dmapd-dmap-db.c -fPIC -DPIC -o .libs/dmapd-dmap-db.o dmapd-dmap-container-record.c: In function 'dmapd_dmap_container_record_init': dmapd-dmap-container-record.c:152:13: warning: Deprecated pre-processor symbol, replace with 152 | record->priv = DMAPD_DMAP_CONTAINER_RECORD_GET_PRIVATE (record); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dmapd-dmap-container-db.c: In function 'dmapd_dmap_container_db_init': dmapd-dmap-container-db.c:64:13: warning: Deprecated pre-processor symbol, replace with 64 | db->priv = DMAPD_DMAP_CONTAINER_DB_GET_PRIVATE (db); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dmapd-daap-record.lo dmapd-daap-record.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dmapd-daap-record-factory.lo dmapd-daap-record-factory.c dmapd-dmap-db.c: In function 'dmapd_dmap_db_init': dmapd-dmap-db.c:41:13: warning: Deprecated pre-processor symbol, replace with 41 | db->priv = DMAPD_DMAP_DB_GET_PRIVATE (db); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dmapd-dpap-record.lo dmapd-dpap-record.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c dmapd-dmap-db-ghashtable.c -fPIC -DPIC -o .libs/dmapd-dmap-db-ghashtable.o dmapd-dmap-db-ghashtable.c: In function 'dmapd_dmap_db_ghashtable_init': dmapd-dmap-db-ghashtable.c:356:13: warning: Deprecated pre-processor symbol, replace with 356 | db->priv = DMAPD_DMAP_DB_GHASHTABLE_GET_PRIVATE (db); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c dmapd-daap-record.c -fPIC -DPIC -o .libs/dmapd-daap-record.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c dmapd-daap-record-factory.c -fPIC -DPIC -o .libs/dmapd-daap-record-factory.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c dmapd-dpap-record.c -fPIC -DPIC -o .libs/dmapd-dpap-record.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dmapd-dpap-record-factory.lo dmapd-dpap-record-factory.c dmapd-daap-record.c: In function 'dmapd_daap_record_init': dmapd-daap-record.c:518:13: warning: Deprecated pre-processor symbol, replace with 518 | record->priv = DMAPD_DMAP_AV_RECORD_GET_PRIVATE (record); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dmapd-daap-record-factory.c: In function 'dmapd_daap_record_factory_init': dmapd-daap-record-factory.c:110:13: warning: Deprecated pre-processor symbol, replace with 110 | factory->priv = DMAPD_DMAP_RECORD_FACTORY_GET_PRIVATE (factory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dmapd-module.lo dmapd-module.c dmapd-dpap-record.c: In function 'dmapd_dpap_record_init': dmapd-dpap-record.c:428:13: warning: Deprecated pre-processor symbol, replace with 428 | record->priv = DMAPD_DPAP_RECORD_GET_PRIVATE (record); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o photo-meta-reader.lo photo-meta-reader.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o util-gst.lo util-gst.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c dmapd-dpap-record-factory.c -fPIC -DPIC -o .libs/dmapd-dpap-record-factory.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c dmapd-module.c -fPIC -DPIC -o .libs/dmapd-module.o dmapd-dpap-record-factory.c: In function 'dmapd_dpap_record_factory_init': dmapd-dpap-record-factory.c:111:13: warning: Deprecated pre-processor symbol, replace with 111 | factory->priv = DMAPD_DPAP_RECORD_FACTORY_GET_PRIVATE (factory); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c photo-meta-reader.c -fPIC -DPIC -o .libs/photo-meta-reader.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c util-gst.c -fPIC -DPIC -o .libs/util-gst.o gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dmapd-hashgen.o dmapd-hashgen.c gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o dmapd.o dmapd.c photo-meta-reader.c: In function 'photo_meta_reader_init': photo-meta-reader.c:72:13: warning: Deprecated pre-processor symbol, replace with 72 | reader->priv = PHOTO_META_READER_GET_PRIVATE (reader); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o db-builder-gdir.lo db-builder-gdir.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o av-meta-reader-gst.lo av-meta-reader-gst.c dmapd.c: In function '_dacp_remote_found_cb': dmapd.c:635:2: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result] 635 | scanf ("%s", passcode); | ^~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o av-render-gst.lo av-render-gst.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o photo-meta-reader-vips.lo photo-meta-reader-vips.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c db-builder-gdir.c -fPIC -DPIC -o .libs/db-builder-gdir.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c av-meta-reader-gst.c -fPIC -DPIC -o .libs/av-meta-reader-gst.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c av-render-gst.c -fPIC -DPIC -o .libs/av-render-gst.o /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -version-info 0:86:0 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libdmapd.la -rpath /usr/lib64 util.lo av-meta-reader.lo av-render.lo db-builder.lo dmapd-dmap-container-db.lo dmapd-dmap-container-record.lo dmapd-dmap-db.lo dmapd-dmap-db-ghashtable.lo dmapd-daap-record.lo dmapd-daap-record-factory.lo dmapd-dpap-record.lo dmapd-dpap-record-factory.lo dmapd-module.lo photo-meta-reader.lo util-gst.lo -L/usr/lib -lcheck -ldmapsharing-4.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgstpbutils-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/libdmapsharing-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -pthread -DG_LOG_DOMAIN=\"dmapd\" -DDEFAULT_DBDIR=\"/var/db/dmapd\" -DDEFAULT_LOCKPATH=\"/var/lock/subsys/dmapd\" -DDEFAULT_MODULEDIR=\"/usr/lib64/dmapd/0.0.86/modules\" -DDEFAULT_RUNDIR=\"/var/run/dmapd\" -DDEFAULT_SYSCONFDIR=\"/etc\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c photo-meta-reader-vips.c -fPIC -DPIC -o .libs/photo-meta-reader-vips.o /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -module -avoid-version -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libdb-builder-gdir.la -rpath /usr/lib64/dmapd/0.0.86/modules db-builder-gdir.lo libtool: link: gcc -shared -fPIC -DPIC .libs/util.o .libs/av-meta-reader.o .libs/av-render.o .libs/db-builder.o .libs/dmapd-dmap-container-db.o .libs/dmapd-dmap-container-record.o .libs/dmapd-dmap-db.o .libs/dmapd-dmap-db-ghashtable.o .libs/dmapd-daap-record.o .libs/dmapd-daap-record-factory.o .libs/dmapd-dpap-record.o .libs/dmapd-dpap-record-factory.o .libs/dmapd-module.o .libs/photo-meta-reader.o .libs/util-gst.o -L/usr/lib -lcheck -ldmapsharing-4.0 -lsoup-2.4 -lgio-2.0 -lgstpbutils-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -flto=auto -g -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-soname -Wl,libdmapd.so.0 -o .libs/libdmapd.so.0.0.86 /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -module -avoid-version -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libav-meta-reader-gst.la -rpath /usr/lib64/dmapd/0.0.86/modules av-meta-reader-gst.lo -lgstpbutils-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/db-builder-gdir.o -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -flto=auto -g -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-soname -Wl,libdb-builder-gdir.so -o .libs/libdb-builder-gdir.so photo-meta-reader-vips.c: In function '_get_thumbnail': photo-meta-reader-vips.c:178:42: warning: passing argument 3 of 'vips_image_get_blob' from incompatible pointer type [-Wincompatible-pointer-types] 178 | if (vips_image_get_blob (im, THUMBNAIL, &ptr, &size)) { | ^~~~ | | | void ** In file included from /usr/include/vips/vips.h:134, from photo-meta-reader-vips.c:23: /usr/include/vips/header.h:204:33: note: expected 'const void **' but argument is of type 'void **' 204 | const char *name, const void **data, size_t *length ); | ~~~~~~~~~~~~~^~~~ photo-meta-reader-vips.c: In function '_thumbnail_open': photo-meta-reader-vips.c:279:8: warning: implicit declaration of function 'vips_foreign_load'; did you mean 'vips_foreign_map'? [-Wimplicit-function-declaration] 279 | if (vips_foreign_load (filename, &im, | ^~~~~~~~~~~~~~~~~ | vips_foreign_map libtool: link: gcc -shared -fPIC -DPIC .libs/av-meta-reader-gst.o -lgstpbutils-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -flto=auto -g -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-soname -Wl,libav-meta-reader-gst.so -o .libs/libav-meta-reader-gst.so libtool: link: ( cd ".libs" && rm -f "libdb-builder-gdir.la" && ln -s "../libdb-builder-gdir.la" "libdb-builder-gdir.la" ) /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -module -avoid-version -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libav-render-gst.la -rpath /usr/lib64/dmapd/0.0.86/modules av-render-gst.lo -lgstpbutils-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -module -avoid-version -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libphoto-meta-reader-vips.la -rpath /usr/lib64/dmapd/0.0.86/modules photo-meta-reader-vips.lo -lvips -lgobject-2.0 -lglib-2.0 libtool: link: ( cd ".libs" && rm -f "libav-meta-reader-gst.la" && ln -s "../libav-meta-reader-gst.la" "libav-meta-reader-gst.la" ) libtool: link: gcc -shared -fPIC -DPIC .libs/av-render-gst.o -lgstpbutils-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -flto=auto -g -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-soname -Wl,libav-render-gst.so -o .libs/libav-render-gst.so libtool: link: gcc -shared -fPIC -DPIC .libs/photo-meta-reader-vips.o -lvips -lgobject-2.0 -lglib-2.0 -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -flto=auto -g -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-soname -Wl,libphoto-meta-reader-vips.so -o .libs/libphoto-meta-reader-vips.so libtool: link: ( cd ".libs" && rm -f "libav-render-gst.la" && ln -s "../libav-render-gst.la" "libav-render-gst.la" ) libtool: link: ( cd ".libs" && rm -f "libphoto-meta-reader-vips.la" && ln -s "../libphoto-meta-reader-vips.la" "libphoto-meta-reader-vips.la" ) libtool: link: (cd ".libs" && rm -f "libdmapd.so.0" && ln -s "libdmapd.so.0.0.86" "libdmapd.so.0") libtool: link: (cd ".libs" && rm -f "libdmapd.so" && ln -s "libdmapd.so.0.0.86" "libdmapd.so") libtool: link: ( cd ".libs" && rm -f "libdmapd.la" && ln -s "../libdmapd.la" "libdmapd.la" ) /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dmapd-transcode dmapd-transcode.o libdmapd.la /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dmapd-hashgen dmapd-hashgen.o libdmapd.la /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dmapd dmapd.o libdmapd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/dmapd dmapd.o ./.libs/libdmapd.so -L/usr/lib -lcheck -ldmapsharing-4.0 -lsoup-2.4 -lgio-2.0 -lgstpbutils-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/dmapd-transcode dmapd-transcode.o ./.libs/libdmapd.so -L/usr/lib -lcheck -ldmapsharing-4.0 -lsoup-2.4 -lgio-2.0 -lgstpbutils-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/dmapd-hashgen dmapd-hashgen.o ./.libs/libdmapd.so -L/usr/lib -lcheck -ldmapsharing-4.0 -lsoup-2.4 -lgio-2.0 -lgstpbutils-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 make[2]: Leaving directory '/builddir/build/BUILD/dmapd-0.0.86/src' make[2]: Entering directory '/builddir/build/BUILD/dmapd-0.0.86' make[2]: Leaving directory '/builddir/build/BUILD/dmapd-0.0.86' make[1]: Leaving directory '/builddir/build/BUILD/dmapd-0.0.86' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.g1dPgN + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64 + cd dmapd-0.0.86 + make install DESTDIR=/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64 'INSTALL=install -p' Making install in distro make[1]: Entering directory '/builddir/build/BUILD/dmapd-0.0.86/distro' make[2]: Entering directory '/builddir/build/BUILD/dmapd-0.0.86/distro' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib/systemd/system' install -p -m 644 dmapd.service '/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib/systemd/system' make[2]: Leaving directory '/builddir/build/BUILD/dmapd-0.0.86/distro' make[1]: Leaving directory '/builddir/build/BUILD/dmapd-0.0.86/distro' Making install in dry make[1]: Entering directory '/builddir/build/BUILD/dmapd-0.0.86/dry' make[2]: Entering directory '/builddir/build/BUILD/dmapd-0.0.86/dry' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/share/man/man1' install -p -m 644 dmapd.1 '/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/dmapd-0.0.86/dry' make[1]: Leaving directory '/builddir/build/BUILD/dmapd-0.0.86/dry' Making install in src make[1]: Entering directory '/builddir/build/BUILD/dmapd-0.0.86/src' make[2]: Entering directory '/builddir/build/BUILD/dmapd-0.0.86/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64' /bin/sh ../libtool --mode=install install -p libdmapd.la '/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64' libtool: install: install -p .libs/libdmapd.so.0.0.86 /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/libdmapd.so.0.0.86 libtool: install: (cd /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64 && { ln -s -f libdmapd.so.0.0.86 libdmapd.so.0 || { rm -f libdmapd.so.0 && ln -s libdmapd.so.0.0.86 libdmapd.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64 && { ln -s -f libdmapd.so.0.0.86 libdmapd.so || { rm -f libdmapd.so && ln -s libdmapd.so.0.0.86 libdmapd.so; }; }) libtool: install: install -p .libs/libdmapd.lai /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/libdmapd.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/bin' /bin/sh ../libtool --mode=install install -p dmapd-transcode dmapd-hashgen '/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/bin' libtool: warning: 'libdmapd.la' has not been installed in '/usr/lib64' libtool: install: install -p .libs/dmapd-transcode /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/bin/dmapd-transcode libtool: warning: 'libdmapd.la' has not been installed in '/usr/lib64' libtool: install: install -p .libs/dmapd-hashgen /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/bin/dmapd-hashgen /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/sbin' /bin/sh ../libtool --mode=install install -p dmapd '/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/sbin' libtool: warning: 'libdmapd.la' has not been installed in '/usr/lib64' libtool: install: install -p .libs/dmapd /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/sbin/dmapd /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/include/dmapd-0.0/dmapd' install -p -m 644 dmapd.h dmapd-dmap-db.h av-meta-reader.h av-render.h photo-meta-reader.h db-builder.h dmapd-module.h '/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/include/dmapd-0.0/dmapd' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules' /bin/sh ../libtool --mode=install install -p libdb-builder-gdir.la libav-meta-reader-gst.la libav-render-gst.la libphoto-meta-reader-vips.la '/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules' libtool: install: install -p .libs/libdb-builder-gdir.so /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libdb-builder-gdir.so libtool: install: install -p .libs/libdb-builder-gdir.lai /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libdb-builder-gdir.la libtool: install: install -p .libs/libav-meta-reader-gst.so /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libav-meta-reader-gst.so libtool: install: install -p .libs/libav-meta-reader-gst.lai /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libav-meta-reader-gst.la libtool: install: install -p .libs/libav-render-gst.so /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libav-render-gst.so libtool: install: install -p .libs/libav-render-gst.lai /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libav-render-gst.la libtool: install: install -p .libs/libphoto-meta-reader-vips.so /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libphoto-meta-reader-vips.so libtool: install: install -p .libs/libphoto-meta-reader-vips.lai /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libphoto-meta-reader-vips.la libtool: warning: remember to run 'libtool --finish /usr/lib64/dmapd/0.0.86/modules' make[2]: Leaving directory '/builddir/build/BUILD/dmapd-0.0.86/src' make[1]: Leaving directory '/builddir/build/BUILD/dmapd-0.0.86/src' make[1]: Entering directory '/builddir/build/BUILD/dmapd-0.0.86' make[2]: Entering directory '/builddir/build/BUILD/dmapd-0.0.86' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/pkgconfig' install -p -m 644 dmapd.pc '/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/pkgconfig' make[2]: Leaving directory '/builddir/build/BUILD/dmapd-0.0.86' make[1]: Leaving directory '/builddir/build/BUILD/dmapd-0.0.86' + rm -f /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/libdmapd.la + rm -f /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libav-meta-reader-gst.la /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libav-render-gst.la /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libdb-builder-gdir.la /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libphoto-meta-reader-vips.la + rm -f /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/sbin/dmapd-test + mkdir -p /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/var/cache/dmapd/DAAP + mkdir -p /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/var/cache/dmapd/DPAP + mkdir -p /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/var/run/dmapd + install -D -p -m 644 distro/dmapd.conf /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/etc/dmapd.conf + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.0.86-3.fc33 --unique-debug-suffix -0.0.86-3.fc33.riscv64 --unique-debug-src-base dmapd-0.0.86-3.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/dmapd-0.0.86 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/bin/dmapd-hashgen explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/bin/dmapd-transcode explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libav-meta-reader-gst.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libav-render-gst.so extracting debug info from /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/bin/dmapd-hashgen extracting debug info from /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/bin/dmapd-transcode extracting debug info from /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libav-meta-reader-gst.so extracting debug info from /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libav-render-gst.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libdb-builder-gdir.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libphoto-meta-reader-vips.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/libdmapd.so.0.0.86 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/sbin/dmapd extracting debug info from /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libdb-builder-gdir.so extracting debug info from /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/dmapd/0.0.86/modules/libphoto-meta-reader-vips.so extracting debug info from /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/lib64/libdmapd.so.0.0.86 extracting debug info from /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/sbin/dmapd original debug info size: 1452kB, size after compression: 1356kB /usr/lib/rpm/sepdebugcrcfix: Updated 8 CRC32s, 0 CRC32s did match. 483 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: dmapd-0.0.86-3.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.gsRWyO + umask 022 + cd /builddir/build/BUILD + cd dmapd-0.0.86 + DOCDIR=/builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/share/doc/dmapd + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/share/doc/dmapd + cp -pr AUTHORS /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/share/doc/dmapd + cp -pr COPYING /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/share/doc/dmapd + cp -pr ChangeLog /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/share/doc/dmapd + cp -pr INSTALL /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/share/doc/dmapd + cp -pr NEWS /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/share/doc/dmapd + cp -pr README /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/share/doc/dmapd + cp -pr FAQ /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64/usr/share/doc/dmapd + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(dmapd) = 0.0.86-3.fc33 dmapd = 0.0.86-3.fc33 dmapd(riscv-64) = 0.0.86-3.fc33 libav-meta-reader-gst.so()(64bit) libav-render-gst.so()(64bit) libdb-builder-gdir.so()(64bit) libdmapd.so.0()(64bit) libphoto-meta-reader-vips.so()(64bit) Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): /bin/sh systemd systemd-sysv systemd-units Requires(preun): /bin/sh systemd systemd-units Requires(postun): /bin/sh systemd systemd-units Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcheck.so.0()(64bit) libdmapd.so.0()(64bit) libdmapsharing-4.0.so.3()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgstaudio-1.0.so.0()(64bit) libgstbase-1.0.so.0()(64bit) libgstpbutils-1.0.so.0()(64bit) libgstreamer-1.0.so.0()(64bit) libgstvideo-1.0.so.0()(64bit) libsoup-2.4.so.1()(64bit) libvips.so.42()(64bit) rtld(GNU_HASH) Processing files: dmapd-debugsource-0.0.86-3.fc33.riscv64 Provides: dmapd-debugsource = 0.0.86-3.fc33 dmapd-debugsource(riscv-64) = 0.0.86-3.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dmapd-devel-0.0.86-3.fc33.riscv64 Provides: dmapd-devel = 0.0.86-3.fc33 dmapd-devel(riscv-64) = 0.0.86-3.fc33 pkgconfig(dmapd) = 0.0.86 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libdmapd.so.0()(64bit) pkgconfig(glib-2.0) pkgconfig(gmodule-no-export-2.0) pkgconfig(gobject-2.0) pkgconfig(gthread-2.0) pkgconfig(libdmapsharing-4.0) Processing files: dmapd-debuginfo-0.0.86-3.fc33.riscv64 Provides: debuginfo(build-id) = 6764161f33c3b7e95e701520d88842b3ae2b9ad2 debuginfo(build-id) = 6777784658167c80bd2b76175f160f8e066af183 debuginfo(build-id) = 6d5c20a16717b3d0d139c267eb8b660cf2a40d12 debuginfo(build-id) = 8b9b28a6bae68210cd32f67f9e134152896cfa4e debuginfo(build-id) = cc36c95687b235e9a1433a78078f1930a2480311 debuginfo(build-id) = d7ff095185b10e22901f5aeca134021315c5c1b8 debuginfo(build-id) = db8337040a20170aa789bd1fa6f48d2749504b3a debuginfo(build-id) = f98b8b24e1c5aef167590e2a754a47566e107b0f dmapd-debuginfo = 0.0.86-3.fc33 dmapd-debuginfo(riscv-64) = 0.0.86-3.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dmapd-debugsource(riscv-64) = 0.0.86-3.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64 Wrote: /builddir/build/RPMS/dmapd-devel-0.0.86-3.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/dmapd-0.0.86-3.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/dmapd-debugsource-0.0.86-3.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/dmapd-debuginfo-0.0.86-3.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DFw49O + umask 022 + cd /builddir/build/BUILD + cd dmapd-0.0.86 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dmapd-0.0.86-3.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0