+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/log4c.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.22h1zP + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf log4c-1.2.4 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/log4c-1.2.4.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd log4c-1.2.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (reinit.patch):' Patch #0 (reinit.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/log4c/appender.c patching file src/log4c/layout.c patching file src/log4c/rollingpolicy.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KpMjM5 + umask 022 + cd /builddir/build/BUILD + cd log4c-1.2.4 + 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/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config/config.sub ++ basename ./config/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config/config.sub '/usr/lib/rpm/redhat/config.sub' -> './config/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config/config.guess ++ basename ./config/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config/config.guess '/usr/lib/rpm/redhat/config.guess' -> './config/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"~' ./config/ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-doc --enable-test --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for bison... no checking for byacc... no 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 for style of include used by make... GNU checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E 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 flex... no checking for lex... no checking for gawk... (cached) gawk checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking for 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 pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_mutex_init in -lpthread... yes configure: Compile with rollingfile code checking for ANSI C header files... (cached) yes checking alloc.h usability... no checking alloc.h presence... no checking for alloc.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking varargs.h usability... no checking varargs.h presence... no checking for varargs.h... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for pthread.h... (cached) yes checking for sleep... yes checking for gmtime_r... yes checking for localtime_r... yes checking whether sleep is declared... yes checking whether gmtime_r is declared... yes checking whether localtime_r is declared... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for utime.h... yes checking for getpagesize... yes checking for working mmap... yes checking whether utime accepts a null argument... yes checking for vprintf... yes checking for _doprnt... no checking for gettimeofday... yes checking for memset... yes checking for munmap... yes checking for nl_langinfo... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strrchr... yes checking for strstr... yes checking for utime... yes checking for sbrk... yes checking for gethostname... yes checking for va_copy... yes checking for doxygen... /usr/bin/doxygen checking for dot... /usr/bin/dot checking for latex... /usr/bin/latex checking for EXPAT - version >= 1.95.1... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating log4c-config config.status: creating log4c.pc config.status: creating log4crc.sample config.status: creating log4c.spec config.status: creating config/Makefile config.status: creating doc/Makefile config.status: creating doc/Doxyfile config.status: creating doc/main.doc config.status: creating src/Makefile config.status: creating src/log4c/Makefile config.status: creating src/log4c/version.h config.status: creating src/sd/Makefile config.status: creating tests/Makefile config.status: creating tests/log4c/Makefile config.status: creating examples/Makefile config.status: creating examples/log4crc config.status: creating examples/helloworld/Makefile config.status: creating examples/helloworld1/Makefile config.status: creating src/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default commands + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/log4c-1.2.4' Making all in config make[2]: Entering directory '/builddir/build/BUILD/log4c-1.2.4/config' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/log4c-1.2.4/config' Making all in src make[2]: Entering directory '/builddir/build/BUILD/log4c-1.2.4/src' make all-recursive make[3]: Entering directory '/builddir/build/BUILD/log4c-1.2.4/src' Making all in sd make[4]: Entering directory '/builddir/build/BUILD/log4c-1.2.4/src/sd' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o stack.lo stack.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o list.lo list.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o malloc.lo malloc.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o factory.lo factory.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c stack.c -fPIC -DPIC -o .libs/stack.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c list.c -fPIC -DPIC -o .libs/list.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c malloc.c -fPIC -DPIC -o .libs/malloc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c factory.c -fPIC -DPIC -o .libs/factory.o list.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: list.c,v 1.6 2007/09/17 04:02:46 bikeracer4700 Exp $"; ^~~~~~~ factory.c: In function 'sd_factory_list': factory.c:138:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!this || !a_items || a_nitems <= 0) ^~ factory.c:141:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' for (i = sd_hash_begin(this->fac_hash), j = 0; ^~~ At top level: factory.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: factory.c,v 1.8 2013/09/29 17:41:40 valtri Exp $"; ^~~~~~~ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o hash.lo hash.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o sprintf.lo sprintf.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o test.lo test.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c hash.c -fPIC -DPIC -o .libs/hash.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c sprintf.c -fPIC -DPIC -o .libs/sprintf.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o sd_xplatform.lo sd_xplatform.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c test.c -fPIC -DPIC -o .libs/test.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c sd_xplatform.c -fPIC -DPIC -o .libs/sd_xplatform.o hash.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: hash.c,v 1.5 2006/11/12 00:34:18 rbyrne Exp $"; ^~~~~~~ sprintf.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: sprintf.c,v 1.6 2012/10/04 22:51:28 valtri Exp $"; ^~~~~~~ test.c: In function 'sd_test_run': test.c:216:44: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'usec_t {aka long unsigned int}' [-Wformat=] fprintf(sd_test_err(this), "%llu ", elapsed); ~~~^ %lu At top level: test.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: test.c,v 1.18 2013/10/03 21:18:36 valtri Exp $"; ^~~~~~~ sd_xplatform.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id$"; ^~~~~~~ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o error.lo error.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c error.c -fPIC -DPIC -o .libs/error.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o domnode-expat.lo domnode-expat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c domnode-expat.c -fPIC -DPIC -o .libs/domnode-expat.o error.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: error.c,v 1.7 2006/09/21 12:19:55 legoater Exp $"; ^~~~~~~ domnode-expat.c: In function 'udata_push_cdata': domnode-expat.c:115:44: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] sd_error("cdata buffer exceeded (maximum %d bytes)\n", ~^ %ld domnode-expat.c: In function 'sd_domnode_fread': domnode-expat.c:269:32: warning: format '%d' expects argument of type 'int', but argument 3 has type 'XML_Size {aka long unsigned int}' [-Wformat=] sd_error("XML error: %s [%d:%d - %ld]\n", ~^ %ld domnode-expat.c:271:8: XML_GetCurrentLineNumber(p), ~~~~~~~~~~~~~~~~~~~~~~~~~~~ domnode-expat.c:269:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'XML_Size {aka long unsigned int}' [-Wformat=] sd_error("XML error: %s [%d:%d - %ld]\n", ~^ %ld domnode-expat.c:272:8: XML_GetCurrentColumnNumber(p), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ domnode-expat.c: In function 'sd_domnode_read': domnode-expat.c:328:28: warning: format '%d' expects argument of type 'int', but argument 3 has type 'XML_Size {aka long unsigned int}' [-Wformat=] sd_error("XML error: %s [%d:%d - %ld]\n", ~^ %ld domnode-expat.c:330:4: XML_GetCurrentLineNumber(p), ~~~~~~~~~~~~~~~~~~~~~~~~~~~ domnode-expat.c:328:31: warning: format '%d' expects argument of type 'int', but argument 4 has type 'XML_Size {aka long unsigned int}' [-Wformat=] sd_error("XML error: %s [%d:%d - %ld]\n", ~^ %ld domnode-expat.c:331:4: XML_GetCurrentColumnNumber(p), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: domnode-expat.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id$"; ^~~~~~~ /bin/sh ../../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 -Wall -lexpat -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o liblog4c_sd.la stack.lo list.lo malloc.lo factory.lo hash.lo sprintf.lo test.lo sd_xplatform.lo error.lo domnode-expat.lo -lpthread libtool: link: ar cru .libs/liblog4c_sd.a .libs/stack.o .libs/list.o .libs/malloc.o .libs/factory.o .libs/hash.o .libs/sprintf.o .libs/test.o .libs/sd_xplatform.o .libs/error.o .libs/domnode-expat.o libtool: link: ranlib .libs/liblog4c_sd.a libtool: link: ( cd ".libs" && rm -f "liblog4c_sd.la" && ln -s "../liblog4c_sd.la" "liblog4c_sd.la" ) make[4]: Leaving directory '/builddir/build/BUILD/log4c-1.2.4/src/sd' Making all in log4c make[4]: Entering directory '/builddir/build/BUILD/log4c-1.2.4/src/log4c' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o rc.lo rc.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o init.lo init.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o appender_type_stream.lo appender_type_stream.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o appender_type_stream2.lo appender_type_stream2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c appender_type_stream.c -fPIC -DPIC -o .libs/appender_type_stream.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c rc.c -fPIC -DPIC -o .libs/rc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c appender_type_stream2.c -fPIC -DPIC -o .libs/appender_type_stream2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c init.c -fPIC -DPIC -o .libs/init.o appender_type_stream.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: appender_type_stream.c,v 1.7 2012/09/30 20:17:17 valtri Exp $"; ^~~~~~~ appender_type_stream2.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: appender_type_stream2.c,v 1.6 2013/09/29 17:39:27 valtri Exp $"; ^~~~~~~ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o appender_type_syslog.lo appender_type_syslog.c init.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: init.c,v 1.22 2013/09/29 17:50:09 valtri Exp $"; ^~~~~~~ rc.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: rc.c,v 1.13 2009/05/04 12:30:45 legoater Exp $"; ^~~~~~~ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o layout_type_basic.lo layout_type_basic.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c appender_type_syslog.c -fPIC -DPIC -o .libs/appender_type_syslog.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c layout_type_basic.c -fPIC -DPIC -o .libs/layout_type_basic.o appender_type_syslog.c: In function 'syslog_open': appender_type_syslog.c:53:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int facility = (int) log4c_appender_get_udata(this); ^ appender_type_syslog.c: In function 'syslog_append': appender_type_syslog.c:66:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int facility = (int) log4c_appender_get_udata(this); ^ appender_type_syslog.c: In function 'log4c_appender_syslog_set_facility': appender_type_syslog.c:107:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (int) log4c_appender_set_udata(this, (void*) facility); ^ appender_type_syslog.c:107:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) log4c_appender_set_udata(this, (void*) facility); ^ At top level: appender_type_syslog.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: appender_type_syslog.c,v 1.8 2013/04/06 13:12:20 valtri Exp $"; ^~~~~~~ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o layout_type_dated.lo layout_type_dated.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o layout_type_dated_local.lo layout_type_dated_local.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c layout_type_dated.c -fPIC -DPIC -o .libs/layout_type_dated.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o layout_type_basic_r.lo layout_type_basic_r.c layout_type_basic.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: layout_type_basic.c,v 1.6 2006/09/27 21:25:12 legoater Exp $"; ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c layout_type_dated_local.c -fPIC -DPIC -o .libs/layout_type_dated_local.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o layout_type_dated_r.lo layout_type_dated_r.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c layout_type_basic_r.c -fPIC -DPIC -o .libs/layout_type_basic_r.o layout_type_dated.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: layout_type_dated.c,v 1.10 2013/09/29 17:38:18 valtri Exp $"; ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c layout_type_dated_r.c -fPIC -DPIC -o .libs/layout_type_dated_r.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o layout_type_dated_local_r.lo layout_type_dated_local_r.c layout_type_dated_local.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: layout_type_dated_local.c,v 1.1 2013/09/29 17:50:09 valtri Exp $"; ^~~~~~~ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o version.lo version.c layout_type_basic_r.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id$"; ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c layout_type_dated_local_r.c -fPIC -DPIC -o .libs/layout_type_dated_local_r.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o logging_event.lo logging_event.c layout_type_dated_r.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id$"; ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c version.c -fPIC -DPIC -o .libs/version.o version.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: version.c,v 1.3 2003/09/12 21:06:45 legoater Exp $"; ^~~~~~~ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o priority.lo priority.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c logging_event.c -fPIC -DPIC -o .libs/logging_event.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o appender.lo appender.c layout_type_dated_local_r.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: layout_type_dated_local_r.c,v 1.1 2013/09/29 17:50:09 valtri Exp $"; ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c priority.c -fPIC -DPIC -o .libs/priority.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c appender.c -fPIC -DPIC -o .libs/appender.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o layout.lo layout.c logging_event.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: logging_event.c,v 1.7 2012/10/04 22:51:28 valtri Exp $"; ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c layout.c -fPIC -DPIC -o .libs/layout.o priority.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: priority.c,v 1.5 2006/11/12 00:34:18 rbyrne Exp $"; ^~~~~~~ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o category.lo category.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o appender_type_rollingfile.lo appender_type_rollingfile.c appender.c: In function 'log4c_appender_append': appender.c:269:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!this->app_isopen) ^~ appender.c:273:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ( (a_event->evt_rendered_msg = ^~ appender.c: In function 'log4c_appender_print': appender.c:305:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!this) ^~ appender.c:308:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' fprintf(a_stream, "{ name:'%s' type:'%s' layout:'%s' isopen:%d udata:%p}", ^~~~~~~ At top level: appender.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: appender.c,v 1.8 2013/04/06 13:04:53 valtri Exp $"; ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c category.c -fPIC -DPIC -o .libs/category.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c appender_type_rollingfile.c -fPIC -DPIC -o .libs/appender_type_rollingfile.o layout.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: layout.c,v 1.7 2013/04/06 13:04:53 valtri Exp $"; ^~~~~~~ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o rollingpolicy.lo rollingpolicy.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o rollingpolicy_type_sizewin.lo rollingpolicy_type_sizewin.c category.c: In function 'log4c_category_print': category.c:195:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!this) ^~ category.c:198:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' fprintf(a_stream, "{ name:'%s' priority:%s additive:%d appender:'%s' parent:'%s' }", ^~~~~~~ category.c: In function '__log4c_category_vlog': category.c:254:38: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=] sd_error("truncating message of %d bytes (bufsize = %d)", n, ~^ %ld category.c:254:58: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] sd_error("truncating message of %d bytes (bufsize = %d)", n, ~^ %ld evt.evt_buffer.buf_size); ~~~~~~~~~~~~~~~~~~~~~~~ At top level: category.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: category.c,v 1.13 2013/09/29 17:37:04 valtri Exp $"; ^~~~~~~ appender_type_rollingfile.c: In function 'rollingfile_open': appender_type_rollingfile.c:96:47: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'void *' [-Wformat=] sd_debug("rollingfile udata has a policy '%s'--calling rollover", ~^ %p log4c_rollingpolicy_get_name( rfup->rfu_conf.rfc_policy) ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c rollingpolicy.c -fPIC -DPIC -o .libs/rollingpolicy.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c rollingpolicy_type_sizewin.c -fPIC -DPIC -o .libs/rollingpolicy_type_sizewin.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH="\"/etc\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c -o appender_type_mmap.lo appender_type_mmap.c rollingpolicy.c: In function 'log4c_rollingpolicy_print': rollingpolicy.c:284:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!this) ^~ rollingpolicy.c:287:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' fprintf(a_stream, "{ name:'%s' udata:%p}", ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -DLOG4C_RCPATH=\"/etc\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -c appender_type_mmap.c -fPIC -DPIC -o .libs/appender_type_mmap.o rollingpolicy_type_sizewin.c: In function 'sizewin_rollover': rollingpolicy_type_sizewin.c:116:31: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'void *' [-Wformat=] sd_error("rollingpolicy '%s' not yet configured (logdir,prefix etc.)", ~^ %p log4c_rollingpolicy_get_name(this)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rollingpolicy_type_sizewin.c: In function 'sizewin_init': rollingpolicy_type_sizewin.c:227:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] sd_debug("last index '%d'", swup->sw_last_index); ~^ ~~~~~~~~~~~~~~~~~~~ %ld appender_type_mmap.c:1:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "$Id: appender_type_mmap.c,v 1.9 2012/09/30 20:20:17 valtri Exp $"; ^~~~~~~ /bin/sh ../../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 -Wall -version-info 6:1:3 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o liblog4c.la -rpath /usr/lib64 rc.lo init.lo appender_type_stream.lo appender_type_stream2.lo appender_type_syslog.lo layout_type_basic.lo layout_type_dated.lo layout_type_dated_local.lo layout_type_basic_r.lo layout_type_dated_r.lo layout_type_dated_local_r.lo version.lo logging_event.lo priority.lo appender.lo layout.lo category.lo appender_type_rollingfile.lo rollingpolicy.lo rollingpolicy_type_sizewin.lo appender_type_mmap.lo ../sd/liblog4c_sd.la -lpthread libtool: link: gcc -shared -fPIC -DPIC .libs/rc.o .libs/init.o .libs/appender_type_stream.o .libs/appender_type_stream2.o .libs/appender_type_syslog.o .libs/layout_type_basic.o .libs/layout_type_dated.o .libs/layout_type_dated_local.o .libs/layout_type_basic_r.o .libs/layout_type_dated_r.o .libs/layout_type_dated_local_r.o .libs/version.o .libs/logging_event.o .libs/priority.o .libs/appender.o .libs/layout.o .libs/category.o .libs/appender_type_rollingfile.o .libs/rollingpolicy.o .libs/rollingpolicy_type_sizewin.o .libs/appender_type_mmap.o -Wl,--whole-archive ../sd/.libs/liblog4c_sd.a -Wl,--no-whole-archive -lexpat -lpthread -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -Wl,-z -Wl,relro -Wl,-soname -Wl,liblog4c.so.3 -o .libs/liblog4c.so.3.3.1 libtool: link: (cd ".libs" && rm -f "liblog4c.so.3" && ln -s "liblog4c.so.3.3.1" "liblog4c.so.3") libtool: link: (cd ".libs" && rm -f "liblog4c.so" && ln -s "liblog4c.so.3.3.1" "liblog4c.so") libtool: link: ( cd ".libs" && rm -f "liblog4c.la" && ln -s "../liblog4c.la" "liblog4c.la" ) make[4]: Leaving directory '/builddir/build/BUILD/log4c-1.2.4/src/log4c' make[4]: Entering directory '/builddir/build/BUILD/log4c-1.2.4/src' make[4]: Leaving directory '/builddir/build/BUILD/log4c-1.2.4/src' make[3]: Leaving directory '/builddir/build/BUILD/log4c-1.2.4/src' make[2]: Leaving directory '/builddir/build/BUILD/log4c-1.2.4/src' Making all in doc make[2]: Entering directory '/builddir/build/BUILD/log4c-1.2.4/doc' /usr/bin/doxygen warning: Tag `USE_WINDOWS_ENCODING' at line 64 of file `Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `DETAILS_AT_TOP' at line 156 of file `Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `SHOW_DIRECTORIES' at line 390 of file `Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `HTML_ALIGN_MEMBERS' at line 671 of file `Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `XML_SCHEMA' at line 903 of file `Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `XML_DTD' at line 909 of file `Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 1185 of file `Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 1193 of file `Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Searching for include files... Searching for example files... Searching for files in directory /builddir/build/BUILD/log4c-1.2.4 Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /builddir/build/BUILD/log4c-1.2.4/src/log4c Searching for files in directory /builddir/build/BUILD/log4c-1.2.4/src/log4c Reading and parsing tag files Parsing files Preprocessing /builddir/build/BUILD/log4c-1.2.4/doc/main.doc... Parsing file /builddir/build/BUILD/log4c-1.2.4/doc/main.doc... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_mmap.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_mmap.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_mmap.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_mmap.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_rollingfile.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_rollingfile.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_rollingfile.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_rollingfile.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_stream.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_stream.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_stream.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_stream.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_stream2.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_stream2.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_stream2.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_stream2.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_syslog.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_syslog.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_syslog.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/appender_type_syslog.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/buffer.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/buffer.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/category.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/category.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/category.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/category.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/config-win32.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/config-win32.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/init.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/init.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/init.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/init.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_basic.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_basic.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_basic.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_basic.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_basic_r.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_basic_r.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_basic_r.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_basic_r.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_dated.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_dated.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_dated.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_dated.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_dated_local.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_dated_local.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_dated_local.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_dated_local.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_dated_local_r.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_dated_local_r.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_dated_local_r.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_dated_local_r.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_dated_r.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_dated_r.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_dated_r.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/layout_type_dated_r.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/location_info.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/location_info.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/logging_event.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/logging_event.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/logging_event.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/logging_event.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/priority.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/priority.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/priority.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/priority.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/rc.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/rc.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/rc.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/rc.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/rollingpolicy.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/rollingpolicy.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/rollingpolicy.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/rollingpolicy.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/rollingpolicy_type_sizewin.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/rollingpolicy_type_sizewin.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/rollingpolicy_type_sizewin.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/rollingpolicy_type_sizewin.h... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/version.c... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/version.c... Preprocessing /builddir/build/BUILD/log4c-1.2.4/src/log4c/version.h... Parsing file /builddir/build/BUILD/log4c-1.2.4/src/log4c/version.h... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Associating documentation with classes... Computing nesting relations for classes... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Freeing entry tree Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Distributing member group documentation. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Computing dependencies between directories... Generating citations page... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Parsing code for file appender.c... Generating code for file appender.h... Parsing code for file appender_type_mmap.c... Generating code for file appender_type_mmap.h... Parsing code for file appender_type_rollingfile.c... Generating code for file appender_type_rollingfile.h... Parsing code for file appender_type_stream.c... Generating code for file appender_type_stream.h... Parsing code for file appender_type_stream2.c... Generating code for file appender_type_stream2.h... Parsing code for file appender_type_syslog.c... Generating code for file appender_type_syslog.h... Generating code for file buffer.h... Parsing code for file category.c... Generating code for file category.h... Generating code for file config-win32.h... Parsing code for file init.c... Generating code for file init.h... Parsing code for file layout.c... Generating code for file layout.h... Parsing code for file layout_type_basic.c... Generating code for file layout_type_basic.h... Parsing code for file layout_type_basic_r.c... Generating code for file layout_type_basic_r.h... Parsing code for file layout_type_dated.c... Generating code for file layout_type_dated.h... Parsing code for file layout_type_dated_local.c... Generating code for file layout_type_dated_local.h... Parsing code for file layout_type_dated_local_r.c... Generating code for file layout_type_dated_local_r.h... Parsing code for file layout_type_dated_r.c... Generating code for file layout_type_dated_r.h... Generating code for file location_info.h... Parsing code for file logging_event.c... Generating code for file logging_event.h... Parsing code for file main.doc... Parsing code for file priority.c... Generating code for file priority.h... Parsing code for file rc.c... Generating code for file rc.h... Parsing code for file rollingpolicy.c... Generating code for file rollingpolicy.h... Parsing code for file rollingpolicy_type_sizewin.c... Generating code for file rollingpolicy_type_sizewin.h... Parsing code for file version.c... Generating code for file version.h... Generating file documentation... Generating docs for file appender.h... Generating docs for file appender_type_mmap.h... Generating docs for file appender_type_rollingfile.h... Generating docs for file appender_type_stream.h... Generating docs for file appender_type_stream2.h... Generating docs for file appender_type_syslog.h... Generating docs for file buffer.h... Generating docs for file category.h... Generating docs for file init.h... Generating docs for file layout.h... Generating docs for file layout_type_basic.h... Generating docs for file layout_type_basic_r.h... Generating docs for file layout_type_dated.h... Generating docs for file layout_type_dated_local.h... Generating docs for file layout_type_dated_local_r.h... Generating docs for file layout_type_dated_r.h... Generating docs for file location_info.h... Generating docs for file logging_event.h... Generating docs for file priority.h... Generating docs for file rc.h... Generating docs for file rollingpolicy.h... Generating docs for file rollingpolicy_type_sizewin.h... Generating docs for file version.h... Generating page documentation... Generating docs for page todo... Generating docs for page deprecated... Generating docs for page bug... Generating group documentation... Generating class documentation... Generating docs for compound log4c_appender_type... Generating docs for compound log4c_buffer_t... Generating docs for compound log4c_layout_type... Generating docs for compound log4c_location_info_t... Generating docs for compound log4c_logging_event_t... Generating docs for compound log4c_rc_t... Generating docs for compound log4c_rollingpolicy_type... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating graphical class hierarchy... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running dot... Generating dot graphs using 5 parallel threads... Running dot for graph 1/63 Running dot for graph 2/63 Running dot for graph 3/63 Running dot for graph 4/63 Running dot for graph 5/63 Running dot for graph 6/63 Running dot for graph 7/63 Running dot for graph 8/63 Running dot for graph 9/63 Running dot for graph 10/63 Running dot for graph 11/63 Running dot for graph 12/63 Running dot for graph 13/63 Running dot for graph 14/63 Running dot for graph 15/63 Running dot for graph 16/63 Running dot for graph 17/63 Running dot for graph 18/63 Running dot for graph 19/63 Running dot for graph 20/63 Running dot for graph 21/63 Running dot for graph 22/63 Running dot for graph 23/63 Running dot for graph 24/63 Running dot for graph 25/63 Running dot for graph 26/63 Running dot for graph 27/63 Running dot for graph 28/63 Running dot for graph 29/63 Running dot for graph 30/63 Running dot for graph 31/63 Running dot for graph 32/63 Running dot for graph 33/63 Running dot for graph 34/63 Running dot for graph 35/63 Running dot for graph 36/63 Running dot for graph 37/63 Running dot for graph 38/63 Running dot for graph 39/63 Running dot for graph 40/63 Running dot for graph 41/63 Running dot for graph 42/63 Running dot for graph 43/63 Running dot for graph 44/63 Running dot for graph 45/63 Running dot for graph 46/63 Running dot for graph 47/63 Running dot for graph 48/63 Running dot for graph 49/63 Running dot for graph 50/63 Running dot for graph 51/63 Running dot for graph 52/63 Running dot for graph 53/63 Running dot for graph 54/63 Running dot for graph 55/63 Running dot for graph 56/63 Running dot for graph 57/63 Running dot for graph 58/63 Running dot for graph 59/63 Running dot for graph 60/63 Running dot for graph 61/63 Running dot for graph 62/63 Running dot for graph 63/63 Patching output file 1/48 Patching output file 2/48 Patching output file 3/48 Patching output file 4/48 Patching output file 5/48 Patching output file 6/48 Patching output file 7/48 Patching output file 8/48 Patching output file 9/48 Patching output file 10/48 Patching output file 11/48 Patching output file 12/48 Patching output file 13/48 Patching output file 14/48 Patching output file 15/48 Patching output file 16/48 Patching output file 17/48 Patching output file 18/48 Patching output file 19/48 Patching output file 20/48 Patching output file 21/48 Patching output file 22/48 Patching output file 23/48 Patching output file 24/48 Patching output file 25/48 Patching output file 26/48 Patching output file 27/48 Patching output file 28/48 Patching output file 29/48 Patching output file 30/48 Patching output file 31/48 Patching output file 32/48 Patching output file 33/48 Patching output file 34/48 Patching output file 35/48 Patching output file 36/48 Patching output file 37/48 Patching output file 38/48 Patching output file 39/48 Patching output file 40/48 Patching output file 41/48 Patching output file 42/48 Patching output file 43/48 Patching output file 44/48 Patching output file 45/48 Patching output file 46/48 Patching output file 47/48 Patching output file 48/48 lookup cache used 423/65536 hits=3246 misses=443 finished... touch doxygen.stamp make -C ./latex pdf make[3]: Entering directory '/builddir/build/BUILD/log4c-1.2.4/doc/latex' rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl refman.pdf echo "Running latex..." Running latex... latex refman.tex This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=latex) restricted \write18 enabled. kpathsea: Running mktexfmt latex.fmt mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order): mktexfmt: /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes: mktexfmt: /builddir/.cache/texlive/texmf-config/web2c/fmtutil.cnf mktexfmt [WARNING]: double mention of mf/mf-nowin in /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf mktexfmt [WARNING]: double mention of tex/tex in /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf mktexfmt [INFO]: writing formats under /builddir/.cache/texlive/texmf-var/web2c mktexfmt [INFO]: --- remaking latex with pdftex mktexfmt: running `pdftex -ini -jobname=latex -progname=latex -translate-file=cp227.tcx *latex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (INITEX) restricted \write18 enabled. (/usr/share/texlive/texmf-dist/web2c/cp227.tcx) entering extended mode (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/latex.ini (/usr/share/texlive/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (/usr/share/texlive/texmf-dist/tex/latex/base/latex.ltx (/usr/share/texlive/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, compatibility for TeX 2, parameters, LaTeX2e <2016/03/31> hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.cfg (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (/usr/share/texlive/texmf-dist/tex/latex/base/omlenc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmss.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.cfg (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (/usr/share/texlive/texmf-dist/tex/latex/base/omlcmm.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/omscmsy.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/omxcmex.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (/usr/share/texlive/texmf-dist/tex/latex/base/preload.cfg (/usr/share/texlive/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (/usr/share/texlive/texmf-dist/tex/generic/babel/hyphen.cfg (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def) (/usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex) (/usr/share/texlive/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (/usr/share/texlive/texmf-dist/tex/generic/hyphen/zerohyph.tex)) ) ) Beginning to dump on file latex.fmt (preloaded format=latex 2018.3.13) 5053 strings of total length 68993 44348 memory locations dumped; current usage is 144&43756 3399 multiletter control sequences \font\nullfont=nullfont \font\OMX/cmex/m/n/10=cmex10 \font\tenln=line10 \font\tenlnw=linew10 \font\tencirc=lcircle10 \font\tencircw=lcirclew10 \font\OT1/cmr/m/n/5=cmr5 \font\OT1/cmr/m/n/7=cmr7 \font\OT1/cmr/m/n/10=cmr10 \font\OML/cmm/m/it/5=cmmi5 \font\OML/cmm/m/it/7=cmmi7 \font\OML/cmm/m/it/10=cmmi10 \font\OMS/cmsy/m/n/5=cmsy5 \font\OMS/cmsy/m/n/7=cmsy7 \font\OMS/cmsy/m/n/10=cmsy10 3633 words of font info for 14 preloaded fonts 14 hyphenation exceptions Hyphenation trie of length 6081 has 183 ops out of 35111 2 for language 1 181 for language 0 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on latex.log. mktexfmt [INFO]: /builddir/.cache/texlive/texmf-var/web2c/pdftex/latex.fmt installed. mktexfmt [INFO]: Disabled formats: 32 mktexfmt [INFO]: Successfully rebuilt formats: 1 mktexfmt [INFO]: Not selected formats: 15 mktexfmt [INFO]: Total formats: 48 mktexfmt [INFO]: exiting with status 0 entering extended mode (./refman.tex LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 3 language(s) loaded. (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/base/fixltx2e.sty Package fixltx2e Warning: fixltx2e is not required with releases after 2015 (fixltx2e) All fixes are now in the LaTeX kernel. (fixltx2e) See the latexrelease package for details. ) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty) (./doxygen.sty (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvips.def) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/tabu/tabu.sty (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty) (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty)) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-dvips.def)) (/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/wasysym/wasysym.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/courier.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/sectsty/sectsty.sty) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/natbib/natbib.sty) (/usr/share/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty) Writing index file refman.idx (/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty) (/usr/share/texlive/texmf-dist/tex/latex/caption/ltcaption.sty)) No file refman.aux. (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd) *geometry* driver: auto-detecting *geometry* detected driver: dvips (/usr/share/texlive/texmf-dist/tex/latex/wasysym/uwasy.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1] No file refman.toc. (./index.tex (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1phv.fd) [1] LaTeX Warning: Reference `structlog4c__logging__event__t' on page 2 undefined o n input line 47. [2] [3]) (./todo.tex LaTeX Warning: Reference `appender_8h' on page 4 undefined on input line 4. LaTeX Warning: Reference `appender_8h' on page 4 undefined on input line 4. LaTeX Warning: Reference `layout_8h' on page 4 undefined on input line 6. LaTeX Warning: Reference `layout_8h' on page 4 undefined on input line 6. LaTeX Warning: Reference `category_8h_ac55d7a08b37efa6fc99c4367378cba29' on pag e 4 undefined on input line 10. LaTeX Warning: Reference `category_8h_ac55d7a08b37efa6fc99c4367378cba29' on pag e 4 undefined on input line 10. LaTeX Warning: Reference `category_8h_a2e2ff3d8d107b040bc4e8aaaaf0574e0' on pag e 4 undefined on input line 12. LaTeX Warning: Reference `category_8h_a2e2ff3d8d107b040bc4e8aaaaf0574e0' on pag e 4 undefined on input line 12. LaTeX Warning: Reference `structlog4c__location__info__t' on page 4 undefined o n input line 14. LaTeX Warning: Reference `structlog4c__location__info__t' on page 4 undefined o n input line 14. LaTeX Warning: Reference `logging__event_8h_a89f7abcfd54518fe64150fd71fc76aff' on page 4 undefined on input line 16. LaTeX Warning: Reference `logging__event_8h_a89f7abcfd54518fe64150fd71fc76aff' on page 4 undefined on input line 16. ) (./deprecated.tex LaTeX Warning: Reference `appender_8h_a6f383cf6bf84fb777f8b3d5c7310a2fc' on pag e 4 undefined on input line 4. LaTeX Warning: Reference `appender_8h_a6f383cf6bf84fb777f8b3d5c7310a2fc' on pag e 4 undefined on input line 4. LaTeX Warning: Reference `appender_8h_a9d864edd6e33aa7ea2269580603bb0f9' on pag e 4 undefined on input line 4. LaTeX Warning: Reference `init_8h_a8eadc94aed53ee4b6ec8d5115f62caf0' on page 4 undefined on input line 4. LaTeX Warning: Reference `layout_8h_ae06bbfb983d6867dbf0a46be67390117' on page 4 undefined on input line 6. LaTeX Warning: Reference `layout_8h_ae06bbfb983d6867dbf0a46be67390117' on page 4 undefined on input line 6. LaTeX Warning: Reference `layout_8h_ab9e18ff3dd4e4be8f8790fa27add1120' on page 4 undefined on input line 6. LaTeX Warning: Reference `init_8h_a8eadc94aed53ee4b6ec8d5115f62caf0' on page 4 undefined on input line 6. [4]) (./bug.tex LaTeX Warning: Reference `appender_8h_ad218dc0d6e1d09b18e40016bca6374c6' on pag e 5 undefined on input line 4. LaTeX Warning: Reference `structlog4c__logging__event__t' on page 5 undefined o n input line 4. LaTeX Warning: Reference `appender_8h_ad218dc0d6e1d09b18e40016bca6374c6' on pag e 5 undefined on input line 4. LaTeX Warning: Reference `structlog4c__logging__event__t' on page 5 undefined o n input line 4. LaTeX Warning: Reference `category_8h_a01e8bb77e87204aed8dcd286a070c5a1' on pag e 5 undefined on input line 6. LaTeX Warning: Reference `category_8h_a01e8bb77e87204aed8dcd286a070c5a1' on pag e 5 undefined on input line 6. ) (./annotated.tex LaTeX Warning: Reference `structlog4c__appender__type' on page 5 undefined on i nput line 3. LaTeX Warning: Reference `structlog4c__buffer__t' on page 5 undefined on input line 4. LaTeX Warning: Reference `structlog4c__layout__type' on page 5 undefined on inp ut line 5. LaTeX Warning: Reference `structlog4c__location__info__t' on page 5 undefined o n input line 6. LaTeX Warning: Reference `structlog4c__logging__event__t' on page 5 undefined o n input line 7. LaTeX Warning: Reference `structlog4c__rc__t' on page 5 undefined on input line 8. LaTeX Warning: Reference `structlog4c__rollingpolicy__type' on page 5 undefined on input line 9. ) (./files.tex LaTeX Warning: Reference `appender_8h' on page 5 undefined on input line 3. LaTeX Warning: Reference `appender__type__mmap_8h' on page 5 undefined on input line 4. [5] LaTeX Warning: Reference `appender__type__rollingfile_8h' on page 6 undefined o n input line 5. LaTeX Warning: Reference `appender__type__stream_8h' on page 6 undefined on inp ut line 6. LaTeX Warning: Reference `appender__type__stream2_8h' on page 6 undefined on in put line 7. LaTeX Warning: Reference `appender__type__syslog_8h' on page 6 undefined on inp ut line 8. LaTeX Warning: Reference `buffer_8h' on page 6 undefined on input line 9. LaTeX Warning: Reference `category_8h' on page 6 undefined on input line 10. LaTeX Warning: Reference `config-win32_8h' on page 6 undefined on input line 11 . LaTeX Warning: Reference `init_8h' on page 6 undefined on input line 12. LaTeX Warning: Reference `layout_8h' on page 6 undefined on input line 13. LaTeX Warning: Reference `layout__type__basic_8h' on page 6 undefined on input line 14. LaTeX Warning: Reference `layout__type__basic__r_8h' on page 6 undefined on inp ut line 15. LaTeX Warning: Reference `layout__type__dated_8h' on page 6 undefined on input line 16. LaTeX Warning: Reference `layout__type__dated__local_8h' on page 6 undefined on input line 17. LaTeX Warning: Reference `layout__type__dated__local__r_8h' on page 6 undefined on input line 18. LaTeX Warning: Reference `layout__type__dated__r_8h' on page 6 undefined on inp ut line 19. LaTeX Warning: Reference `location__info_8h' on page 6 undefined on input line 20. LaTeX Warning: Reference `logging__event_8h' on page 6 undefined on input line 21. LaTeX Warning: Reference `priority_8h' on page 6 undefined on input line 22. LaTeX Warning: Reference `rc_8h' on page 6 undefined on input line 23. LaTeX Warning: Reference `rollingpolicy_8h' on page 6 undefined on input line 2 4. [6] LaTeX Warning: Reference `rollingpolicy__type__sizewin_8h' on page 7 undefined on input line 25. LaTeX Warning: Reference `version_8h' on page 7 undefined on input line 26. ) (./structlog4c__appender__type.tex) (./structlog4c__buffer__t.tex) (./structlog4c__layout__type.tex [7]) (./structlog4c__location__info__t.tex) (./structlog4c__logging__event__t.tex [8] ) (./structlog4c__rc__t.tex [9] LaTeX Warning: Reference `init_8h_a22dd02afb55f0bb7cc7cd28ee49481ce' on page 10 undefined on input line 20. ) (./structlog4c__rollingpolicy__type.tex) (./appender_8h.tex [10] [11] Underfull \hbox (badness 1142) in paragraph at lines 65--67 []\T1/phv/m/n/10 const \T1/phv/b/n/10 log4c[]_[]appender[]_[]type[]_[]t $\OMS/c msy/m/n/10 ^^C$ \T1/phv/b/n/10 log4c[]_[]appender[]_[]set[]_[]type \T1/phv/m/n/ 10 (\T1/phv/b/n/10 log4c[]_[]appender[]_[]t $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/1 0 a[]_[]appender, const Package longtable Warning: Column widths have changed (longtable) in table 1 on input line 105. [12] Underfull \hbox (badness 10000) detected at line 106 [][][] LaTeX Warning: Reference `appender_8h_a9d864edd6e33aa7ea2269580603bb0f9' on pag e 13 undefined on input line 110. LaTeX Warning: Reference `init_8h_a8eadc94aed53ee4b6ec8d5115f62caf0' on page 13 undefined on input line 110. LaTeX Warning: Reference `structlog4c__logging__event__t' on page 13 undefined on input line 151. Package longtable Warning: Column widths have changed (longtable) in table 2 on input line 151. [13] Package longtable Warning: Column widths have changed (longtable) in table 3 on input line 170. Underfull \hbox (badness 10000) detected at line 171 [][][] Package longtable Warning: Column widths have changed (longtable) in table 4 on input line 196. Underfull \hbox (badness 10000) detected at line 197 [][][] Package longtable Warning: Column widths have changed (longtable) in table 5 on input line 214. [14] Underfull \hbox (badness 10000) detected at line 215 [][][] Package longtable Warning: Column widths have changed (longtable) in table 6 on input line 228. Underfull \hbox (badness 10000) detected at line 229 [][][] Package longtable Warning: Column widths have changed (longtable) in table 7 on input line 242. Underfull \hbox (badness 10000) detected at line 243 [][][] Package longtable Warning: Column widths have changed (longtable) in table 8 on input line 256. Underfull \hbox (badness 10000) detected at line 257 [][][] [15] Package longtable Warning: Column widths have changed (longtable) in table 9 on input line 282. Package longtable Warning: Column widths have changed (longtable) in table 10 on input line 297. Package longtable Warning: Column widths have changed (longtable) in table 11 on input line 316. Underfull \hbox (badness 10000) detected at line 317 [][][] [16] Package longtable Warning: Column widths have changed (longtable) in table 12 on input line 334. Underfull \hbox (badness 10000) detected at line 335 [][][] Package longtable Warning: Column widths have changed (longtable) in table 13 on input line 352. Underfull \hbox (badness 10000) detected at line 353 [][][] Package longtable Warning: Column widths have changed (longtable) in table 14 on input line 368. Underfull \hbox (badness 10000) detected at line 369 [][][] [17] Package longtable Warning: Column widths have changed (longtable) in table 15 on input line 384. Underfull \hbox (badness 10000) detected at line 385 [][][] Package longtable Warning: Column widths have changed (longtable) in table 16 on input line 417. ) (./appender__type__mmap_8h.tex Underfull \vbox (badness 2538) has occurred while \output is active [18] Underfull \hbox (badness 10000) detected at line 41 [][][] LaTeX Warning: Reference `appender_8h_a5749474749c8b3ec049acb82add2501f' on pag e 19 undefined on input line 55. ) (./appender__type__rollingfile_8h.tex [19] [20] LaTeX Warning: Reference `rollingpolicy__type__sizewin_8h' on page 21 undefined on input line 60. Package longtable Warning: Column widths have changed (longtable) in table 17 on input line 73. Underfull \hbox (badness 10000) detected at line 74 [][][] Underfull \hbox (badness 10000) detected at line 87 [][][] [21] Package longtable Warning: Column widths have changed (longtable) in table 18 on input line 100. Underfull \hbox (badness 10000) detected at line 101 [][][] Package longtable Warning: Column widths have changed (longtable) in table 19 on input line 114. Underfull \hbox (badness 10000) detected at line 115 [][][] Package longtable Warning: Column widths have changed (longtable) in table 20 on input line 130. Underfull \hbox (badness 10000) detected at line 131 [][][] [22] Package longtable Warning: Column widths have changed (longtable) in table 21 on input line 146. Underfull \hbox (badness 10000) detected at line 147 [][][] Package longtable Warning: Column widths have changed (longtable) in table 22 on input line 162. Underfull \hbox (badness 10000) detected at line 163 [][][] LaTeX Warning: Reference `appender_8h_a5749474749c8b3ec049acb82add2501f' on pag e 23 undefined on input line 177. ) (./appender__type__stream_8h.tex [23] LaTeX Warning: Reference `appender_8h_a424964ad91214c56ae738d158a97ea54' on pag e 24 undefined on input line 28. LaTeX Warning: Reference `appender_8h_a5749474749c8b3ec049acb82add2501f' on pag e 24 undefined on input line 63. ) (./appender__type__stream2_8h.tex [24] [25] [26] Package longtable Warning: Column widths have changed (longtable) in table 23 on input line 92. Underfull \hbox (badness 10000) detected at line 93 [][][] Package longtable Warning: Column widths have changed (longtable) in table 24 on input line 106. Underfull \hbox (badness 10000) detected at line 107 [][][] Package longtable Warning: Column widths have changed (longtable) in table 25 on input line 122. Package longtable Warning: Column widths have changed (longtable) in table 26 on input line 139. Overfull \vbox (28.9688pt too high) has occurred while \output is active [27] LaTeX Warning: Reference `appender_8h_a5749474749c8b3ec049acb82add2501f' on pag e 28 undefined on input line 151. ) (./appender__type__syslog_8h.tex [28] LaTeX Warning: Reference `appender_8h_a5749474749c8b3ec049acb82add2501f' on pag e 29 undefined on input line 50. ) (./buffer_8h.tex ) (./category_8h.tex [29] [30] Package longtable Warning: Column widths have changed (longtable) in table 27 on input line 124. [31] Package longtable Warning: Column widths have changed (longtable) in table 28 on input line 151. Package longtable Warning: Column widths have changed (longtable) in table 29 on input line 170. [32] Package longtable Warning: Column widths have changed (longtable) in table 30 on input line 189. Package longtable Warning: Column widths have changed (longtable) in table 31 on input line 208. Package longtable Warning: Column widths have changed (longtable) in table 32 on input line 225. Package longtable Warning: Column widths have changed (longtable) in table 33 on input line 240. Underfull \vbox (badness 10000) has occurred while \output is active [33] Package longtable Warning: Column widths have changed (longtable) in table 34 on input line 259. Package longtable Warning: Column widths have changed (longtable) in table 35 on input line 276. Package longtable Warning: Column widths have changed (longtable) in table 36 on input line 295. Underfull \hbox (badness 10000) detected at line 296 [][][] [34] Package longtable Warning: Column widths have changed (longtable) in table 37 on input line 309. Underfull \hbox (badness 10000) detected at line 310 [][][] Package longtable Warning: Column widths have changed (longtable) in table 38 on input line 325. Package longtable Warning: Column widths have changed (longtable) in table 39 on input line 342. Underfull \hbox (badness 10000) detected at line 343 [][][] [35] Package longtable Warning: Column widths have changed (longtable) in table 40 on input line 356. Underfull \hbox (badness 10000) detected at line 357 [][][] Package longtable Warning: Column widths have changed (longtable) in table 41 on input line 378. Package longtable Warning: Column widths have changed (longtable) in table 42 on input line 395. Underfull \hbox (badness 10000) detected at line 396 [][][] [36] Package longtable Warning: Column widths have changed (longtable) in table 43 on input line 415. Underfull \hbox (badness 10000) detected at line 416 [][][] Package longtable Warning: Column widths have changed (longtable) in table 44 on input line 435. Underfull \hbox (badness 10000) detected at line 436 [][][] Package longtable Warning: Column widths have changed (longtable) in table 45 on input line 455. Underfull \hbox (badness 10000) detected at line 456 [][][] [37] Package longtable Warning: Column widths have changed (longtable) in table 46 on input line 475. Underfull \hbox (badness 10000) detected at line 476 [][][] Package longtable Warning: Column widths have changed (longtable) in table 47 on input line 495. Underfull \hbox (badness 10000) detected at line 496 [][][] Package longtable Warning: Column widths have changed (longtable) in table 48 on input line 515. Underfull \hbox (badness 10000) detected at line 516 [][][] [38] Package longtable Warning: Column widths have changed (longtable) in table 49 on input line 535. Underfull \hbox (badness 10000) detected at line 536 [][][] Package longtable Warning: Column widths have changed (longtable) in table 50 on input line 555. Underfull \hbox (badness 10000) detected at line 556 [][][] Package longtable Warning: Column widths have changed (longtable) in table 51 on input line 575. Underfull \hbox (badness 10000) detected at line 576 [][][] [39] Package longtable Warning: Column widths have changed (longtable) in table 52 on input line 597. Underfull \hbox (badness 10000) detected at line 598 [][][] Package longtable Warning: Column widths have changed (longtable) in table 53 on input line 617. Package longtable Warning: Column widths have changed (longtable) in table 54 on input line 640. [40] Package longtable Warning: Column widths have changed (longtable) in table 55 on input line 657. Underfull \hbox (badness 10000) detected at line 658 [][][] Underfull \hbox (badness 10000) detected at line 661 [][][] LaTeX Warning: Reference `category_8h_a01e8bb77e87204aed8dcd286a070c5a1' on pag e 41 undefined on input line 662. Package longtable Warning: Column widths have changed (longtable) in table 56 on input line 682. [41] Package longtable Warning: Column widths have changed (longtable) in table 57 on input line 701. Package longtable Warning: Column widths have changed (longtable) in table 58 on input line 720. Underfull \hbox (badness 10000) detected at line 721 [][][] Package longtable Warning: Column widths have changed (longtable) in table 59 on input line 738. Underfull \hbox (badness 10000) detected at line 739 [][][] [42] Package longtable Warning: Column widths have changed (longtable) in table 60 on input line 758. Underfull \hbox (badness 10000) detected at line 759 [][][] Package longtable Warning: Column widths have changed (longtable) in table 61 on input line 780. ) (./init_8h.tex [43] Underfull \hbox (badness 10000) detected at line 41 [][][] Underfull \hbox (badness 10000) detected at line 56 [][][] Underfull \hbox (badness 1442) in paragraph at lines 61--62 []\T1/phv/m/n/10 References log4c[]_[]appender[]_[]get(), log4c[]_[]appender[]_ []type[]_[]set(), log4c[]_[]category[]_[]get(), log4c[]_[]category[]_[]set[]_[] Underfull \hbox (badness 1533) in paragraph at lines 61--62 \T1/phv/m/n/10 appender(), log4c[]_[]category[]_[]set[]_[]priority(), log4c[]_[ ]layout[]_[]type[]_[]set(), log4c[]_[]load(), log4c[]_[]priority[]_[]to[]_[]int (), and ) (./layout_8h.tex [44] [45] Package longtable Warning: Column widths have changed (longtable) in table 62 on input line 101. Underfull \hbox (badness 10000) detected at line 102 [][][] LaTeX Warning: Reference `layout_8h_ab9e18ff3dd4e4be8f8790fa27add1120' on page 46 undefined on input line 106. LaTeX Warning: Reference `init_8h_a8eadc94aed53ee4b6ec8d5115f62caf0' on page 46 undefined on input line 106. [46] Package longtable Warning: Column widths have changed (longtable) in table 63 on input line 153. Underfull \hbox (badness 10000) detected at line 154 [][][] [47] Package longtable Warning: Column widths have changed (longtable) in table 64 on input line 169. Underfull \hbox (badness 10000) detected at line 170 [][][] Package longtable Warning: Column widths have changed (longtable) in table 65 on input line 187. Underfull \hbox (badness 10000) detected at line 188 [][][] Package longtable Warning: Column widths have changed (longtable) in table 66 on input line 201. Underfull \hbox (badness 10000) detected at line 202 [][][] Package longtable Warning: Column widths have changed (longtable) in table 67 on input line 215. Underfull \hbox (badness 10000) detected at line 216 [][][] [48] Package longtable Warning: Column widths have changed (longtable) in table 68 on input line 237. Package longtable Warning: Column widths have changed (longtable) in table 69 on input line 252. Underfull \hbox (badness 10000) detected at line 253 [][][] Package longtable Warning: Column widths have changed (longtable) in table 70 on input line 270. [49] Underfull \hbox (badness 10000) detected at line 271 [][][] Package longtable Warning: Column widths have changed (longtable) in table 71 on input line 286. Underfull \hbox (badness 10000) detected at line 287 [][][] Package longtable Warning: Column widths have changed (longtable) in table 72 on input line 302. Underfull \hbox (badness 10000) detected at line 303 [][][] [50] Package longtable Warning: Column widths have changed (longtable) in table 73 on input line 333. ) (./layout__type__basic_8h.tex ) (./layout__type__basic__r_8h.tex [51]) (./layout__type__dated_8h.tex [52]) (./layout__type__dated__local_8h.tex [53]) (./layout__type__dated__local__r_8h.tex [54]) (./layout__type__dated__r_8h.tex [55]) (./location__info_8h.tex [56] LaTeX Warning: Reference `structlog4c__location__info__t' on page 57 undefined on input line 42. LaTeX Warning: Reference `structlog4c__location__info__t' on page 57 undefined on input line 57. ) (./logging__event_8h.tex [57] [58] Package longtable Warning: Column widths have changed (longtable) in table 74 on input line 58. Package longtable Warning: Column widths have changed (longtable) in table 75 on input line 75. ) (./priority_8h.tex [59] Package longtable Warning: Column widths have changed (longtable) in table 76 on input line 118. [60] Package longtable Warning: Column widths have changed (longtable) in table 77 on input line 132. Underfull \hbox (badness 10000) detected at line 133 [][][] Package longtable Warning: Column widths have changed (longtable) in table 78 on input line 150. Underfull \hbox (badness 10000) detected at line 151 [][][] ) (./rc_8h.tex [61] Package longtable Warning: Column widths have changed (longtable) in table 79 on input line 52. [62]) (./rollingpolicy_8h.tex [63] Package longtable Warning: Column widths have changed (longtable) in table 80 on input line 87. Underfull \hbox (badness 10000) detected at line 88 [][][] [64] Package longtable Warning: Column widths have changed (longtable) in table 81 on input line 127. Underfull \hbox (badness 10000) detected at line 128 [][][] [65] Package longtable Warning: Column widths have changed (longtable) in table 82 on input line 141. Underfull \hbox (badness 10000) detected at line 142 [][][] Package longtable Warning: Column widths have changed (longtable) in table 83 on input line 155. Underfull \hbox (badness 10000) detected at line 156 [][][] Package longtable Warning: Column widths have changed (longtable) in table 84 on input line 169. Underfull \hbox (badness 10000) detected at line 170 [][][] [66] [67] Package longtable Warning: Column widths have changed (longtable) in table 85 on input line 185. Underfull \hbox (badness 10000) detected at line 186 [][][] Package longtable Warning: Column widths have changed (longtable) in table 86 on input line 203. Underfull \hbox (badness 10000) detected at line 204 [][][] Package longtable Warning: Column widths have changed (longtable) in table 87 on input line 221. Underfull \hbox (badness 10000) detected at line 222 [][][] [68] [69] Package longtable Warning: Column widths have changed (longtable) in table 88 on input line 237. Underfull \hbox (badness 10000) detected at line 238 [][][] Package longtable Warning: Column widths have changed (longtable) in table 89 on input line 253. Underfull \hbox (badness 10000) detected at line 254 [][][] Package longtable Warning: Column widths have changed (longtable) in table 90 on input line 269. Underfull \hbox (badness 10000) detected at line 270 [][][] ) (./rollingpolicy__type__sizewin_8h.tex [70] [71] Underfull \hbox (badness 10000) detected at line 59 [][][] Package longtable Warning: Column widths have changed (longtable) in table 91 on input line 78. Underfull \hbox (badness 10000) detected at line 79 [][][] [72] Package longtable Warning: Column widths have changed (longtable) in table 92 on input line 94. Underfull \hbox (badness 10000) detected at line 95 [][][] Package longtable Warning: Column widths have changed (longtable) in table 93 on input line 110. Underfull \hbox (badness 10000) detected at line 111 [][][] ) (./version_8h.tex [73] Underfull \hbox (badness 10000) detected at line 75 [][][] ) [74] No file refman.ind. Package longtable Warning: Table widths have changed. Rerun LaTeX. (./refman.aux) LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information) Output written on refman.dvi (75 pages, 191628 bytes). Transcript written on refman.log. echo "Running makeindex..." Running makeindex... makeindex refman.idx This is makeindex, version 2.15 [TeX Live 2016] (kpathsea + Thai support). Scanning input file refman.idx....done (282 entries accepted, 22 rejected). Sorting entries.....done (2389 comparisons). Generating output file refman.ind....done (450 lines written, 0 warnings). Output written in refman.ind. Transcript written in refman.ilg. echo "Rerunning latex...." Rerunning latex.... latex refman.tex This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=latex) restricted \write18 enabled. entering extended mode (./refman.tex LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 3 language(s) loaded. (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/base/fixltx2e.sty Package fixltx2e Warning: fixltx2e is not required with releases after 2015 (fixltx2e) All fixes are now in the LaTeX kernel. (fixltx2e) See the latexrelease package for details. ) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty) (./doxygen.sty (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvips.def) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/tabu/tabu.sty (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty) (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty)) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-dvips.def)) (/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/wasysym/wasysym.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/courier.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/sectsty/sectsty.sty) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/natbib/natbib.sty) (/usr/share/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty) Writing index file refman.idx (/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty) (/usr/share/texlive/texmf-dist/tex/latex/caption/ltcaption.sty)) (./refman.aux) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd) *geometry* driver: auto-detecting *geometry* detected driver: dvips (/usr/share/texlive/texmf-dist/tex/latex/wasysym/uwasy.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1] (./refman.toc [1] [2] [3]) (./index.tex (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd) [1] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1phv.fd) [2] [3]) (./todo.tex [4]) (./deprecated.tex) (./bug.tex) (./annotated.tex [5]) (./files.tex LaTeX Warning: Reference `config-win32_8h' on page 6 undefined on input line 11 . [6]) (./structlog4c__appender__type.tex [7]) (./structlog4c__buffer__t.tex) (./structlog4c__layout__type.tex) (./structlog4c__location__info__t.tex [8]) (./structlog4c__logging__event__t.tex [9]) (./structlog4c__rc__t.tex) (./structlog4c__rollingpolicy__type.tex [10]) (./appender_8h.tex [11] Underfull \hbox (badness 1142) in paragraph at lines 65--67 []\T1/phv/m/n/10 const \T1/phv/b/n/10 log4c[]_[]appender[]_[]type[]_[]t $\OMS/c msy/m/n/10 ^^C$ \T1/phv/b/n/10 log4c[]_[]appender[]_[]set[]_[]type \T1/phv/m/n/ 10 (\T1/phv/b/n/10 log4c[]_[]appender[]_[]t $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/1 0 a[]_[]appender, const [12] Underfull \hbox (badness 10000) detected at line 106 [][][] Package longtable Warning: Column widths have changed (longtable) in table 2 on input line 151. Underfull \vbox (badness 10000) has occurred while \output is active [13] Underfull \hbox (badness 10000) detected at line 171 [][][] Underfull \hbox (badness 10000) detected at line 197 [][][] [14] Underfull \hbox (badness 10000) detected at line 215 [][][] Underfull \hbox (badness 10000) detected at line 229 [][][] Underfull \hbox (badness 10000) detected at line 243 [][][] Underfull \hbox (badness 10000) detected at line 257 [][][] [15] [16] Underfull \hbox (badness 10000) detected at line 317 [][][] Underfull \hbox (badness 10000) detected at line 335 [][][] Underfull \hbox (badness 10000) detected at line 353 [][][] [17] Underfull \hbox (badness 10000) detected at line 369 [][][] Underfull \hbox (badness 10000) detected at line 385 [][][] ) (./appender__type__mmap_8h.tex [18] Underfull \hbox (badness 10000) detected at line 41 [][][] ) (./appender__type__rollingfile_8h.tex [19] [20] Underfull \hbox (badness 10000) detected at line 74 [][][] Underfull \hbox (badness 10000) detected at line 87 [][][] [21] Underfull \hbox (badness 10000) detected at line 101 [][][] Underfull \hbox (badness 10000) detected at line 115 [][][] Underfull \hbox (badness 10000) detected at line 131 [][][] [22] Underfull \hbox (badness 10000) detected at line 147 [][][] Underfull \hbox (badness 10000) detected at line 163 [][][] ) (./appender__type__stream_8h.tex [23]) (./appender__type__stream2_8h.tex [24] [25] [26] Underfull \hbox (badness 10000) detected at line 93 [][][] Underfull \hbox (badness 10000) detected at line 107 [][][] Overfull \vbox (28.9688pt too high) has occurred while \output is active [27]) (./appender__type__syslog_8h.tex [28]) (./buffer_8h.tex ) (./category_8h.tex [29] [30] [31] [32] Underfull \vbox (badness 10000) has occurred while \output is active [33] Underfull \hbox (badness 10000) detected at line 296 [][][] [34] Underfull \hbox (badness 10000) detected at line 310 [][][] Underfull \hbox (badness 10000) detected at line 343 [][][] [35] Underfull \hbox (badness 10000) detected at line 357 [][][] Underfull \hbox (badness 10000) detected at line 396 [][][] [36] Underfull \hbox (badness 10000) detected at line 416 [][][] Underfull \hbox (badness 10000) detected at line 436 [][][] Underfull \hbox (badness 10000) detected at line 456 [][][] [37] Underfull \hbox (badness 10000) detected at line 476 [][][] Underfull \hbox (badness 10000) detected at line 496 [][][] Underfull \hbox (badness 10000) detected at line 516 [][][] [38] Underfull \hbox (badness 10000) detected at line 536 [][][] Underfull \hbox (badness 10000) detected at line 556 [][][] Underfull \hbox (badness 10000) detected at line 576 [][][] [39] Underfull \hbox (badness 10000) detected at line 598 [][][] [40] Underfull \hbox (badness 10000) detected at line 658 [][][] Underfull \hbox (badness 10000) detected at line 661 [][][] [41] Underfull \hbox (badness 10000) detected at line 721 [][][] Underfull \hbox (badness 10000) detected at line 739 [][][] [42] Underfull \hbox (badness 10000) detected at line 759 [][][] ) (./init_8h.tex [43] Underfull \hbox (badness 10000) detected at line 41 [][][] Underfull \hbox (badness 10000) detected at line 56 [][][] Underfull \hbox (badness 1442) in paragraph at lines 61--62 []\T1/phv/m/n/10 References log4c[]_[]appender[]_[]get(), log4c[]_[]appender[]_ []type[]_[]set(), log4c[]_[]category[]_[]get(), log4c[]_[]category[]_[]set[]_[] Underfull \hbox (badness 1533) in paragraph at lines 61--62 \T1/phv/m/n/10 appender(), log4c[]_[]category[]_[]set[]_[]priority(), log4c[]_[ ]layout[]_[]type[]_[]set(), log4c[]_[]load(), log4c[]_[]priority[]_[]to[]_[]int (), and ) (./layout_8h.tex [44] [45] Underfull \hbox (badness 10000) detected at line 102 [][][] [46] Underfull \hbox (badness 10000) detected at line 154 [][][] [47] Underfull \hbox (badness 10000) detected at line 170 [][][] Underfull \hbox (badness 10000) detected at line 188 [][][] Underfull \hbox (badness 10000) detected at line 202 [][][] Underfull \hbox (badness 10000) detected at line 216 [][][] [48] Underfull \hbox (badness 10000) detected at line 253 [][][] [49] Underfull \hbox (badness 10000) detected at line 271 [][][] Underfull \hbox (badness 10000) detected at line 287 [][][] Underfull \hbox (badness 10000) detected at line 303 [][][] [50]) (./layout__type__basic_8h.tex ) (./layout__type__basic__r_8h.tex [51]) (./layout__type__dated_8h.tex [52]) (./layout__type__dated__local_8h.tex [53]) (./layout__type__dated__local__r_8h.tex [54]) (./layout__type__dated__r_8h.tex [55]) (./location__info_8h.tex [56]) (./logging__event_8h.tex [57] [58]) (./priority_8h.tex [59] [60] Underfull \hbox (badness 10000) detected at line 133 [][][] Underfull \hbox (badness 10000) detected at line 151 [][][] ) (./rc_8h.tex [61] [62]) (./rollingpolicy_8h.tex [63] Underfull \hbox (badness 10000) detected at line 88 [][][] [64] Underfull \hbox (badness 10000) detected at line 128 [][][] [65] Underfull \hbox (badness 10000) detected at line 142 [][][] Underfull \hbox (badness 10000) detected at line 156 [][][] Underfull \hbox (badness 10000) detected at line 170 [][][] [66] [67] Underfull \hbox (badness 10000) detected at line 186 [][][] Underfull \hbox (badness 10000) detected at line 204 [][][] Underfull \hbox (badness 10000) detected at line 222 [][][] [68] [69] Underfull \hbox (badness 10000) detected at line 238 [][][] Underfull \hbox (badness 10000) detected at line 254 [][][] Underfull \hbox (badness 10000) detected at line 270 [][][] ) (./rollingpolicy__type__sizewin_8h.tex [70] [71] Underfull \hbox (badness 10000) detected at line 59 [][][] Underfull \hbox (badness 10000) detected at line 79 [][][] [72] Underfull \hbox (badness 10000) detected at line 95 [][][] Underfull \hbox (badness 10000) detected at line 111 [][][] ) (./version_8h.tex [73] Underfull \hbox (badness 10000) detected at line 75 [][][] ) [74] (./refman.ind [75] [76] [77] Underfull \hbox (badness 10000) in paragraph at lines 413--415 []| \T1/phv/m/n/10 R[]O[]L[]L[]I[]N[]G[]P[]O[]L[]I[]C[]Y[]_[][]R[]O[]L[]L[]O[]V []E[]R[]_[][]E[]R[]R[]_[][]C[]A[]N[]_[][]L[]OG, [78]) Package longtable Warning: Table widths have changed. Rerun LaTeX. (./refman.aux) LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information) Output written on refman.dvi (82 pages, 253472 bytes). Transcript written on refman.log. latex_count=8 ; \ while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $latex_count -gt 0 ] ;\ do \ echo "Rerunning latex...." ;\ latex refman.tex ;\ latex_count=`expr $latex_count - 1` ;\ done Package longtable Warning: Table widths have changed. Rerun LaTeX. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Rerunning latex.... This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=latex) restricted \write18 enabled. entering extended mode (./refman.tex LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 3 language(s) loaded. (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/base/fixltx2e.sty Package fixltx2e Warning: fixltx2e is not required with releases after 2015 (fixltx2e) All fixes are now in the LaTeX kernel. (fixltx2e) See the latexrelease package for details. ) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty) (./doxygen.sty (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvips.def) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/tabu/tabu.sty (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty) (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty)) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-dvips.def)) (/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/wasysym/wasysym.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/courier.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/sectsty/sectsty.sty) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/natbib/natbib.sty) (/usr/share/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty) Writing index file refman.idx (/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty) (/usr/share/texlive/texmf-dist/tex/latex/caption/ltcaption.sty)) (./refman.aux) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd) *geometry* driver: auto-detecting *geometry* detected driver: dvips (/usr/share/texlive/texmf-dist/tex/latex/wasysym/uwasy.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1] (./refman.toc [1] [2] [3]) (./index.tex (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd) [1] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1phv.fd) [2] [3] [4]) (./todo.tex) (./deprecated.tex [5]) (./bug.tex) (./annotated.tex) (./files.tex [6] LaTeX Warning: Reference `config-win32_8h' on page 7 undefined on input line 11 . [7]) (./structlog4c__appender__type.tex) (./structlog4c__buffer__t.tex) (./structlog4c__layout__type.tex [8]) (./structlog4c__location__info__t.tex) (./structlog4c__logging__event__t.tex [9] ) (./structlog4c__rc__t.tex [10]) (./structlog4c__rollingpolicy__type.tex) (./appender_8h.tex [11] [12] Underfull \hbox (badness 1142) in paragraph at lines 65--67 []\T1/phv/m/n/10 const \T1/phv/b/n/10 log4c[]_[]appender[]_[]type[]_[]t $\OMS/c msy/m/n/10 ^^C$ \T1/phv/b/n/10 log4c[]_[]appender[]_[]set[]_[]type \T1/phv/m/n/ 10 (\T1/phv/b/n/10 log4c[]_[]appender[]_[]t $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/1 0 a[]_[]appender, const [13] Underfull \hbox (badness 10000) detected at line 106 [][][] [14] Underfull \hbox (badness 10000) detected at line 171 [][][] Underfull \hbox (badness 10000) detected at line 197 [][][] [15] Underfull \hbox (badness 10000) detected at line 215 [][][] Underfull \hbox (badness 10000) detected at line 229 [][][] Underfull \hbox (badness 10000) detected at line 243 [][][] Underfull \hbox (badness 10000) detected at line 257 [][][] [16] Underfull \hbox (badness 10000) detected at line 317 [][][] [17] Underfull \hbox (badness 10000) detected at line 335 [][][] Underfull \hbox (badness 10000) detected at line 353 [][][] Underfull \hbox (badness 10000) detected at line 369 [][][] [18] Underfull \hbox (badness 10000) detected at line 385 [][][] ) (./appender__type__mmap_8h.tex Underfull \vbox (badness 2538) has occurred while \output is active [19] Underfull \hbox (badness 10000) detected at line 41 [][][] ) (./appender__type__rollingfile_8h.tex [20] [21] Underfull \hbox (badness 10000) detected at line 74 [][][] Underfull \hbox (badness 10000) detected at line 87 [][][] [22] Underfull \hbox (badness 10000) detected at line 101 [][][] Underfull \hbox (badness 10000) detected at line 115 [][][] Underfull \hbox (badness 10000) detected at line 131 [][][] [23] Underfull \hbox (badness 10000) detected at line 147 [][][] Underfull \hbox (badness 10000) detected at line 163 [][][] ) (./appender__type__stream_8h.tex [24]) (./appender__type__stream2_8h.tex [25] [26] [27] Underfull \hbox (badness 10000) detected at line 93 [][][] Underfull \hbox (badness 10000) detected at line 107 [][][] Overfull \vbox (28.9688pt too high) has occurred while \output is active [28]) (./appender__type__syslog_8h.tex [29]) (./buffer_8h.tex ) (./category_8h.tex [30] [31] [32] [33] Underfull \vbox (badness 10000) has occurred while \output is active [34] Underfull \hbox (badness 10000) detected at line 296 [][][] [35] Underfull \hbox (badness 10000) detected at line 310 [][][] Underfull \hbox (badness 10000) detected at line 343 [][][] [36] Underfull \hbox (badness 10000) detected at line 357 [][][] Underfull \hbox (badness 10000) detected at line 396 [][][] [37] Underfull \hbox (badness 10000) detected at line 416 [][][] Underfull \hbox (badness 10000) detected at line 436 [][][] Underfull \hbox (badness 10000) detected at line 456 [][][] [38] Underfull \hbox (badness 10000) detected at line 476 [][][] Underfull \hbox (badness 10000) detected at line 496 [][][] Underfull \hbox (badness 10000) detected at line 516 [][][] [39] Underfull \hbox (badness 10000) detected at line 536 [][][] Underfull \hbox (badness 10000) detected at line 556 [][][] Underfull \hbox (badness 10000) detected at line 576 [][][] [40] Underfull \hbox (badness 10000) detected at line 598 [][][] [41] Underfull \hbox (badness 10000) detected at line 658 [][][] Underfull \hbox (badness 10000) detected at line 661 [][][] [42] Underfull \hbox (badness 10000) detected at line 721 [][][] Underfull \hbox (badness 10000) detected at line 739 [][][] [43] Underfull \hbox (badness 10000) detected at line 759 [][][] ) (./init_8h.tex [44] Underfull \hbox (badness 10000) detected at line 41 [][][] Underfull \hbox (badness 10000) detected at line 56 [][][] Underfull \hbox (badness 1442) in paragraph at lines 61--62 []\T1/phv/m/n/10 References log4c[]_[]appender[]_[]get(), log4c[]_[]appender[]_ []type[]_[]set(), log4c[]_[]category[]_[]get(), log4c[]_[]category[]_[]set[]_[] Underfull \hbox (badness 1533) in paragraph at lines 61--62 \T1/phv/m/n/10 appender(), log4c[]_[]category[]_[]set[]_[]priority(), log4c[]_[ ]layout[]_[]type[]_[]set(), log4c[]_[]load(), log4c[]_[]priority[]_[]to[]_[]int (), and ) (./layout_8h.tex [45] [46] Underfull \hbox (badness 10000) detected at line 102 [][][] [47] Underfull \hbox (badness 10000) detected at line 154 [][][] [48] Underfull \hbox (badness 10000) detected at line 170 [][][] Underfull \hbox (badness 10000) detected at line 188 [][][] Underfull \hbox (badness 10000) detected at line 202 [][][] Underfull \hbox (badness 10000) detected at line 216 [][][] [49] Underfull \hbox (badness 10000) detected at line 253 [][][] [50] Underfull \hbox (badness 10000) detected at line 271 [][][] Underfull \hbox (badness 10000) detected at line 287 [][][] Underfull \hbox (badness 10000) detected at line 303 [][][] [51]) (./layout__type__basic_8h.tex ) (./layout__type__basic__r_8h.tex [52]) (./layout__type__dated_8h.tex [53]) (./layout__type__dated__local_8h.tex [54]) (./layout__type__dated__local__r_8h.tex [55]) (./layout__type__dated__r_8h.tex [56]) (./location__info_8h.tex [57]) (./logging__event_8h.tex [58] [59]) (./priority_8h.tex [60] [61] Underfull \hbox (badness 10000) detected at line 133 [][][] Underfull \hbox (badness 10000) detected at line 151 [][][] ) (./rc_8h.tex [62] [63]) (./rollingpolicy_8h.tex [64] Underfull \hbox (badness 10000) detected at line 88 [][][] [65] Underfull \hbox (badness 10000) detected at line 128 [][][] [66] Underfull \hbox (badness 10000) detected at line 142 [][][] Underfull \hbox (badness 10000) detected at line 156 [][][] Underfull \hbox (badness 10000) detected at line 170 [][][] [67] [68] Underfull \hbox (badness 10000) detected at line 186 [][][] Underfull \hbox (badness 10000) detected at line 204 [][][] Underfull \hbox (badness 10000) detected at line 222 [][][] [69] [70] Underfull \hbox (badness 10000) detected at line 238 [][][] Underfull \hbox (badness 10000) detected at line 254 [][][] Underfull \hbox (badness 10000) detected at line 270 [][][] ) (./rollingpolicy__type__sizewin_8h.tex [71] [72] Underfull \hbox (badness 10000) detected at line 59 [][][] Underfull \hbox (badness 10000) detected at line 79 [][][] [73] Underfull \hbox (badness 10000) detected at line 95 [][][] Underfull \hbox (badness 10000) detected at line 111 [][][] ) (./version_8h.tex [74] Underfull \hbox (badness 10000) detected at line 75 [][][] ) [75] [76] (./refman.ind [77] [78] [79] Underfull \hbox (badness 10000) in paragraph at lines 413--415 []| \T1/phv/m/n/10 R[]O[]L[]L[]I[]N[]G[]P[]O[]L[]I[]C[]Y[]_[][]R[]O[]L[]L[]O[]V []E[]R[]_[][]E[]R[]R[]_[][]C[]A[]N[]_[][]L[]OG, [80]) (./refman.aux) LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information) Output written on refman.dvi (84 pages, 253980 bytes). Transcript written on refman.log. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Rerunning latex.... This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=latex) restricted \write18 enabled. entering extended mode (./refman.tex LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 3 language(s) loaded. (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/base/fixltx2e.sty Package fixltx2e Warning: fixltx2e is not required with releases after 2015 (fixltx2e) All fixes are now in the LaTeX kernel. (fixltx2e) See the latexrelease package for details. ) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty) (./doxygen.sty (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvips.def) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/tabu/tabu.sty (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty) (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty)) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-dvips.def)) (/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/wasysym/wasysym.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/courier.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/sectsty/sectsty.sty) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/natbib/natbib.sty) (/usr/share/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty) Writing index file refman.idx (/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty) (/usr/share/texlive/texmf-dist/tex/latex/caption/ltcaption.sty)) (./refman.aux) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd) *geometry* driver: auto-detecting *geometry* detected driver: dvips (/usr/share/texlive/texmf-dist/tex/latex/wasysym/uwasy.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1] (./refman.toc [1] [2] [3]) (./index.tex (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd) [1] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1phv.fd) [2] [3] [4]) (./todo.tex) (./deprecated.tex [5]) (./bug.tex) (./annotated.tex) (./files.tex [6] LaTeX Warning: Reference `config-win32_8h' on page 7 undefined on input line 11 . [7]) (./structlog4c__appender__type.tex) (./structlog4c__buffer__t.tex) (./structlog4c__layout__type.tex [8]) (./structlog4c__location__info__t.tex) (./structlog4c__logging__event__t.tex [9] ) (./structlog4c__rc__t.tex [10]) (./structlog4c__rollingpolicy__type.tex) (./appender_8h.tex [11] [12] Underfull \hbox (badness 1142) in paragraph at lines 65--67 []\T1/phv/m/n/10 const \T1/phv/b/n/10 log4c[]_[]appender[]_[]type[]_[]t $\OMS/c msy/m/n/10 ^^C$ \T1/phv/b/n/10 log4c[]_[]appender[]_[]set[]_[]type \T1/phv/m/n/ 10 (\T1/phv/b/n/10 log4c[]_[]appender[]_[]t $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/1 0 a[]_[]appender, const [13] Underfull \hbox (badness 10000) detected at line 106 [][][] Package longtable Warning: Column widths have changed (longtable) in table 2 on input line 151. [14] Underfull \hbox (badness 10000) detected at line 171 [][][] Underfull \hbox (badness 10000) detected at line 197 [][][] [15] Underfull \hbox (badness 10000) detected at line 215 [][][] Underfull \hbox (badness 10000) detected at line 229 [][][] Underfull \hbox (badness 10000) detected at line 243 [][][] Underfull \hbox (badness 10000) detected at line 257 [][][] [16] Underfull \hbox (badness 10000) detected at line 317 [][][] [17] Underfull \hbox (badness 10000) detected at line 335 [][][] Underfull \hbox (badness 10000) detected at line 353 [][][] Underfull \hbox (badness 10000) detected at line 369 [][][] [18] Underfull \hbox (badness 10000) detected at line 385 [][][] ) (./appender__type__mmap_8h.tex Underfull \vbox (badness 2538) has occurred while \output is active [19] Underfull \hbox (badness 10000) detected at line 41 [][][] ) (./appender__type__rollingfile_8h.tex [20] [21] Underfull \hbox (badness 10000) detected at line 74 [][][] Underfull \hbox (badness 10000) detected at line 87 [][][] [22] Underfull \hbox (badness 10000) detected at line 101 [][][] Underfull \hbox (badness 10000) detected at line 115 [][][] Underfull \hbox (badness 10000) detected at line 131 [][][] [23] Underfull \hbox (badness 10000) detected at line 147 [][][] Underfull \hbox (badness 10000) detected at line 163 [][][] ) (./appender__type__stream_8h.tex [24]) (./appender__type__stream2_8h.tex [25] [26] [27] Underfull \hbox (badness 10000) detected at line 93 [][][] Underfull \hbox (badness 10000) detected at line 107 [][][] Overfull \vbox (28.9688pt too high) has occurred while \output is active [28]) (./appender__type__syslog_8h.tex [29]) (./buffer_8h.tex ) (./category_8h.tex [30] [31] [32] [33] Underfull \vbox (badness 10000) has occurred while \output is active [34] Underfull \hbox (badness 10000) detected at line 296 [][][] [35] Underfull \hbox (badness 10000) detected at line 310 [][][] Underfull \hbox (badness 10000) detected at line 343 [][][] [36] Underfull \hbox (badness 10000) detected at line 357 [][][] Underfull \hbox (badness 10000) detected at line 396 [][][] [37] Underfull \hbox (badness 10000) detected at line 416 [][][] Underfull \hbox (badness 10000) detected at line 436 [][][] Underfull \hbox (badness 10000) detected at line 456 [][][] [38] Underfull \hbox (badness 10000) detected at line 476 [][][] Underfull \hbox (badness 10000) detected at line 496 [][][] Underfull \hbox (badness 10000) detected at line 516 [][][] [39] Underfull \hbox (badness 10000) detected at line 536 [][][] Underfull \hbox (badness 10000) detected at line 556 [][][] Underfull \hbox (badness 10000) detected at line 576 [][][] [40] Underfull \hbox (badness 10000) detected at line 598 [][][] [41] Underfull \hbox (badness 10000) detected at line 658 [][][] Underfull \hbox (badness 10000) detected at line 661 [][][] [42] Underfull \hbox (badness 10000) detected at line 721 [][][] Underfull \hbox (badness 10000) detected at line 739 [][][] [43] Underfull \hbox (badness 10000) detected at line 759 [][][] ) (./init_8h.tex [44] Underfull \hbox (badness 10000) detected at line 41 [][][] Underfull \hbox (badness 10000) detected at line 56 [][][] Underfull \hbox (badness 1442) in paragraph at lines 61--62 []\T1/phv/m/n/10 References log4c[]_[]appender[]_[]get(), log4c[]_[]appender[]_ []type[]_[]set(), log4c[]_[]category[]_[]get(), log4c[]_[]category[]_[]set[]_[] Underfull \hbox (badness 1533) in paragraph at lines 61--62 \T1/phv/m/n/10 appender(), log4c[]_[]category[]_[]set[]_[]priority(), log4c[]_[ ]layout[]_[]type[]_[]set(), log4c[]_[]load(), log4c[]_[]priority[]_[]to[]_[]int (), and ) (./layout_8h.tex [45] [46] Underfull \hbox (badness 10000) detected at line 102 [][][] [47] Underfull \hbox (badness 10000) detected at line 154 [][][] [48] Underfull \hbox (badness 10000) detected at line 170 [][][] Underfull \hbox (badness 10000) detected at line 188 [][][] Underfull \hbox (badness 10000) detected at line 202 [][][] Underfull \hbox (badness 10000) detected at line 216 [][][] [49] Underfull \hbox (badness 10000) detected at line 253 [][][] [50] Underfull \hbox (badness 10000) detected at line 271 [][][] Underfull \hbox (badness 10000) detected at line 287 [][][] Underfull \hbox (badness 10000) detected at line 303 [][][] [51]) (./layout__type__basic_8h.tex ) (./layout__type__basic__r_8h.tex [52]) (./layout__type__dated_8h.tex [53]) (./layout__type__dated__local_8h.tex [54]) (./layout__type__dated__local__r_8h.tex [55]) (./layout__type__dated__r_8h.tex [56]) (./location__info_8h.tex [57]) (./logging__event_8h.tex [58] [59]) (./priority_8h.tex [60] [61] Underfull \hbox (badness 10000) detected at line 133 [][][] Underfull \hbox (badness 10000) detected at line 151 [][][] ) (./rc_8h.tex [62] [63]) (./rollingpolicy_8h.tex [64] Underfull \hbox (badness 10000) detected at line 88 [][][] [65] Underfull \hbox (badness 10000) detected at line 128 [][][] [66] Underfull \hbox (badness 10000) detected at line 142 [][][] Underfull \hbox (badness 10000) detected at line 156 [][][] Underfull \hbox (badness 10000) detected at line 170 [][][] [67] [68] Underfull \hbox (badness 10000) detected at line 186 [][][] Underfull \hbox (badness 10000) detected at line 204 [][][] Underfull \hbox (badness 10000) detected at line 222 [][][] [69] [70] Underfull \hbox (badness 10000) detected at line 238 [][][] Underfull \hbox (badness 10000) detected at line 254 [][][] Underfull \hbox (badness 10000) detected at line 270 [][][] ) (./rollingpolicy__type__sizewin_8h.tex [71] [72] Underfull \hbox (badness 10000) detected at line 59 [][][] Underfull \hbox (badness 10000) detected at line 79 [][][] [73] Underfull \hbox (badness 10000) detected at line 95 [][][] Underfull \hbox (badness 10000) detected at line 111 [][][] ) (./version_8h.tex [74] Underfull \hbox (badness 10000) detected at line 75 [][][] ) [75] [76] (./refman.ind [77] [78] [79] Underfull \hbox (badness 10000) in paragraph at lines 413--415 []| \T1/phv/m/n/10 R[]O[]L[]L[]I[]N[]G[]P[]O[]L[]I[]C[]Y[]_[][]R[]O[]L[]L[]O[]V []E[]R[]_[][]E[]R[]R[]_[][]C[]A[]N[]_[][]L[]OG, [80]) Package longtable Warning: Table widths have changed. Rerun LaTeX. (./refman.aux) LaTeX Warning: There were undefined references. ) (see the transcript file for additional information) Output written on refman.dvi (84 pages, 253984 bytes). Transcript written on refman.log. Package longtable Warning: Table widths have changed. Rerun LaTeX. Rerunning latex.... This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=latex) restricted \write18 enabled. entering extended mode (./refman.tex LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 3 language(s) loaded. (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/base/fixltx2e.sty Package fixltx2e Warning: fixltx2e is not required with releases after 2015 (fixltx2e) All fixes are now in the LaTeX kernel. (fixltx2e) See the latexrelease package for details. ) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty) (./doxygen.sty (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvips.def) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/tabu/tabu.sty (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty) (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty)) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-dvips.def)) (/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/wasysym/wasysym.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/courier.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/sectsty/sectsty.sty) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/natbib/natbib.sty) (/usr/share/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty) Writing index file refman.idx (/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty) (/usr/share/texlive/texmf-dist/tex/latex/caption/ltcaption.sty)) (./refman.aux) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd) *geometry* driver: auto-detecting *geometry* detected driver: dvips (/usr/share/texlive/texmf-dist/tex/latex/wasysym/uwasy.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1] (./refman.toc [1] [2] [3]) (./index.tex (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd) [1] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1phv.fd) [2] [3] [4]) (./todo.tex) (./deprecated.tex [5]) (./bug.tex) (./annotated.tex) (./files.tex [6] LaTeX Warning: Reference `config-win32_8h' on page 7 undefined on input line 11 . [7]) (./structlog4c__appender__type.tex) (./structlog4c__buffer__t.tex) (./structlog4c__layout__type.tex [8]) (./structlog4c__location__info__t.tex) (./structlog4c__logging__event__t.tex [9] ) (./structlog4c__rc__t.tex [10]) (./structlog4c__rollingpolicy__type.tex) (./appender_8h.tex [11] [12] Underfull \hbox (badness 1142) in paragraph at lines 65--67 []\T1/phv/m/n/10 const \T1/phv/b/n/10 log4c[]_[]appender[]_[]type[]_[]t $\OMS/c msy/m/n/10 ^^C$ \T1/phv/b/n/10 log4c[]_[]appender[]_[]set[]_[]type \T1/phv/m/n/ 10 (\T1/phv/b/n/10 log4c[]_[]appender[]_[]t $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/1 0 a[]_[]appender, const [13] Underfull \hbox (badness 10000) detected at line 106 [][][] [14] Underfull \hbox (badness 10000) detected at line 171 [][][] Underfull \hbox (badness 10000) detected at line 197 [][][] [15] Underfull \hbox (badness 10000) detected at line 215 [][][] Underfull \hbox (badness 10000) detected at line 229 [][][] Underfull \hbox (badness 10000) detected at line 243 [][][] Underfull \hbox (badness 10000) detected at line 257 [][][] [16] Underfull \hbox (badness 10000) detected at line 317 [][][] [17] Underfull \hbox (badness 10000) detected at line 335 [][][] Underfull \hbox (badness 10000) detected at line 353 [][][] Underfull \hbox (badness 10000) detected at line 369 [][][] [18] Underfull \hbox (badness 10000) detected at line 385 [][][] ) (./appender__type__mmap_8h.tex Underfull \vbox (badness 2538) has occurred while \output is active [19] Underfull \hbox (badness 10000) detected at line 41 [][][] ) (./appender__type__rollingfile_8h.tex [20] [21] Underfull \hbox (badness 10000) detected at line 74 [][][] Underfull \hbox (badness 10000) detected at line 87 [][][] [22] Underfull \hbox (badness 10000) detected at line 101 [][][] Underfull \hbox (badness 10000) detected at line 115 [][][] Underfull \hbox (badness 10000) detected at line 131 [][][] [23] Underfull \hbox (badness 10000) detected at line 147 [][][] Underfull \hbox (badness 10000) detected at line 163 [][][] ) (./appender__type__stream_8h.tex [24]) (./appender__type__stream2_8h.tex [25] [26] [27] Underfull \hbox (badness 10000) detected at line 93 [][][] Underfull \hbox (badness 10000) detected at line 107 [][][] Overfull \vbox (28.9688pt too high) has occurred while \output is active [28]) (./appender__type__syslog_8h.tex [29]) (./buffer_8h.tex ) (./category_8h.tex [30] [31] [32] [33] Underfull \vbox (badness 10000) has occurred while \output is active [34] Underfull \hbox (badness 10000) detected at line 296 [][][] [35] Underfull \hbox (badness 10000) detected at line 310 [][][] Underfull \hbox (badness 10000) detected at line 343 [][][] [36] Underfull \hbox (badness 10000) detected at line 357 [][][] Underfull \hbox (badness 10000) detected at line 396 [][][] [37] Underfull \hbox (badness 10000) detected at line 416 [][][] Underfull \hbox (badness 10000) detected at line 436 [][][] Underfull \hbox (badness 10000) detected at line 456 [][][] [38] Underfull \hbox (badness 10000) detected at line 476 [][][] Underfull \hbox (badness 10000) detected at line 496 [][][] Underfull \hbox (badness 10000) detected at line 516 [][][] [39] Underfull \hbox (badness 10000) detected at line 536 [][][] Underfull \hbox (badness 10000) detected at line 556 [][][] Underfull \hbox (badness 10000) detected at line 576 [][][] [40] Underfull \hbox (badness 10000) detected at line 598 [][][] [41] Underfull \hbox (badness 10000) detected at line 658 [][][] Underfull \hbox (badness 10000) detected at line 661 [][][] [42] Underfull \hbox (badness 10000) detected at line 721 [][][] Underfull \hbox (badness 10000) detected at line 739 [][][] [43] Underfull \hbox (badness 10000) detected at line 759 [][][] ) (./init_8h.tex [44] Underfull \hbox (badness 10000) detected at line 41 [][][] Underfull \hbox (badness 10000) detected at line 56 [][][] Underfull \hbox (badness 1442) in paragraph at lines 61--62 []\T1/phv/m/n/10 References log4c[]_[]appender[]_[]get(), log4c[]_[]appender[]_ []type[]_[]set(), log4c[]_[]category[]_[]get(), log4c[]_[]category[]_[]set[]_[] Underfull \hbox (badness 1533) in paragraph at lines 61--62 \T1/phv/m/n/10 appender(), log4c[]_[]category[]_[]set[]_[]priority(), log4c[]_[ ]layout[]_[]type[]_[]set(), log4c[]_[]load(), log4c[]_[]priority[]_[]to[]_[]int (), and ) (./layout_8h.tex [45] [46] Underfull \hbox (badness 10000) detected at line 102 [][][] [47] Underfull \hbox (badness 10000) detected at line 154 [][][] [48] Underfull \hbox (badness 10000) detected at line 170 [][][] Underfull \hbox (badness 10000) detected at line 188 [][][] Underfull \hbox (badness 10000) detected at line 202 [][][] Underfull \hbox (badness 10000) detected at line 216 [][][] [49] Underfull \hbox (badness 10000) detected at line 253 [][][] [50] Underfull \hbox (badness 10000) detected at line 271 [][][] Underfull \hbox (badness 10000) detected at line 287 [][][] Underfull \hbox (badness 10000) detected at line 303 [][][] [51]) (./layout__type__basic_8h.tex ) (./layout__type__basic__r_8h.tex [52]) (./layout__type__dated_8h.tex [53]) (./layout__type__dated__local_8h.tex [54]) (./layout__type__dated__local__r_8h.tex [55]) (./layout__type__dated__r_8h.tex [56]) (./location__info_8h.tex [57]) (./logging__event_8h.tex [58] [59]) (./priority_8h.tex [60] [61] Underfull \hbox (badness 10000) detected at line 133 [][][] Underfull \hbox (badness 10000) detected at line 151 [][][] ) (./rc_8h.tex [62] [63]) (./rollingpolicy_8h.tex [64] Underfull \hbox (badness 10000) detected at line 88 [][][] [65] Underfull \hbox (badness 10000) detected at line 128 [][][] [66] Underfull \hbox (badness 10000) detected at line 142 [][][] Underfull \hbox (badness 10000) detected at line 156 [][][] Underfull \hbox (badness 10000) detected at line 170 [][][] [67] [68] Underfull \hbox (badness 10000) detected at line 186 [][][] Underfull \hbox (badness 10000) detected at line 204 [][][] Underfull \hbox (badness 10000) detected at line 222 [][][] [69] [70] Underfull \hbox (badness 10000) detected at line 238 [][][] Underfull \hbox (badness 10000) detected at line 254 [][][] Underfull \hbox (badness 10000) detected at line 270 [][][] ) (./rollingpolicy__type__sizewin_8h.tex [71] [72] Underfull \hbox (badness 10000) detected at line 59 [][][] Underfull \hbox (badness 10000) detected at line 79 [][][] [73] Underfull \hbox (badness 10000) detected at line 95 [][][] Underfull \hbox (badness 10000) detected at line 111 [][][] ) (./version_8h.tex [74] Underfull \hbox (badness 10000) detected at line 75 [][][] ) [75] [76] (./refman.ind [77] [78] [79] Underfull \hbox (badness 10000) in paragraph at lines 413--415 []| \T1/phv/m/n/10 R[]O[]L[]L[]I[]N[]G[]P[]O[]L[]I[]C[]Y[]_[][]R[]O[]L[]L[]O[]V []E[]R[]_[][]E[]R[]R[]_[][]C[]A[]N[]_[][]L[]OG, [80]) (./refman.aux) LaTeX Warning: There were undefined references. ) (see the transcript file for additional information) Output written on refman.dvi (84 pages, 253984 bytes). Transcript written on refman.log. makeindex refman.idx This is makeindex, version 2.15 [TeX Live 2016] (kpathsea + Thai support). Scanning input file refman.idx....done (282 entries accepted, 22 rejected). Sorting entries.....done (2389 comparisons). Generating output file refman.ind....done (450 lines written, 0 warnings). Output written in refman.ind. Transcript written in refman.ilg. latex refman.tex This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=latex) restricted \write18 enabled. entering extended mode (./refman.tex LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 3 language(s) loaded. (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/base/fixltx2e.sty Package fixltx2e Warning: fixltx2e is not required with releases after 2015 (fixltx2e) All fixes are now in the LaTeX kernel. (fixltx2e) See the latexrelease package for details. ) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty) (./doxygen.sty (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvips.def) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/tabu/tabu.sty (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty) (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty)) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-dvips.def)) (/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/wasysym/wasysym.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/courier.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/sectsty/sectsty.sty) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/natbib/natbib.sty) (/usr/share/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty) Writing index file refman.idx (/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty) (/usr/share/texlive/texmf-dist/tex/latex/caption/ltcaption.sty)) (./refman.aux) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd) *geometry* driver: auto-detecting *geometry* detected driver: dvips (/usr/share/texlive/texmf-dist/tex/latex/wasysym/uwasy.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1] (./refman.toc [1] [2] [3]) (./index.tex (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd) [1] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1phv.fd) [2] [3] [4]) (./todo.tex) (./deprecated.tex [5]) (./bug.tex) (./annotated.tex) (./files.tex [6] LaTeX Warning: Reference `config-win32_8h' on page 7 undefined on input line 11 . [7]) (./structlog4c__appender__type.tex) (./structlog4c__buffer__t.tex) (./structlog4c__layout__type.tex [8]) (./structlog4c__location__info__t.tex) (./structlog4c__logging__event__t.tex [9] ) (./structlog4c__rc__t.tex [10]) (./structlog4c__rollingpolicy__type.tex) (./appender_8h.tex [11] [12] Underfull \hbox (badness 1142) in paragraph at lines 65--67 []\T1/phv/m/n/10 const \T1/phv/b/n/10 log4c[]_[]appender[]_[]type[]_[]t $\OMS/c msy/m/n/10 ^^C$ \T1/phv/b/n/10 log4c[]_[]appender[]_[]set[]_[]type \T1/phv/m/n/ 10 (\T1/phv/b/n/10 log4c[]_[]appender[]_[]t $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/1 0 a[]_[]appender, const [13] Underfull \hbox (badness 10000) detected at line 106 [][][] [14] Underfull \hbox (badness 10000) detected at line 171 [][][] Underfull \hbox (badness 10000) detected at line 197 [][][] [15] Underfull \hbox (badness 10000) detected at line 215 [][][] Underfull \hbox (badness 10000) detected at line 229 [][][] Underfull \hbox (badness 10000) detected at line 243 [][][] Underfull \hbox (badness 10000) detected at line 257 [][][] [16] Underfull \hbox (badness 10000) detected at line 317 [][][] [17] Underfull \hbox (badness 10000) detected at line 335 [][][] Underfull \hbox (badness 10000) detected at line 353 [][][] Underfull \hbox (badness 10000) detected at line 369 [][][] [18] Underfull \hbox (badness 10000) detected at line 385 [][][] ) (./appender__type__mmap_8h.tex Underfull \vbox (badness 2538) has occurred while \output is active [19] Underfull \hbox (badness 10000) detected at line 41 [][][] ) (./appender__type__rollingfile_8h.tex [20] [21] Underfull \hbox (badness 10000) detected at line 74 [][][] Underfull \hbox (badness 10000) detected at line 87 [][][] [22] Underfull \hbox (badness 10000) detected at line 101 [][][] Underfull \hbox (badness 10000) detected at line 115 [][][] Underfull \hbox (badness 10000) detected at line 131 [][][] [23] Underfull \hbox (badness 10000) detected at line 147 [][][] Underfull \hbox (badness 10000) detected at line 163 [][][] ) (./appender__type__stream_8h.tex [24]) (./appender__type__stream2_8h.tex [25] [26] [27] Underfull \hbox (badness 10000) detected at line 93 [][][] Underfull \hbox (badness 10000) detected at line 107 [][][] Overfull \vbox (28.9688pt too high) has occurred while \output is active [28]) (./appender__type__syslog_8h.tex [29]) (./buffer_8h.tex ) (./category_8h.tex [30] [31] [32] [33] Underfull \vbox (badness 10000) has occurred while \output is active [34] Underfull \hbox (badness 10000) detected at line 296 [][][] [35] Underfull \hbox (badness 10000) detected at line 310 [][][] Underfull \hbox (badness 10000) detected at line 343 [][][] [36] Underfull \hbox (badness 10000) detected at line 357 [][][] Underfull \hbox (badness 10000) detected at line 396 [][][] [37] Underfull \hbox (badness 10000) detected at line 416 [][][] Underfull \hbox (badness 10000) detected at line 436 [][][] Underfull \hbox (badness 10000) detected at line 456 [][][] [38] Underfull \hbox (badness 10000) detected at line 476 [][][] Underfull \hbox (badness 10000) detected at line 496 [][][] Underfull \hbox (badness 10000) detected at line 516 [][][] [39] Underfull \hbox (badness 10000) detected at line 536 [][][] Underfull \hbox (badness 10000) detected at line 556 [][][] Underfull \hbox (badness 10000) detected at line 576 [][][] [40] Underfull \hbox (badness 10000) detected at line 598 [][][] [41] Underfull \hbox (badness 10000) detected at line 658 [][][] Underfull \hbox (badness 10000) detected at line 661 [][][] [42] Underfull \hbox (badness 10000) detected at line 721 [][][] Underfull \hbox (badness 10000) detected at line 739 [][][] [43] Underfull \hbox (badness 10000) detected at line 759 [][][] ) (./init_8h.tex [44] Underfull \hbox (badness 10000) detected at line 41 [][][] Underfull \hbox (badness 10000) detected at line 56 [][][] Underfull \hbox (badness 1442) in paragraph at lines 61--62 []\T1/phv/m/n/10 References log4c[]_[]appender[]_[]get(), log4c[]_[]appender[]_ []type[]_[]set(), log4c[]_[]category[]_[]get(), log4c[]_[]category[]_[]set[]_[] Underfull \hbox (badness 1533) in paragraph at lines 61--62 \T1/phv/m/n/10 appender(), log4c[]_[]category[]_[]set[]_[]priority(), log4c[]_[ ]layout[]_[]type[]_[]set(), log4c[]_[]load(), log4c[]_[]priority[]_[]to[]_[]int (), and ) (./layout_8h.tex [45] [46] Underfull \hbox (badness 10000) detected at line 102 [][][] [47] Underfull \hbox (badness 10000) detected at line 154 [][][] [48] Underfull \hbox (badness 10000) detected at line 170 [][][] Underfull \hbox (badness 10000) detected at line 188 [][][] Underfull \hbox (badness 10000) detected at line 202 [][][] Underfull \hbox (badness 10000) detected at line 216 [][][] [49] Underfull \hbox (badness 10000) detected at line 253 [][][] [50] Underfull \hbox (badness 10000) detected at line 271 [][][] Underfull \hbox (badness 10000) detected at line 287 [][][] Underfull \hbox (badness 10000) detected at line 303 [][][] [51]) (./layout__type__basic_8h.tex ) (./layout__type__basic__r_8h.tex [52]) (./layout__type__dated_8h.tex [53]) (./layout__type__dated__local_8h.tex [54]) (./layout__type__dated__local__r_8h.tex [55]) (./layout__type__dated__r_8h.tex [56]) (./location__info_8h.tex [57]) (./logging__event_8h.tex [58] [59]) (./priority_8h.tex [60] [61] Underfull \hbox (badness 10000) detected at line 133 [][][] Underfull \hbox (badness 10000) detected at line 151 [][][] ) (./rc_8h.tex [62] [63]) (./rollingpolicy_8h.tex [64] Underfull \hbox (badness 10000) detected at line 88 [][][] [65] Underfull \hbox (badness 10000) detected at line 128 [][][] [66] Underfull \hbox (badness 10000) detected at line 142 [][][] Underfull \hbox (badness 10000) detected at line 156 [][][] Underfull \hbox (badness 10000) detected at line 170 [][][] [67] [68] Underfull \hbox (badness 10000) detected at line 186 [][][] Underfull \hbox (badness 10000) detected at line 204 [][][] Underfull \hbox (badness 10000) detected at line 222 [][][] [69] [70] Underfull \hbox (badness 10000) detected at line 238 [][][] Underfull \hbox (badness 10000) detected at line 254 [][][] Underfull \hbox (badness 10000) detected at line 270 [][][] ) (./rollingpolicy__type__sizewin_8h.tex [71] [72] Underfull \hbox (badness 10000) detected at line 59 [][][] Underfull \hbox (badness 10000) detected at line 79 [][][] [73] Underfull \hbox (badness 10000) detected at line 95 [][][] Underfull \hbox (badness 10000) detected at line 111 [][][] ) (./version_8h.tex [74] Underfull \hbox (badness 10000) detected at line 75 [][][] ) [75] [76] (./refman.ind [77] [78] [79] Underfull \hbox (badness 10000) in paragraph at lines 413--415 []| \T1/phv/m/n/10 R[]O[]L[]L[]I[]N[]G[]P[]O[]L[]I[]C[]Y[]_[][]R[]O[]L[]L[]O[]V []E[]R[]_[][]E[]R[]R[]_[][]C[]A[]N[]_[][]L[]OG, [80]) (./refman.aux) LaTeX Warning: There were undefined references. ) (see the transcript file for additional information) Output written on refman.dvi (84 pages, 253984 bytes). Transcript written on refman.log. dvips -o refman.ps refman.dvi This is dvips(k) 5.996 Copyright 2016 Radical Eye Software (www.radicaleye.com) ' TeX output 2018.03.13:0230' -> refman.ps . [1] [1] [2] [3] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10 <./structlog4c__logging__event__t__coll__graph.eps>] [11] [12 <./appender_8h__incl.eps><./appender_8h__dep__incl.eps>] [13] [14] [15] [16] [17] [18] [19] [20<./appender__type__mmap_8h__incl.eps>] [21 <./appender__type__rollingfile_8h__incl.eps>] [22] [23] [24] [25 <./appender__type__stream_8h__incl.eps>] [26 <./appender__type__stream2_8h__incl.eps>] [27] [28] [29 <./appender__type__syslog_8h__incl.eps>] [30<./buffer_8h__incl.eps> <./buffer_8h__dep__incl.eps>] [31<./category_8h__incl.eps>] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45<./init_8h__incl.eps>] [46<./layout_8h__incl.eps><./layout_8h__dep__incl.eps>] [47] [48] [49] [50] [51] [52<./layout__type__basic_8h__incl.eps>] [53 <./layout__type__basic__r_8h__incl.eps>] [54 <./layout__type__dated_8h__incl.eps>] [55 <./layout__type__dated__local_8h__incl.eps>] [56 <./layout__type__dated__local__r_8h__incl.eps>] [57 <./layout__type__dated__r_8h__incl.eps><./location__info_8h__incl.eps>] [58 <./location__info_8h__dep__incl.eps>] [59<./logging__event_8h__incl.eps> <./logging__event_8h__dep__incl.eps>] [60<./priority_8h__incl.eps>] [61 <./priority_8h__dep__incl.eps>] [62] [63<./rc_8h__incl.eps>] [64 <./rollingpolicy_8h__incl.eps><./rollingpolicy_8h__dep__incl.eps>] [65] [66] [67] [68] [69] [70] [71] [72<./rollingpolicy__type__sizewin_8h__incl.eps>] [73] [74<./version_8h__incl.eps>] [75] [76] [77] [78] [79] [80] ps2pdf refman.ps refman.pdf make[3]: ps2pdf: Command not found make[3]: *** [Makefile:15: refman.pdf] Error 127 make[3]: Leaving directory '/builddir/build/BUILD/log4c-1.2.4/doc/latex' make[2]: *** [Makefile:472: log4c.pdf] Error 2 make[2]: Leaving directory '/builddir/build/BUILD/log4c-1.2.4/doc' make[1]: *** [Makefile:602: all-recursive] Error 1 make[1]: Leaving directory '/builddir/build/BUILD/log4c-1.2.4' make: *** [Makefile:399: all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.KpMjM5 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.KpMjM5 (%build) ++ cleanup ++ set +e ++ sync ++ sleep 5 ++ sync ++ poweroff Terminated +++ cleanup +++ set +e +++ sync Terminated ++++ cleanup ++++ set +e ++++ sync ++++ sleep 5 ++++ sync ++++ poweroff