+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/libetpan.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 warning: Macro expanded in comment on line 9: %{name}/archive/%{version}.tar.gz Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.aiQZYQ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libetpan-1.7.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/libetpan-1.7.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libetpan-1.7.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (libetpan-1.6-config-script.patch):' Patch #0 (libetpan-1.6-config-script.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .libetpan-config-script --fuzz=0 patching file libetpan-config.in + echo 'Patch #1 (libetpan-1.7-251-fix-memory-leak.patch):' Patch #1 (libetpan-1.7-251-fix-memory-leak.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .251-memleak --fuzz=0 patching file src/low-level/imap/mailimap_id_parser.c + echo 'Patch #2 (libetpan-1.7-fix-idle-crash.patch):' Patch #2 (libetpan-1.7-fix-idle-crash.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .idle-crash --fuzz=0 patching file src/low-level/imap/idle.c + ./autogen.sh **Warning**: I am going to run `configure' with default arguments. If you wish to pass any others to it, please specify them on the `./autogen.sh' command line. Running libtoolize... libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' Running aclocal... configure.ac:145: warning: LT_LANG was called before LT_INIT m4/libtool.m4:61: LT_INIT is expanded from... m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:145: the top level configure.ac:145: warning: LT_LANG was called before LT_INIT m4/libtool.m4:61: LT_INIT is expanded from... m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:145: the top level Running autoheader... configure.ac:145: warning: LT_LANG was called before LT_INIT m4/libtool.m4:61: LT_INIT is expanded from... m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:145: the top level Running autoconf ... configure.ac:145: warning: LT_LANG was called before LT_INIT m4/libtool.m4:61: LT_INIT is expanded from... m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:145: the top level Running automake... configure.ac:145: warning: LT_LANG was called before LT_INIT m4/libtool.m4:61: LT_INIT is expanded from... m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:145: the top level configure.ac:108: installing './compile' configure.ac:32: installing './config.guess' configure.ac:32: installing './config.sub' configure.ac:30: installing './install-sh' configure.ac:30: installing './missing' src/Makefile.am: installing './depcomp' Running ./configure --enable-debug ... 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-unknown-linux-gnu checking host system type... riscv64-unknown-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for inline... inline checking for windres... no checking for a sed that does not truncate output... /usr/bin/sed checking how to print strings... printf 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-unknown-linux-gnu file names to riscv64-unknown-linux-gnu format... func_convert_file_noop checking how to convert riscv64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) 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... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... 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 sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for inttypes.h... (cached) yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no poll using is off checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for connect... yes checking for inet_ntoa... yes checking for setenv... yes checking for getopt_long... yes checking openssl/ssl.h usability... no checking openssl/ssl.h presence... no checking for openssl/ssl.h... no configure: WARNING: OpenSSL support disabled. checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking checking iconv() prototype... ok checking for iconv... found checking db.h usability... yes checking db.h presence... yes checking for db.h... yes checking version of Berkeley DB... version 3.x or above checking for db_create() in -ldb-6.0... not found checking for db_create() in -ldb-5.3... found checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create with libc... no checking for pthread_create with -pthreads... no checking for pthread_create with -pthread... yes checking for lockfile_create in -llockfile... yes checking sasl/sasl.h usability... yes checking sasl/sasl.h presence... yes checking for sasl/sasl.h... yes checking for sasl_client_init in -lsasl2... yes checking whether to use IPv6... maybe checking for IPv6 support... yes checking for getaddrinfo... yes checking for freeaddrinfo... yes checking for curl-config... no checking expat.h usability... no checking expat.h presence... no checking for expat.h... no checking zlib version... ok (1.2.0.4 or later) checking for library containing zlibVersion... -lz checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libetpan-config config.status: creating Makefile config.status: creating build-windows/Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating src/bsd/Makefile config.status: creating src/windows/Makefile config.status: creating src/data-types/Makefile config.status: creating src/low-level/Makefile config.status: creating src/low-level/feed/Makefile config.status: creating src/low-level/imap/Makefile config.status: creating src/low-level/imf/Makefile config.status: creating src/low-level/maildir/Makefile config.status: creating src/low-level/mbox/Makefile config.status: creating src/low-level/mh/Makefile config.status: creating src/low-level/mime/Makefile config.status: creating src/low-level/nntp/Makefile config.status: creating src/low-level/pop3/Makefile config.status: creating src/low-level/smtp/Makefile config.status: creating src/driver/Makefile config.status: creating src/driver/implementation/Makefile config.status: creating src/driver/implementation/data-message/Makefile config.status: creating src/driver/implementation/db/Makefile config.status: creating src/driver/implementation/feed/Makefile config.status: creating src/driver/implementation/hotmail/Makefile config.status: creating src/driver/implementation/imap/Makefile config.status: creating src/driver/implementation/maildir/Makefile config.status: creating src/driver/implementation/mbox/Makefile config.status: creating src/driver/implementation/mh/Makefile config.status: creating src/driver/implementation/mime-message/Makefile config.status: creating src/driver/implementation/nntp/Makefile config.status: creating src/driver/implementation/pop3/Makefile config.status: creating src/driver/interface/Makefile config.status: creating src/driver/tools/Makefile config.status: creating src/main/Makefile config.status: creating src/main/libetpan_version.h config.status: creating src/engine/Makefile config.status: creating src/versioninfo.rc config.status: creating doc/Makefile config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Now type `make' to compile libetpan-1.7.2 + grep 'GNUTLSLIB="-lgnutls -lgcrypt -lgpg-error -lz"' configure GNUTLSLIB="-lgnutls -lgcrypt -lgpg-error -lz" + sed -i 's!-lgcrypt -lgpg-error -lz!!g' configure + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3KSGSy + umask 022 + cd /builddir/build/BUILD + cd libetpan-1.7.2 + 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 ./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-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"~' ./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 --with-gnutls=yes --with-openssl=no 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-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking for riscv64-redhat-linux-gnu-g++... no checking for riscv64-redhat-linux-gnu-c++... no checking for riscv64-redhat-linux-gnu-gpp... no checking for riscv64-redhat-linux-gnu-aCC... no checking for riscv64-redhat-linux-gnu-CC... no checking for riscv64-redhat-linux-gnu-cxx... no checking for riscv64-redhat-linux-gnu-cc++... no checking for riscv64-redhat-linux-gnu-cl.exe... no checking for riscv64-redhat-linux-gnu-FCC... no checking for riscv64-redhat-linux-gnu-KCC... no checking for riscv64-redhat-linux-gnu-RCC... no checking for riscv64-redhat-linux-gnu-xlC_r... no checking for riscv64-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking for inline... inline checking for riscv64-redhat-linux-gnu-windres... no checking for windres... no checking for a sed that does not truncate output... /usr/bin/sed checking how to print strings... printf 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... 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... 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 object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for 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 how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... 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 sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for inttypes.h... (cached) yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no poll using is off checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for connect... yes checking for inet_ntoa... yes checking for setenv... yes checking for getopt_long... yes checking gnutls/gnutls.h usability... yes checking gnutls/gnutls.h presence... yes checking for gnutls/gnutls.h... yes checking for gnutls_global_deinit in -lgnutls... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking checking iconv() prototype... ok checking for iconv... found checking db.h usability... yes checking db.h presence... yes checking for db.h... yes checking version of Berkeley DB... version 3.x or above checking for db_create() in -ldb-6.0... not found checking for db_create() in -ldb-5.3... found checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create with libc... no checking for pthread_create with -pthreads... no checking for pthread_create with -pthread... yes checking for lockfile_create in -llockfile... yes checking sasl/sasl.h usability... yes checking sasl/sasl.h presence... yes checking for sasl/sasl.h... yes checking for sasl_client_init in -lsasl2... yes checking whether to use IPv6... maybe checking for IPv6 support... yes checking for getaddrinfo... yes checking for freeaddrinfo... yes checking for curl-config... no checking expat.h usability... no checking expat.h presence... no checking for expat.h... no checking zlib version... ok (1.2.0.4 or later) checking for library containing zlibVersion... -lz checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libetpan-config config.status: creating Makefile config.status: creating build-windows/Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating src/bsd/Makefile config.status: creating src/windows/Makefile config.status: creating src/data-types/Makefile config.status: creating src/low-level/Makefile config.status: creating src/low-level/feed/Makefile config.status: creating src/low-level/imap/Makefile config.status: creating src/low-level/imf/Makefile config.status: creating src/low-level/maildir/Makefile config.status: creating src/low-level/mbox/Makefile config.status: creating src/low-level/mh/Makefile config.status: creating src/low-level/mime/Makefile config.status: creating src/low-level/nntp/Makefile config.status: creating src/low-level/pop3/Makefile config.status: creating src/low-level/smtp/Makefile config.status: creating src/driver/Makefile config.status: creating src/driver/implementation/Makefile config.status: creating src/driver/implementation/data-message/Makefile config.status: creating src/driver/implementation/db/Makefile config.status: creating src/driver/implementation/feed/Makefile config.status: creating src/driver/implementation/hotmail/Makefile config.status: creating src/driver/implementation/imap/Makefile config.status: creating src/driver/implementation/maildir/Makefile config.status: creating src/driver/implementation/mbox/Makefile config.status: creating src/driver/implementation/mh/Makefile config.status: creating src/driver/implementation/mime-message/Makefile config.status: creating src/driver/implementation/nntp/Makefile config.status: creating src/driver/implementation/pop3/Makefile config.status: creating src/driver/interface/Makefile config.status: creating src/driver/tools/Makefile config.status: creating src/main/Makefile config.status: creating src/main/libetpan_version.h config.status: creating src/engine/Makefile config.status: creating src/versioninfo.rc config.status: creating doc/Makefile config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands + make LIBTOOL=/usr/bin/libtool -j4 cat ./libetpan-config.h.in | gcc -E -I. - \ | sed -e '/^#/d;/^[ \t]*$/d;s/^@/#/' > libetpan-config.h cd . && make stamp-prepare-target make[1]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2' cd include && make clean make[2]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/include' rm -rf .libs _libs rm -fR libetpan rm -f *.lo make[2]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/include' make RECURSIVE_TARGETS=prepare-recursive prepare make[2]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ./include/libetpan/ Making prepare in build-windows make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/build-windows' make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/build-windows' Making prepare in include make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/include' make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/include' Making prepare in src cd ./include/libetpan/ ln -s -f ../.././libetpan-config.h . make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src' Making prepare in bsd make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/bsd' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/bsd' Making prepare in data-types make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/data-types' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../include/libetpan/ cd ../../include/libetpan/ ln -s -f ../../src/data-types/mmapstring.h . ln -s -f ../../src/data-types/mailstream.h . ln -s -f ../../src/data-types/mailstream_helper.h . ln -s -f ../../src/data-types/mail.h . ln -s -f ../../src/data-types/mailstream_low.h . ln -s -f ../../src/data-types/mailstream_socket.h . ln -s -f ../../src/data-types/mailstream_ssl.h . ln -s -f ../../src/data-types/mailstream_cfstream.h . ln -s -f ../../src/data-types/mailstream_compress.h . ln -s -f ../../src/data-types/mailstream_types.h . ln -s -f ../../src/data-types/carray.h . ln -s -f ../../src/data-types/clist.h . ln -s -f ../../src/data-types/chash.h . ln -s -f ../../src/data-types/charconv.h . ln -s -f ../../src/data-types/mailsem.h . ln -s -f ../../src/data-types/maillock.h . make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/data-types' Making prepare in low-level make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' Making prepare in imap make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imap' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../include/libetpan/ cd ../../../include/libetpan/ ln -s -f ../../src/low-level/imap/mailimap_helper.h . ln -s -f ../../src/low-level/imap/mailimap.h . ln -s -f ../../src/low-level/imap/mailimap_types.h . ln -s -f ../../src/low-level/imap/mailimap_types_helper.h . ln -s -f ../../src/low-level/imap/mailimap_socket.h . ln -s -f ../../src/low-level/imap/mailimap_ssl.h . ln -s -f ../../src/low-level/imap/mailimap_extension.h . ln -s -f ../../src/low-level/imap/mailimap_extension_types.h . ln -s -f ../../src/low-level/imap/annotatemore.h . ln -s -f ../../src/low-level/imap/annotatemore_types.h . ln -s -f ../../src/low-level/imap/acl.h . ln -s -f ../../src/low-level/imap/acl_types.h . ln -s -f ../../src/low-level/imap/uidplus.h . ln -s -f ../../src/low-level/imap/uidplus_types.h . ln -s -f ../../src/low-level/imap/quota.h . ln -s -f ../../src/low-level/imap/quota_parser.h . ln -s -f ../../src/low-level/imap/quota_sender.h . ln -s -f ../../src/low-level/imap/quota_types.h . ln -s -f ../../src/low-level/imap/idle.h . ln -s -f ../../src/low-level/imap/namespace.h . ln -s -f ../../src/low-level/imap/namespace_parser.h . ln -s -f ../../src/low-level/imap/namespace_sender.h . ln -s -f ../../src/low-level/imap/namespace_types.h . ln -s -f ../../src/low-level/imap/xlist.h . ln -s -f ../../src/low-level/imap/xgmlabels.h . ln -s -f ../../src/low-level/imap/xgmmsgid.h . ln -s -f ../../src/low-level/imap/xgmthrid.h . ln -s -f ../../src/low-level/imap/mailimap_id.h . ln -s -f ../../src/low-level/imap/mailimap_id_types.h . ln -s -f ../../src/low-level/imap/enable.h . ln -s -f ../../src/low-level/imap/condstore.h . ln -s -f ../../src/low-level/imap/condstore_types.h . ln -s -f ../../src/low-level/imap/qresync.h . ln -s -f ../../src/low-level/imap/qresync_types.h . ln -s -f ../../src/low-level/imap/mailimap_sort.h . ln -s -f ../../src/low-level/imap/mailimap_sort_types.h . ln -s -f ../../src/low-level/imap/mailimap_compress.h . ln -s -f ../../src/low-level/imap/mailimap_oauth2.h . make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imap' Making prepare in imf make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imf' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../include/libetpan/ cd ../../../include/libetpan/ ln -s -f ../../src/low-level/imf/mailimf.h . ln -s -f ../../src/low-level/imf/mailimf_types.h . ln -s -f ../../src/low-level/imf/mailimf_write_file.h . ln -s -f ../../src/low-level/imf/mailimf_types_helper.h . ln -s -f ../../src/low-level/imf/mailimf_write_generic.h . ln -s -f ../../src/low-level/imf/mailimf_write_mem.h . make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imf' Making prepare in maildir make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/maildir' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../include/libetpan/ cd ../../../include/libetpan/ ln -s -f ../../src/low-level/maildir/maildir.h . ln -s -f ../../src/low-level/maildir/maildir_types.h . make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/maildir' Making prepare in mbox make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mbox' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../include/libetpan/ cd ../../../include/libetpan/ ln -s -f ../../src/low-level/mbox/mailmbox.h . ln -s -f ../../src/low-level/mbox/mailmbox_types.h . make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mbox' Making prepare in mh make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mh' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../include/libetpan/ cd ../../../include/libetpan/ ln -s -f ../../src/low-level/mh/mailmh.h . make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mh' Making prepare in mime make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mime' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../include/libetpan/ cd ../../../include/libetpan/ ln -s -f ../../src/low-level/mime/mailmime.h . ln -s -f ../../src/low-level/mime/mailmime_types.h . ln -s -f ../../src/low-level/mime/mailmime_content.h . ln -s -f ../../src/low-level/mime/mailmime_decode.h . ln -s -f ../../src/low-level/mime/mailmime_disposition.h . ln -s -f ../../src/low-level/mime/mailmime_write_file.h . ln -s -f ../../src/low-level/mime/mailmime_types_helper.h . ln -s -f ../../src/low-level/mime/mailmime_write_generic.h . ln -s -f ../../src/low-level/mime/mailmime_write_mem.h . make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mime' Making prepare in nntp make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/nntp' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../include/libetpan/ cd ../../../include/libetpan/ ln -s -f ../../src/low-level/nntp/newsnntp.h . ln -s -f ../../src/low-level/nntp/newsnntp_socket.h . ln -s -f ../../src/low-level/nntp/newsnntp_ssl.h . ln -s -f ../../src/low-level/nntp/newsnntp_types.h . make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/nntp' Making prepare in pop3 make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/pop3' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../include/libetpan/ cd ../../../include/libetpan/ ln -s -f ../../src/low-level/pop3/mailpop3.h . ln -s -f ../../src/low-level/pop3/mailpop3_socket.h . ln -s -f ../../src/low-level/pop3/mailpop3_helper.h . ln -s -f ../../src/low-level/pop3/mailpop3_ssl.h . ln -s -f ../../src/low-level/pop3/mailpop3_types.h . make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/pop3' Making prepare in smtp make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/smtp' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../include/libetpan/ cd ../../../include/libetpan/ ln -s -f ../../src/low-level/smtp/mailsmtp.h . ln -s -f ../../src/low-level/smtp/mailsmtp_helper.h . ln -s -f ../../src/low-level/smtp/mailsmtp_socket.h . ln -s -f ../../src/low-level/smtp/mailsmtp_ssl.h . ln -s -f ../../src/low-level/smtp/mailsmtp_types.h . ln -s -f ../../src/low-level/smtp/mailsmtp_oauth2.h . make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/smtp' Making prepare in feed make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/feed' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../include/libetpan/ cd ../../../include/libetpan/ ln -s -f ../../src/low-level/feed/newsfeed_types.h . ln -s -f ../../src/low-level/feed/newsfeed.h . ln -s -f ../../src/low-level/feed/newsfeed_item.h . ln -s -f ../../src/low-level/feed/newsfeed_item_enclosure.h . make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/feed' make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' Making prepare in driver make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' Making prepare in implementation make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' Making prepare in data-message make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/data-message' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../../include/libetpan/ cd ../../../../include/libetpan/ ln -s -f ../../src/driver/implementation/data-message/data_message_driver.h . make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/data-message' Making prepare in imap make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/imap' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../../include/libetpan/ cd ../../../../include/libetpan/ ln -s -f ../../src/driver/implementation/imap/imapdriver.h . ln -s -f ../../src/driver/implementation/imap/imapdriver_message.h . ln -s -f ../../src/driver/implementation/imap/imapdriver_cached.h . ln -s -f ../../src/driver/implementation/imap/imapdriver_cached_message.h . ln -s -f ../../src/driver/implementation/imap/imapdriver_types.h . ln -s -f ../../src/driver/implementation/imap/imapstorage.h . ln -s -f ../../src/driver/implementation/imap/imapdriver_tools.h . ln -s -f ../../src/driver/implementation/imap/imapdriver_tools_private.h . make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/imap' Making prepare in maildir make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/maildir' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../../include/libetpan/ cd ../../../../include/libetpan/ ln -s -f ../../src/driver/implementation/maildir/maildirdriver.h . ln -s -f ../../src/driver/implementation/maildir/maildirdriver_cached.h . ln -s -f ../../src/driver/implementation/maildir/maildirdriver_cached_message.h . ln -s -f ../../src/driver/implementation/maildir/maildirdriver_message.h . ln -s -f ../../src/driver/implementation/maildir/maildirdriver_types.h . ln -s -f ../../src/driver/implementation/maildir/maildirstorage.h . make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/maildir' Making prepare in mbox make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mbox' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../../include/libetpan/ cd ../../../../include/libetpan/ ln -s -f ../../src/driver/implementation/mbox/mboxdriver.h . ln -s -f ../../src/driver/implementation/mbox/mboxdriver_cached.h . ln -s -f ../../src/driver/implementation/mbox/mboxdriver_cached_message.h . ln -s -f ../../src/driver/implementation/mbox/mboxdriver_message.h . ln -s -f ../../src/driver/implementation/mbox/mboxdriver_types.h . ln -s -f ../../src/driver/implementation/mbox/mboxstorage.h . make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mbox' Making prepare in mh make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mh' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../../include/libetpan/ cd ../../../../include/libetpan/ ln -s -f ../../src/driver/implementation/mh/mhdriver.h . ln -s -f ../../src/driver/implementation/mh/mhdriver_cached.h . ln -s -f ../../src/driver/implementation/mh/mhdriver_cached_message.h . ln -s -f ../../src/driver/implementation/mh/mhdriver_message.h . ln -s -f ../../src/driver/implementation/mh/mhdriver_types.h . ln -s -f ../../src/driver/implementation/mh/mhstorage.h . make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mh' Making prepare in mime-message make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mime-message' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../../include/libetpan/ cd ../../../../include/libetpan/ ln -s -f ../../src/driver/implementation/mime-message/mime_message_driver.h . make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mime-message' Making prepare in nntp make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/nntp' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../../include/libetpan/ cd ../../../../include/libetpan/ ln -s -f ../../src/driver/implementation/nntp/nntpdriver.h . ln -s -f ../../src/driver/implementation/nntp/nntpdriver_cached.h . ln -s -f ../../src/driver/implementation/nntp/nntpdriver_cached_message.h . ln -s -f ../../src/driver/implementation/nntp/nntpdriver_message.h . ln -s -f ../../src/driver/implementation/nntp/nntpdriver_types.h . ln -s -f ../../src/driver/implementation/nntp/nntpstorage.h . make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/nntp' Making prepare in pop3 make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/pop3' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../../include/libetpan/ cd ../../../../include/libetpan/ ln -s -f ../../src/driver/implementation/pop3/pop3driver.h . ln -s -f ../../src/driver/implementation/pop3/pop3driver_cached.h . ln -s -f ../../src/driver/implementation/pop3/pop3driver_cached_message.h . ln -s -f ../../src/driver/implementation/pop3/pop3driver_message.h . ln -s -f ../../src/driver/implementation/pop3/pop3driver_types.h . ln -s -f ../../src/driver/implementation/pop3/pop3storage.h . make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/pop3' Making prepare in hotmail make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/hotmail' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../../include/libetpan/ cd ../../../../include/libetpan/ ln -s -f ../../src/driver/implementation/hotmail/hotmailstorage.h . make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/hotmail' Making prepare in db make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/db' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../../include/libetpan/ cd ../../../../include/libetpan/ ln -s -f ../../src/driver/implementation/db/dbdriver.h . ln -s -f ../../src/driver/implementation/db/dbdriver_message.h . ln -s -f ../../src/driver/implementation/db/dbdriver_types.h . ln -s -f ../../src/driver/implementation/db/dbstorage.h . make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/db' Making prepare in feed make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/feed' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../../include/libetpan/ cd ../../../../include/libetpan/ ln -s -f ../../src/driver/implementation/feed/feeddriver.h . ln -s -f ../../src/driver/implementation/feed/feeddriver_message.h . ln -s -f ../../src/driver/implementation/feed/feeddriver_types.h . ln -s -f ../../src/driver/implementation/feed/feedstorage.h . make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/feed' make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' Making prepare in interface make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/interface' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../include/libetpan/ cd ../../../include/libetpan/ ln -s -f ../../src/driver/interface/maildriver.h . ln -s -f ../../src/driver/interface/maildriver_types.h . ln -s -f ../../src/driver/interface/maildriver_types_helper.h . ln -s -f ../../src/driver/interface/maildriver_errors.h . ln -s -f ../../src/driver/interface/mailmessage.h . ln -s -f ../../src/driver/interface/mailmessage_types.h . ln -s -f ../../src/driver/interface/mailstorage.h . ln -s -f ../../src/driver/interface/mailstorage_types.h . ln -s -f ../../src/driver/interface/mailfolder.h . make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/interface' Making prepare in tools make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/tools' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../../include/libetpan/ cd ../../../include/libetpan/ ln -s -f ../../src/driver/tools/generic_cache_types.h . ln -s -f ../../src/driver/tools/mailthread.h . ln -s -f ../../src/driver/tools/mailthread_types.h . make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/tools' make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' Making prepare in main make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/main' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../include/libetpan/ cd ../../include/libetpan/ ln -s -f ../../src/main/libetpan.h . ln -s -f ../../src/main/libetpan_version.h . make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/main' Making prepare in engine make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/engine' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ../../include/libetpan/ cd ../../include/libetpan/ ln -s -f ../../src/engine/mailengine.h . ln -s -f ../../src/engine/mailprivacy.h . ln -s -f ../../src/engine/mailprivacy_gnupg.h . ln -s -f ../../src/engine/mailprivacy_smime.h . ln -s -f ../../src/engine/mailprivacy_types.h . ln -s -f ../../src/engine/mailprivacy_tools.h . make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/engine' make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src' make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src' Making prepare in tests make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/tests' make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/tests' Making prepare in doc make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/doc' make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/doc' make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2' /bin/sh /builddir/build/BUILD/libetpan-1.7.2/install-sh -d ./include/libetpan/ cd ./include/libetpan/ ln -s -f ../.././libetpan-config.h . make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2' make[2]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2' touch stamp-prepare make[1]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2' touch ./stamp-prepare make all-recursive make[1]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2' Making all in build-windows make[2]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/build-windows' make all-am make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/build-windows' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/build-windows' make[2]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/build-windows' Making all in include make[2]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/include' make all-am make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/include' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/include' make[2]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/include' Making all in src make[2]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src' make all-recursive make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src' Making all in bsd make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/bsd' make all-am make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/bsd' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/bsd' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/bsd' Making all in data-types make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/data-types' make all-am make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/data-types' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o connect.lo connect.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o md5.lo md5.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o mmapstring.lo mmapstring.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o mailstream_helper.lo mailstream_helper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c connect.c -fPIC -DPIC -o .libs/connect.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mmapstring.c -fPIC -DPIC -o .libs/mmapstring.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailstream_helper.c -fPIC -DPIC -o .libs/mailstream_helper.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c md5.c -fPIC -DPIC -o .libs/md5.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c connect.c -o connect.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mmapstring.c -o mmapstring.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailstream_helper.c -o mailstream_helper.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c md5.c -o md5.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o mailstream_low.lo mailstream_low.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o mailstream.lo mailstream.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o mailstream_socket.lo mailstream_socket.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailstream_low.c -fPIC -DPIC -o .libs/mailstream_low.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailstream.c -fPIC -DPIC -o .libs/mailstream.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailstream_socket.c -fPIC -DPIC -o .libs/mailstream_socket.o mailstream.c: In function 'low_logger': mailstream.c:261:41: warning: unused parameter 's' [-Wunused-parameter] static void low_logger(mailstream_low * s, int log_type, ^ /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o mailstream_ssl.lo mailstream_ssl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailstream.c -o mailstream.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailstream_ssl.c -fPIC -DPIC -o .libs/mailstream_ssl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailstream_low.c -o mailstream_low.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailstream_socket.c -o mailstream_socket.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o carray.lo carray.c mailstream_ssl.c:117:3: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations] gnutls_session session; ^~~~~~~~~~~~~~ mailstream_ssl.c:118:3: warning: 'gnutls_x509_crt' is deprecated [-Wdeprecated-declarations] gnutls_x509_crt client_x509; ^~~~~~~~~~~~~~~ mailstream_ssl.c:119:3: warning: 'gnutls_x509_privkey' is deprecated [-Wdeprecated-declarations] gnutls_x509_privkey client_pkey; ^~~~~~~~~~~~~~~~~~~ mailstream_ssl.c:137:3: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations] gnutls_session session; ^~~~~~~~~~~~~~ mailstream_ssl.c:542:15: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations] static struct mailstream_ssl_context * mailstream_ssl_context_new(gnutls_session session, int fd); ^~~~~~~~~~~~~~~~~~~~~~ mailstream_ssl.c:551:1: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations] static int mailstream_gnutls_client_cert_cb(gnutls_session session, ^~~~~~ mailstream_ssl.c:552:32: warning: 'gnutls_datum' is deprecated [-Wdeprecated-declarations] const gnutls_datum *req_ca_rdn, int nreqs, ^~~~~ In file included from mailstream_ssl.c:92:0: /usr/include/gnutls/gnutls.h:944:9: note: declared here typedef struct { ^~~~~~ mailstream_ssl.c:553:32: warning: 'gnutls_pk_algorithm' is deprecated [-Wdeprecated-declarations] const gnutls_pk_algorithm *sign_algos, ^~~~~ In file included from mailstream_ssl.c:92:0: /usr/include/gnutls/gnutls.h:714:14: note: declared here typedef enum { ^ mailstream_ssl.c: In function 'mailstream_gnutls_client_cert_cb': mailstream_ssl.c:558:2: warning: 'gnutls_certificate_type' is deprecated [-Wdeprecated-declarations] gnutls_certificate_type type = gnutls_certificate_type_get(session); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from mailstream_ssl.c:92:0: /usr/include/gnutls/gnutls.h:660:14: note: declared here typedef enum { ^ mailstream_ssl.c:552:52: warning: unused parameter 'req_ca_rdn' [-Wunused-parameter] const gnutls_datum *req_ca_rdn, int nreqs, ^~~~~~~~~~ mailstream_ssl.c:552:68: warning: unused parameter 'nreqs' [-Wunused-parameter] const gnutls_datum *req_ca_rdn, int nreqs, ^~~~~ mailstream_ssl.c:553:59: warning: unused parameter 'sign_algos' [-Wunused-parameter] const gnutls_pk_algorithm *sign_algos, ^~~~~~~~~~ mailstream_ssl.c:554:36: warning: unused parameter 'sign_algos_length' [-Wunused-parameter] int sign_algos_length, gnutls_retr2_st *st) ^~~~~~~~~~~~~~~~~ mailstream_ssl.c: In function 'ssl_data_new': mailstream_ssl.c:583:3: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations] gnutls_session session; ^~~~~~~~~~~~~~ mailstream_ssl.c:617:3: warning: 'gnutls_transport_ptr' is deprecated [-Wdeprecated-declarations] gnutls_transport_set_ptr(session, (gnutls_transport_ptr) fd); ^~~~~~~~~~~~~~~~~~~~~~~~ mailstream_ssl.c:617:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] gnutls_transport_set_ptr(session, (gnutls_transport_ptr) fd); ^ mailstream_ssl.c: In function 'mailstream_low_ssl_open_full': mailstream_ssl.c:715:66: warning: unused parameter 'starttls' [-Wunused-parameter] static mailstream_low * mailstream_low_ssl_open_full(int fd, int starttls, time_t timeout, ^~~~~~~~ mailstream_ssl.c: In function 'mailstream_ssl_get_certificate': mailstream_ssl.c:1160:3: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations] gnutls_session session = NULL; ^~~~~~~~~~~~~~ mailstream_ssl.c:1161:3: warning: 'gnutls_datum' is deprecated [-Wdeprecated-declarations] const gnutls_datum *raw_cert_list; ^~~~~ In file included from mailstream_ssl.c:92:0: /usr/include/gnutls/gnutls.h:944:9: note: declared here typedef struct { ^~~~~~ mailstream_ssl.c:1163:3: warning: 'gnutls_x509_crt' is deprecated [-Wdeprecated-declarations] gnutls_x509_crt cert = NULL; ^~~~~~~~~~~~~~~ mailstream_ssl.c: In function 'mailstream_ssl_set_client_certicate': mailstream_ssl.c:1257:73: warning: unused parameter 'ssl_context' [-Wunused-parameter] int mailstream_ssl_set_client_certicate(struct mailstream_ssl_context * ssl_context, ^~~~~~~~~~~ mailstream_ssl.c:1258:12: warning: unused parameter 'filename' [-Wunused-parameter] char * filename) ^~~~~~~~ mailstream_ssl.c: In function 'mailstream_ssl_set_client_certificate_data': mailstream_ssl.c:1294:3: warning: 'gnutls_datum' is deprecated [-Wdeprecated-declarations] gnutls_datum tmp; ^~~~~~~~~~~~ In file included from mailstream_ssl.c:92:0: /usr/include/gnutls/gnutls.h:944:9: note: declared here typedef struct { ^~~~~~ mailstream_ssl.c: In function 'mailstream_ssl_set_client_private_key_data': mailstream_ssl.c:1323:3: warning: 'gnutls_datum' is deprecated [-Wdeprecated-declarations] gnutls_datum tmp; ^~~~~~~~~~~~ In file included from mailstream_ssl.c:92:0: /usr/include/gnutls/gnutls.h:944:9: note: declared here typedef struct { ^~~~~~ mailstream_ssl.c: In function 'mailstream_ssl_set_server_certicate': mailstream_ssl.c:1342:73: warning: unused parameter 'ssl_context' [-Wunused-parameter] int mailstream_ssl_set_server_certicate(struct mailstream_ssl_context * ssl_context, ^~~~~~~~~~~ mailstream_ssl.c:1343:12: warning: unused parameter 'CAfile' [-Wunused-parameter] char * CAfile, char * CApath) ^~~~~~ mailstream_ssl.c:1343:27: warning: unused parameter 'CApath' [-Wunused-parameter] char * CAfile, char * CApath) ^~~~~~ mailstream_ssl.c: At top level: mailstream_ssl.c:1386:15: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations] static struct mailstream_ssl_context * mailstream_ssl_context_new(gnutls_session session, int fd) ^~~~~~~~~~~~~~~~~~~~~~ mailstream_ssl.c: In function 'mailstream_ssl_get_openssl_ssl_ctx': mailstream_ssl.c:1415:75: warning: unused parameter 'ssl_context' [-Wunused-parameter] void * mailstream_ssl_get_openssl_ssl_ctx(struct mailstream_ssl_context * ssl_context) ^~~~~~~~~~~ mailstream_ssl.c: In function 'mailstream_low_ssl_get_certificate_chain': mailstream_ssl.c:1471:3: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations] gnutls_session session = NULL; ^~~~~~~~~~~~~~ mailstream_ssl.c:1472:3: warning: 'gnutls_datum' is deprecated [-Wdeprecated-declarations] const gnutls_datum *raw_cert_list; ^~~~~ In file included from mailstream_ssl.c:92:0: /usr/include/gnutls/gnutls.h:944:9: note: declared here typedef struct { ^~~~~~ mailstream_ssl.c:1482:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(skpos = 0 ; skpos < raw_cert_list_length ; skpos ++) { ^ mailstream_ssl.c:1483:7: warning: 'gnutls_x509_crt' is deprecated [-Wdeprecated-declarations] gnutls_x509_crt cert = NULL; ^~~~~~~~~~~~~~~ At top level: mailstream_ssl.c:319:12: warning: 'wait_SSL_connect' defined but not used [-Wunused-function] static int wait_SSL_connect(int s, int want_read, time_t timeout_seconds) ^~~~~~~~~~~~~~~~ mailstream_ssl.c: In function 'mailstream_low_ssl_get_certificate_chain': mailstream_ssl.c:1446:12: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized] carray * result; ^~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c carray.c -fPIC -DPIC -o .libs/carray.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o clist.lo clist.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o chash.lo chash.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c carray.c -o carray.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c clist.c -fPIC -DPIC -o .libs/clist.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailstream_ssl.c -o mailstream_ssl.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c chash.c -fPIC -DPIC -o .libs/chash.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o charconv.lo charconv.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c clist.c -o clist.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c charconv.c -fPIC -DPIC -o .libs/charconv.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o maillock.lo maillock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c chash.c -o chash.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o base64.lo base64.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c maillock.c -fPIC -DPIC -o .libs/maillock.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c charconv.c -o charconv.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c base64.c -fPIC -DPIC -o .libs/base64.o maillock.c: In function 'lock_common': maillock.c:160:51: warning: unused parameter 'fd' [-Wunused-parameter] static int lock_common(const char * filename, int fd, short locktype) ^~ maillock.c:160:61: warning: unused parameter 'locktype' [-Wunused-parameter] static int lock_common(const char * filename, int fd, short locktype) ^~~~~~~~ maillock.c: In function 'unlock_common': maillock.c:315:53: warning: unused parameter 'fd' [-Wunused-parameter] static int unlock_common(const char * filename, int fd) ^~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c maillock.c -o maillock.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o mail_cache_db.lo mail_cache_db.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o mailsem.lo mailsem.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c base64.c -o base64.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mail_cache_db.c -fPIC -DPIC -o .libs/mail_cache_db.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o mailsasl.lo mailsasl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailsem.c -fPIC -DPIC -o .libs/mailsem.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o mailstream_cancel.lo mailstream_cancel.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailsasl.c -fPIC -DPIC -o .libs/mailsasl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailstream_cancel.c -fPIC -DPIC -o .libs/mailstream_cancel.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailsasl.c -o mailsasl.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailsem.c -o mailsem.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mail_cache_db.c -o mail_cache_db.o >/dev/null 2>&1 mailstream_cancel.c: In function 'mailstream_cancel_notify': mailstream_cancel.c:174:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(cancel->ms_fds[1], &ch, 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mailstream_cancel.c: In function 'mailstream_cancel_ack': mailstream_cancel.c:184:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(cancel->ms_fds[0], &ch, 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailstream_cancel.c -o mailstream_cancel.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o timeutils.lo timeutils.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o mailstream_cfstream.lo mailstream_cfstream.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o mailstream_compress.lo mailstream_compress.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c timeutils.c -fPIC -DPIC -o .libs/timeutils.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c timeutils.c -o timeutils.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailstream_cfstream.c -fPIC -DPIC -o .libs/mailstream_cfstream.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailstream_compress.c -fPIC -DPIC -o .libs/mailstream_compress.o mailstream_cfstream.c: In function 'mailstream_cfstream_open_voip_timeout': mailstream_cfstream.c:215:65: warning: unused parameter 'hostname' [-Wunused-parameter] mailstream * mailstream_cfstream_open_voip_timeout(const char * hostname, int16_t port, int voip_enabled, ^~~~~~~~ mailstream_cfstream.c:215:83: warning: unused parameter 'port' [-Wunused-parameter] mailstream * mailstream_cfstream_open_voip_timeout(const char * hostname, int16_t port, int voip_enabled, ^~~~ mailstream_cfstream.c:215:93: warning: unused parameter 'voip_enabled' [-Wunused-parameter] mailstream * mailstream_cfstream_open_voip_timeout(const char * hostname, int16_t port, int voip_enabled, ^~~~~~~~~~~~ mailstream_cfstream.c:216:10: warning: unused parameter 'timeout' [-Wunused-parameter] time_t timeout) ^~~~~~~ mailstream_cfstream.c: In function 'mailstream_low_cfstream_open_voip_timeout': mailstream_cfstream.c:476:73: warning: unused parameter 'hostname' [-Wunused-parameter] mailstream_low * mailstream_low_cfstream_open_voip_timeout(const char * hostname, int16_t port, ^~~~~~~~ mailstream_cfstream.c:476:91: warning: unused parameter 'port' [-Wunused-parameter] mailstream_low * mailstream_low_cfstream_open_voip_timeout(const char * hostname, int16_t port, ^~~~ mailstream_cfstream.c:477:7: warning: unused parameter 'voip_enabled' [-Wunused-parameter] int voip_enabled, time_t timeout) ^~~~~~~~~~~~ mailstream_cfstream.c:477:28: warning: unused parameter 'timeout' [-Wunused-parameter] int voip_enabled, time_t timeout) ^~~~~~~ mailstream_cfstream.c: In function 'mailstream_low_cfstream_close': mailstream_cfstream.c:555:59: warning: unused parameter 's' [-Wunused-parameter] static int mailstream_low_cfstream_close(mailstream_low * s) ^ mailstream_cfstream.c: In function 'mailstream_low_cfstream_free': mailstream_cfstream.c:575:59: warning: unused parameter 's' [-Wunused-parameter] static void mailstream_low_cfstream_free(mailstream_low * s) ^ mailstream_cfstream.c: In function 'mailstream_low_cfstream_get_fd': mailstream_cfstream.c:588:60: warning: unused parameter 's' [-Wunused-parameter] static int mailstream_low_cfstream_get_fd(mailstream_low * s) ^ mailstream_cfstream.c: In function 'mailstream_low_cfstream_read': mailstream_cfstream.c:835:62: warning: unused parameter 's' [-Wunused-parameter] static ssize_t mailstream_low_cfstream_read(mailstream_low * s, ^ mailstream_cfstream.c:836:52: warning: unused parameter 'buf' [-Wunused-parameter] void * buf, size_t count) ^~~ mailstream_cfstream.c:836:64: warning: unused parameter 'count' [-Wunused-parameter] void * buf, size_t count) ^~~~~ mailstream_cfstream.c: In function 'mailstream_low_cfstream_write': mailstream_cfstream.c:870:63: warning: unused parameter 's' [-Wunused-parameter] static ssize_t mailstream_low_cfstream_write(mailstream_low * s, ^ mailstream_cfstream.c:871:59: warning: unused parameter 'buf' [-Wunused-parameter] const void * buf, size_t count) ^~~ mailstream_cfstream.c:871:71: warning: unused parameter 'count' [-Wunused-parameter] const void * buf, size_t count) ^~~~~ mailstream_cfstream.c: In function 'mailstream_low_cfstream_cancel': mailstream_cfstream.c:929:61: warning: unused parameter 's' [-Wunused-parameter] static void mailstream_low_cfstream_cancel(mailstream_low * s) ^ mailstream_cfstream.c: In function 'mailstream_cfstream_set_ssl_enabled': mailstream_cfstream.c:949:54: warning: unused parameter 's' [-Wunused-parameter] int mailstream_cfstream_set_ssl_enabled(mailstream * s, int ssl_enabled) ^ mailstream_cfstream.c:949:61: warning: unused parameter 'ssl_enabled' [-Wunused-parameter] int mailstream_cfstream_set_ssl_enabled(mailstream * s, int ssl_enabled) ^~~~~~~~~~~ mailstream_cfstream.c: In function 'mailstream_cfstream_is_ssl_enabled': mailstream_cfstream.c:1055:53: warning: unused parameter 's' [-Wunused-parameter] int mailstream_cfstream_is_ssl_enabled(mailstream * s) ^ mailstream_cfstream.c: In function 'mailstream_cfstream_set_ssl_verification_mask': mailstream_cfstream.c:1066:65: warning: unused parameter 's' [-Wunused-parameter] void mailstream_cfstream_set_ssl_verification_mask(mailstream * s, int verification_mask) ^ mailstream_cfstream.c:1066:72: warning: unused parameter 'verification_mask' [-Wunused-parameter] void mailstream_cfstream_set_ssl_verification_mask(mailstream * s, int verification_mask) ^~~~~~~~~~~~~~~~~ mailstream_cfstream.c: In function 'mailstream_cfstream_set_ssl_peer_name': mailstream_cfstream.c:1075:57: warning: unused parameter 's' [-Wunused-parameter] void mailstream_cfstream_set_ssl_peer_name(mailstream * s, const char * peer_name) ^ mailstream_cfstream.c:1075:73: warning: unused parameter 'peer_name' [-Wunused-parameter] void mailstream_cfstream_set_ssl_peer_name(mailstream * s, const char * peer_name) ^~~~~~~~~ mailstream_cfstream.c: In function 'mailstream_cfstream_set_ssl_is_server': mailstream_cfstream.c:1091:57: warning: unused parameter 's' [-Wunused-parameter] void mailstream_cfstream_set_ssl_is_server(mailstream * s, int is_server) ^ mailstream_cfstream.c:1091:64: warning: unused parameter 'is_server' [-Wunused-parameter] void mailstream_cfstream_set_ssl_is_server(mailstream * s, int is_server) ^~~~~~~~~ mailstream_cfstream.c: In function 'mailstream_cfstream_set_ssl_level': mailstream_cfstream.c:1100:53: warning: unused parameter 's' [-Wunused-parameter] void mailstream_cfstream_set_ssl_level(mailstream * s, int ssl_level) ^ mailstream_cfstream.c:1100:60: warning: unused parameter 'ssl_level' [-Wunused-parameter] void mailstream_cfstream_set_ssl_level(mailstream * s, int ssl_level) ^~~~~~~~~ mailstream_cfstream.c: In function 'mailstream_low_cfstream_wait_idle': mailstream_cfstream.c:1114:56: warning: unused parameter 'low' [-Wunused-parameter] int mailstream_low_cfstream_wait_idle(mailstream_low * low, int max_idle_delay) ^~~ mailstream_cfstream.c:1114:65: warning: unused parameter 'max_idle_delay' [-Wunused-parameter] int mailstream_low_cfstream_wait_idle(mailstream_low * low, int max_idle_delay) ^~~~~~~~~~~~~~ mailstream_cfstream.c: In function 'mailstream_low_cfstream_setup_idle': mailstream_cfstream.c:1151:64: warning: unused parameter 's' [-Wunused-parameter] static int mailstream_low_cfstream_setup_idle(mailstream_low * s) ^ mailstream_cfstream.c: In function 'mailstream_low_cfstream_unsetup_idle': mailstream_cfstream.c:1167:66: warning: unused parameter 's' [-Wunused-parameter] static int mailstream_low_cfstream_unsetup_idle(mailstream_low * s) ^ mailstream_cfstream.c: In function 'mailstream_low_cfstream_interrupt_idle': mailstream_cfstream.c:1183:68: warning: unused parameter 's' [-Wunused-parameter] static int mailstream_low_cfstream_interrupt_idle(mailstream_low * s) ^ mailstream_cfstream.c: In function 'mailstream_low_cfstream_get_certificate_chain': mailstream_cfstream.c:1206:80: warning: unused parameter 's' [-Wunused-parameter] static carray * mailstream_low_cfstream_get_certificate_chain(mailstream_low * s) ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailstream_cfstream.c -o mailstream_cfstream.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c mailstream_compress.c -o mailstream_compress.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libdata-types.la connect.lo md5.lo mmapstring.lo mailstream_helper.lo mailstream_low.lo mailstream.lo mailstream_socket.lo mailstream_ssl.lo carray.lo clist.lo chash.lo charconv.lo maillock.lo base64.lo mail_cache_db.lo mailsem.lo mailsasl.lo mailstream_cancel.lo timeutils.lo mailstream_cfstream.lo mailstream_compress.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libdata-types.a .libs/connect.o .libs/md5.o .libs/mmapstring.o .libs/mailstream_helper.o .libs/mailstream_low.o .libs/mailstream.o .libs/mailstream_socket.o .libs/mailstream_ssl.o .libs/carray.o .libs/clist.o .libs/chash.o .libs/charconv.o .libs/maillock.o .libs/base64.o .libs/mail_cache_db.o .libs/mailsem.o .libs/mailsasl.o .libs/mailstream_cancel.o .libs/timeutils.o .libs/mailstream_cfstream.o .libs/mailstream_compress.o libtool: link: ranlib .libs/libdata-types.a libtool: link: ( cd ".libs" && rm -f "libdata-types.la" && ln -s "../libdata-types.la" "libdata-types.la" ) make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/data-types' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/data-types' Making all in low-level make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' make all-recursive make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' Making all in imap make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imap' make all-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imap' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_types.lo mailimap_types.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_types_helper.lo mailimap_types_helper.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_sender.lo mailimap_sender.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_keywords.lo mailimap_keywords.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_types_helper.c -fPIC -DPIC -o .libs/mailimap_types_helper.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_types.c -fPIC -DPIC -o .libs/mailimap_types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_keywords.c -fPIC -DPIC -o .libs/mailimap_keywords.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_sender.c -fPIC -DPIC -o .libs/mailimap_sender.o mailimap_keywords.c: In function 'mailimap_char_parse': mailimap_keywords.c:87:38: warning: unused parameter 'fd' [-Wunused-parameter] int mailimap_char_parse(mailstream * fd, MMAPString * buffer, ^~ mailimap_keywords.c: In function 'mailimap_space_parse': mailimap_keywords.c:103:39: warning: unused parameter 'fd' [-Wunused-parameter] int mailimap_space_parse(mailstream * fd, MMAPString * buffer, ^~ mailimap_sender.c: In function 'mailimap_literal_data_send': mailimap_sender.c:1669:14: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ mailimap_sender.c:1670:27: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_keywords.c -o mailimap_keywords.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_parser.lo mailimap_parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_types_helper.c -o mailimap_types_helper.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_parser.c -fPIC -DPIC -o .libs/mailimap_parser.o mailimap_parser.c: In function 'mailimap_unstrict_char_parse': mailimap_parser.c:770:112: warning: unused parameter 'parser_ctx' [-Wunused-parameter] static int mailimap_unstrict_char_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_dquote_parse': mailimap_parser.c:875:98: warning: unused parameter 'parser_ctx' [-Wunused-parameter] int mailimap_dquote_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_custom_string_parse': mailimap_parser.c:1253:101: warning: unused parameter 'parser_ctx' [-Wunused-parameter] mailimap_custom_string_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_nz_number_alloc_parse': mailimap_parser.c:1294:18: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ mailimap_parser.c:1295:31: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ mailimap_parser.c: In function 'mailimap_digit_parse': mailimap_parser.c:1347:46: warning: unused parameter 'fd' [-Wunused-parameter] static int mailimap_digit_parse(mailstream * fd, MMAPString * buffer, ^~ mailimap_parser.c: In function 'mailimap_atom_astring_parse': mailimap_parser.c:1564:15: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ mailimap_parser.c:1565:28: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ mailimap_parser.c: In function 'mailimap_atom_parse': mailimap_parser.c:1629:11: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ mailimap_parser.c:1630:24: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ mailimap_parser.c: In function 'mailimap_base64_parse': mailimap_parser.c:1705:47: warning: unused parameter 'fd' [-Wunused-parameter] static int mailimap_base64_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~ mailimap_parser.c:1705:105: warning: unused parameter 'parser_ctx' [-Wunused-parameter] static int mailimap_base64_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c:1707:13: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ mailimap_parser.c:1708:26: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ mailimap_parser.c: In function 'mailimap_body_fld_known_enc_parse': mailimap_parser.c:2600:12: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ mailimap_parser.c:2601:25: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ mailimap_parser.c: In function 'mailimap_body_fld_lines_parse': mailimap_parser.c:2885:61: warning: unused parameter 'parser_ctx' [-Wunused-parameter] MMAPString * buffer, struct mailimap_parser_context * parser_ctx, size_t * indx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_broken_single_body_fld_param_string_free': mailimap_parser.c:3068:70: warning: unused parameter 'value' [-Wunused-parameter] static void mailimap_broken_single_body_fld_param_string_free(char * value) ^~~~~ mailimap_parser.c: In function 'mailimap_date_month_parse': mailimap_parser.c:4247:109: warning: unused parameter 'parser_ctx' [-Wunused-parameter] static int mailimap_date_month_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_date_year_parse': mailimap_parser.c:4334:108: warning: unused parameter 'parser_ctx' [-Wunused-parameter] static int mailimap_date_year_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_date_time_no_quote_parse': mailimap_parser.c:4427:53: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ mailimap_parser.c:4428:66: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ mailimap_parser.c: In function 'mailimap_literal_parse_progress': mailimap_parser.c:5960:68: warning: unused parameter 'items_progr_fun' [-Wunused-parameter] mailprogress_function * items_progr_fun, ^~~~~~~~~~~~~~~ mailimap_parser.c:5962:71: warning: unused parameter 'msg_att_handler' [-Wunused-parameter] mailimap_msg_att_handler * msg_att_handler, ^~~~~~~~~~~~~~~ mailimap_parser.c:5963:51: warning: unused parameter 'msg_att_context' [-Wunused-parameter] void * msg_att_context) ^~~~~~~~~~~~~~~ mailimap_parser.c: In function 'mailimap_mailbox_data_exists_parse': mailimap_parser.c:6597:107: warning: unused parameter 'parser_ctx' [-Wunused-parameter] mailimap_mailbox_data_exists_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_mailbox_data_recent_parse': mailimap_parser.c:6630:107: warning: unused parameter 'parser_ctx' [-Wunused-parameter] mailimap_mailbox_data_recent_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_mbx_list_sflag_parse': mailimap_parser.c:7143:102: warning: unused parameter 'parser_ctx' [-Wunused-parameter] mailimap_mbx_list_sflag_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_msg_att_rfc822_size_parse': mailimap_parser.c:8002:107: warning: unused parameter 'parser_ctx' [-Wunused-parameter] mailimap_msg_att_rfc822_size_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_nil_parse': mailimap_parser.c:8421:95: warning: unused parameter 'parser_ctx' [-Wunused-parameter] int mailimap_nil_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_nz_number_parse': mailimap_parser.c:8541:97: warning: unused parameter 'parser_ctx' [-Wunused-parameter] mailimap_nz_number_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_quoted_parse': mailimap_parser.c:8604:16: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ mailimap_parser.c:8605:29: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_sender.c -o mailimap_sender.o >/dev/null 2>&1 mailimap_parser.c: In function 'mailimap_quoted_specials_parse': mailimap_parser.c:8745:45: warning: unused parameter 'fd' [-Wunused-parameter] mailimap_quoted_specials_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~ mailimap_parser.c:8745:103: warning: unused parameter 'parser_ctx' [-Wunused-parameter] mailimap_quoted_specials_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_resp_text_code_1_parse': mailimap_parser.c:9690:104: warning: unused parameter 'parser_ctx' [-Wunused-parameter] mailimap_resp_text_code_1_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_resp_text_code_number_parse': mailimap_parser.c:9891:17: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ mailimap_parser.c:9892:30: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ mailimap_parser.c: In function 'mailimap_resp_text_code_other_2_parse': mailimap_parser.c:9964:18: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ mailimap_parser.c:9965:31: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ mailimap_parser.c: In function 'mailimap_status_att_parse': mailimap_parser.c:10590:102: warning: unused parameter 'parser_ctx' [-Wunused-parameter] int mailimap_status_att_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_tag_parse': mailimap_parser.c:10705:17: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ mailimap_parser.c:10706:30: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ mailimap_parser.c: In function 'mailimap_text_parse': mailimap_parser.c:10731:18: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ mailimap_parser.c:10732:31: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ mailimap_parser.c: In function 'mailimap_2digit_parse': mailimap_parser.c:10760:105: warning: unused parameter 'parser_ctx' [-Wunused-parameter] static int mailimap_2digit_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_uint64_parse': mailimap_parser.c:10943:98: warning: unused parameter 'parser_ctx' [-Wunused-parameter] int mailimap_uint64_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ mailimap_parser.c: In function 'mailimap_set_item_parse': mailimap_parser.c:11044:10: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ mailimap_parser.c:11045:23: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap.lo mailimap.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap.c -fPIC -DPIC -o .libs/mailimap.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_types.c -o mailimap_types.o >/dev/null 2>&1 mailimap.c: In function 'sasl_getsecret': mailimap.c:1660:41: warning: unused parameter 'conn' [-Wunused-parameter] static int sasl_getsecret(sasl_conn_t * conn, void * context, int id, ^~~~ mailimap.c: In function 'sasl_getrealm': mailimap.c:1678:19: warning: unused parameter 'availrealms' [-Wunused-parameter] const char ** availrealms, ^~~~~~~~~~~ mailimap.c: In function 'imap_logger': mailimap.c:2729:45: warning: unused parameter 's' [-Wunused-parameter] static inline void imap_logger(mailstream * s, int log_type, ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap.c -o mailimap.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_helper.lo mailimap_helper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_helper.c -fPIC -DPIC -o .libs/mailimap_helper.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_socket.lo mailimap_socket.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_helper.c -o mailimap_helper.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_socket.c -fPIC -DPIC -o .libs/mailimap_socket.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_ssl.lo mailimap_ssl.c mailimap_socket.c: In function 'mailimap_socket_connect_voip': mailimap_socket.c:65:88: warning: unused parameter 'voip_enabled' [-Wunused-parameter] int mailimap_socket_connect_voip(mailimap * f, const char * server, uint16_t port, int voip_enabled) ^~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_socket.c -o mailimap_socket.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_ssl.c -fPIC -DPIC -o .libs/mailimap_ssl.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_print.lo mailimap_print.c mailimap_ssl.c: In function 'mailimap_ssl_connect_voip_with_callback': mailimap_ssl.c:70:99: warning: unused parameter 'voip_enabled' [-Wunused-parameter] int mailimap_ssl_connect_voip_with_callback(mailimap * f, const char * server, uint16_t port, int voip_enabled, ^~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_ssl.c -o mailimap_ssl.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_extension.lo mailimap_extension.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_print.c -fPIC -DPIC -o .libs/mailimap_print.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_print.c -o mailimap_print.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o annotatemore.lo annotatemore.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_extension.c -fPIC -DPIC -o .libs/mailimap_extension.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o annotatemore_parser.lo annotatemore_parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_parser.c -o mailimap_parser.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c annotatemore.c -fPIC -DPIC -o .libs/annotatemore.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c annotatemore_parser.c -fPIC -DPIC -o .libs/annotatemore_parser.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_extension.c -o mailimap_extension.o >/dev/null 2>&1 annotatemore_parser.c: In function 'mailimap_annotatemore_text_code_annotatemore_parse': annotatemore_parser.c:360:68: warning: unused parameter 'parser_ctx' [-Wunused-parameter] MMAPString *buffer, struct mailimap_parser_context * parser_ctx, size_t * indx, int * result, ^~~~~~~~~~ annotatemore_parser.c:361:22: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, progress_function * progr_fun) ^~~~~~~~~~ annotatemore_parser.c:361:54: warning: unused parameter 'progr_fun' [-Wunused-parameter] size_t progr_rate, progress_function * progr_fun) ^~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c annotatemore.c -o annotatemore.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c annotatemore_parser.c -o annotatemore_parser.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o annotatemore_sender.lo annotatemore_sender.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o annotatemore_types.lo annotatemore_types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c annotatemore_sender.c -fPIC -DPIC -o .libs/annotatemore_sender.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o acl.lo acl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c annotatemore_types.c -fPIC -DPIC -o .libs/annotatemore_types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c annotatemore_sender.c -o annotatemore_sender.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c acl.c -fPIC -DPIC -o .libs/acl.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o acl_parser.lo acl_parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c annotatemore_types.c -o annotatemore_types.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c acl.c -o acl.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c acl_parser.c -fPIC -DPIC -o .libs/acl_parser.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o acl_sender.lo acl_sender.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c acl_parser.c -o acl_parser.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o acl_types.lo acl_types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c acl_sender.c -fPIC -DPIC -o .libs/acl_sender.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c acl_types.c -fPIC -DPIC -o .libs/acl_types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c acl_sender.c -o acl_sender.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o uidplus.lo uidplus.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c acl_types.c -o acl_types.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o uidplus_sender.lo uidplus_sender.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c uidplus.c -fPIC -DPIC -o .libs/uidplus.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o uidplus_types.lo uidplus_types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c uidplus_sender.c -fPIC -DPIC -o .libs/uidplus_sender.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c uidplus.c -o uidplus.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c uidplus_sender.c -o uidplus_sender.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c uidplus_types.c -fPIC -DPIC -o .libs/uidplus_types.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o uidplus_parser.lo uidplus_parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c uidplus_types.c -o uidplus_types.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o idle.lo idle.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c uidplus_parser.c -fPIC -DPIC -o .libs/uidplus_parser.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o quota.lo quota.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c idle.c -fPIC -DPIC -o .libs/idle.o uidplus_parser.c: In function 'mailimap_uidplus_parse': uidplus_parser.c:52:12: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ uidplus_parser.c:53:25: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ uidplus_parser.c: In function 'uid_set_item_parse': uidplus_parser.c:68:12: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ uidplus_parser.c:69:25: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ uidplus_parser.c: In function 'mailimap_uidplus_uidnotsticky_parse': uidplus_parser.c:336:119: warning: unused parameter 'parser_ctx' [-Wunused-parameter] static int mailimap_uidplus_uidnotsticky_parse(mailstream * fd, MMAPString * buffer, struct mailimap_parser_context * parser_ctx, ^~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c quota.c -fPIC -DPIC -o .libs/quota.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c uidplus_parser.c -o uidplus_parser.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c idle.c -o idle.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o quota_parser.lo quota_parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c quota.c -o quota.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c quota_parser.c -fPIC -DPIC -o .libs/quota_parser.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o quota_sender.lo quota_sender.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o quota_types.lo quota_types.c quota_parser.c: In function 'mailimap_quota_quota_list_empty_parse': quota_parser.c:156:12: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, progress_function * progr_fun) ^~~~~~~~~~ quota_parser.c:156:44: warning: unused parameter 'progr_fun' [-Wunused-parameter] size_t progr_rate, progress_function * progr_fun) ^~~~~~~~~ quota_parser.c: In function 'mailimap_quota_parse': quota_parser.c:375:59: warning: unused parameter 'parser_ctx' [-Wunused-parameter] MMAPString * buffer, struct mailimap_parser_context * parser_ctx, size_t * indx, ^~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c quota_sender.c -fPIC -DPIC -o .libs/quota_sender.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o namespace.lo namespace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c quota_types.c -fPIC -DPIC -o .libs/quota_types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c quota_parser.c -o quota_parser.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c quota_sender.c -o quota_sender.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c namespace.c -fPIC -DPIC -o .libs/namespace.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c quota_types.c -o quota_types.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o namespace_parser.lo namespace_parser.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o namespace_sender.lo namespace_sender.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c namespace.c -o namespace.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o namespace_types.lo namespace_types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c namespace_parser.c -fPIC -DPIC -o .libs/namespace_parser.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c namespace_sender.c -fPIC -DPIC -o .libs/namespace_sender.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o xlist.lo xlist.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c namespace_types.c -fPIC -DPIC -o .libs/namespace_types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c namespace_sender.c -o namespace_sender.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c namespace_parser.c -o namespace_parser.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o xgmlabels.lo xgmlabels.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c xlist.c -fPIC -DPIC -o .libs/xlist.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c namespace_types.c -o namespace_types.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c xgmlabels.c -fPIC -DPIC -o .libs/xgmlabels.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c xlist.c -o xlist.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o xgmmsgid.lo xgmmsgid.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o xgmthrid.lo xgmthrid.c xgmlabels.c: In function 'mailimap_xgmlabels_extension_parse': xgmlabels.c:229:43: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, progress_function * progr_fun) ^~~~~~~~~~ xgmlabels.c:229:75: warning: unused parameter 'progr_fun' [-Wunused-parameter] size_t progr_rate, progress_function * progr_fun) ^~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c xgmmsgid.c -fPIC -DPIC -o .libs/xgmmsgid.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c xgmthrid.c -fPIC -DPIC -o .libs/xgmthrid.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c xgmlabels.c -o xgmlabels.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_id.lo mailimap_id.c xgmmsgid.c: In function 'fetch_data_xgmmsgid_parse': xgmmsgid.c:68:65: warning: unused parameter 'progr_rate' [-Wunused-parameter] uint64_t * result, size_t progr_rate, progress_function * progr_fun) ^~~~~~~~~~ xgmmsgid.c:68:97: warning: unused parameter 'progr_fun' [-Wunused-parameter] uint64_t * result, size_t progr_rate, progress_function * progr_fun) ^~~~~~~~~ xgmthrid.c: In function 'fetch_data_xgmthrid_parse': xgmthrid.c:68:65: warning: unused parameter 'progr_rate' [-Wunused-parameter] uint64_t * result, size_t progr_rate, progress_function * progr_fun) ^~~~~~~~~~ xgmthrid.c:68:97: warning: unused parameter 'progr_fun' [-Wunused-parameter] uint64_t * result, size_t progr_rate, progress_function * progr_fun) ^~~~~~~~~ xgmthrid.c: In function 'mailimap_xgmthrid_extension_parse': xgmthrid.c:97:90: warning: unused parameter 'parser_ctx' [-Wunused-parameter] MMAPString * buffer, struct mailimap_parser_context * parser_ctx, size_t * indx, ^~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c xgmmsgid.c -o xgmmsgid.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_id.c -fPIC -DPIC -o .libs/mailimap_id.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c xgmthrid.c -o xgmthrid.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_id_types.lo mailimap_id_types.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_id_sender.lo mailimap_id_sender.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_id_parser.lo mailimap_id_parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_id.c -o mailimap_id.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_id_types.c -fPIC -DPIC -o .libs/mailimap_id_types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_id_parser.c -fPIC -DPIC -o .libs/mailimap_id_parser.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_id_sender.c -fPIC -DPIC -o .libs/mailimap_id_sender.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_id_types.c -o mailimap_id_types.o >/dev/null 2>&1 mailimap_id_parser.c: In function 'mailimap_id_parse': mailimap_id_parser.c:51:12: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ mailimap_id_parser.c:52:25: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ mailimap_id_parser.c: In function 'mailimap_id_param_parse': mailimap_id_parser.c:103:15: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, ^~~~~~~~~~ mailimap_id_parser.c:104:28: warning: unused parameter 'progr_fun' [-Wunused-parameter] progress_function * progr_fun) ^~~~~~~~~ /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o enable.lo enable.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_id_sender.c -o mailimap_id_sender.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_id_parser.c -o mailimap_id_parser.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o condstore.lo condstore.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c enable.c -fPIC -DPIC -o .libs/enable.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o condstore_types.lo condstore_types.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o qresync.lo qresync.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c condstore.c -fPIC -DPIC -o .libs/condstore.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c condstore_types.c -fPIC -DPIC -o .libs/condstore_types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c enable.c -o enable.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c qresync.c -fPIC -DPIC -o .libs/qresync.o condstore.c: In function 'mailimap_condstore_extension_parse': condstore.c:880:9: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, progress_function * progr_fun) ^~~~~~~~~~ condstore.c:880:41: warning: unused parameter 'progr_fun' [-Wunused-parameter] size_t progr_rate, progress_function * progr_fun) ^~~~~~~~~ In file included from qresync.h:36:0, from qresync.c:32: ../../../include/libetpan/mailimap_extension_types.h:91:41: warning: 'struct mailimap_parser_context' declared inside parameter list will not be visible outside of this definition or declaration MMAPString * buffer, struct mailimap_parser_context * parser_ctx, size_t * indx, ^~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c condstore_types.c -o condstore_types.o >/dev/null 2>&1 qresync.c:97:23: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] /* parser */ mailimap_qresync_extension_parse, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ qresync.c:97:23: note: (near initialization for 'mailimap_extension_qresync.ext_parser') qresync.c: In function 'mailimap_qresync_extension_parse': qresync.c:552:9: warning: unused parameter 'progr_rate' [-Wunused-parameter] size_t progr_rate, progress_function * progr_fun) ^~~~~~~~~~ qresync.c:552:41: warning: unused parameter 'progr_fun' [-Wunused-parameter] size_t progr_rate, progress_function * progr_fun) ^~~~~~~~~ qresync.c: In function 'resp_text_code_parse': qresync.c:601:57: warning: unused parameter 'parser_ctx' [-Wunused-parameter] MMAPString * buffer, struct mailimap_parser_context * parser_ctx, size_t * indx, ^~~~~~~~~~ /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o qresync_types.lo qresync_types.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_sort.lo mailimap_sort.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c condstore.c -o condstore.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c qresync_types.c -fPIC -DPIC -o .libs/qresync_types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c qresync.c -o qresync.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_sort.c -fPIC -DPIC -o .libs/mailimap_sort.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c qresync_types.c -o qresync_types.o >/dev/null 2>&1 mailimap_sort.c: In function 'mailimap_sort_extension_parse': mailimap_sort.c:397:85: warning: unused parameter 'parser_ctx' [-Wunused-parameter] MMAPString * buffer, struct mailimap_parser_context * parser_ctx, size_t * indx, ^~~~~~~~~~ /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_sort_types.lo mailimap_sort_types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_sort.c -o mailimap_sort.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_compress.lo mailimap_compress.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailimap_oauth2.lo mailimap_oauth2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_sort_types.c -fPIC -DPIC -o .libs/mailimap_sort_types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_compress.c -fPIC -DPIC -o .libs/mailimap_compress.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_oauth2.c -fPIC -DPIC -o .libs/mailimap_oauth2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_sort_types.c -o mailimap_sort_types.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_compress.c -o mailimap_compress.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailimap_oauth2.c -o mailimap_oauth2.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libimap.la mailimap_types.lo mailimap_types_helper.lo mailimap_sender.lo mailimap_keywords.lo mailimap_parser.lo mailimap.lo mailimap_helper.lo mailimap_socket.lo mailimap_ssl.lo mailimap_print.lo mailimap_extension.lo annotatemore.lo annotatemore_parser.lo annotatemore_sender.lo annotatemore_types.lo acl.lo acl_parser.lo acl_sender.lo acl_types.lo uidplus.lo uidplus_sender.lo uidplus_types.lo uidplus_parser.lo idle.lo quota.lo quota_parser.lo quota_sender.lo quota_types.lo namespace.lo namespace_parser.lo namespace_sender.lo namespace_types.lo xlist.lo xgmlabels.lo xgmmsgid.lo xgmthrid.lo mailimap_id.lo mailimap_id_types.lo mailimap_id_sender.lo mailimap_id_parser.lo enable.lo condstore.lo condstore_types.lo qresync.lo qresync_types.lo mailimap_sort.lo mailimap_sort_types.lo mailimap_compress.lo mailimap_oauth2.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libimap.a .libs/mailimap_types.o .libs/mailimap_types_helper.o .libs/mailimap_sender.o .libs/mailimap_keywords.o .libs/mailimap_parser.o .libs/mailimap.o .libs/mailimap_helper.o .libs/mailimap_socket.o .libs/mailimap_ssl.o .libs/mailimap_print.o .libs/mailimap_extension.o .libs/annotatemore.o .libs/annotatemore_parser.o .libs/annotatemore_sender.o .libs/annotatemore_types.o .libs/acl.o .libs/acl_parser.o .libs/acl_sender.o .libs/acl_types.o .libs/uidplus.o .libs/uidplus_sender.o .libs/uidplus_types.o .libs/uidplus_parser.o .libs/idle.o .libs/quota.o .libs/quota_parser.o .libs/quota_sender.o .libs/quota_types.o .libs/namespace.o .libs/namespace_parser.o .libs/namespace_sender.o .libs/namespace_types.o .libs/xlist.o .libs/xgmlabels.o .libs/xgmmsgid.o .libs/xgmthrid.o .libs/mailimap_id.o .libs/mailimap_id_types.o .libs/mailimap_id_sender.o .libs/mailimap_id_parser.o .libs/enable.o .libs/condstore.o .libs/condstore_types.o .libs/qresync.o .libs/qresync_types.o .libs/mailimap_sort.o .libs/mailimap_sort_types.o .libs/mailimap_compress.o .libs/mailimap_oauth2.o libtool: link: ranlib .libs/libimap.a libtool: link: ( cd ".libs" && rm -f "libimap.la" && ln -s "../libimap.la" "libimap.la" ) make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imap' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imap' Making all in imf make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imf' make all-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imf' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c -o mailimf.lo mailimf.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c -o mailimf_types.lo mailimf_types.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c -o mailimf_write_file.lo mailimf_write_file.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c -o mailimf_types_helper.lo mailimf_types_helper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c mailimf.c -fPIC -DPIC -o .libs/mailimf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c mailimf_types.c -fPIC -DPIC -o .libs/mailimf_types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c mailimf_write_file.c -fPIC -DPIC -o .libs/mailimf_write_file.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c mailimf_types_helper.c -fPIC -DPIC -o .libs/mailimf_types_helper.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c mailimf_write_file.c -o mailimf_write_file.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c -o mailimf_write_generic.lo mailimf_write_generic.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c mailimf_types.c -o mailimf_types.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c mailimf_write_generic.c -fPIC -DPIC -o .libs/mailimf_write_generic.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c mailimf_types_helper.c -o mailimf_types_helper.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c -o mailimf_write_mem.lo mailimf_write_mem.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c mailimf_write_generic.c -o mailimf_write_generic.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c mailimf_write_mem.c -fPIC -DPIC -o .libs/mailimf_write_mem.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c mailimf_write_mem.c -o mailimf_write_mem.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/mime -D_REENTRANT -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 -W -Wall -c mailimf.c -o mailimf.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libimf.la mailimf.lo mailimf_types.lo mailimf_write_file.lo mailimf_types_helper.lo mailimf_write_generic.lo mailimf_write_mem.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libimf.a .libs/mailimf.o .libs/mailimf_types.o .libs/mailimf_write_file.o .libs/mailimf_types_helper.o .libs/mailimf_write_generic.o .libs/mailimf_write_mem.o libtool: link: ranlib .libs/libimf.a libtool: link: ( cd ".libs" && rm -f "libimf.la" && ln -s "../libimf.la" "libimf.la" ) make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imf' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imf' Making all in maildir make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/maildir' make all-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/maildir' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o maildir.lo maildir.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c maildir.c -fPIC -DPIC -o .libs/maildir.o maildir.c: In function 'maildir_message_add_uid.part.4': maildir.c:513:41: warning: '/tmp/etpan-maildir-XXXXXX' directive output may be truncated writing 25 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] snprintf(tmpname, sizeof(tmpname), "%s/tmp/etpan-maildir-XXXXXX", ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:861:0, from maildir.c:44: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 26 and 4121 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildir.c:131:45: warning: '/tmp/' directive output may be truncated writing 5 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] snprintf(filename, sizeof(filename), "%s/tmp/%s", ^~~~~ In file included from /usr/include/stdio.h:861:0, from maildir.c:44: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 6 or more bytes (assuming 4101) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildir.c:555:61: warning: '/new/' directive output may be truncated writing 5 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] snprintf(delivery_new_name, sizeof(delivery_new_name), "%s/new/%s", ^~~~~ In file included from /usr/include/stdio.h:861:0, from maildir.c:44: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 6 or more bytes (assuming 4101) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildir.c:574:43: warning: '/new' directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] snprintf(path_new, sizeof(path_new), "%s/new", md->mdir_path); ^~~~ In file included from /usr/include/stdio.h:861:0, from maildir.c:44: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 5 and 4100 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildir.c: In function 'maildir_update': maildir.c:395:43: warning: '/new' directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] snprintf(path_new, sizeof(path_new), "%s/new", md->mdir_path); ^~~~ In file included from /usr/include/stdio.h:861:0, from maildir.c:44: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 5 and 4100 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildir.c:396:43: warning: '/cur' directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] snprintf(path_cur, sizeof(path_cur), "%s/cur", md->mdir_path); ^~~~ In file included from /usr/include/stdio.h:861:0, from maildir.c:44: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 5 and 4100 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildir.c:446:10: warning: '/maildirfolder' directive output may be truncated writing 14 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] "%s/maildirfolder", md->mdir_path); ^~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:861:0, from maildir.c:44: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 15 and 4110 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildir.c: In function 'maildir_message_get': maildir.c:668:44: warning: '%s' directive output may be truncated writing 3 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename, sizeof(filename), "%s/%s/%s", ^~ In file included from /usr/include/stdio.h:861:0, from maildir.c:44: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 6 or more bytes (assuming 4101) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildir.c: In function 'maildir_message_remove': maildir.c:702:44: warning: '%s' directive output may be truncated writing 3 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename, sizeof(filename), "%s/%s/%s", ^~ In file included from /usr/include/stdio.h:861:0, from maildir.c:44: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 6 or more bytes (assuming 4101) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildir.c: In function 'maildir_message_change_flags': maildir.c:746:44: warning: '%s' directive output may be truncated writing 3 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename, sizeof(filename), "%s/%s/%s", ^~ In file included from /usr/include/stdio.h:861:0, from maildir.c:44: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 6 or more bytes (assuming 4101) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildir.c:774:54: warning: '%s' directive output may be truncated writing 3 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(new_filename, sizeof(new_filename), "%s/%s/%s", ^~ In file included from /usr/include/stdio.h:861:0, from maildir.c:44: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 6 or more bytes (assuming 4101) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildir.c:777:54: warning: '%s' directive output may be truncated writing 3 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(new_filename, sizeof(new_filename), "%s/%s/%s:2,%s", ^~ In file included from /usr/include/stdio.h:861:0, from maildir.c:44: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 9 or more bytes (assuming 4104) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c maildir.c -o maildir.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libmaildir.la maildir.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libmaildir.a .libs/maildir.o libtool: link: ranlib .libs/libmaildir.a libtool: link: ( cd ".libs" && rm -f "libmaildir.la" && ln -s "../libmaildir.la" "libmaildir.la" ) make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/maildir' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/maildir' Making all in mbox make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mbox' make all-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mbox' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c -o mailmbox_parse.lo mailmbox_parse.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c -o mailmbox.lo mailmbox.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c -o mailmbox_types.lo mailmbox_types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c mailmbox_parse.c -fPIC -DPIC -o .libs/mailmbox_parse.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c mailmbox.c -fPIC -DPIC -o .libs/mailmbox.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c mailmbox_types.c -fPIC -DPIC -o .libs/mailmbox_types.o mailmbox.c: In function 'mailmbox_expunge_to_file_no_lock': mailmbox.c:1168:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i = 0 ; i < carray_count(folder->mb_tab) ; i ++) { ^ mailmbox.c:1210:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i = 0 ; i < carray_count(folder->mb_tab) ; i ++) { ^ mailmbox.c:1156:52: warning: unused parameter 'dest_filename' [-Wunused-parameter] static int mailmbox_expunge_to_file_no_lock(char * dest_filename, int dest_fd, ^~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c mailmbox_types.c -o mailmbox_types.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c mailmbox_parse.c -o mailmbox_parse.o >/dev/null 2>&1 mailmbox.c: In function 'mailmbox_expunge_no_lock.part.4': mailmbox.c:1338:35: warning: 'XXXXXX' directive output may be truncated writing 6 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] snprintf(tmp_file, PATH_MAX, "%sXXXXXX", folder->mb_filename); ^~~~~~ In file included from /usr/include/stdio.h:861:0, from ../../../include/libetpan/mailimf_write_generic.h:44, from ../../../include/libetpan/mailimf.h:45, from ../../../include/libetpan/mailmbox_types.h:48, from mailmbox.h:44, from mailmbox.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 7 and 4102 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c mailmbox.c -o mailmbox.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libmbox.la mailmbox_parse.lo mailmbox.lo mailmbox_types.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libmbox.a .libs/mailmbox_parse.o .libs/mailmbox.o .libs/mailmbox_types.o libtool: link: ranlib .libs/libmbox.a libtool: link: ( cd ".libs" && rm -f "libmbox.la" && ln -s "../libmbox.la" "libmbox.la" ) make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mbox' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mbox' Making all in mh make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mh' make all-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mh' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailmh.lo mailmh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmh.c -fPIC -DPIC -o .libs/mailmh.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmh.c -o mailmh.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libmh.la mailmh.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libmh.a .libs/mailmh.o libtool: link: ranlib .libs/libmh.a libtool: link: ( cd ".libs" && rm -f "libmh.la" && ln -s "../libmh.la" "libmh.la" ) make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mh' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mh' Making all in mime make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mime' make all-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mime' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailmime.lo mailmime.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailmime_types.lo mailmime_types.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailmime_content.lo mailmime_content.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailmime_decode.lo mailmime_decode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime_content.c -fPIC -DPIC -o .libs/mailmime_content.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime_types.c -fPIC -DPIC -o .libs/mailmime_types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime.c -fPIC -DPIC -o .libs/mailmime.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime_decode.c -fPIC -DPIC -o .libs/mailmime_decode.o mailmime_types.c: In function 'mailmime_field_free': mailmime_types.c:336:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (field->fld_data.fld_location != NULL) ^~ mailmime_types.c:338:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' break; ^~~~~ mailmime_content.c: In function 'mailmime_quoted_printable_body_parse_impl': mailmime_content.c:1961:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if (in_header) { ^ mailmime_content.c:1985:7: note: here default: ^~~~~~~ mailmime_decode.c: In function 'mailmime_encoded_word_parse': mailmime_decode.c:824:1: warning: label 'free_encoded_text' defined but not used [-Wunused-label] free_encoded_text: ^~~~~~~~~~~~~~~~~ mailmime_decode.c: In function 'mailmime_non_encoded_word_parse': mailmime_decode.c:328:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (state == 1) { ^ mailmime_decode.c:332:7: note: here default: ^~~~~~~ mailmime_decode.c: In function 'mailmime_encoded_word_parse': mailmime_decode.c:825:3: warning: 'text' may be used uninitialized in this function [-Wmaybe-uninitialized] mailmime_encoded_text_free(text); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime_decode.c -o mailmime_decode.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime.c -o mailmime.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime_types.c -o mailmime_types.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime_content.c -o mailmime_content.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailmime_disposition.lo mailmime_disposition.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailmime_write_file.lo mailmime_write_file.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailmime_types_helper.lo mailmime_types_helper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime_disposition.c -fPIC -DPIC -o .libs/mailmime_disposition.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime_write_file.c -fPIC -DPIC -o .libs/mailmime_write_file.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime_types_helper.c -fPIC -DPIC -o .libs/mailmime_types_helper.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime_disposition.c -o mailmime_disposition.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime_write_file.c -o mailmime_write_file.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailmime_write_generic.lo mailmime_write_generic.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailmime_write_mem.lo mailmime_write_mem.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime_types_helper.c -o mailmime_types_helper.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime_write_generic.c -fPIC -DPIC -o .libs/mailmime_write_generic.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime_write_mem.c -fPIC -DPIC -o .libs/mailmime_write_mem.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime_write_mem.c -o mailmime_write_mem.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailmime_write_generic.c -o mailmime_write_generic.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libmime.la mailmime.lo mailmime_types.lo mailmime_content.lo mailmime_decode.lo mailmime_disposition.lo mailmime_write_file.lo mailmime_types_helper.lo mailmime_write_generic.lo mailmime_write_mem.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libmime.a .libs/mailmime.o .libs/mailmime_types.o .libs/mailmime_content.o .libs/mailmime_decode.o .libs/mailmime_disposition.o .libs/mailmime_write_file.o .libs/mailmime_types_helper.o .libs/mailmime_write_generic.o .libs/mailmime_write_mem.o libtool: link: ranlib .libs/libmime.a libtool: link: ( cd ".libs" && rm -f "libmime.la" && ln -s "../libmime.la" "libmime.la" ) make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mime' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mime' Making all in nntp make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/nntp' make all-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/nntp' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o newsnntp.lo newsnntp.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o newsnntp_socket.lo newsnntp_socket.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o newsnntp_ssl.lo newsnntp_ssl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c newsnntp.c -fPIC -DPIC -o .libs/newsnntp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c newsnntp_ssl.c -fPIC -DPIC -o .libs/newsnntp_ssl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c newsnntp_socket.c -fPIC -DPIC -o .libs/newsnntp_socket.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c newsnntp_ssl.c -o newsnntp_ssl.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c newsnntp_socket.c -o newsnntp_socket.o >/dev/null 2>&1 newsnntp.c: In function 'read_xover_resp_list': newsnntp.c:2414:17: warning: null argument where non-null required (argument 1) [-Wnonnull] article = atoi((char *) clist_content(current)); ^~~~ newsnntp.c:2459:14: warning: null argument where non-null required (argument 1) [-Wnonnull] size = atoi((char *) clist_content(current)); ^~~~ newsnntp.c:2469:20: warning: null argument where non-null required (argument 1) [-Wnonnull] line_count = atoi((char *) clist_content(current)); ^~~~ newsnntp.c: In function 'nntp_logger': newsnntp.c:2551:45: warning: unused parameter 's' [-Wunused-parameter] static inline void nntp_logger(mailstream * s, int log_type, ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c newsnntp.c -o newsnntp.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libnntp.la newsnntp.lo newsnntp_socket.lo newsnntp_ssl.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libnntp.a .libs/newsnntp.o .libs/newsnntp_socket.o .libs/newsnntp_ssl.o libtool: link: ranlib .libs/libnntp.a libtool: link: ( cd ".libs" && rm -f "libnntp.la" && ln -s "../libnntp.la" "libnntp.la" ) make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/nntp' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/nntp' Making all in pop3 make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/pop3' make all-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/pop3' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailpop3.lo mailpop3.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailpop3_helper.lo mailpop3_helper.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailpop3_socket.lo mailpop3_socket.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailpop3_ssl.lo mailpop3_ssl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailpop3_socket.c -fPIC -DPIC -o .libs/mailpop3_socket.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailpop3_helper.c -fPIC -DPIC -o .libs/mailpop3_helper.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailpop3.c -fPIC -DPIC -o .libs/mailpop3.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailpop3_ssl.c -fPIC -DPIC -o .libs/mailpop3_ssl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailpop3_helper.c -o mailpop3_helper.o >/dev/null 2>&1 mailpop3.c: In function 'sasl_getsecret': mailpop3.c:1415:41: warning: unused parameter 'conn' [-Wunused-parameter] static int sasl_getsecret(sasl_conn_t * conn, void * context, int id, ^~~~ mailpop3.c: In function 'sasl_getrealm': mailpop3.c:1433:19: warning: unused parameter 'availrealms' [-Wunused-parameter] const char ** availrealms, ^~~~~~~~~~~ mailpop3.c: In function 'pop3_logger': mailpop3.c:1669:45: warning: unused parameter 's' [-Wunused-parameter] static inline void pop3_logger(mailstream * s, int log_type, ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailpop3_socket.c -o mailpop3_socket.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailpop3_ssl.c -o mailpop3_ssl.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailpop3.c -o mailpop3.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libpop3.la mailpop3.lo mailpop3_helper.lo mailpop3_socket.lo mailpop3_ssl.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libpop3.a .libs/mailpop3.o .libs/mailpop3_helper.o .libs/mailpop3_socket.o .libs/mailpop3_ssl.o libtool: link: ranlib .libs/libpop3.a libtool: link: ( cd ".libs" && rm -f "libpop3.la" && ln -s "../libpop3.la" "libpop3.la" ) make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/pop3' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/pop3' Making all in smtp make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/smtp' make all-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/smtp' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailsmtp.lo mailsmtp.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailsmtp_helper.lo mailsmtp_helper.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailsmtp_socket.lo mailsmtp_socket.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailsmtp_ssl.lo mailsmtp_ssl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailsmtp.c -fPIC -DPIC -o .libs/mailsmtp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailsmtp_socket.c -fPIC -DPIC -o .libs/mailsmtp_socket.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailsmtp_ssl.c -fPIC -DPIC -o .libs/mailsmtp_ssl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailsmtp_helper.c -fPIC -DPIC -o .libs/mailsmtp_helper.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailsmtp_ssl.c -o mailsmtp_ssl.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailsmtp_socket.c -o mailsmtp_socket.o >/dev/null 2>&1 mailsmtp.c: In function 'sasl_getsecret': mailsmtp.c:1176:41: warning: unused parameter 'conn' [-Wunused-parameter] static int sasl_getsecret(sasl_conn_t * conn, void * context, int id, ^~~~ mailsmtp.c: In function 'sasl_getrealm': mailsmtp.c:1194:19: warning: unused parameter 'availrealms' [-Wunused-parameter] const char ** availrealms, ^~~~~~~~~~~ mailsmtp.c: In function 'smtp_logger': mailsmtp.c:1484:45: warning: unused parameter 's' [-Wunused-parameter] static inline void smtp_logger(mailstream * s, int log_type, ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailsmtp_helper.c -o mailsmtp_helper.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mailsmtp_oauth2.lo mailsmtp_oauth2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailsmtp_oauth2.c -fPIC -DPIC -o .libs/mailsmtp_oauth2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailsmtp_oauth2.c -o mailsmtp_oauth2.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -D_REENTRANT -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 -W -Wall -c mailsmtp.c -o mailsmtp.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libsmtp.la mailsmtp.lo mailsmtp_helper.lo mailsmtp_socket.lo mailsmtp_ssl.lo mailsmtp_oauth2.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libsmtp.a .libs/mailsmtp.o .libs/mailsmtp_helper.o .libs/mailsmtp_socket.o .libs/mailsmtp_ssl.o .libs/mailsmtp_oauth2.o libtool: link: ranlib .libs/libsmtp.a libtool: link: ( cd ".libs" && rm -f "libsmtp.la" && ln -s "../libsmtp.la" "libsmtp.la" ) make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/smtp' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/smtp' Making all in feed make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/feed' make all-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/feed' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c -o date.lo date.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c -o newsfeed_item.lo newsfeed_item.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c -o newsfeed.lo newsfeed.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c -o parser.lo parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c date.c -fPIC -DPIC -o .libs/date.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c newsfeed_item.c -fPIC -DPIC -o .libs/newsfeed_item.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c parser.c -fPIC -DPIC -o .libs/parser.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c newsfeed.c -fPIC -DPIC -o .libs/newsfeed.o parser.c: In function 'newsfeed_parser_set_expat_handlers': parser.c:390:74: warning: unused parameter 'ctx' [-Wunused-parameter] void newsfeed_parser_set_expat_handlers(struct newsfeed_parser_context * ctx) ^~~ parser.c: In function 'newsfeed_writefunc': parser.c:410:34: warning: unused parameter 'ptr' [-Wunused-parameter] size_t newsfeed_writefunc(void * ptr, size_t size, size_t nmemb, void * data) ^~~ parser.c:410:46: warning: unused parameter 'size' [-Wunused-parameter] size_t newsfeed_writefunc(void * ptr, size_t size, size_t nmemb, void * data) ^~~~ parser.c:410:59: warning: unused parameter 'nmemb' [-Wunused-parameter] size_t newsfeed_writefunc(void * ptr, size_t size, size_t nmemb, void * data) ^~~~~ parser.c:410:73: warning: unused parameter 'data' [-Wunused-parameter] size_t newsfeed_writefunc(void * ptr, size_t size, size_t nmemb, void * data) ^~~~ newsfeed.c: In function 'newsfeed_update': newsfeed.c:304:39: warning: unused parameter 'feed' [-Wunused-parameter] int newsfeed_update(struct newsfeed * feed, time_t last_update) ^~~~ newsfeed.c:304:52: warning: unused parameter 'last_update' [-Wunused-parameter] int newsfeed_update(struct newsfeed * feed, time_t last_update) ^~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c parser.c -o parser.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c newsfeed_item.c -o newsfeed_item.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c date.c -o date.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c newsfeed.c -o newsfeed.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c -o newsfeed_item_enclosure.lo newsfeed_item_enclosure.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c -o newsfeed_private.lo newsfeed_private.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c -o parser_atom10.lo parser_atom10.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c newsfeed_item_enclosure.c -fPIC -DPIC -o .libs/newsfeed_item_enclosure.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c -o parser_atom03.lo parser_atom03.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c newsfeed_private.c -fPIC -DPIC -o .libs/newsfeed_private.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c parser_atom10.c -fPIC -DPIC -o .libs/parser_atom10.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c newsfeed_item_enclosure.c -o newsfeed_item_enclosure.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c parser_atom03.c -fPIC -DPIC -o .libs/parser_atom03.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c newsfeed_private.c -o newsfeed_private.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c parser_atom10.c -o parser_atom10.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c -o parser_rdf.lo parser_rdf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c parser_atom03.c -o parser_atom03.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c -o parser_rss20.lo parser_rss20.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c parser_rdf.c -fPIC -DPIC -o .libs/parser_rdf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c parser_rss20.c -fPIC -DPIC -o .libs/parser_rss20.o parser_rdf.c: In function 'newsfeed_parser_rdf_start': parser_rdf.c:48:76: warning: unused parameter 'attr' [-Wunused-parameter] void newsfeed_parser_rdf_start(void * data, const char * el, const char ** attr) ^~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c parser_rdf.c -o parser_rdf.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -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 -W -Wall -c parser_rss20.c -o parser_rss20.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libfeed.la date.lo newsfeed_item.lo newsfeed.lo parser.lo newsfeed_item_enclosure.lo newsfeed_private.lo parser_atom10.lo parser_atom03.lo parser_rdf.lo parser_rss20.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libfeed.a .libs/date.o .libs/newsfeed_item.o .libs/newsfeed.o .libs/parser.o .libs/newsfeed_item_enclosure.o .libs/newsfeed_private.o .libs/parser_atom10.o .libs/parser_atom03.o .libs/parser_rdf.o .libs/parser_rss20.o libtool: link: ranlib .libs/libfeed.a libtool: link: ( cd ".libs" && rm -f "libfeed.la" && ln -s "../libfeed.la" "libfeed.la" ) make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/feed' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/feed' make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o liblow-level.la imap/libimap.la imf/libimf.la maildir/libmaildir.la mbox/libmbox.la mh/libmh.la mime/libmime.la nntp/libnntp.la pop3/libpop3.la smtp/libsmtp.la feed/libfeed.la -lz -llockfile -pthread libtool: link: (cd .libs/liblow-level.lax/libimap.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imap/.libs/libimap.a") libtool: link: (cd .libs/liblow-level.lax/libimf.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imf/.libs/libimf.a") libtool: link: (cd .libs/liblow-level.lax/libmaildir.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/low-level/maildir/.libs/libmaildir.a") libtool: link: (cd .libs/liblow-level.lax/libmbox.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mbox/.libs/libmbox.a") libtool: link: (cd .libs/liblow-level.lax/libmh.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mh/.libs/libmh.a") libtool: link: (cd .libs/liblow-level.lax/libmime.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mime/.libs/libmime.a") libtool: link: (cd .libs/liblow-level.lax/libnntp.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/low-level/nntp/.libs/libnntp.a") libtool: link: (cd .libs/liblow-level.lax/libpop3.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/low-level/pop3/.libs/libpop3.a") libtool: link: (cd .libs/liblow-level.lax/libsmtp.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/low-level/smtp/.libs/libsmtp.a") libtool: link: (cd .libs/liblow-level.lax/libfeed.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/low-level/feed/.libs/libfeed.a") libtool: link: ar cru .libs/liblow-level.a .libs/liblow-level.lax/libimap.a/acl.o .libs/liblow-level.lax/libimap.a/acl_parser.o .libs/liblow-level.lax/libimap.a/acl_sender.o .libs/liblow-level.lax/libimap.a/acl_types.o .libs/liblow-level.lax/libimap.a/annotatemore.o .libs/liblow-level.lax/libimap.a/annotatemore_parser.o .libs/liblow-level.lax/libimap.a/annotatemore_sender.o .libs/liblow-level.lax/libimap.a/annotatemore_types.o .libs/liblow-level.lax/libimap.a/condstore.o .libs/liblow-level.lax/libimap.a/condstore_types.o .libs/liblow-level.lax/libimap.a/enable.o .libs/liblow-level.lax/libimap.a/idle.o .libs/liblow-level.lax/libimap.a/mailimap.o .libs/liblow-level.lax/libimap.a/mailimap_compress.o .libs/liblow-level.lax/libimap.a/mailimap_extension.o .libs/liblow-level.lax/libimap.a/mailimap_helper.o .libs/liblow-level.lax/libimap.a/mailimap_id.o .libs/liblow-level.lax/libimap.a/mailimap_id_parser.o .libs/liblow-level.lax/libimap.a/mailimap_id_sender.o .libs/liblow-level.lax/libimap.a/mailimap_id_types.o .libs/liblow-level.lax/libimap.a/mailimap_keywords.o .libs/liblow-level.lax/libimap.a/mailimap_oauth2.o .libs/liblow-level.lax/libimap.a/mailimap_parser.o .libs/liblow-level.lax/libimap.a/mailimap_print.o .libs/liblow-level.lax/libimap.a/mailimap_sender.o .libs/liblow-level.lax/libimap.a/mailimap_socket.o .libs/liblow-level.lax/libimap.a/mailimap_sort.o .libs/liblow-level.lax/libimap.a/mailimap_sort_types.o .libs/liblow-level.lax/libimap.a/mailimap_ssl.o .libs/liblow-level.lax/libimap.a/mailimap_types.o .libs/liblow-level.lax/libimap.a/mailimap_types_helper.o .libs/liblow-level.lax/libimap.a/namespace.o .libs/liblow-level.lax/libimap.a/namespace_parser.o .libs/liblow-level.lax/libimap.a/namespace_sender.o .libs/liblow-level.lax/libimap.a/namespace_types.o .libs/liblow-level.lax/libimap.a/qresync.o .libs/liblow-level.lax/libimap.a/qresync_types.o .libs/liblow-level.lax/libimap.a/quota.o .libs/liblow-level.lax/libimap.a/quota_parser.o .libs/liblow-level.lax/libimap.a/quota_sender.o .libs/liblow-level.lax/libimap.a/quota_types.o .libs/liblow-level.lax/libimap.a/uidplus.o .libs/liblow-level.lax/libimap.a/uidplus_parser.o .libs/liblow-level.lax/libimap.a/uidplus_sender.o .libs/liblow-level.lax/libimap.a/uidplus_types.o .libs/liblow-level.lax/libimap.a/xgmlabels.o .libs/liblow-level.lax/libimap.a/xgmmsgid.o .libs/liblow-level.lax/libimap.a/xgmthrid.o .libs/liblow-level.lax/libimap.a/xlist.o .libs/liblow-level.lax/libimf.a/mailimf.o .libs/liblow-level.lax/libimf.a/mailimf_types.o .libs/liblow-level.lax/libimf.a/mailimf_types_helper.o .libs/liblow-level.lax/libimf.a/mailimf_write_file.o .libs/liblow-level.lax/libimf.a/mailimf_write_generic.o .libs/liblow-level.lax/libimf.a/mailimf_write_mem.o .libs/liblow-level.lax/libmaildir.a/maildir.o .libs/liblow-level.lax/libmbox.a/mailmbox.o .libs/liblow-level.lax/libmbox.a/mailmbox_parse.o .libs/liblow-level.lax/libmbox.a/mailmbox_types.o .libs/liblow-level.lax/libmh.a/mailmh.o .libs/liblow-level.lax/libmime.a/mailmime.o .libs/liblow-level.lax/libmime.a/mailmime_content.o .libs/liblow-level.lax/libmime.a/mailmime_decode.o .libs/liblow-level.lax/libmime.a/mailmime_disposition.o .libs/liblow-level.lax/libmime.a/mailmime_types.o .libs/liblow-level.lax/libmime.a/mailmime_types_helper.o .libs/liblow-level.lax/libmime.a/mailmime_write_file.o .libs/liblow-level.lax/libmime.a/mailmime_write_generic.o .libs/liblow-level.lax/libmime.a/mailmime_write_mem.o .libs/liblow-level.lax/libnntp.a/newsnntp.o .libs/liblow-level.lax/libnntp.a/newsnntp_socket.o .libs/liblow-level.lax/libnntp.a/newsnntp_ssl.o .libs/liblow-level.lax/libpop3.a/mailpop3.o .libs/liblow-level.lax/libpop3.a/mailpop3_helper.o .libs/liblow-level.lax/libpop3.a/mailpop3_socket.o .libs/liblow-level.lax/libpop3.a/mailpop3_ssl.o .libs/liblow-level.lax/libsmtp.a/mailsmtp.o .libs/liblow-level.lax/libsmtp.a/mailsmtp_helper.o .libs/liblow-level.lax/libsmtp.a/mailsmtp_oauth2.o .libs/liblow-level.lax/libsmtp.a/mailsmtp_socket.o .libs/liblow-level.lax/libsmtp.a/mailsmtp_ssl.o .libs/liblow-level.lax/libfeed.a/date.o .libs/liblow-level.lax/libfeed.a/newsfeed.o .libs/liblow-level.lax/libfeed.a/newsfeed_item.o .libs/liblow-level.lax/libfeed.a/newsfeed_item_enclosure.o .libs/liblow-level.lax/libfeed.a/newsfeed_private.o .libs/liblow-level.lax/libfeed.a/parser.o .libs/liblow-level.lax/libfeed.a/parser_atom03.o .libs/liblow-level.lax/libfeed.a/parser_atom10.o .libs/liblow-level.lax/libfeed.a/parser_rdf.o .libs/liblow-level.lax/libfeed.a/parser_rss20.o libtool: link: ranlib .libs/liblow-level.a libtool: link: rm -fr .libs/liblow-level.lax libtool: link: ( cd ".libs" && rm -f "liblow-level.la" && ln -s "../liblow-level.la" "liblow-level.la" ) make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' Making all in driver make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' make all-recursive make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' Making all in implementation make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' make all-recursive make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' Making all in data-message make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/data-message' make all-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/data-message' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -D_REENTRANT -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 -W -Wall -c -o data_message_driver.lo data_message_driver.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -D_REENTRANT -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 -W -Wall -c data_message_driver.c -fPIC -DPIC -o .libs/data_message_driver.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -D_REENTRANT -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 -W -Wall -c data_message_driver.c -o data_message_driver.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libdata-message.la data_message_driver.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libdata-message.a .libs/data_message_driver.o libtool: link: ranlib .libs/libdata-message.a libtool: link: ( cd ".libs" && rm -f "libdata-message.la" && ln -s "../libdata-message.la" "libdata-message.la" ) make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/data-message' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/data-message' Making all in imap make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/imap' make all-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/imap' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o imapdriver.lo imapdriver.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o imapdriver_cached.lo imapdriver_cached.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o imapdriver_cached_message.lo imapdriver_cached_message.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o imapdriver_message.lo imapdriver_message.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c imapdriver_message.c -fPIC -DPIC -o .libs/imapdriver_message.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c imapdriver.c -fPIC -DPIC -o .libs/imapdriver.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c imapdriver_cached_message.c -fPIC -DPIC -o .libs/imapdriver_cached_message.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c imapdriver_cached.c -fPIC -DPIC -o .libs/imapdriver_cached.o imapdriver_message.c: In function 'imap_fetch_result_free': imapdriver_message.c:166:50: warning: unused parameter 'msg_info' [-Wunused-parameter] static void imap_fetch_result_free(mailmessage * msg_info, ^~~~~~~~ imapdriver.c: In function 'status_selected_folder': imapdriver.c:474:71: warning: unused parameter 'mb' [-Wunused-parameter] static int status_selected_folder(mailsession * session, const char * mb, ^~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c imapdriver_cached_message.c -o imapdriver_cached_message.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c imapdriver_message.c -o imapdriver_message.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c imapdriver.c -o imapdriver.o >/dev/null 2>&1 imapdriver_cached.c: In function 'get_cache_folder.constprop': imapdriver_cached.c:626:33: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(key, PATH_MAX, "%s/%s", cache_dir, quoted_mb); ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/imapdriver_types.h:43, from imapdriver_cached.h:40, from imapdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c imapdriver_cached.c -o imapdriver_cached.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o imapdriver_tools.lo imapdriver_tools.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o imapstorage.lo imapstorage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c imapdriver_tools.c -fPIC -DPIC -o .libs/imapdriver_tools.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c imapstorage.c -fPIC -DPIC -o .libs/imapstorage.o imapdriver_tools.c: In function 'imap_mailbox_list_to_group': imapdriver_tools.c:1703:47: warning: unused parameter 'imap_mb_list' [-Wunused-parameter] static int imap_mailbox_list_to_group(clist * imap_mb_list, clistiter ** iter, ^~~~~~~~~~~~ imapdriver_tools.c: In function 'imapdriver_get_cached_envelope': imapdriver_tools.c:3682:19: warning: unused parameter 'session' [-Wunused-parameter] mailsession * session, mailmessage * msg, ^~~~~~~ imapdriver_tools.c: In function 'imapdriver_write_cached_envelope': imapdriver_tools.c:3710:19: warning: unused parameter 'session' [-Wunused-parameter] mailsession * session, mailmessage * msg, ^~~~~~~ imapstorage.c: In function 'imap_mailstorage_init': imapstorage.c:73:35: warning: unused parameter 'imap_auth_type' [-Wunused-parameter] int imap_connection_type, int imap_auth_type, ^~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c imapstorage.c -o imapstorage.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/imap -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c imapdriver_tools.c -o imapdriver_tools.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libimap.la imapdriver.lo imapdriver_cached.lo imapdriver_cached_message.lo imapdriver_message.lo imapdriver_tools.lo imapstorage.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libimap.a .libs/imapdriver.o .libs/imapdriver_cached.o .libs/imapdriver_cached_message.o .libs/imapdriver_message.o .libs/imapdriver_tools.o .libs/imapstorage.o libtool: link: ranlib .libs/libimap.a libtool: link: ( cd ".libs" && rm -f "libimap.la" && ln -s "../libimap.la" "libimap.la" ) make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/imap' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/imap' Making all in maildir make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/maildir' make all-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/maildir' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o maildirdriver.lo maildirdriver.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o maildirdriver_cached.lo maildirdriver_cached.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o maildirdriver_cached_message.lo maildirdriver_cached_message.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o maildirdriver_message.lo maildirdriver_message.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c maildirdriver_cached.c -fPIC -DPIC -o .libs/maildirdriver_cached.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c maildirdriver_message.c -fPIC -DPIC -o .libs/maildirdriver_message.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c maildirdriver_cached_message.c -fPIC -DPIC -o .libs/maildirdriver_cached_message.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c maildirdriver.c -fPIC -DPIC -o .libs/maildirdriver.o maildirdriver.c: In function 'status_folder': maildirdriver.c:270:62: warning: unused parameter 'mb' [-Wunused-parameter] static int status_folder(mailsession * session, const char * mb, ^~ maildirdriver.c: In function 'messages_number': maildirdriver.c:312:64: warning: unused parameter 'mb' [-Wunused-parameter] static int messages_number(mailsession * session, const char * mb, ^~ maildirdriver_cached.c: In function 'get_cached_flags': maildirdriver_cached.c:713:19: warning: unused parameter 'session' [-Wunused-parameter] mailsession * session, ^~~~~~~ maildirdriver_cached.c: In function 'get_cached_envelope': maildirdriver_cached.c:740:19: warning: unused parameter 'session' [-Wunused-parameter] mailsession * session, char * uid, ^~~~~~~ maildirdriver_cached.c: In function 'write_cached_envelope': maildirdriver_cached.c:767:19: warning: unused parameter 'session' [-Wunused-parameter] mailsession * session, char * uid, ^~~~~~~ maildirdriver_cached_message.c: In function 'get_flags.part.4': maildirdriver_cached_message.c:296:45: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s%c%s%c%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/maildirdriver_types.h:42, from maildirdriver_message.h:40, from maildirdriver_cached_message.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c maildirdriver_message.c -o maildirdriver_message.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c maildirdriver_cached_message.c -o maildirdriver_cached_message.o >/dev/null 2>&1 maildirdriver_cached.c: In function 'get_message': maildirdriver_cached.c:984:47: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename, sizeof(filename), "%s%c%s%c%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/maildriver.h:40, from maildirdriver.h:40, from maildirdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 9 or more bytes (assuming 4104) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildirdriver_cached.c: In function 'append_message_flags': maildirdriver_cached.c:503:45: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s%c%s%c%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/maildriver.h:40, from maildirdriver.h:40, from maildirdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c maildirdriver.c -o maildirdriver.o >/dev/null 2>&1 maildirdriver_cached.c: In function 'get_envelopes_list': maildirdriver_cached.c:836:43: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_env, PATH_MAX, "%s%c%s%c%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/maildriver.h:40, from maildirdriver.h:40, from maildirdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 9 or more bytes (assuming 4104) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildirdriver_cached.c:846:45: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s%c%s%c%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/maildriver.h:40, from maildirdriver.h:40, from maildirdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildirdriver_cached.c: In function 'get_message_by_uid': maildirdriver_cached.c:1091:47: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename, sizeof(filename), "%s%c%s%c%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/maildriver.h:40, from maildirdriver.h:40, from maildirdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 9 or more bytes (assuming 4104) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildirdriver_cached.c: In function 'get_messages_list': maildirdriver_cached.c:652:47: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename, sizeof(filename), "%s%c%s%c%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/maildriver.h:40, from maildirdriver.h:40, from maildirdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 9 or more bytes (assuming 4104) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildirdriver_cached.c: In function 'get_cache_folder.constprop': maildirdriver_cached.c:366:33: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(key, PATH_MAX, "%s/%s", data->md_cache_directory, quoted_mb); ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/maildriver.h:40, from maildirdriver.h:40, from maildirdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ maildirdriver_cached.c:373:33: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(key, PATH_MAX, "%s/%s", data->md_flags_directory, quoted_mb); ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/maildriver.h:40, from maildirdriver.h:40, from maildirdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o maildirdriver_tools.lo maildirdriver_tools.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c maildirdriver_cached.c -o maildirdriver_cached.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o maildirstorage.lo maildirstorage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c maildirdriver_tools.c -fPIC -DPIC -o .libs/maildirdriver_tools.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c maildirstorage.c -fPIC -DPIC -o .libs/maildirstorage.o maildirstorage.c: In function 'maildir_mailstorage_get_folder_session': maildirstorage.c:192:12: warning: unused parameter 'pathname' [-Wunused-parameter] char * pathname, mailsession ** result) ^~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c maildirdriver_tools.c -o maildirdriver_tools.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/maildir -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c maildirstorage.c -o maildirstorage.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libmaildir.la maildirdriver.lo maildirdriver_cached.lo maildirdriver_cached_message.lo maildirdriver_message.lo maildirdriver_tools.lo maildirstorage.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libmaildir.a .libs/maildirdriver.o .libs/maildirdriver_cached.o .libs/maildirdriver_cached_message.o .libs/maildirdriver_message.o .libs/maildirdriver_tools.o .libs/maildirstorage.o libtool: link: ranlib .libs/libmaildir.a libtool: link: ( cd ".libs" && rm -f "libmaildir.la" && ln -s "../libmaildir.la" "libmaildir.la" ) make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/maildir' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/maildir' Making all in mbox make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mbox' make all-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mbox' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mboxdriver.lo mboxdriver.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mboxdriver_cached.lo mboxdriver_cached.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mboxdriver_cached_message.lo mboxdriver_cached_message.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mboxdriver_message.lo mboxdriver_message.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mboxdriver_cached.c -fPIC -DPIC -o .libs/mboxdriver_cached.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mboxdriver_cached_message.c -fPIC -DPIC -o .libs/mboxdriver_cached_message.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mboxdriver_message.c -fPIC -DPIC -o .libs/mboxdriver_message.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mboxdriver.c -fPIC -DPIC -o .libs/mboxdriver.o mboxdriver.c: In function 'mboxdriver_messages_number': mboxdriver.c:320:75: warning: unused parameter 'mb' [-Wunused-parameter] static int mboxdriver_messages_number(mailsession * session, const char * mb, ^~ mboxdriver.c: In function 'mboxdriver_append_message_flags': mboxdriver.c:364:60: warning: unused parameter 'flags' [-Wunused-parameter] const char * message, size_t size, struct mail_flags * flags) ^~~~~ mboxdriver_cached.c: In function 'mboxdriver_cached_status_folder': mboxdriver_cached.c:774:80: warning: unused parameter 'mb' [-Wunused-parameter] static int mboxdriver_cached_status_folder(mailsession * session, const char * mb, ^~ mboxdriver_cached_message.c: In function 'mbox_get_flags.part.1': mboxdriver_cached_message.c:292:46: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s/%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mailmessage_types.h:40, from ../../../../include/libetpan/mailmessage.h:36, from mboxdriver_cached_message.h:40, from mboxdriver_cached_message.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mboxdriver_message.c -o mboxdriver_message.o >/dev/null 2>&1 mboxdriver_cached.c: In function 'mboxdriver_cached_append_message_flags': libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mboxdriver_cached_message.c -o mboxdriver_cached_message.o >/dev/null 2>&1 mboxdriver_cached.c:976:45: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s%c%s%c%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mboxdriver_types.h:40, from mboxdriver_cached.h:42, from mboxdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mboxdriver_cached.c: In function 'write_max_uid_value': mboxdriver_cached.c:486:39: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename, PATH_MAX, "%s%c%s%c%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mboxdriver_types.h:40, from mboxdriver_cached.h:42, from mboxdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 10 or more bytes (assuming 4105) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mboxdriver.c -o mboxdriver.o >/dev/null 2>&1 mboxdriver_cached.c: In function 'mboxdriver_cached_get_envelopes_list': mboxdriver_cached.c:1157:43: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_env, PATH_MAX, "%s%c%s%c%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mboxdriver_types.h:40, from mboxdriver_cached.h:42, from mboxdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 9 or more bytes (assuming 4104) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mboxdriver_cached.c:1168:45: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s%c%s%c%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mboxdriver_types.h:40, from mboxdriver_cached.h:42, from mboxdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mboxdriver_cached.c: In function 'mboxdriver_cached_status_folder': mboxdriver_cached.c:817:45: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s%c%s%c%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mboxdriver_types.h:40, from mboxdriver_cached.h:42, from mboxdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mboxdriver_cached.c: In function 'mboxdriver_cached_expunge_folder': mboxdriver_cached.c:722:45: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s%c%s%c%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mboxdriver_types.h:40, from mboxdriver_cached.h:42, from mboxdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mboxdriver_cached.c: In function 'read_max_uid_value.constprop': mboxdriver_cached.c:561:39: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename, PATH_MAX, "%s%c%s%c%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mboxdriver_types.h:40, from mboxdriver_cached.h:42, from mboxdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 10 or more bytes (assuming 4105) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mboxdriver_cached.c: In function 'get_cache_directory.constprop': mboxdriver_cached.c:413:38: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(dirname, PATH_MAX, "%s%c%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mboxdriver_types.h:40, from mboxdriver_cached.h:42, from mboxdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mboxdriver_cached.c:422:38: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(dirname, PATH_MAX, "%s%c%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mboxdriver_types.h:40, from mboxdriver_cached.h:42, from mboxdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mboxdriver_tools.lo mboxdriver_tools.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mboxdriver_cached.c -o mboxdriver_cached.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mboxstorage.lo mboxstorage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mboxdriver_tools.c -fPIC -DPIC -o .libs/mboxdriver_tools.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mboxstorage.c -fPIC -DPIC -o .libs/mboxstorage.o mboxstorage.c: In function 'mbox_mailstorage_get_folder_session': mboxstorage.c:191:12: warning: unused parameter 'pathname' [-Wunused-parameter] char * pathname, mailsession ** result) ^~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mboxdriver_tools.c -o mboxdriver_tools.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mbox -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mboxstorage.c -o mboxstorage.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libmbox.la mboxdriver.lo mboxdriver_cached.lo mboxdriver_cached_message.lo mboxdriver_message.lo mboxdriver_tools.lo mboxstorage.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libmbox.a .libs/mboxdriver.o .libs/mboxdriver_cached.o .libs/mboxdriver_cached_message.o .libs/mboxdriver_message.o .libs/mboxdriver_tools.o .libs/mboxstorage.o libtool: link: ranlib .libs/libmbox.a libtool: link: ( cd ".libs" && rm -f "libmbox.la" && ln -s "../libmbox.la" "libmbox.la" ) make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mbox' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mbox' Making all in mh make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mh' make all-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mh' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mhdriver.lo mhdriver.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mhdriver_cached.lo mhdriver_cached.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mhdriver_cached_message.lo mhdriver_cached_message.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mhdriver_message.lo mhdriver_message.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mhdriver_cached.c -fPIC -DPIC -o .libs/mhdriver_cached.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mhdriver_message.c -fPIC -DPIC -o .libs/mhdriver_message.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mhdriver.c -fPIC -DPIC -o .libs/mhdriver.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mhdriver_cached_message.c -fPIC -DPIC -o .libs/mhdriver_cached_message.o mhdriver.c: In function 'mhdriver_build_folder_name': mhdriver.c:305:53: warning: unused parameter 'session' [-Wunused-parameter] static int mhdriver_build_folder_name(mailsession * session, const char * mb, ^~~~~~~ mhdriver.c: In function 'mhdriver_list_folders': mhdriver.c:580:70: warning: unused parameter 'mb' [-Wunused-parameter] static int mhdriver_list_folders(mailsession * session, const char * mb, ^~ mhdriver.c: In function 'mhdriver_append_message_flags': mhdriver.c:713:60: warning: unused parameter 'flags' [-Wunused-parameter] const char * message, size_t size, struct mail_flags * flags) ^~~~~ mhdriver_cached_message.c: In function 'mh_get_flags.part.1': mhdriver_cached_message.c:276:46: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s/%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mhdriver_types.h:42, from mhdriver_message.h:40, from mhdriver_cached_message.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mhdriver_message.c -o mhdriver_message.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mhdriver_cached_message.c -o mhdriver_cached_message.o >/dev/null 2>&1 mhdriver_cached.c: In function 'mhdriver_cached_append_message_flags': mhdriver_cached.c:951:44: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s/%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mhdriver_types.h:42, from mhdriver_cached.h:40, from mhdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mhdriver_cached.c: In function 'write_max_uid_value': mhdriver_cached.c:254:38: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename, PATH_MAX, "%s/%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mhdriver_types.h:42, from mhdriver_cached.h:40, from mhdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 10 or more bytes (assuming 4105) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mhdriver_cached.c: In function 'read_max_uid_value': mhdriver_cached.c:327:38: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename, PATH_MAX, "%s/%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mhdriver_types.h:42, from mhdriver_cached.h:40, from mhdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 10 or more bytes (assuming 4105) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mhdriver.c -o mhdriver.o >/dev/null 2>&1 mhdriver_cached.c: In function 'mhdriver_cached_get_envelopes_list': mhdriver_cached.c:1129:42: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_env, PATH_MAX, "%s/%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mhdriver_types.h:42, from mhdriver_cached.h:40, from mhdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 9 or more bytes (assuming 4104) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mhdriver_cached.c:1139:44: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s/%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mhdriver_types.h:42, from mhdriver_cached.h:40, from mhdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mhdriver_cached.c: In function 'mhdriver_cached_expunge_folder': mhdriver_cached.c:683:44: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s/%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mhdriver_types.h:42, from mhdriver_cached.h:40, from mhdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mhdriver_tools.lo mhdriver_tools.c mhdriver_cached.c: In function 'mhdriver_cached_status_folder.part.5': mhdriver_cached.c:771:44: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s/%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mhdriver_types.h:42, from mhdriver_cached.h:40, from mhdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mhdriver_cached.c: In function 'get_cache_directory.constprop': mhdriver_cached.c:587:37: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(dirname, PATH_MAX, "%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mhdriver_types.h:42, from mhdriver_cached.h:40, from mhdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mhdriver_cached.c:596:37: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(dirname, PATH_MAX, "%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mhdriver_types.h:42, from mhdriver_cached.h:40, from mhdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mhstorage.lo mhstorage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mhdriver_cached.c -o mhdriver_cached.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mhdriver_tools.c -fPIC -DPIC -o .libs/mhdriver_tools.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mhstorage.c -fPIC -DPIC -o .libs/mhstorage.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mhstorage.c -o mhstorage.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mh -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mhdriver_tools.c -o mhdriver_tools.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libmh.la mhdriver.lo mhdriver_cached.lo mhdriver_cached_message.lo mhdriver_message.lo mhdriver_tools.lo mhstorage.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libmh.a .libs/mhdriver.o .libs/mhdriver_cached.o .libs/mhdriver_cached_message.o .libs/mhdriver_message.o .libs/mhdriver_tools.o .libs/mhstorage.o libtool: link: ranlib .libs/libmh.a libtool: link: ( cd ".libs" && rm -f "libmh.la" && ln -s "../libmh.la" "libmh.la" ) make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mh' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mh' Making all in mime-message make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mime-message' make all-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mime-message' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o mime_message_driver.lo mime_message_driver.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mime_message_driver.c -fPIC -DPIC -o .libs/mime_message_driver.o mime_message_driver.c: In function 'mime_message_set_tmpdir': mime_message_driver.c:59:43: warning: unused parameter 'msg' [-Wunused-parameter] int mime_message_set_tmpdir(mailmessage * msg, char * tmpdir) ^~~ mime_message_driver.c:59:55: warning: unused parameter 'tmpdir' [-Wunused-parameter] int mime_message_set_tmpdir(mailmessage * msg, char * tmpdir) ^~~~~~ mime_message_driver.c: In function 'flush': mime_message_driver.c:126:33: warning: unused parameter 'msg' [-Wunused-parameter] static void flush(mailmessage * msg) ^~~ mime_message_driver.c: In function 'check': mime_message_driver.c:131:33: warning: unused parameter 'msg' [-Wunused-parameter] static void check(mailmessage * msg) ^~~ mime_message_driver.c: In function 'fetch_result_free': mime_message_driver.c:136:45: warning: unused parameter 'msg_info' [-Wunused-parameter] static void fetch_result_free(mailmessage * msg_info, char * content) ^~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c mime_message_driver.c -o mime_message_driver.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libmime-message.la mime_message_driver.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libmime-message.a .libs/mime_message_driver.o libtool: link: ranlib .libs/libmime-message.a libtool: link: ( cd ".libs" && rm -f "libmime-message.la" && ln -s "../libmime-message.la" "libmime-message.la" ) make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mime-message' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mime-message' Making all in nntp make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/nntp' make all-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/nntp' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o nntpdriver.lo nntpdriver.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o nntpdriver_cached.lo nntpdriver_cached.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o nntpdriver_cached_message.lo nntpdriver_cached_message.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o nntpdriver_message.lo nntpdriver_message.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c nntpdriver_cached.c -fPIC -DPIC -o .libs/nntpdriver_cached.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c nntpdriver_cached_message.c -fPIC -DPIC -o .libs/nntpdriver_cached_message.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c nntpdriver.c -fPIC -DPIC -o .libs/nntpdriver.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c nntpdriver_message.c -fPIC -DPIC -o .libs/nntpdriver_message.o nntpdriver.c: In function 'nntpdriver_append_message_flags': nntpdriver.c:644:60: warning: unused parameter 'flags' [-Wunused-parameter] const char * message, size_t size, struct mail_flags * flags) ^~~~~ nntpdriver_cached.c: In function 'nntpdriver_cached_append_message_flags': nntpdriver_cached.c:650:60: warning: unused parameter 'flags' [-Wunused-parameter] const char * message, size_t size, struct mail_flags * flags) ^~~~~ nntpdriver_cached.c: In function 'get_cached_envelope': nntpdriver_cached.c:659:19: warning: unused parameter 'session' [-Wunused-parameter] mailsession * session, uint32_t num, ^~~~~~~ nntpdriver_cached.c: In function 'write_cached_envelope': nntpdriver_cached.c:685:19: warning: unused parameter 'session' [-Wunused-parameter] mailsession * session, uint32_t num, ^~~~~~~ nntpdriver_cached_message.c: In function 'nntp_prefetch': nntpdriver_cached_message.c:144:38: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename, PATH_MAX, "%s/%s/%i", cached_data->nntp_cache_directory, ^ nntpdriver_cached_message.c:144:32: note: using the range [-2147483648, 2147483647] for directive argument snprintf(filename, PATH_MAX, "%s/%s/%i", cached_data->nntp_cache_directory, ^~~~~~~~~~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mailmessage_types.h:40, from nntpdriver_cached_message.h:36, from nntpdriver_cached_message.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 4 or more bytes (assuming 4099) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nntpdriver_cached_message.c: In function 'nntp_get_flags.part.1': nntpdriver_cached_message.c:325:46: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s/%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mailmessage_types.h:40, from nntpdriver_cached_message.h:36, from nntpdriver_cached_message.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c nntpdriver_message.c -o nntpdriver_message.o >/dev/null 2>&1 nntpdriver_cached_message.c: In function 'nntp_fetch_header.part.2': nntpdriver_cached_message.c:259:38: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename, PATH_MAX, "%s/%s/%i-header", ^ nntpdriver_cached_message.c:259:32: note: using the range [-2147483648, 2147483647] for directive argument snprintf(filename, PATH_MAX, "%s/%s/%i-header", ^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/mailmessage_types.h:40, from nntpdriver_cached_message.h:36, from nntpdriver_cached_message.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nntpdriver_cached.c: In function 'read_article_seq': nntpdriver_cached.c:728:42: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(seq_filename, PATH_MAX, "%s/%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/nntpdriver_types.h:42, from nntpdriver_cached.h:40, from nntpdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 15 or more bytes (assuming 4110) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c nntpdriver_cached_message.c -o nntpdriver_cached_message.o >/dev/null 2>&1 nntpdriver_cached.c: In function 'nntpdriver_cached_select_folder': nntpdriver_cached.c:412:33: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(key, PATH_MAX, "%s/%s", cached_data->nntp_cache_directory, ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/nntpdriver_types.h:42, from nntpdriver_cached.h:40, from nntpdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nntpdriver_cached.c:421:33: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(key, PATH_MAX, "%s/%s", cached_data->nntp_flags_directory, ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/nntpdriver_types.h:42, from nntpdriver_cached.h:40, from nntpdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nntpdriver_cached.c: In function 'nntpdriver_cached_get_envelopes_list': nntpdriver_cached.c:869:42: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_env, PATH_MAX, "%s/%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/nntpdriver_types.h:42, from nntpdriver_cached.h:40, from nntpdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 9 or more bytes (assuming 4104) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nntpdriver_cached.c:879:44: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s/%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/nntpdriver_types.h:42, from nntpdriver_cached.h:40, from nntpdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nntpdriver_cached.c:780:42: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(seq_filename, PATH_MAX, "%s/%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/nntpdriver_types.h:42, from nntpdriver_cached.h:40, from nntpdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 15 or more bytes (assuming 4110) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nntpdriver_cached.c:1000:39: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(cache_dir, PATH_MAX, "%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/nntpdriver_types.h:42, from nntpdriver_cached.h:40, from nntpdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o nntpdriver_tools.lo nntpdriver_tools.c nntpdriver_cached.c: In function 'nntpdriver_cached_status_folder.part.6': nntpdriver_cached.c:495:44: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s/%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/nntpdriver_types.h:42, from nntpdriver_cached.h:40, from nntpdriver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 4106) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c nntpdriver.c -o nntpdriver.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c nntpdriver_cached.c -o nntpdriver_cached.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o nntpstorage.lo nntpstorage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c nntpdriver_tools.c -fPIC -DPIC -o .libs/nntpdriver_tools.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c nntpstorage.c -fPIC -DPIC -o .libs/nntpstorage.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c nntpdriver_tools.c -o nntpdriver_tools.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/nntp -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c nntpstorage.c -o nntpstorage.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libnntp.la nntpdriver.lo nntpdriver_cached.lo nntpdriver_cached_message.lo nntpdriver_message.lo nntpdriver_tools.lo nntpstorage.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libnntp.a .libs/nntpdriver.o .libs/nntpdriver_cached.o .libs/nntpdriver_cached_message.o .libs/nntpdriver_message.o .libs/nntpdriver_tools.o .libs/nntpstorage.o libtool: link: ranlib .libs/libnntp.a libtool: link: ( cd ".libs" && rm -f "libnntp.la" && ln -s "../libnntp.la" "libnntp.la" ) make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/nntp' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/nntp' Making all in pop3 make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/pop3' make all-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/pop3' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o pop3driver.lo pop3driver.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o pop3driver_cached.lo pop3driver_cached.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o pop3driver_cached_message.lo pop3driver_cached_message.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o pop3driver_message.lo pop3driver_message.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c pop3driver_cached.c -fPIC -DPIC -o .libs/pop3driver_cached.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c pop3driver.c -fPIC -DPIC -o .libs/pop3driver.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c pop3driver_message.c -fPIC -DPIC -o .libs/pop3driver_message.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c pop3driver_cached_message.c -fPIC -DPIC -o .libs/pop3driver_cached_message.o pop3driver.c: In function 'pop3driver_messages_number': pop3driver.c:319:75: warning: unused parameter 'mb' [-Wunused-parameter] static int pop3driver_messages_number(mailsession * session, const char * mb, ^~ pop3driver_cached.c: In function 'pop3driver_cached_status_folder': pop3driver_cached.c:474:18: warning: unused parameter 'mb' [-Wunused-parameter] const char * mb, uint32_t * result_messages, uint32_t * result_recent, ^~ pop3driver_cached_message.c: In function 'pop3_prefetch': pop3driver_cached_message.c:142:38: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(filename, PATH_MAX, "%s/%s", ^ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/pop3driver_types.h:42, from pop3driver_cached_message.h:40, from pop3driver_cached_message.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c pop3driver_message.c -o pop3driver_message.o >/dev/null 2>&1 pop3driver_cached_message.c: In function 'pop3_get_flags.part.1': pop3driver_cached_message.c:316:44: warning: '%s' directive output may be truncated writing 8 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s/%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/pop3driver_types.h:42, from pop3driver_cached_message.h:40, from pop3driver_cached_message.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 10 and 4105 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pop3driver_cached_message.c: In function 'pop3_fetch_header.part.2': pop3driver_cached_message.c:260:38: warning: '-header' directive output may be truncated writing 7 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename, PATH_MAX, "%s/%s-header", ^~~~~~~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/pop3driver_types.h:42, from pop3driver_cached_message.h:40, from pop3driver_cached_message.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 9 or more bytes (assuming 4104) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c pop3driver_cached_message.c -o pop3driver_cached_message.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c pop3driver.c -o pop3driver.o >/dev/null 2>&1 pop3driver_cached.c: In function 'pop3driver_cached_get_envelopes_list': pop3driver_cached.c:745:40: warning: '%s' directive output may be truncated writing 6 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_env, PATH_MAX, "%s/%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/pop3driver_types.h:42, from pop3driver_cached.h:44, from pop3driver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 8 and 4103 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pop3driver_cached.c:760:42: warning: '%s' directive output may be truncated writing 8 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s/%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/pop3driver_types.h:42, from pop3driver_cached.h:44, from pop3driver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 10 and 4105 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pop3driver_cached.c: In function 'pop3driver_cached_status_folder': pop3driver_cached.c:499:42: warning: '%s' directive output may be truncated writing 8 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s/%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/pop3driver_types.h:42, from pop3driver_cached.h:44, from pop3driver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 10 and 4105 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pop3driver_cached.c: In function 'pop3driver_cached_expunge_folder': pop3driver_cached.c:416:42: warning: '%s' directive output may be truncated writing 8 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(filename_flags, PATH_MAX, "%s/%s", ^~ In file included from /usr/include/stdio.h:861:0, from ../../../../include/libetpan/mailimf_write_generic.h:44, from ../../../../include/libetpan/mailimf.h:45, from ../../../../include/libetpan/maildriver_types.h:48, from ../../../../include/libetpan/pop3driver_types.h:42, from pop3driver_cached.h:44, from pop3driver_cached.c:40: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 10 and 4105 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o pop3driver_tools.lo pop3driver_tools.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c pop3driver_cached.c -o pop3driver_cached.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o pop3storage.lo pop3storage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c pop3driver_tools.c -fPIC -DPIC -o .libs/pop3driver_tools.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c pop3storage.c -fPIC -DPIC -o .libs/pop3storage.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c pop3driver_tools.c -o pop3driver_tools.o >/dev/null 2>&1 pop3storage.c: In function 'pop3_mailstorage_get_folder_session': pop3storage.c:476:12: warning: unused parameter 'pathname' [-Wunused-parameter] char * pathname, mailsession ** result) ^~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/pop3 -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c pop3storage.c -o pop3storage.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libpop3.la pop3driver.lo pop3driver_cached.lo pop3driver_cached_message.lo pop3driver_message.lo pop3driver_tools.lo pop3storage.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libpop3.a .libs/pop3driver.o .libs/pop3driver_cached.o .libs/pop3driver_cached_message.o .libs/pop3driver_message.o .libs/pop3driver_tools.o .libs/pop3storage.o libtool: link: ranlib .libs/libpop3.a libtool: link: ( cd ".libs" && rm -f "libpop3.la" && ln -s "../libpop3.la" "libpop3.la" ) make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/pop3' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/pop3' Making all in hotmail make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/hotmail' make all-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/hotmail' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/implementation/pop3 -D_REENTRANT -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 -W -Wall -c -o hotmailstorage.lo hotmailstorage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/implementation/pop3 -D_REENTRANT -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 -W -Wall -c hotmailstorage.c -fPIC -DPIC -o .libs/hotmailstorage.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/implementation/pop3 -D_REENTRANT -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 -W -Wall -c hotmailstorage.c -o hotmailstorage.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libhotmail.la hotmailstorage.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libhotmail.a .libs/hotmailstorage.o libtool: link: ranlib .libs/libhotmail.a libtool: link: ( cd ".libs" && rm -f "libhotmail.la" && ln -s "../libhotmail.la" "libhotmail.la" ) make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/hotmail' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/hotmail' Making all in db make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/db' make all-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/db' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o dbdriver.lo dbdriver.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o dbdriver_message.lo dbdriver_message.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o dbstorage.lo dbstorage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c dbdriver.c -fPIC -DPIC -o .libs/dbdriver.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c dbdriver_message.c -fPIC -DPIC -o .libs/dbdriver_message.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c dbstorage.c -fPIC -DPIC -o .libs/dbstorage.o dbdriver.c: In function 'logout': dbdriver.c:438:33: warning: unused parameter 'session' [-Wunused-parameter] static int logout(mailsession * session) ^~~~~~~ dbdriver.c: In function 'status_folder': dbdriver.c:565:62: warning: unused parameter 'mb' [-Wunused-parameter] static int status_folder(mailsession * session, const char * mb, ^~ dbstorage.c: In function 'db_mailstorage_get_folder_session': dbstorage.c:143:12: warning: unused parameter 'pathname' [-Wunused-parameter] char * pathname, mailsession ** result) ^~~~~~~~ dbdriver.c: In function 'get_message': dbdriver.c:1016:34: warning: unused parameter 'result' [-Wunused-parameter] uint32_t num, mailmessage ** result) ^~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c dbstorage.c -o dbstorage.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c dbdriver_message.c -o dbdriver_message.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c dbdriver.c -o dbdriver.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libdb.la dbdriver.lo dbdriver_message.lo dbstorage.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libdb.a .libs/dbdriver.o .libs/dbdriver_message.o .libs/dbstorage.o libtool: link: ranlib .libs/libdb.a libtool: link: ( cd ".libs" && rm -f "libdb.la" && ln -s "../libdb.la" "libdb.la" ) make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/db' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/db' Making all in feed make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/feed' make all-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/feed' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/feed -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o feeddriver.lo feeddriver.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/feed -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o feeddriver_message.lo feeddriver_message.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/feed -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c -o feedstorage.lo feedstorage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/feed -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c feeddriver.c -fPIC -DPIC -o .libs/feeddriver.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/feed -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c feedstorage.c -fPIC -DPIC -o .libs/feedstorage.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/feed -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c feeddriver_message.c -fPIC -DPIC -o .libs/feeddriver_message.o feedstorage.c: In function 'feed_mailstorage_get_folder_session': feedstorage.c:178:12: warning: unused parameter 'pathname' [-Wunused-parameter] char * pathname, mailsession ** result) ^~~~~~~~ feeddriver_message.c: In function 'feed_fetch_size': feeddriver_message.c:187:14: warning: unused parameter 'result' [-Wunused-parameter] size_t * result) ^~~~~~ feeddriver.c: In function 'feeddriver_messages_number': feeddriver.c:281:75: warning: unused parameter 'mb' [-Wunused-parameter] static int feeddriver_messages_number(mailsession * session, const char * mb, ^~ feeddriver.c: In function 'feeddriver_get_envelopes_list': feeddriver.c:328:45: warning: unused parameter 'session' [-Wunused-parameter] feeddriver_get_envelopes_list(mailsession * session, ^~~~~~~ feeddriver.c:329:36: warning: unused parameter 'env_list' [-Wunused-parameter] struct mailmessage_list * env_list) ^~~~~~~~ feeddriver.c: In function 'feeddriver_get_message_by_uid': feeddriver.c:778:56: warning: unused parameter 'session' [-Wunused-parameter] static int feeddriver_get_message_by_uid(mailsession * session, ^~~~~~~ feeddriver.c:779:18: warning: unused parameter 'uid' [-Wunused-parameter] const char * uid, ^~~ feeddriver.c:780:20: warning: unused parameter 'result' [-Wunused-parameter] mailmessage ** result) ^~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/feed -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c feedstorage.c -o feedstorage.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/feed -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c feeddriver_message.c -o feeddriver_message.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../include -I../../../../src/driver/interface -I../../../../src/driver/tools -I../../../../src/low-level/feed -I../../../../src/low-level/mime -I../../../../src/low-level/imf -I../../../../src/data-types -D_REENTRANT -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 -W -Wall -c feeddriver.c -o feeddriver.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libfeed.la feeddriver.lo feeddriver_message.lo feedstorage.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libfeed.a .libs/feeddriver.o .libs/feeddriver_message.o .libs/feedstorage.o libtool: link: ranlib .libs/libfeed.a libtool: link: ( cd ".libs" && rm -f "libfeed.la" && ln -s "../libfeed.la" "libfeed.la" ) make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/feed' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/feed' make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libimplementation.la data-message/libdata-message.la imap/libimap.la maildir/libmaildir.la mbox/libmbox.la mh/libmh.la mime-message/libmime-message.la nntp/libnntp.la pop3/libpop3.la hotmail/libhotmail.la db/libdb.la feed/libfeed.la -lz -llockfile -pthread libtool: link: (cd .libs/libimplementation.lax/libdata-message.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/data-message/.libs/libdata-message.a") libtool: link: (cd .libs/libimplementation.lax/libimap.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/imap/.libs/libimap.a") libtool: link: (cd .libs/libimplementation.lax/libmaildir.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/maildir/.libs/libmaildir.a") libtool: link: (cd .libs/libimplementation.lax/libmbox.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mbox/.libs/libmbox.a") libtool: link: (cd .libs/libimplementation.lax/libmh.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mh/.libs/libmh.a") libtool: link: (cd .libs/libimplementation.lax/libmime-message.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mime-message/.libs/libmime-message.a") libtool: link: (cd .libs/libimplementation.lax/libnntp.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/nntp/.libs/libnntp.a") libtool: link: (cd .libs/libimplementation.lax/libpop3.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/pop3/.libs/libpop3.a") libtool: link: (cd .libs/libimplementation.lax/libhotmail.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/hotmail/.libs/libhotmail.a") libtool: link: (cd .libs/libimplementation.lax/libdb.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/db/.libs/libdb.a") libtool: link: (cd .libs/libimplementation.lax/libfeed.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/feed/.libs/libfeed.a") libtool: link: ar cru .libs/libimplementation.a .libs/libimplementation.lax/libdata-message.a/data_message_driver.o .libs/libimplementation.lax/libimap.a/imapdriver.o .libs/libimplementation.lax/libimap.a/imapdriver_cached.o .libs/libimplementation.lax/libimap.a/imapdriver_cached_message.o .libs/libimplementation.lax/libimap.a/imapdriver_message.o .libs/libimplementation.lax/libimap.a/imapdriver_tools.o .libs/libimplementation.lax/libimap.a/imapstorage.o .libs/libimplementation.lax/libmaildir.a/maildirdriver.o .libs/libimplementation.lax/libmaildir.a/maildirdriver_cached.o .libs/libimplementation.lax/libmaildir.a/maildirdriver_cached_message.o .libs/libimplementation.lax/libmaildir.a/maildirdriver_message.o .libs/libimplementation.lax/libmaildir.a/maildirdriver_tools.o .libs/libimplementation.lax/libmaildir.a/maildirstorage.o .libs/libimplementation.lax/libmbox.a/mboxdriver.o .libs/libimplementation.lax/libmbox.a/mboxdriver_cached.o .libs/libimplementation.lax/libmbox.a/mboxdriver_cached_message.o .libs/libimplementation.lax/libmbox.a/mboxdriver_message.o .libs/libimplementation.lax/libmbox.a/mboxdriver_tools.o .libs/libimplementation.lax/libmbox.a/mboxstorage.o .libs/libimplementation.lax/libmh.a/mhdriver.o .libs/libimplementation.lax/libmh.a/mhdriver_cached.o .libs/libimplementation.lax/libmh.a/mhdriver_cached_message.o .libs/libimplementation.lax/libmh.a/mhdriver_message.o .libs/libimplementation.lax/libmh.a/mhdriver_tools.o .libs/libimplementation.lax/libmh.a/mhstorage.o .libs/libimplementation.lax/libmime-message.a/mime_message_driver.o .libs/libimplementation.lax/libnntp.a/nntpdriver.o .libs/libimplementation.lax/libnntp.a/nntpdriver_cached.o .libs/libimplementation.lax/libnntp.a/nntpdriver_cached_message.o .libs/libimplementation.lax/libnntp.a/nntpdriver_message.o .libs/libimplementation.lax/libnntp.a/nntpdriver_tools.o .libs/libimplementation.lax/libnntp.a/nntpstorage.o .libs/libimplementation.lax/libpop3.a/pop3driver.o .libs/libimplementation.lax/libpop3.a/pop3driver_cached.o .libs/libimplementation.lax/libpop3.a/pop3driver_cached_message.o .libs/libimplementation.lax/libpop3.a/pop3driver_message.o .libs/libimplementation.lax/libpop3.a/pop3driver_tools.o .libs/libimplementation.lax/libpop3.a/pop3storage.o .libs/libimplementation.lax/libhotmail.a/hotmailstorage.o .libs/libimplementation.lax/libdb.a/dbdriver.o .libs/libimplementation.lax/libdb.a/dbdriver_message.o .libs/libimplementation.lax/libdb.a/dbstorage.o .libs/libimplementation.lax/libfeed.a/feeddriver.o .libs/libimplementation.lax/libfeed.a/feeddriver_message.o .libs/libimplementation.lax/libfeed.a/feedstorage.o libtool: link: ranlib .libs/libimplementation.a libtool: link: rm -fr .libs/libimplementation.lax libtool: link: ( cd ".libs" && rm -f "libimplementation.la" && ln -s "../libimplementation.la" "libimplementation.la" ) make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' Making all in interface make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/interface' make all-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/interface' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c -o maildriver.lo maildriver.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c -o maildriver_types.lo maildriver_types.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c -o maildriver_tools.lo maildriver_tools.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c -o mailmessage.lo mailmessage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c maildriver_types.c -fPIC -DPIC -o .libs/maildriver_types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c maildriver.c -fPIC -DPIC -o .libs/maildriver.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c mailmessage.c -fPIC -DPIC -o .libs/mailmessage.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c maildriver_tools.c -fPIC -DPIC -o .libs/maildriver_tools.o maildriver_tools.c: In function 'maildriver_generic_get_envelopes_list': maildriver_tools.c:66:53: warning: unused parameter 'session' [-Wunused-parameter] maildriver_generic_get_envelopes_list(mailsession * session, ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c maildriver_types.c -o maildriver_types.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c mailmessage.c -o mailmessage.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c maildriver.c -o maildriver.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c maildriver_tools.c -o maildriver_tools.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c -o mailmessage_tools.lo mailmessage_tools.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c -o mailmessage_types.lo mailmessage_types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c mailmessage_tools.c -fPIC -DPIC -o .libs/mailmessage_tools.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c mailmessage_types.c -fPIC -DPIC -o .libs/mailmessage_types.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c -o maildriver_types_helper.lo maildriver_types_helper.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c -o mailstorage.lo mailstorage.c mailmessage_tools.c: In function 'mailmessage_generic_fetch_result_free': mailmessage_tools.c:175:53: warning: unused parameter 'msg_info' [-Wunused-parameter] mailmessage_generic_fetch_result_free(mailmessage * msg_info, char * msg) ^~~~~~~~ mailmessage_tools.c: In function 'mailmessage_generic_fetch_section': mailmessage_tools.c:360:49: warning: unused parameter 'msg_info' [-Wunused-parameter] mailmessage_generic_fetch_section(mailmessage * msg_info, ^~~~~~~~ mailmessage_tools.c: In function 'mailmessage_generic_fetch_section_header': mailmessage_tools.c:393:56: warning: unused parameter 'msg_info' [-Wunused-parameter] mailmessage_generic_fetch_section_header(mailmessage * msg_info, ^~~~~~~~ mailmessage_tools.c: In function 'mailmessage_generic_fetch_section_mime': mailmessage_tools.c:452:54: warning: unused parameter 'msg_info' [-Wunused-parameter] mailmessage_generic_fetch_section_mime(mailmessage * msg_info, ^~~~~~~~ mailmessage_tools.c: In function 'mailmessage_generic_fetch_section_body': mailmessage_tools.c:506:54: warning: unused parameter 'msg_info' [-Wunused-parameter] mailmessage_generic_fetch_section_body(mailmessage * msg_info, ^~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c maildriver_types_helper.c -fPIC -DPIC -o .libs/maildriver_types_helper.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c mailmessage_types.c -o mailmessage_types.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c mailstorage.c -fPIC -DPIC -o .libs/mailstorage.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c mailmessage_tools.c -o mailmessage_tools.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c maildriver_types_helper.c -o maildriver_types_helper.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c -o mailstorage_tools.lo mailstorage_tools.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c mailstorage.c -o mailstorage.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c mailstorage_tools.c -fPIC -DPIC -o .libs/mailstorage_tools.o /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c -o mailfolder.lo mailfolder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c mailfolder.c -fPIC -DPIC -o .libs/mailfolder.o mailstorage_tools.c: In function 'mailstorage_generic_auth': mailstorage_tools.c:398:9: warning: unused parameter 'auth_type' [-Wunused-parameter] int auth_type, ^~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c mailstorage_tools.c -o mailstorage_tools.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/interface/tools -D_REENTRANT -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 -W -Wall -c mailfolder.c -o mailfolder.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libinterface.la maildriver.lo maildriver_types.lo maildriver_tools.lo mailmessage.lo mailmessage_tools.lo mailmessage_types.lo maildriver_types_helper.lo mailstorage.lo mailstorage_tools.lo mailfolder.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libinterface.a .libs/maildriver.o .libs/maildriver_types.o .libs/maildriver_tools.o .libs/mailmessage.o .libs/mailmessage_tools.o .libs/mailmessage_types.o .libs/maildriver_types_helper.o .libs/mailstorage.o .libs/mailstorage_tools.o .libs/mailfolder.o libtool: link: ranlib .libs/libinterface.a libtool: link: ( cd ".libs" && rm -f "libinterface.la" && ln -s "../libinterface.la" "libinterface.la" ) make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/interface' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/interface' Making all in tools make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/tools' make all-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/tools' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/driver/interface -D_REENTRANT -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 -W -Wall -c -o generic_cache.lo generic_cache.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/driver/interface -D_REENTRANT -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 -W -Wall -c -o imfcache.lo imfcache.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/driver/interface -D_REENTRANT -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 -W -Wall -c -o mailthread.lo mailthread.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/driver/interface -D_REENTRANT -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 -W -Wall -c -o mailthread_types.lo mailthread_types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/driver/interface -D_REENTRANT -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 -W -Wall -c mailthread_types.c -fPIC -DPIC -o .libs/mailthread_types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/driver/interface -D_REENTRANT -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 -W -Wall -c generic_cache.c -fPIC -DPIC -o .libs/generic_cache.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/driver/interface -D_REENTRANT -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 -W -Wall -c mailthread.c -fPIC -DPIC -o .libs/mailthread.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/driver/interface -D_REENTRANT -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 -W -Wall -c imfcache.c -fPIC -DPIC -o .libs/imfcache.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/driver/interface -D_REENTRANT -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 -W -Wall -c mailthread_types.c -o mailthread_types.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/driver/interface -D_REENTRANT -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 -W -Wall -c generic_cache.c -o generic_cache.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/driver/interface -D_REENTRANT -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 -W -Wall -c imfcache.c -o imfcache.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/low-level/imf -I../../../src/low-level/mime -I../../../src/data-types -I../../../src/driver/interface -D_REENTRANT -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 -W -Wall -c mailthread.c -o mailthread.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libtools.la generic_cache.lo imfcache.lo mailthread.lo mailthread_types.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libtools.a .libs/generic_cache.o .libs/imfcache.o .libs/mailthread.o .libs/mailthread_types.o libtool: link: ranlib .libs/libtools.a libtool: link: ( cd ".libs" && rm -f "libtools.la" && ln -s "../libtools.la" "libtools.la" ) make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/tools' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/tools' make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libdriver.la implementation/libimplementation.la interface/libinterface.la tools/libtools.la -lz -llockfile -pthread libtool: link: (cd .libs/libdriver.lax/libimplementation.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/.libs/libimplementation.a") libtool: link: (cd .libs/libdriver.lax/libinterface.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/driver/interface/.libs/libinterface.a") libtool: link: (cd .libs/libdriver.lax/libtools.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/driver/tools/.libs/libtools.a") libtool: link: ar cru .libs/libdriver.a .libs/libdriver.lax/libimplementation.a/data_message_driver.o .libs/libdriver.lax/libimplementation.a/dbdriver.o .libs/libdriver.lax/libimplementation.a/dbdriver_message.o .libs/libdriver.lax/libimplementation.a/dbstorage.o .libs/libdriver.lax/libimplementation.a/feeddriver.o .libs/libdriver.lax/libimplementation.a/feeddriver_message.o .libs/libdriver.lax/libimplementation.a/feedstorage.o .libs/libdriver.lax/libimplementation.a/hotmailstorage.o .libs/libdriver.lax/libimplementation.a/imapdriver.o .libs/libdriver.lax/libimplementation.a/imapdriver_cached.o .libs/libdriver.lax/libimplementation.a/imapdriver_cached_message.o .libs/libdriver.lax/libimplementation.a/imapdriver_message.o .libs/libdriver.lax/libimplementation.a/imapdriver_tools.o .libs/libdriver.lax/libimplementation.a/imapstorage.o .libs/libdriver.lax/libimplementation.a/maildirdriver.o .libs/libdriver.lax/libimplementation.a/maildirdriver_cached.o .libs/libdriver.lax/libimplementation.a/maildirdriver_cached_message.o .libs/libdriver.lax/libimplementation.a/maildirdriver_message.o .libs/libdriver.lax/libimplementation.a/maildirdriver_tools.o .libs/libdriver.lax/libimplementation.a/maildirstorage.o .libs/libdriver.lax/libimplementation.a/mboxdriver.o .libs/libdriver.lax/libimplementation.a/mboxdriver_cached.o .libs/libdriver.lax/libimplementation.a/mboxdriver_cached_message.o .libs/libdriver.lax/libimplementation.a/mboxdriver_message.o .libs/libdriver.lax/libimplementation.a/mboxdriver_tools.o .libs/libdriver.lax/libimplementation.a/mboxstorage.o .libs/libdriver.lax/libimplementation.a/mhdriver.o .libs/libdriver.lax/libimplementation.a/mhdriver_cached.o .libs/libdriver.lax/libimplementation.a/mhdriver_cached_message.o .libs/libdriver.lax/libimplementation.a/mhdriver_message.o .libs/libdriver.lax/libimplementation.a/mhdriver_tools.o .libs/libdriver.lax/libimplementation.a/mhstorage.o .libs/libdriver.lax/libimplementation.a/mime_message_driver.o .libs/libdriver.lax/libimplementation.a/nntpdriver.o .libs/libdriver.lax/libimplementation.a/nntpdriver_cached.o .libs/libdriver.lax/libimplementation.a/nntpdriver_cached_message.o .libs/libdriver.lax/libimplementation.a/nntpdriver_message.o .libs/libdriver.lax/libimplementation.a/nntpdriver_tools.o .libs/libdriver.lax/libimplementation.a/nntpstorage.o .libs/libdriver.lax/libimplementation.a/pop3driver.o .libs/libdriver.lax/libimplementation.a/pop3driver_cached.o .libs/libdriver.lax/libimplementation.a/pop3driver_cached_message.o .libs/libdriver.lax/libimplementation.a/pop3driver_message.o .libs/libdriver.lax/libimplementation.a/pop3driver_tools.o .libs/libdriver.lax/libimplementation.a/pop3storage.o .libs/libdriver.lax/libinterface.a/maildriver.o .libs/libdriver.lax/libinterface.a/maildriver_tools.o .libs/libdriver.lax/libinterface.a/maildriver_types.o .libs/libdriver.lax/libinterface.a/maildriver_types_helper.o .libs/libdriver.lax/libinterface.a/mailfolder.o .libs/libdriver.lax/libinterface.a/mailmessage.o .libs/libdriver.lax/libinterface.a/mailmessage_tools.o .libs/libdriver.lax/libinterface.a/mailmessage_types.o .libs/libdriver.lax/libinterface.a/mailstorage.o .libs/libdriver.lax/libinterface.a/mailstorage_tools.o .libs/libdriver.lax/libtools.a/generic_cache.o .libs/libdriver.lax/libtools.a/imfcache.o .libs/libdriver.lax/libtools.a/mailthread.o .libs/libdriver.lax/libtools.a/mailthread_types.o libtool: link: ranlib .libs/libdriver.a libtool: link: rm -fr .libs/libdriver.lax libtool: link: ( cd ".libs" && rm -f "libdriver.la" && ln -s "../libdriver.la" "libdriver.la" ) make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' Making all in main make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/main' make all-am make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/main' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c -o libetpan_version.lo libetpan_version.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c libetpan_version.c -fPIC -DPIC -o .libs/libetpan_version.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_REENTRANT -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 -W -Wall -c libetpan_version.c -o libetpan_version.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libmain.la libetpan_version.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libmain.a .libs/libetpan_version.o libtool: link: ranlib .libs/libmain.a libtool: link: ( cd ".libs" && rm -f "libmain.la" && ln -s "../libmain.la" "libmain.la" ) make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/main' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/main' Making all in engine make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/engine' make all-am make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/engine' /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/driver/interface -I../../src/driver/implementation/imap -D_REENTRANT -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 -W -Wall -c -o mailengine.lo mailengine.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/driver/interface -I../../src/driver/implementation/imap -D_REENTRANT -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 -W -Wall -c -o mailprivacy.lo mailprivacy.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/driver/interface -I../../src/driver/implementation/imap -D_REENTRANT -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 -W -Wall -c -o mailprivacy_gnupg.lo mailprivacy_gnupg.c /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/driver/interface -I../../src/driver/implementation/imap -D_REENTRANT -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 -W -Wall -c -o mailprivacy_smime.lo mailprivacy_smime.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/driver/interface -I../../src/driver/implementation/imap -D_REENTRANT -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 -W -Wall -c mailprivacy_gnupg.c -fPIC -DPIC -o .libs/mailprivacy_gnupg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/driver/interface -I../../src/driver/implementation/imap -D_REENTRANT -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 -W -Wall -c mailprivacy_smime.c -fPIC -DPIC -o .libs/mailprivacy_smime.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/driver/interface -I../../src/driver/implementation/imap -D_REENTRANT -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 -W -Wall -c mailprivacy.c -fPIC -DPIC -o .libs/mailprivacy.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/driver/interface -I../../src/driver/implementation/imap -D_REENTRANT -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 -W -Wall -c mailengine.c -fPIC -DPIC -o .libs/mailengine.o mailprivacy_smime.c: In function 'smime_test_encrypted': mailprivacy_smime.c:616:54: warning: unused parameter 'privacy' [-Wunused-parameter] static int smime_test_encrypted(struct mailprivacy * privacy, ^~~~~~~ mailprivacy_smime.c:617:19: warning: unused parameter 'msg' [-Wunused-parameter] mailmessage * msg, ^~~ mailengine.c: In function 'libetpan_message_get_folder': mailengine.c:1361:49: warning: unused parameter 'engine' [-Wunused-parameter] libetpan_message_get_folder(struct mailengine * engine, ^~~~~~ mailprivacy_gnupg.c: In function 'get_list': mailprivacy_gnupg.c:2848:46: warning: unused parameter 'privacy' [-Wunused-parameter] static clist * get_list(struct mailprivacy * privacy, mailmessage * msg) ^~~~~~~ mailprivacy_smime.c: In function 'mailprivacy_smime_set_cert_dir': mailprivacy_gnupg.c: In function 'mailprivacy_gnupg_set_encryption_id': mailprivacy_smime.c:1355:58: warning: unused parameter 'privacy' [-Wunused-parameter] void mailprivacy_smime_set_cert_dir(struct mailprivacy * privacy, ^~~~~~~ mailprivacy_gnupg.c:2971:62: warning: unused parameter 'privacy' [-Wunused-parameter] int mailprivacy_gnupg_set_encryption_id(struct mailprivacy * privacy, ^~~~~~~ mailprivacy_smime.c: In function 'mail_private_smime_clear_private_keys': mailprivacy_smime.c:1439:65: warning: unused parameter 'privacy' [-Wunused-parameter] void mail_private_smime_clear_private_keys(struct mailprivacy * privacy) ^~~~~~~ mailprivacy_gnupg.c: In function 'get_passphrase': mailprivacy_gnupg.c:3004:51: warning: unused parameter 'privacy' [-Wunused-parameter] static char * get_passphrase(struct mailprivacy * privacy, ^~~~~~~ mailprivacy_smime.c: In function 'mailprivacy_smime_set_CA_check': mailprivacy_smime.c:1513:58: warning: unused parameter 'privacy' [-Wunused-parameter] void mailprivacy_smime_set_CA_check(struct mailprivacy * privacy, ^~~~~~~ mailprivacy_smime.c: In function 'mailprivacy_smime_set_store_cert': mailprivacy_smime.c:1519:60: warning: unused parameter 'privacy' [-Wunused-parameter] void mailprivacy_smime_set_store_cert(struct mailprivacy * privacy, ^~~~~~~ mailprivacy_smime.c: In function 'set_private_key': mailprivacy_smime.c:1619:50: warning: unused parameter 'privacy' [-Wunused-parameter] static void set_private_key(struct mailprivacy * privacy, ^~~~~~~ mailprivacy_smime.c: In function 'get_list': mailprivacy_smime.c:1732:46: warning: unused parameter 'privacy' [-Wunused-parameter] static clist * get_list(struct mailprivacy * privacy, mailmessage * msg) ^~~~~~~ mailprivacy_smime.c: In function 'mailprivacy_smime_set_encryption_id': mailprivacy_smime.c:1853:62: warning: unused parameter 'privacy' [-Wunused-parameter] int mailprivacy_smime_set_encryption_id(struct mailprivacy * privacy, ^~~~~~~ mailprivacy_smime.c: In function 'get_passphrase': mailprivacy_smime.c:1886:51: warning: unused parameter 'privacy' [-Wunused-parameter] static char * get_passphrase(struct mailprivacy * privacy, ^~~~~~~ mailprivacy.c: In function 'mailprivacy_msg_fetch': mailprivacy.c:604:48: warning: unused parameter 'privacy' [-Wunused-parameter] int mailprivacy_msg_fetch(struct mailprivacy * privacy, ^~~~~~~ mailprivacy.c: In function 'mailprivacy_msg_fetch_header': mailprivacy.c:612:55: warning: unused parameter 'privacy' [-Wunused-parameter] int mailprivacy_msg_fetch_header(struct mailprivacy * privacy, ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/driver/interface -I../../src/driver/implementation/imap -D_REENTRANT -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 -W -Wall -c mailprivacy.c -o mailprivacy.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/driver/interface -I../../src/driver/implementation/imap -D_REENTRANT -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 -W -Wall -c mailengine.c -o mailengine.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/driver/interface -I../../src/driver/implementation/imap -D_REENTRANT -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 -W -Wall -c mailprivacy_smime.c -o mailprivacy_smime.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/driver/interface -I../../src/driver/implementation/imap -D_REENTRANT -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 -W -Wall -c mailprivacy_gnupg.c -o mailprivacy_gnupg.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/driver/interface -I../../src/driver/implementation/imap -D_REENTRANT -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 -W -Wall -c -o mailprivacy_tools.lo mailprivacy_tools.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/driver/interface -I../../src/driver/implementation/imap -D_REENTRANT -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 -W -Wall -c mailprivacy_tools.c -fPIC -DPIC -o .libs/mailprivacy_tools.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/driver/interface -I../../src/driver/implementation/imap -D_REENTRANT -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 -W -Wall -c mailprivacy_tools.c -o mailprivacy_tools.o >/dev/null 2>&1 /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libengine.la mailengine.lo mailprivacy.lo mailprivacy_gnupg.lo mailprivacy_smime.lo mailprivacy_tools.lo -lz -llockfile -pthread libtool: link: ar cru .libs/libengine.a .libs/mailengine.o .libs/mailprivacy.o .libs/mailprivacy_gnupg.o .libs/mailprivacy_smime.o .libs/mailprivacy_tools.o libtool: link: ranlib .libs/libengine.a libtool: link: ( cd ".libs" && rm -f "libengine.la" && ln -s "../libengine.la" "libengine.la" ) make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/engine' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/engine' make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src' /usr/bin/libtool --tag=CXX --mode=link g++ -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 -version-info 20:0:0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o libetpan.la -rpath /usr/lib64 data-types/libdata-types.la low-level/liblow-level.la driver/libdriver.la main/libmain.la engine/libengine.la -lz -llockfile -pthread -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/riscv64-redhat-linux/7/crti.o /usr/lib/gcc/riscv64-redhat-linux/7/crtbeginS.o -Wl,--whole-archive data-types/.libs/libdata-types.a low-level/.libs/liblow-level.a driver/.libs/libdriver.a main/.libs/libmain.a engine/.libs/libengine.a -Wl,--no-whole-archive -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -L/usr/lib/gcc/riscv64-redhat-linux/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/riscv64-redhat-linux/7/crtendS.o /usr/lib/gcc/riscv64-redhat-linux/7/crtn.o -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -pthread -pthread -pthread -Wl,-soname -Wl,libetpan.so.20 -o .libs/libetpan.so.20.0.0 libtool: link: (cd ".libs" && rm -f "libetpan.so.20" && ln -s "libetpan.so.20.0.0" "libetpan.so.20") libtool: link: (cd ".libs" && rm -f "libetpan.so" && ln -s "libetpan.so.20.0.0" "libetpan.so") libtool: link: (cd .libs/libetpan.lax/libdata-types.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/data-types/.libs/libdata-types.a") libtool: link: (cd .libs/libetpan.lax/liblow-level.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/low-level/.libs/liblow-level.a") libtool: link: (cd .libs/libetpan.lax/libdriver.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/driver/.libs/libdriver.a") libtool: link: (cd .libs/libetpan.lax/libmain.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/main/.libs/libmain.a") libtool: link: (cd .libs/libetpan.lax/libengine.a && ar x "/builddir/build/BUILD/libetpan-1.7.2/src/engine/.libs/libengine.a") libtool: link: ar cru .libs/libetpan.a .libs/libetpan.lax/libdata-types.a/base64.o .libs/libetpan.lax/libdata-types.a/carray.o .libs/libetpan.lax/libdata-types.a/charconv.o .libs/libetpan.lax/libdata-types.a/chash.o .libs/libetpan.lax/libdata-types.a/clist.o .libs/libetpan.lax/libdata-types.a/connect.o .libs/libetpan.lax/libdata-types.a/mail_cache_db.o .libs/libetpan.lax/libdata-types.a/maillock.o .libs/libetpan.lax/libdata-types.a/mailsasl.o .libs/libetpan.lax/libdata-types.a/mailsem.o .libs/libetpan.lax/libdata-types.a/mailstream.o .libs/libetpan.lax/libdata-types.a/mailstream_cancel.o .libs/libetpan.lax/libdata-types.a/mailstream_cfstream.o .libs/libetpan.lax/libdata-types.a/mailstream_compress.o .libs/libetpan.lax/libdata-types.a/mailstream_helper.o .libs/libetpan.lax/libdata-types.a/mailstream_low.o .libs/libetpan.lax/libdata-types.a/mailstream_socket.o .libs/libetpan.lax/libdata-types.a/mailstream_ssl.o .libs/libetpan.lax/libdata-types.a/md5.o .libs/libetpan.lax/libdata-types.a/mmapstring.o .libs/libetpan.lax/libdata-types.a/timeutils.o .libs/libetpan.lax/liblow-level.a/acl.o .libs/libetpan.lax/liblow-level.a/acl_parser.o .libs/libetpan.lax/liblow-level.a/acl_sender.o .libs/libetpan.lax/liblow-level.a/acl_types.o .libs/libetpan.lax/liblow-level.a/annotatemore.o .libs/libetpan.lax/liblow-level.a/annotatemore_parser.o .libs/libetpan.lax/liblow-level.a/annotatemore_sender.o .libs/libetpan.lax/liblow-level.a/annotatemore_types.o .libs/libetpan.lax/liblow-level.a/condstore.o .libs/libetpan.lax/liblow-level.a/condstore_types.o .libs/libetpan.lax/liblow-level.a/date.o .libs/libetpan.lax/liblow-level.a/enable.o .libs/libetpan.lax/liblow-level.a/idle.o .libs/libetpan.lax/liblow-level.a/maildir.o .libs/libetpan.lax/liblow-level.a/mailimap.o .libs/libetpan.lax/liblow-level.a/mailimap_compress.o .libs/libetpan.lax/liblow-level.a/mailimap_extension.o .libs/libetpan.lax/liblow-level.a/mailimap_helper.o .libs/libetpan.lax/liblow-level.a/mailimap_id.o .libs/libetpan.lax/liblow-level.a/mailimap_id_parser.o .libs/libetpan.lax/liblow-level.a/mailimap_id_sender.o .libs/libetpan.lax/liblow-level.a/mailimap_id_types.o .libs/libetpan.lax/liblow-level.a/mailimap_keywords.o .libs/libetpan.lax/liblow-level.a/mailimap_oauth2.o .libs/libetpan.lax/liblow-level.a/mailimap_parser.o .libs/libetpan.lax/liblow-level.a/mailimap_print.o .libs/libetpan.lax/liblow-level.a/mailimap_sender.o .libs/libetpan.lax/liblow-level.a/mailimap_socket.o .libs/libetpan.lax/liblow-level.a/mailimap_sort.o .libs/libetpan.lax/liblow-level.a/mailimap_sort_types.o .libs/libetpan.lax/liblow-level.a/mailimap_ssl.o .libs/libetpan.lax/liblow-level.a/mailimap_types.o .libs/libetpan.lax/liblow-level.a/mailimap_types_helper.o .libs/libetpan.lax/liblow-level.a/mailimf.o .libs/libetpan.lax/liblow-level.a/mailimf_types.o .libs/libetpan.lax/liblow-level.a/mailimf_types_helper.o .libs/libetpan.lax/liblow-level.a/mailimf_write_file.o .libs/libetpan.lax/liblow-level.a/mailimf_write_generic.o .libs/libetpan.lax/liblow-level.a/mailimf_write_mem.o .libs/libetpan.lax/liblow-level.a/mailmbox.o .libs/libetpan.lax/liblow-level.a/mailmbox_parse.o .libs/libetpan.lax/liblow-level.a/mailmbox_types.o .libs/libetpan.lax/liblow-level.a/mailmh.o .libs/libetpan.lax/liblow-level.a/mailmime.o .libs/libetpan.lax/liblow-level.a/mailmime_content.o .libs/libetpan.lax/liblow-level.a/mailmime_decode.o .libs/libetpan.lax/liblow-level.a/mailmime_disposition.o .libs/libetpan.lax/liblow-level.a/mailmime_types.o .libs/libetpan.lax/liblow-level.a/mailmime_types_helper.o .libs/libetpan.lax/liblow-level.a/mailmime_write_file.o .libs/libetpan.lax/liblow-level.a/mailmime_write_generic.o .libs/libetpan.lax/liblow-level.a/mailmime_write_mem.o .libs/libetpan.lax/liblow-level.a/mailpop3.o .libs/libetpan.lax/liblow-level.a/mailpop3_helper.o .libs/libetpan.lax/liblow-level.a/mailpop3_socket.o .libs/libetpan.lax/liblow-level.a/mailpop3_ssl.o .libs/libetpan.lax/liblow-level.a/mailsmtp.o .libs/libetpan.lax/liblow-level.a/mailsmtp_helper.o .libs/libetpan.lax/liblow-level.a/mailsmtp_oauth2.o .libs/libetpan.lax/liblow-level.a/mailsmtp_socket.o .libs/libetpan.lax/liblow-level.a/mailsmtp_ssl.o .libs/libetpan.lax/liblow-level.a/namespace.o .libs/libetpan.lax/liblow-level.a/namespace_parser.o .libs/libetpan.lax/liblow-level.a/namespace_sender.o .libs/libetpan.lax/liblow-level.a/namespace_types.o .libs/libetpan.lax/liblow-level.a/newsfeed.o .libs/libetpan.lax/liblow-level.a/newsfeed_item.o .libs/libetpan.lax/liblow-level.a/newsfeed_item_enclosure.o .libs/libetpan.lax/liblow-level.a/newsfeed_private.o .libs/libetpan.lax/liblow-level.a/newsnntp.o .libs/libetpan.lax/liblow-level.a/newsnntp_socket.o .libs/libetpan.lax/liblow-level.a/newsnntp_ssl.o .libs/libetpan.lax/liblow-level.a/parser.o .libs/libetpan.lax/liblow-level.a/parser_atom03.o .libs/libetpan.lax/liblow-level.a/parser_atom10.o .libs/libetpan.lax/liblow-level.a/parser_rdf.o .libs/libetpan.lax/liblow-level.a/parser_rss20.o .libs/libetpan.lax/liblow-level.a/qresync.o .libs/libetpan.lax/liblow-level.a/qresync_types.o .libs/libetpan.lax/liblow-level.a/quota.o .libs/libetpan.lax/liblow-level.a/quota_parser.o .libs/libetpan.lax/liblow-level.a/quota_sender.o .libs/libetpan.lax/liblow-level.a/quota_types.o .libs/libetpan.lax/liblow-level.a/uidplus.o .libs/libetpan.lax/liblow-level.a/uidplus_parser.o .libs/libetpan.lax/liblow-level.a/uidplus_sender.o .libs/libetpan.lax/liblow-level.a/uidplus_types.o .libs/libetpan.lax/liblow-level.a/xgmlabels.o .libs/libetpan.lax/liblow-level.a/xgmmsgid.o .libs/libetpan.lax/liblow-level.a/xgmthrid.o .libs/libetpan.lax/liblow-level.a/xlist.o .libs/libetpan.lax/libdriver.a/data_message_driver.o .libs/libetpan.lax/libdriver.a/dbdriver.o .libs/libetpan.lax/libdriver.a/dbdriver_message.o .libs/libetpan.lax/libdriver.a/dbstorage.o .libs/libetpan.lax/libdriver.a/feeddriver.o .libs/libetpan.lax/libdriver.a/feeddriver_message.o .libs/libetpan.lax/libdriver.a/feedstorage.o .libs/libetpan.lax/libdriver.a/generic_cache.o .libs/libetpan.lax/libdriver.a/hotmailstorage.o .libs/libetpan.lax/libdriver.a/imapdriver.o .libs/libetpan.lax/libdriver.a/imapdriver_cached.o .libs/libetpan.lax/libdriver.a/imapdriver_cached_message.o .libs/libetpan.lax/libdriver.a/imapdriver_message.o .libs/libetpan.lax/libdriver.a/imapdriver_tools.o .libs/libetpan.lax/libdriver.a/imapstorage.o .libs/libetpan.lax/libdriver.a/imfcache.o .libs/libetpan.lax/libdriver.a/maildirdriver.o .libs/libetpan.lax/libdriver.a/maildirdriver_cached.o .libs/libetpan.lax/libdriver.a/maildirdriver_cached_message.o .libs/libetpan.lax/libdriver.a/maildirdriver_message.o .libs/libetpan.lax/libdriver.a/maildirdriver_tools.o .libs/libetpan.lax/libdriver.a/maildirstorage.o .libs/libetpan.lax/libdriver.a/maildriver.o .libs/libetpan.lax/libdriver.a/maildriver_tools.o .libs/libetpan.lax/libdriver.a/maildriver_types.o .libs/libetpan.lax/libdriver.a/maildriver_types_helper.o .libs/libetpan.lax/libdriver.a/mailfolder.o .libs/libetpan.lax/libdriver.a/mailmessage.o .libs/libetpan.lax/libdriver.a/mailmessage_tools.o .libs/libetpan.lax/libdriver.a/mailmessage_types.o .libs/libetpan.lax/libdriver.a/mailstorage.o .libs/libetpan.lax/libdriver.a/mailstorage_tools.o .libs/libetpan.lax/libdriver.a/mailthread.o .libs/libetpan.lax/libdriver.a/mailthread_types.o .libs/libetpan.lax/libdriver.a/mboxdriver.o .libs/libetpan.lax/libdriver.a/mboxdriver_cached.o .libs/libetpan.lax/libdriver.a/mboxdriver_cached_message.o .libs/libetpan.lax/libdriver.a/mboxdriver_message.o .libs/libetpan.lax/libdriver.a/mboxdriver_tools.o .libs/libetpan.lax/libdriver.a/mboxstorage.o .libs/libetpan.lax/libdriver.a/mhdriver.o .libs/libetpan.lax/libdriver.a/mhdriver_cached.o .libs/libetpan.lax/libdriver.a/mhdriver_cached_message.o .libs/libetpan.lax/libdriver.a/mhdriver_message.o .libs/libetpan.lax/libdriver.a/mhdriver_tools.o .libs/libetpan.lax/libdriver.a/mhstorage.o .libs/libetpan.lax/libdriver.a/mime_message_driver.o .libs/libetpan.lax/libdriver.a/nntpdriver.o .libs/libetpan.lax/libdriver.a/nntpdriver_cached.o .libs/libetpan.lax/libdriver.a/nntpdriver_cached_message.o .libs/libetpan.lax/libdriver.a/nntpdriver_message.o .libs/libetpan.lax/libdriver.a/nntpdriver_tools.o .libs/libetpan.lax/libdriver.a/nntpstorage.o .libs/libetpan.lax/libdriver.a/pop3driver.o .libs/libetpan.lax/libdriver.a/pop3driver_cached.o .libs/libetpan.lax/libdriver.a/pop3driver_cached_message.o .libs/libetpan.lax/libdriver.a/pop3driver_message.o .libs/libetpan.lax/libdriver.a/pop3driver_tools.o .libs/libetpan.lax/libdriver.a/pop3storage.o .libs/libetpan.lax/libmain.a/libetpan_version.o .libs/libetpan.lax/libengine.a/mailengine.o .libs/libetpan.lax/libengine.a/mailprivacy.o .libs/libetpan.lax/libengine.a/mailprivacy_gnupg.o .libs/libetpan.lax/libengine.a/mailprivacy_smime.o .libs/libetpan.lax/libengine.a/mailprivacy_tools.o libtool: link: ranlib .libs/libetpan.a libtool: link: rm -fr .libs/libetpan.lax libtool: link: ( cd ".libs" && rm -f "libetpan.la" && ln -s "../libetpan.la" "libetpan.la" ) make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src' make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src' make[2]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src' Making all in tests make[2]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/tests' make all-am make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/tests' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o smime.o smime.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o decrypt.o decrypt.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o pgp.o pgp.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o frm-common.o frm-common.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o option-parser.o option-parser.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o frm.o frm.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o frm-tree.o frm-tree.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o frm-simple.o frm-simple.c frm-simple.c: In function 'main': frm-simple.c:62:57: warning: '__builtin___snprintf_chk' output truncated before the last format character [-Wformat-truncation=] snprintf(output, MAX_OUTPUT, "%3i: %-21.21s %-53.53s\n", ^ In file included from /usr/include/stdio.h:861:0, from ../include/libetpan/mailimf_write_generic.h:44, from ../include/libetpan/mailimf.h:45, from ../include/libetpan/maildriver_types.h:48, from ../include/libetpan/maildriver.h:40, from ../include/libetpan/libetpan.h:45, from option-parser.h:5, from frm-simple.c:1: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 82 bytes into a destination of size 81 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o readmsg-common.o readmsg-common.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o readmsg-simple.o readmsg-simple.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o fetch-attachment.o fetch-attachment.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o smtpsend.o smtpsend.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o readmsg-uid.o readmsg-uid.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o readmsg.o readmsg.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o compose-msg.o compose-msg.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o imap-sample.o imap-sample.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o mime-create.o mime-create.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o mime-parse.o mime-parse.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_REENTRANT -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 -W -Wall -ULIBETPAN_DLL -c -o pop-sample.o pop-sample.c /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o smime smime.o ../src/libetpan.la -lz -llockfile -pthread mime-create.c: In function 'main': mime-create.c:317:14: warning: unused parameter 'argc' [-Wunused-parameter] int main(int argc, char ** argv) ^~~~ mime-create.c:317:28: warning: unused parameter 'argv' [-Wunused-parameter] int main(int argc, char ** argv) ^~~~ mime-parse.c: In function 'main': mime-parse.c:355:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(data, 1, stat_info.st_size, f); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o decrypt decrypt.o ../src/libetpan.la -lz -llockfile -pthread /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o pgp pgp.o ../src/libetpan.la -lz -llockfile -pthread /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o frm frm-common.o option-parser.o frm.o ../src/libetpan.la -lz -llockfile -pthread libtool: link: gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/smime smime.o -pthread ../src/.libs/libetpan.so -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread libtool: link: gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/decrypt decrypt.o -pthread ../src/.libs/libetpan.so -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o frm-tree frm-common.o option-parser.o frm-tree.o ../src/libetpan.la -lz -llockfile -pthread libtool: link: gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/pgp pgp.o -pthread ../src/.libs/libetpan.so -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread libtool: link: gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/frm frm-common.o option-parser.o frm.o -pthread ../src/.libs/libetpan.so -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o frm-simple frm-common.o option-parser.o frm-simple.o ../src/libetpan.la -lz -llockfile -pthread /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o readmsg-simple readmsg-common.o option-parser.o readmsg-simple.o ../src/libetpan.la -lz -llockfile -pthread /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o fetch-attachment readmsg-common.o option-parser.o fetch-attachment.o ../src/libetpan.la -lz -llockfile -pthread libtool: link: gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/frm-tree frm-common.o option-parser.o frm-tree.o -pthread ../src/.libs/libetpan.so -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread libtool: link: gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/frm-simple frm-common.o option-parser.o frm-simple.o -pthread ../src/.libs/libetpan.so -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o smtpsend smtpsend.o ../src/libetpan.la -lz -llockfile -pthread libtool: link: gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/readmsg-simple readmsg-common.o option-parser.o readmsg-simple.o -pthread ../src/.libs/libetpan.so -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o readmsg-uid readmsg-common.o option-parser.o readmsg-uid.o ../src/libetpan.la -lz -llockfile -pthread libtool: link: gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/fetch-attachment readmsg-common.o option-parser.o fetch-attachment.o -pthread ../src/.libs/libetpan.so -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o readmsg readmsg-common.o option-parser.o readmsg.o ../src/libetpan.la -lz -llockfile -pthread /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o compose-msg compose-msg.o ../src/libetpan.la -lz -llockfile -pthread libtool: link: gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/smtpsend smtpsend.o -pthread ../src/.libs/libetpan.so -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread libtool: link: gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/readmsg-uid readmsg-common.o option-parser.o readmsg-uid.o -pthread ../src/.libs/libetpan.so -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o imap-sample imap-sample.o ../src/libetpan.la -lz -llockfile -pthread libtool: link: gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/readmsg readmsg-common.o option-parser.o readmsg.o -pthread ../src/.libs/libetpan.so -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread libtool: link: gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/compose-msg compose-msg.o -pthread ../src/.libs/libetpan.so -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o mime-create mime-create.o ../src/libetpan.la -lz -llockfile -pthread /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o mime-parse mime-parse.o ../src/libetpan.la -lz -llockfile -pthread /usr/bin/libtool --tag=CC --mode=link gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lz -o pop-sample pop-sample.o ../src/libetpan.la -lz -llockfile -pthread libtool: link: gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/imap-sample imap-sample.o -pthread ../src/.libs/libetpan.so -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread libtool: link: gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/mime-create mime-create.o -pthread ../src/.libs/libetpan.so -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread libtool: link: gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/mime-parse mime-parse.o -pthread ../src/.libs/libetpan.so -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread libtool: link: gcc -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 -W -Wall -ULIBETPAN_DLL -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/pop-sample pop-sample.o -pthread ../src/.libs/libetpan.so -ldb-5.3 -lgnutls -lsasl2 -lz -llockfile -pthread make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/tests' make[2]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/tests' Making all in doc make[2]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/doc' make all-am make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/doc' make[2]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/doc' make[2]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2' make[2]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2' make[1]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2' + cd doc + make doc API - building html /bin/sh: line 2: jade: command not found API - building txt /bin/sh: line 5: lynx: command not found API - building multipage HTML /bin/sh: line 10: jade: command not found README - building html /bin/sh: line 2: jade: command not found README - building txt /bin/sh: line 5: lynx: command not found README - building multipage HTML /bin/sh: line 10: jade: command not found + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.eBpjMW + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64 + cd libetpan-1.7.2 + rm -rf /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64 + make install DESTDIR=/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64 make install-recursive make[1]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2' Making install in build-windows make[2]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/build-windows' make install-am make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/build-windows' make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/build-windows' 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/libetpan-1.7.2/build-windows' make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/build-windows' make[2]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/build-windows' Making install in include make[2]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/include' make install-am make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/include' make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/include' 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/libetpan-1.7.2/include' make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/include' make[2]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/include' Making install in src make[2]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src' make install-recursive make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src' Making install in bsd make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/bsd' make install-am make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/bsd' make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/bsd' 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/libetpan-1.7.2/src/bsd' make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/bsd' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/bsd' Making install in data-types make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/data-types' make install-am make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/data-types' make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/data-types' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../install-sh -c -m 644 mmapstring.h mailstream.h mailstream_helper.h mail.h mailstream_low.h mailstream_socket.h mailstream_ssl.h mailstream_cfstream.h mailstream_compress.h mailstream_types.h carray.h clist.h chash.h charconv.h mailsem.h maillock.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/data-types' make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/data-types' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/data-types' Making install in low-level make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' make install-recursive make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' Making install in imap make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imap' make install-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imap' make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imap' make[8]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../install-sh -c -m 644 mailimap_helper.h mailimap.h mailimap_types.h mailimap_types_helper.h mailimap_socket.h mailimap_ssl.h mailimap_extension.h mailimap_extension_types.h annotatemore.h annotatemore_types.h acl.h acl_types.h uidplus.h uidplus_types.h quota.h quota_parser.h quota_sender.h quota_types.h idle.h namespace.h namespace_parser.h namespace_sender.h namespace_types.h xlist.h xgmlabels.h xgmmsgid.h xgmthrid.h mailimap_id.h mailimap_id_types.h enable.h condstore.h condstore_types.h qresync.h qresync_types.h mailimap_sort.h mailimap_sort_types.h mailimap_compress.h mailimap_oauth2.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imap' make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imap' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imap' Making install in imf make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imf' make install-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imf' make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imf' make[8]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../install-sh -c -m 644 mailimf.h mailimf_types.h mailimf_write_file.h mailimf_types_helper.h mailimf_write_generic.h mailimf_write_mem.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imf' make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imf' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/imf' Making install in maildir make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/maildir' make install-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/maildir' make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/maildir' make[8]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../install-sh -c -m 644 maildir.h maildir_types.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/maildir' make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/maildir' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/maildir' Making install in mbox make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mbox' make install-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mbox' make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mbox' make[8]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../install-sh -c -m 644 mailmbox.h mailmbox_types.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mbox' make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mbox' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mbox' Making install in mh make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mh' make install-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mh' make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mh' make[8]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../install-sh -c -m 644 mailmh.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mh' make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mh' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mh' Making install in mime make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mime' make install-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mime' make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mime' make[8]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../install-sh -c -m 644 mailmime.h mailmime_types.h mailmime_content.h mailmime_decode.h mailmime_disposition.h mailmime_write_file.h mailmime_types_helper.h mailmime_write_generic.h mailmime_write_mem.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mime' make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mime' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/mime' Making install in nntp make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/nntp' make install-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/nntp' make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/nntp' make[8]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../install-sh -c -m 644 newsnntp.h newsnntp_socket.h newsnntp_ssl.h newsnntp_types.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/nntp' make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/nntp' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/nntp' Making install in pop3 make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/pop3' make install-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/pop3' make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/pop3' make[8]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../install-sh -c -m 644 mailpop3.h mailpop3_socket.h mailpop3_helper.h mailpop3_ssl.h mailpop3_types.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/pop3' make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/pop3' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/pop3' Making install in smtp make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/smtp' make install-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/smtp' make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/smtp' make[8]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../install-sh -c -m 644 mailsmtp.h mailsmtp_helper.h mailsmtp_socket.h mailsmtp_ssl.h mailsmtp_types.h mailsmtp_oauth2.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/smtp' make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/smtp' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/smtp' Making install in feed make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/feed' make install-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/feed' make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/feed' make[8]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../install-sh -c -m 644 newsfeed_types.h newsfeed.h newsfeed_item.h newsfeed_item_enclosure.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/feed' make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/feed' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level/feed' make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/low-level' Making install in driver make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' make install-recursive make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' Making install in implementation make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' make install-recursive make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' Making install in data-message make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/data-message' make install-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/data-message' make[10]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/data-message' make[10]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../../install-sh -c -m 644 data_message_driver.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[10]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/data-message' make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/data-message' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/data-message' Making install in imap make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/imap' make install-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/imap' make[10]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/imap' make[10]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../../install-sh -c -m 644 imapdriver.h imapdriver_message.h imapdriver_cached.h imapdriver_cached_message.h imapdriver_types.h imapstorage.h imapdriver_tools.h imapdriver_tools_private.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[10]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/imap' make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/imap' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/imap' Making install in maildir make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/maildir' make install-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/maildir' make[10]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/maildir' make[10]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../../install-sh -c -m 644 maildirdriver.h maildirdriver_cached.h maildirdriver_cached_message.h maildirdriver_message.h maildirdriver_types.h maildirstorage.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[10]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/maildir' make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/maildir' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/maildir' Making install in mbox make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mbox' make install-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mbox' make[10]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mbox' make[10]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../../install-sh -c -m 644 mboxdriver.h mboxdriver_cached.h mboxdriver_cached_message.h mboxdriver_message.h mboxdriver_types.h mboxstorage.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[10]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mbox' make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mbox' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mbox' Making install in mh make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mh' make install-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mh' make[10]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mh' make[10]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../../install-sh -c -m 644 mhdriver.h mhdriver_cached.h mhdriver_cached_message.h mhdriver_message.h mhdriver_types.h mhstorage.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[10]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mh' make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mh' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mh' Making install in mime-message make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mime-message' make install-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mime-message' make[10]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mime-message' make[10]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../../install-sh -c -m 644 mime_message_driver.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[10]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mime-message' make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mime-message' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/mime-message' Making install in nntp make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/nntp' make install-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/nntp' make[10]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/nntp' make[10]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../../install-sh -c -m 644 nntpdriver.h nntpdriver_cached.h nntpdriver_cached_message.h nntpdriver_message.h nntpdriver_types.h nntpstorage.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[10]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/nntp' make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/nntp' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/nntp' Making install in pop3 make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/pop3' make install-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/pop3' make[10]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/pop3' make[10]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../../install-sh -c -m 644 pop3driver.h pop3driver_cached.h pop3driver_cached_message.h pop3driver_message.h pop3driver_types.h pop3storage.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[10]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/pop3' make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/pop3' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/pop3' Making install in hotmail make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/hotmail' make install-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/hotmail' make[10]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/hotmail' make[10]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../../install-sh -c -m 644 hotmailstorage.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[10]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/hotmail' make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/hotmail' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/hotmail' Making install in db make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/db' make install-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/db' make[10]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/db' make[10]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../../install-sh -c -m 644 dbdriver.h dbdriver_message.h dbdriver_types.h dbstorage.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[10]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/db' make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/db' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/db' Making install in feed make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/feed' make install-am make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/feed' make[10]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/feed' make[10]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../../install-sh -c -m 644 feeddriver.h feeddriver_message.h feeddriver_types.h feedstorage.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[10]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/feed' make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/feed' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation/feed' make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' make[9]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' make[9]: Nothing to be done for 'install-exec-am'. make[9]: Nothing to be done for 'install-data-am'. make[9]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/implementation' Making install in interface make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/interface' make install-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/interface' make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/interface' make[8]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../install-sh -c -m 644 maildriver.h maildriver_types.h maildriver_types_helper.h maildriver_errors.h mailmessage.h mailmessage_types.h mailstorage.h mailstorage_types.h mailfolder.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/interface' make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/interface' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/interface' Making install in tools make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/tools' make install-am make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/tools' make[8]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/tools' make[8]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../../install-sh -c -m 644 generic_cache_types.h mailthread.h mailthread_types.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[8]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/tools' make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/tools' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver/tools' make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' make[7]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/driver' Making install in main make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/main' make install-am make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/main' make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/main' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include' /bin/sh ../../install-sh -c -m 644 libetpan.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../install-sh -c -m 644 libetpan.h libetpan_version.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/main' make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/main' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/main' Making install in engine make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/engine' make install-am make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/engine' make[6]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src/engine' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ../../install-sh -c -m 644 mailengine.h mailprivacy.h mailprivacy_gnupg.h mailprivacy_smime.h mailprivacy_types.h mailprivacy_tools.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[6]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/engine' make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/engine' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src/engine' make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src' make[5]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/lib64' /bin/sh ../libtool --mode=install /bin/sh ../install-sh -c libetpan.la '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/lib64' libtool: install: /bin/sh ../install-sh -c .libs/libetpan.so.20.0.0 /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/lib64/libetpan.so.20.0.0 libtool: install: (cd /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/lib64 && { ln -s -f libetpan.so.20.0.0 libetpan.so.20 || { rm -f libetpan.so.20 && ln -s libetpan.so.20.0.0 libetpan.so.20; }; }) libtool: install: (cd /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/lib64 && { ln -s -f libetpan.so.20.0.0 libetpan.so || { rm -f libetpan.so && ln -s libetpan.so.20.0.0 libetpan.so; }; }) libtool: install: /bin/sh ../install-sh -c .libs/libetpan.lai /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/lib64/libetpan.la libtool: install: /bin/sh ../install-sh -c .libs/libetpan.a /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/lib64/libetpan.a libtool: install: chmod 644 /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/lib64/libetpan.a libtool: install: ranlib /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/lib64/libetpan.a libtool: warning: remember to run 'libtool --finish /usr/lib64' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src' make[4]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src' make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src' make[2]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/src' Making install in tests make[2]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/tests' make install-am make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/tests' make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/tests' 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/libetpan-1.7.2/tests' make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/tests' make[2]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/tests' Making install in doc make[2]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/doc' make install-am make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/doc' make[4]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2/doc' 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/libetpan-1.7.2/doc' make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/doc' make[2]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2/doc' make[2]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2' make[3]: Entering directory '/builddir/build/BUILD/libetpan-1.7.2' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/bin' /bin/sh ./install-sh -c libetpan-config '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/bin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' /bin/sh ./install-sh -c -m 644 libetpan-config.h '/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/include/libetpan' make[3]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2' make[2]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2' make[1]: Leaving directory '/builddir/build/BUILD/libetpan-1.7.2' + rm -rf /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/lib64/libetpan.a /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/lib64/libetpan.la + touch -r ChangeLog /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/bin/libetpan-config + iconv -f iso8859-1 -t utf-8 ChangeLog + mv -f ChangeLog.conv ChangeLog + /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: libetpan-1.7.2-4.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.LyufL4 + umask 022 + cd /builddir/build/BUILD + cd libetpan-1.7.2 + DOCDIR=/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/share/doc/libetpan + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/share/doc/libetpan + cp -pr ChangeLog /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/share/doc/libetpan + cp -pr COPYRIGHT /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/share/doc/libetpan + cp -pr NEWS /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/share/doc/libetpan + exit 0 Provides: libetpan = 1.7.2-4.fc28 libetpan(riscv-64) = 1.7.2-4.fc28 libetpan.so.20()(64bit) 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) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdb-5.3.so()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_4.3.0)(64bit) libgnutls.so.30()(64bit) libgnutls.so.30(GNUTLS_3_4)(64bit) liblockfile.so.1()(64bit) libm.so.6()(64bit) libsasl2.so.3()(64bit) libstdc++.so.6()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: libetpan-devel-1.7.2-4.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.gdlscm + umask 022 + cd /builddir/build/BUILD + cd libetpan-1.7.2 + DOCDIR=/builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/share/doc/libetpan-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/share/doc/libetpan-devel + cp -pr doc/API.html /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/share/doc/libetpan-devel + cp -pr doc/README.html /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/share/doc/libetpan-devel + cp -pr doc/DOCUMENTATION /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64/usr/share/doc/libetpan-devel + exit 0 Provides: libetpan-devel = 1.7.2-4.fc28 libetpan-devel(riscv-64) = 1.7.2-4.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh libetpan.so.20()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libetpan-1.7.2-4.fc28.riscv64 Wrote: /builddir/build/SRPMS/libetpan-1.7.2-4.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/libetpan-1.7.2-4.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/libetpan-devel-1.7.2-4.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DkYEmA + umask 022 + cd /builddir/build/BUILD + cd libetpan-1.7.2 + rm -rf /builddir/build/BUILDROOT/libetpan-1.7.2-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