+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/loudmouth.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2EJhl6 + umask 022 + cd /builddir/build/BUILD + gpgv --quiet --keyring /builddir/build/SOURCES/gpgkey-EACADFF156849BC89653139E3C2900DEACB7FC95.gpg /builddir/build/SOURCES/loudmouth-1.5.3.tar.bz2.asc /builddir/build/SOURCES/loudmouth-1.5.3.tar.bz2 gpgv: Signature made Sat Feb 27 17:07:59 2016 UTC using DSA key ID ACB7FC95 gpgv: Good signature from "Mikael BERTHE (MiKael) " gpgv: aka "Mikael BERTHE " gpgv: aka "Mikael BERTHE (MiKael) " + cd /builddir/build/BUILD + rm -rf loudmouth-1.5.3 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/loudmouth-1.5.3.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd loudmouth-1.5.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.m6my9z + umask 022 + cd /builddir/build/BUILD + cd loudmouth-1.5.3 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./build/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./build/config.sub ++ basename ./build/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./build/config.sub '/usr/lib/rpm/redhat/config.sub' -> './build/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./build/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./build/config.guess ++ basename ./build/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./build/config.guess '/usr/lib/rpm/redhat/config.guess' -> './build/config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./build/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 --enable-static=no --with-asyncns=yes --with-ssl=openssl --enable-gtk-doc --with-compile-warnings=yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for riscv64-redhat-linux-gnu-cc... no checking for riscv64-redhat-linux-gnu-gcc... no checking for cc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... none checking for library containing strerror... none required checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for riscv64-redhat-linux-gnu-ar... no checking for riscv64-redhat-linux-gnu-lib... no checking for riscv64-redhat-linux-gnu-link... no checking for ar... ar checking the archiver (ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert 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... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-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 cc object... ok checking for sysroot... no checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... no checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc 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 riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.16... yes checking for GLIB - version >= 2.0.0... yes (version 2.55.2) checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for memory.h... (cached) yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/in_systm.h usability... yes checking netinet/in_systm.h presence... yes checking for netinet/in_systm.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking arpa/nameser_compat.h usability... yes checking arpa/nameser_compat.h presence... yes checking for arpa/nameser_compat.h... yes checking what warning flags to pass to the C compiler... -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations checking for tm_gmtoff in struct tm... yes checking for LOUDMOUTH... yes checking for LOUDMOUTHTEST... yes checking for LIBIDN... yes checking for gtk-doc... yes checking for gtkdoc-check... gtkdoc-check.test checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation... yes checking for GTKDOC_DEPS... yes checking for gethostbyname in -lnsl... no checking for socket in -lsocket... no checking for __res_query in -lresolv... yes checking for res_query in -lresolv... no checking for krb5-config... no checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for BIO_f_base64 in -lcrypto... yes checking for SSL_new in -lssl... yes checking for ASYNCNS... yes checking whether TCP_KEEPCNT is declared... yes Debugging enabled checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating docs/Makefile config.status: creating docs/reference/Makefile config.status: creating loudmouth/Makefile config.status: creating examples/Makefile config.status: creating tests/Makefile config.status: creating tests/parser-tests/Makefile config.status: creating loudmouth-1.0.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Loudmouth 1.5.3 ================== prefix: /usr compiler: cc Have IDN support: yes Enable SSL: OpenSSL Asynchronous DNS: yes Linux TCP keepalives: yes Enable Debug: yes Enable GSSAPI: no Enable Documentation: yes Enable Tests: yes Now type 'make' to build Loudmouth + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3' Making all in loudmouth make[2]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/loudmouth' make all-am make[3]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/loudmouth' /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-connection.lo lm-connection.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-debug.lo lm-debug.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-data-objects.lo lm-data-objects.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-dummy.lo lm-dummy.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-connection.c -fPIC -DPIC -o .libs/lm-connection.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-debug.c -fPIC -DPIC -o .libs/lm-debug.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-data-objects.c -fPIC -DPIC -o .libs/lm-data-objects.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-dummy.c -fPIC -DPIC -o .libs/lm-dummy.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-idummy.lo lm-idummy.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-idummy.c -fPIC -DPIC -o .libs/lm-idummy.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-error.lo lm-error.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-marshal.lo lm-marshal.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-error.c -fPIC -DPIC -o .libs/lm-error.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-marshal.c -fPIC -DPIC -o .libs/lm-marshal.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-message.lo lm-message.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-message-handler.lo lm-message-handler.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-message-handler.c -fPIC -DPIC -o .libs/lm-message-handler.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-message.c -fPIC -DPIC -o .libs/lm-message.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-message-node.lo lm-message-node.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-message-node.c -fPIC -DPIC -o .libs/lm-message-node.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-message-queue.lo lm-message-queue.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-message-queue.c -fPIC -DPIC -o .libs/lm-message-queue.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-misc.lo lm-misc.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-parser.lo lm-parser.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-misc.c -fPIC -DPIC -o .libs/lm-misc.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-parser.c -fPIC -DPIC -o .libs/lm-parser.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-resolver.lo lm-resolver.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-resolver.c -fPIC -DPIC -o .libs/lm-resolver.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-asyncns-resolver.lo lm-asyncns-resolver.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-blocking-resolver.lo lm-blocking-resolver.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-asyncns-resolver.c -fPIC -DPIC -o .libs/lm-asyncns-resolver.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-blocking-resolver.c -fPIC -DPIC -o .libs/lm-blocking-resolver.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-sha.lo lm-sha.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-sha.c -fPIC -DPIC -o .libs/lm-sha.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-ssl-generic.lo lm-ssl-generic.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-ssl-base.lo lm-ssl-base.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-ssl-generic.c -fPIC -DPIC -o .libs/lm-ssl-generic.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-ssl-base.c -fPIC -DPIC -o .libs/lm-ssl-base.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-ssl-openssl.lo lm-ssl-openssl.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-ssl-openssl.c -fPIC -DPIC -o .libs/lm-ssl-openssl.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-utils.lo lm-utils.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-utils.c -fPIC -DPIC -o .libs/lm-utils.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-proxy.lo lm-proxy.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-proxy.c -fPIC -DPIC -o .libs/lm-proxy.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-sock.lo lm-sock.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-sock.c -fPIC -DPIC -o .libs/lm-sock.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-old-socket.lo lm-old-socket.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-old-socket.c -fPIC -DPIC -o .libs/lm-old-socket.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-socket.lo lm-socket.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-socket.c -fPIC -DPIC -o .libs/lm-socket.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-feature-ping.lo lm-feature-ping.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-sasl.lo lm-sasl.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-feature-ping.c -fPIC -DPIC -o .libs/lm-feature-ping.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-sasl.c -fPIC -DPIC -o .libs/lm-sasl.o lm-sasl.c: In function 'sasl_md5_prepare_response': lm-sasl.c:532:32: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (nonce == NULL || nonce == '\0') { ^~ lm-sasl.c:532:26: note: did you mean to dereference the pointer? if (nonce == NULL || nonce == '\0') { ^ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-simple-io.lo lm-simple-io.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-simple-io.c -fPIC -DPIC -o .libs/lm-simple-io.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-xmpp-writer.lo lm-xmpp-writer.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c lm-xmpp-writer.c -fPIC -DPIC -o .libs/lm-xmpp-writer.o /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o md5.lo md5.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c md5.c -fPIC -DPIC -o .libs/md5.o cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DLM_COMPILATION -DRUNTIME_ENDIAN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o test-dns.o test-dns.c /bin/sh ../libtool --tag=CC --mode=link cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -version-info 1:0:1 -export-symbols ./loudmouth.sym -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libloudmouth-1.la -rpath /usr/lib64 lm-connection.lo lm-debug.lo lm-data-objects.lo lm-dummy.lo lm-idummy.lo lm-error.lo lm-marshal.lo lm-message.lo lm-message-handler.lo lm-message-node.lo lm-message-queue.lo lm-misc.lo lm-parser.lo lm-resolver.lo lm-asyncns-resolver.lo lm-blocking-resolver.lo lm-sha.lo lm-ssl-generic.lo lm-ssl-base.lo lm-ssl-openssl.lo lm-utils.lo lm-proxy.lo lm-sock.lo lm-old-socket.lo lm-socket.lo lm-feature-ping.lo lm-sasl.lo lm-simple-io.lo lm-xmpp-writer.lo md5.lo -lgobject-2.0 -lglib-2.0 -lidn -L/usr/lib -lasyncns -lresolv -lssl -lcrypto libtool: link: echo "{ global:" > .libs/libloudmouth-1.ver libtool: link: cat ./loudmouth.sym | sed -e "s/\(.*\)/\1;/" >> .libs/libloudmouth-1.ver libtool: link: echo "local: *; };" >> .libs/libloudmouth-1.ver libtool: link: cc -shared -fPIC -DPIC .libs/lm-connection.o .libs/lm-debug.o .libs/lm-data-objects.o .libs/lm-dummy.o .libs/lm-idummy.o .libs/lm-error.o .libs/lm-marshal.o .libs/lm-message.o .libs/lm-message-handler.o .libs/lm-message-node.o .libs/lm-message-queue.o .libs/lm-misc.o .libs/lm-parser.o .libs/lm-resolver.o .libs/lm-asyncns-resolver.o .libs/lm-blocking-resolver.o .libs/lm-sha.o .libs/lm-ssl-generic.o .libs/lm-ssl-base.o .libs/lm-ssl-openssl.o .libs/lm-utils.o .libs/lm-proxy.o .libs/lm-sock.o .libs/lm-old-socket.o .libs/lm-socket.o .libs/lm-feature-ping.o .libs/lm-sasl.o .libs/lm-simple-io.o .libs/lm-xmpp-writer.o .libs/md5.o -lgobject-2.0 -lglib-2.0 -lidn -L/usr/lib -lasyncns -lresolv -lssl -lcrypto -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -Wl,-z -Wl,relro -Wl,-soname -Wl,libloudmouth-1.so.0 -Wl,-version-script -Wl,.libs/libloudmouth-1.ver -o .libs/libloudmouth-1.so.0.1.0 libtool: link: (cd ".libs" && rm -f "libloudmouth-1.so.0" && ln -s "libloudmouth-1.so.0.1.0" "libloudmouth-1.so.0") libtool: link: (cd ".libs" && rm -f "libloudmouth-1.so" && ln -s "libloudmouth-1.so.0.1.0" "libloudmouth-1.so") libtool: link: ( cd ".libs" && rm -f "libloudmouth-1.la" && ln -s "../libloudmouth-1.la" "libloudmouth-1.la" ) /bin/sh ../libtool --tag=CC --mode=link cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-dns test-dns.o -lgobject-2.0 -lglib-2.0 libloudmouth-1.la -lresolv -lssl -lcrypto libtool: link: cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test-dns test-dns.o -lgobject-2.0 -lglib-2.0 ./.libs/libloudmouth-1.so -lresolv -lssl -lcrypto -Wl,-rpath -Wl,/usr/lib64 make[3]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/loudmouth' make[2]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/loudmouth' Making all in docs make[2]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/docs' make all-recursive make[3]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/docs' Making all in reference make[4]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/docs/reference' make all-am make[5]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/docs/reference' if test "/builddir/build/BUILD/loudmouth-1.5.3/docs/reference" != "/builddir/build/BUILD/loudmouth-1.5.3/docs/reference" ; then \ files=`echo loudmouth-docs.sgml loudmouth-sections.txt loudmouth-overrides.txt loudmouth.types`; \ if test "x$files" != "x" ; then \ for file in $files ; do \ destdir=`dirname /builddir/build/BUILD/loudmouth-1.5.3/docs/reference/$file`; \ test -d "$destdir" || mkdir -p "$destdir"; \ test -f /builddir/build/BUILD/loudmouth-1.5.3/docs/reference/$file && \ cp -pf /builddir/build/BUILD/loudmouth-1.5.3/docs/reference/$file /builddir/build/BUILD/loudmouth-1.5.3/docs/reference/$file || true; \ done; \ fi; \ fi touch setup-build.stamp _source_dir='' ; \ for i in ../../loudmouth ; do \ _source_dir="${_source_dir} --source-dir=$i" ; \ done ; \ gtkdoc-scan --module=loudmouth --ignore-headers="asyncns.h base64.h md5.h lm-internals.h lm-sha.h lm-parser.h lm-sock.h lm-socket.h lm-message-queue.h lm-ssl-base.h lm-ssl-internals.h loudmouth.h lm-sasl.h lm-misc.h" ${_source_dir} if grep -l '^..*$' loudmouth.types > /dev/null 2>&1 ; then \ scanobj_options=""; \ gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "setup-build.stamp ../../loudmouth/lm-internals.h ../../loudmouth/lm-parser.h ../../loudmouth/lm-idummy.h ../../loudmouth/lm-blocking-resolver.h ../../loudmouth/lm-data-objects.h ../../loudmouth/lm-misc.h ../../loudmouth/lm-ssl.h ../../loudmouth/md5.h ../../loudmouth/lm-resolver.h ../../loudmouth/lm-message-queue.h ../../loudmouth/lm-marshal.h ../../loudmouth/lm-message-handler.h ../../loudmouth/lm-ssl-base.h ../../loudmouth/lm-old-socket.h ../../loudmouth/lm-xmpp-writer.h ../../loudmouth/lm-sasl.h ../../loudmouth/lm-simple-io.h ../../loudmouth/lm-asyncns-resolver.h ../../loudmouth/lm-utils.h ../../loudmouth/lm-sock.h ../../loudmouth/lm-socket.h ../../loudmouth/lm-connection.h ../../loudmouth/lm-message-node.h ../../loudmouth/lm-sha.h ../../loudmouth/loudmouth.h ../../loudmouth/lm-ssl-internals.h ../../loudmouth/lm-dummy.h ../../loudmouth/lm-proxy.h ../../loudmouth/lm-error.h ../../loudmouth/lm-message.h ../../loudmouth/lm-debug.h ../../loudmouth/lm-feature-ping.h ../../loudmouth/lm-dummy.c ../../loudmouth/lm-message.c ../../loudmouth/lm-debug.c ../../loudmouth/lm-parser.c ../../loudmouth/lm-feature-ping.c ../../loudmouth/test-dns.c ../../loudmouth/lm-message-node.c ../../loudmouth/lm-old-socket.c ../../loudmouth/lm-socket.c ../../loudmouth/lm-asyncns-resolver.c ../../loudmouth/lm-sock.c ../../loudmouth/lm-data-objects.c ../../loudmouth/lm-ssl-generic.c ../../loudmouth/lm-message-queue.c ../../loudmouth/lm-misc.c ../../loudmouth/lm-ssl-openssl.c ../../loudmouth/lm-resolver.c ../../loudmouth/lm-proxy.c ../../loudmouth/lm-ssl-gnutls.c ../../loudmouth/lm-error.c ../../loudmouth/lm-ssl-base.c ../../loudmouth/lm-xmpp-writer.c ../../loudmouth/md5.c ../../loudmouth/lm-sasl.c ../../loudmouth/lm-simple-io.c ../../loudmouth/lm-utils.c ../../loudmouth/lm-blocking-resolver.c ../../loudmouth/lm-idummy.c ../../loudmouth/lm-marshal.c ../../loudmouth/lm-sha.c ../../loudmouth/lm-connection.c ../../loudmouth/lm-message-handler.c" = "0"; then \ if test "x" = "x1"; then \ scanobj_options="--verbose"; \ fi; \ fi; \ CC="/bin/sh ../../libtool --tag=CC --mode=compile cc -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 -DLM_COMPILATION -I../.. -I../../loudmouth -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations" LD="/bin/sh ../../libtool --tag=CC --mode=link cc -lgobject-2.0 -lglib-2.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld" RUN="/bin/sh ../../libtool --mode=execute" CFLAGS=" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations" LDFLAGS="-lgobject-2.0 -lglib-2.0 ../../loudmouth/libloudmouth.la -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld" \ gtkdoc-scangobj $scanobj_options --module=loudmouth; \ else \ for i in loudmouth.args loudmouth.hierarchy loudmouth.interfaces loudmouth.prerequisites loudmouth.signals ; do \ test -f $i || touch $i ; \ done \ fi touch scan-build.stamp _source_dir='' ; \ for i in ../../loudmouth ; do \ _source_dir="${_source_dir} --source-dir=$i" ; \ done ; \ gtkdoc-mkdb --module=loudmouth --output-format=xml --expand-content-files="" --main-sgml-file=loudmouth-docs.sgml ${_source_dir} --sgml-mode --output-format=xml ../../loudmouth/lm-message.c:304: warning: Parameter description for lm_message_get_sub_type::message is missing in source code comment block. ../../loudmouth/lm-error.h:45: warning: Value description for LmError::LM_ERROR_CONNECTION_FAILED is missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_STREAM_FEATURES is missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_AUTH is missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_CHALLENGE is missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_RESPONSE is missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_SUCCESS is missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_FAILURE is missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_PROCEED is missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_STARTTLS is missing in source code comment block. ../../loudmouth/lm-message.h:94: warning: Value description for LmMessageSubType::LM_MESSAGE_SUB_TYPE_NORMAL is missing in source code comment block. ../../loudmouth/lm-message-node.c:136: warning: Parameter description for lm_message_node_get_value::Returns is missing in source code comment block. ../../loudmouth/lm-connection.c:1729: warning: Parameter description for lm_connection_get_port::Returns is missing in source code comment block. ../../loudmouth/lm-connection.h:95: warning: Value description for LmDisconnectReason::LM_DISCONNECT_REASON_OK is missing in source code comment block. ../../loudmouth/lm-connection.h:95: warning: Value description for LmDisconnectReason::LM_DISCONNECT_REASON_RESOURCE_CONFLICT is missing in source code comment block. ../../loudmouth/lm-connection.h:95: warning: Value description for LmDisconnectReason::LM_DISCONNECT_REASON_INVALID_XML is missing in source code comment block. ../../loudmouth/lm-connection.h:95: warning: Value description for LmDisconnectReason::LM_DISCONNECT_REASON_OK is missing in source code comment block. ../../loudmouth/lm-connection.h:95: warning: Value description for LmDisconnectReason::LM_DISCONNECT_REASON_RESOURCE_CONFLICT is missing in source code comment block. ../../loudmouth/lm-connection.h:95: warning: Value description for LmDisconnectReason::LM_DISCONNECT_REASON_INVALID_XML is missing in source code comment block. ../../loudmouth/lm-connection.h:95: warning: Value description for LmDisconnectReason::LM_DISCONNECT_REASON_OK is not used from source code comment block. ../../loudmouth/lm-connection.h:95: warning: Value description for LmDisconnectReason::LM_DISCONNECT_REASON_RESOURCE_CONFLICT is not used from source code comment block. ../../loudmouth/lm-connection.h:95: warning: Value description for LmDisconnectReason::LM_DISCONNECT_REASON_INVALID_XML is not used from source code comment block. ../../loudmouth/lm-message-node.c:204: warning: Parameter description for lm_message_node_set_attributes::Varargs is not used from source code comment block. ../../loudmouth/lm-message-node.c:204: warning: Parameter description for lm_message_node_set_attributes::... is missing in source code comment block. unknown:0: warning: Field descriptions for struct LmMessage are missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_STREAM_FEATURES is missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_AUTH is missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_CHALLENGE is missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_RESPONSE is missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_SUCCESS is missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_FAILURE is missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_PROCEED is missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_STARTTLS is missing in source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_STREAM_FEATURES is not used from source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_AUTH is not used from source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_CHALLENGE is not used from source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_RESPONSE is not used from source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_SUCCESS is not used from source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_FAILURE is not used from source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_PROCEED is not used from source code comment block. ../../loudmouth/lm-message.h:56: warning: Value description for LmMessageType::LM_MESSAGE_TYPE_STARTTLS is not used from source code comment block. ../../loudmouth/lm-message.h:94: warning: Value description for LmMessageSubType::LM_MESSAGE_SUB_TYPE_NORMAL is missing in source code comment block. ../../loudmouth/lm-message.h:94: warning: Value description for LmMessageSubType::LM_MESSAGE_SUB_TYPE_NORMAL is not used from source code comment block. ../../loudmouth/lm-error.h:45: warning: Value description for LmError::LM_ERROR_CONNECTION_FAILED is missing in source code comment block. ../../loudmouth/lm-error.h:45: warning: Value description for LmError::LM_ERROR_CONNECTION_FAILED is not used from source code comment block. ./loudmouth-unused.txt:1: warning: 139 unused declarations. They should be added to loudmouth-sections.txt in the appropriate place. touch sgml-build.stamp rm -rf html && mkdir html && \ mkhtml_options=""; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "sgml.stamp loudmouth-docs.sgml" = "0"; then \ if test "x" = "x1"; then \ mkhtml_options="$mkhtml_options --verbose"; \ fi; \ fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ if test "sgml.stamp loudmouth-docs.sgml" = "0"; then \ mkhtml_options="$mkhtml_options --path=\"/builddir/build/BUILD/loudmouth-1.5.3/docs/reference\""; \ fi; \ cd html && gtkdoc-mkhtml $mkhtml_options loudmouth ../loudmouth-docs.sgml Element message in namespace '' encountered in para, but no template matches. Element presence in namespace '' encountered in para, but no template matches. Element iq in namespace '' encountered in para, but no template matches. gtkdoc-fixxref --module=loudmouth --module-dir=html --html-dir=/usr/share/gtk-doc/html html/loudmouth-LmConnection.html:448: warning: no link for: "TRUE:CAPS" -> (TRUE). html/loudmouth-LmConnection.html:448: warning: no link for: "FALSE:CAPS" -> (FALSE). html/loudmouth-LmConnection.html:503: warning: no link for: "NULL:CAPS" -> (NULL). html/loudmouth-LmConnection.html:529: warning: no link for: "GMainContext" -> (GMainContext). html/loudmouth-LmConnection.html:568: warning: no link for: "GDestroyNotify" -> (GDestroyNotify). html/loudmouth-LmConnection.html:569: warning: no link for: "GError" -> (GError). html/loudmouth-LmConnection.html:697: warning: no link for: "LmResult" -> (LmResult). html/loudmouth-LmConnection.html:1692: warning: no link for: "NORMAL:CAPS" -> (NORMAL). html/loudmouth-LmConnection.html:1692: warning: no link for: "FIRST:CAPS" -> (FIRST). html/loudmouth-LmConnection.html:1699: warning: no link for: "LAST:CAPS" -> (LAST). html/loudmouth-LmMessage.html:126: warning: no link for: "lm-message-new-with-subtype" -> (lm_message_new_with_subtype()). touch html-build.stamp make[5]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/docs/reference' make[4]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/docs/reference' make[4]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/docs' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/docs' make[3]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/docs' make[2]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/docs' Making all in examples make[2]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/examples' make all-am make[3]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/examples' cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o test-lm.o test-lm.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o test-http-proxy.o test-http-proxy.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o test-tunnel.o test-tunnel.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-send-async.o lm-send-async.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-change-password.o lm-change-password.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-register.o lm-register.c /bin/sh ../libtool --tag=CC --mode=link cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-http-proxy test-http-proxy.o -lgobject-2.0 -lglib-2.0 ../loudmouth/libloudmouth-1.la -lresolv -lssl -lcrypto /bin/sh ../libtool --tag=CC --mode=link cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-tunnel test-tunnel.o -lgobject-2.0 -lglib-2.0 ../loudmouth/libloudmouth-1.la -lresolv -lssl -lcrypto libtool: link: cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test-tunnel test-tunnel.o -lgobject-2.0 -lglib-2.0 ../loudmouth/.libs/libloudmouth-1.so -lresolv -lssl -lcrypto -Wl,-rpath -Wl,/usr/lib64 libtool: link: cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test-http-proxy test-http-proxy.o -lgobject-2.0 -lglib-2.0 ../loudmouth/.libs/libloudmouth-1.so -lresolv -lssl -lcrypto -Wl,-rpath -Wl,/usr/lib64 /bin/sh ../libtool --tag=CC --mode=link cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lm-send-async lm-send-async.o -lgobject-2.0 -lglib-2.0 ../loudmouth/libloudmouth-1.la -lresolv -lssl -lcrypto /bin/sh ../libtool --tag=CC --mode=link cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lm-register lm-register.o -lgobject-2.0 -lglib-2.0 ../loudmouth/libloudmouth-1.la -lresolv -lssl -lcrypto /bin/sh ../libtool --tag=CC --mode=link cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-lm test-lm.o -lgobject-2.0 -lglib-2.0 ../loudmouth/libloudmouth-1.la -lresolv -lssl -lcrypto /bin/sh ../libtool --tag=CC --mode=link cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lm-change-password lm-change-password.o -lgobject-2.0 -lglib-2.0 ../loudmouth/libloudmouth-1.la -lresolv -lssl -lcrypto libtool: link: cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/lm-register lm-register.o -lgobject-2.0 -lglib-2.0 ../loudmouth/.libs/libloudmouth-1.so -lresolv -lssl -lcrypto -Wl,-rpath -Wl,/usr/lib64 libtool: link: cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/lm-send-async lm-send-async.o -lgobject-2.0 -lglib-2.0 ../loudmouth/.libs/libloudmouth-1.so -lresolv -lssl -lcrypto -Wl,-rpath -Wl,/usr/lib64 libtool: link: cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test-lm test-lm.o -lgobject-2.0 -lglib-2.0 ../loudmouth/.libs/libloudmouth-1.so -lresolv -lssl -lcrypto -Wl,-rpath -Wl,/usr/lib64 libtool: link: cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/lm-change-password lm-change-password.o -lgobject-2.0 -lglib-2.0 ../loudmouth/.libs/libloudmouth-1.so -lresolv -lssl -lcrypto -Wl,-rpath -Wl,/usr/lib64 make[3]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/examples' make[2]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/examples' Making all in tests make[2]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/tests' make all-recursive make[3]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/tests' Making all in parser-tests make[4]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/tests/parser-tests' make all-am make[5]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/tests/parser-tests' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/tests/parser-tests' make[4]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/tests/parser-tests' make[4]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/tests' cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DLM_COMPILATION -DRUNTIME_ENDIAN -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DPARSER_TEST_DIR="\"../tests/parser-tests\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o test-parser.o test-parser.c cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DLM_COMPILATION -DRUNTIME_ENDIAN -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DPARSER_TEST_DIR="\"../tests/parser-tests\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o lm-data-objects.o `test -f '../loudmouth/lm-data-objects.c' || echo './'`../loudmouth/lm-data-objects.c cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DLM_COMPILATION -DRUNTIME_ENDIAN -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DPARSER_TEST_DIR="\"../tests/parser-tests\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c -o test-data-objects.o test-data-objects.c /bin/sh ../libtool --tag=CC --mode=link cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-parser test-parser.o -lgobject-2.0 -lglib-2.0 ../loudmouth/libloudmouth-1.la /bin/sh ../libtool --tag=CC --mode=link cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-data-objects lm-data-objects.o test-data-objects.o -lgobject-2.0 -lglib-2.0 ../loudmouth/libloudmouth-1.la libtool: link: cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test-parser test-parser.o -lgobject-2.0 -lglib-2.0 ../loudmouth/.libs/libloudmouth-1.so -Wl,-rpath -Wl,/usr/lib64 libtool: link: cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test-data-objects lm-data-objects.o test-data-objects.o -lgobject-2.0 -lglib-2.0 ../loudmouth/.libs/libloudmouth-1.so -Wl,-rpath -Wl,/usr/lib64 make[4]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/tests' make[3]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/tests' make[2]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/tests' make[2]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3' make[2]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3' make[1]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nwvygI + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64 + cd loudmouth-1.5.3 + make install DESTDIR=/builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64 make install-recursive make[1]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3' Making install in loudmouth make[2]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/loudmouth' make install-am make[3]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/loudmouth' make[4]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/loudmouth' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/lib64' /bin/sh ../libtool --mode=install /usr/bin/install -c libloudmouth-1.la '/builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -c .libs/libloudmouth-1.so.0.1.0 /builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/lib64/libloudmouth-1.so.0.1.0 libtool: install: (cd /builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/lib64 && { ln -s -f libloudmouth-1.so.0.1.0 libloudmouth-1.so.0 || { rm -f libloudmouth-1.so.0 && ln -s libloudmouth-1.so.0.1.0 libloudmouth-1.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/lib64 && { ln -s -f libloudmouth-1.so.0.1.0 libloudmouth-1.so || { rm -f libloudmouth-1.so && ln -s libloudmouth-1.so.0.1.0 libloudmouth-1.so; }; }) libtool: install: /usr/bin/install -c .libs/libloudmouth-1.lai /builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/lib64/libloudmouth-1.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/include/loudmouth-1.0/loudmouth' /usr/bin/install -c -m 644 lm-connection.h lm-error.h lm-message.h lm-message-handler.h lm-message-node.h lm-utils.h lm-proxy.h lm-ssl.h loudmouth.h '/builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/include/loudmouth-1.0/loudmouth' make[4]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/loudmouth' make[3]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/loudmouth' make[2]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/loudmouth' Making install in docs make[2]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/docs' make install-recursive make[3]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/docs' Making install in reference make[4]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/docs/reference' make install-am make[5]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/docs/reference' make[6]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/docs/reference' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/install -c -m 644 ./html/ch01.html /usr/bin/install -c -m 644 ./html/home.png /usr/bin/install -c -m 644 ./html/index.html /usr/bin/install -c -m 644 ./html/left-insensitive.png /usr/bin/install -c -m 644 ./html/left.png /usr/bin/install -c -m 644 ./html/loudmouth-LmConnection.html /usr/bin/install -c -m 644 ./html/loudmouth-LmError.html /usr/bin/install -c -m 644 ./html/loudmouth-LmMessage.html /usr/bin/install -c -m 644 ./html/loudmouth-LmMessageHandler.html /usr/bin/install -c -m 644 ./html/loudmouth-LmMessageNode.html /usr/bin/install -c -m 644 ./html/loudmouth-LmProxy.html /usr/bin/install -c -m 644 ./html/loudmouth-LmSSL.html /usr/bin/install -c -m 644 ./html/loudmouth-Miscellaneous-Utility-Functions.html /usr/bin/install -c -m 644 ./html/loudmouth.devhelp2 /usr/bin/install -c -m 644 ./html/right-insensitive.png /usr/bin/install -c -m 644 ./html/right.png /usr/bin/install -c -m 644 ./html/style.css /usr/bin/install -c -m 644 ./html/up-insensitive.png /usr/bin/install -c -m 644 ./html/up.png make[6]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/docs/reference' make[5]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/docs/reference' make[4]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/docs/reference' make[4]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/docs' make[5]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/docs' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/docs' make[4]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/docs' make[3]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/docs' make[2]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/docs' Making install in examples make[2]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/examples' make install-am make[3]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/examples' make[4]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/examples' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/examples' make[3]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/examples' make[2]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/examples' Making install in tests make[2]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/tests' make install-recursive make[3]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/tests' Making install in parser-tests make[4]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/tests/parser-tests' make install-am make[5]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/tests/parser-tests' make[6]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/tests/parser-tests' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/tests/parser-tests' make[5]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/tests/parser-tests' make[4]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/tests/parser-tests' make[4]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/tests' make[5]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3/tests' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/tests' make[4]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/tests' make[3]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/tests' make[2]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3/tests' make[2]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3' make[3]: Entering directory '/builddir/build/BUILD/loudmouth-1.5.3' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/lib64/pkgconfig' /usr/bin/install -c -m 644 loudmouth-1.0.pc '/builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/lib64/pkgconfig' make[3]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3' make[2]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3' make[1]: Leaving directory '/builddir/build/BUILD/loudmouth-1.5.3' + find /builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64 -name '*.la' -delete + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: loudmouth-1.5.3-4.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.28xMn6 + umask 022 + cd /builddir/build/BUILD + cd loudmouth-1.5.3 + DOCDIR=/builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/share/doc/loudmouth + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/share/doc/loudmouth + cp -pr NEWS /builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/share/doc/loudmouth + cp -pr README /builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/share/doc/loudmouth + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3krFhU + umask 022 + cd /builddir/build/BUILD + cd loudmouth-1.5.3 + LICENSEDIR=/builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/share/licenses/loudmouth + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/share/licenses/loudmouth + cp -pr COPYING /builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64/usr/share/licenses/loudmouth + exit 0 Provides: libloudmouth-1.so.0()(64bit) loudmouth = 1.5.3-4.fc28 loudmouth(riscv-64) = 1.5.3-4.fc28 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libasyncns.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libidn.so.11()(64bit) libidn.so.11(LIBIDN_1.0)(64bit) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.27)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) rtld(GNU_HASH) Processing files: loudmouth-devel-1.5.3-4.fc28.riscv64 Provides: loudmouth-devel = 1.5.3-4.fc28 loudmouth-devel(riscv-64) = 1.5.3-4.fc28 pkgconfig(loudmouth-1.0) = 1.5.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libloudmouth-1.so.0()(64bit) pkgconfig(glib-2.0) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64 Wrote: /builddir/build/SRPMS/loudmouth-1.5.3-4.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/loudmouth-1.5.3-4.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/loudmouth-devel-1.5.3-4.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.bgxrLg + umask 022 + cd /builddir/build/BUILD + cd loudmouth-1.5.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/loudmouth-1.5.3-4.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff