Hi, I tried to build rsyslog from git master which failed when using `make --jobs 6` (single build, i.e. `make -j1` works, so that looks like a parallel build issue). Full build log:
> * Package: app-admin/rsyslog-9999 > * Upstream: https://github.com/rsyslog/rsyslog/issues > * USE: abi_x86_64 amd64 elibc_glibc gcrypt jemalloc kernel_linux > mysql ssl test userland_GNU > * FEATURES: preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... > * Fetching git://github.com/rsyslog/rsyslog.git ... > git fetch git://github.com/rsyslog/rsyslog.git +HEAD:refs/git-r3/HEAD > git symbolic-ref refs/git-r3/app-admin/rsyslog/0/__main__ refs/heads/master > * Checking out git://github.com/rsyslog/rsyslog.git to > /var/tmp/portage/app-admin/rsyslog-9999/work/rsyslog-9999 ... > git checkout --quiet master > GIT update --> > repository: git://github.com/rsyslog/rsyslog.git > at the commit: 8559c4ba952c50e52830ae2775eafef4cdf51ff6 >>>> Source unpacked in /var/tmp/portage/app-admin/rsyslog-9999/work >>>> Preparing source in >>>> /var/tmp/portage/app-admin/rsyslog-9999/work/rsyslog-9999 ... > * Running eautoreconf in > '/var/tmp/portage/app-admin/rsyslog-9999/work/rsyslog-9999' ... > * Running libtoolize --install --copy --force --automake ... > [ ok ] > * Running aclocal -I m4 ... > [ ok ] > * Running autoconf --force ... > [ ok ] > * Running autoheader ... > [ ok ] > * Running automake --add-missing --copy --foreign --force-missing ... > [ ok ] > * Running elibtoolize in: rsyslog-9999/ > * Applying portage/1.2.0 patch ... > * Applying sed/1.5.6 patch ... >>>> Source prepared. >>>> Configuring source in >>>> /var/tmp/portage/app-admin/rsyslog-9999/work/rsyslog-9999 ... >>>> Working in BUILD_DIR: >>>> "/var/tmp/portage/app-admin/rsyslog-9999/work/rsyslog-9999" > * econf: updating rsyslog-9999/config.guess with > /usr/share/gnuconfig/config.guess > * econf: updating rsyslog-9999/config.sub with > /usr/share/gnuconfig/config.sub > /var/tmp/portage/app-admin/rsyslog-9999/work/rsyslog-9999/configure > --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu > --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share > --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking > --disable-silent-rules --libdir=/usr/lib64 > --docdir=/usr/share/doc/rsyslog-9999 --disable-debug-symbols > --disable-generate-man-pages --without-valgrind-testbench --enable-testbench > --enable-imdiag --enable-imfile --enable-impstats --enable-imptcp > --enable-mmanon --enable-mmaudit --enable-mmfields --enable-mmjsonparse > --enable-mmpstrucdata --enable-mmsequence --enable-mmutf8fix --enable-mail > --enable-omprog --enable-omruleset --enable-omstdout --enable-omuxsock > --enable-pmaixforwardedfrom --enable-pmciscoios --enable-pmcisconames > --enable-pmlastmsg --enable-pmsnare --disable-libdbi --disable-ommongodb > --enable-mysql --disable-pgsql --disable-omhiredis --disable-debug > --disable-diagtools --disable-me mcheck --disable-rtinst --disable-valgrind --disable-elasticsearch --enable-libgcrypt --enable-jemalloc --disable-omkafka --disable-gssapi-krb5 --disable-mmnormalize --disable-omudpspoof --disable-omrabbitmq --disable-relp --disable-rfc3195 --disable-mmrfc5424addhmac --disable-snmp --disable-mmsnmptrapd --enable-gnutls --disable-imjournal --disable-omjournal --disable-usertools --disable-imzmq3 --disable-omzmq3 --with-systemdsystemunitdir=/lib/systemd/system > configure: loading site script /usr/share/config.site > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking whether make supports nested variables... yes > checking whether make supports nested variables... (cached) yes > checking for style of include used by make... GNU > checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-gcc accepts -g... yes > checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed > checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes > checking dependency style of x86_64-pc-linux-gnu-gcc... none > checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking minix/config.h usability... no > checking minix/config.h presence... no > checking for minix/config.h... no > checking whether it is safe to define __EXTENSIONS__... yes > checking for flex... flex > checking lex output file root... lex.yy > checking lex library... -lfl > checking whether yytext is a pointer... yes > checking for bison... bison -y > checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc > checking whether we are using the GNU C compiler... (cached) yes > checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes > checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) > none needed > checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... > (cached) yes > checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none > checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99 > checking build system type... x86_64-pc-linux-gnu > checking host system type... x86_64-pc-linux-gnu > checking how to print strings... printf > checking for a sed that does not truncate output... /bin/sed > checking for fgrep... /bin/grep -F > checking for ld used by x86_64-pc-linux-gnu-gcc -std=gnu99... > /usr/x86_64-pc-linux-gnu/bin/ld > checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes > checking for BSD- or MS-compatible name lister (nm)... > /usr/bin/x86_64-pc-linux-gnu-nm -B > checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... > BSD nm > checking whether ln -s works... yes > checking the maximum length of command line arguments... 1572864 > checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu > format... func_convert_file_noop > checking how to convert x86_64-pc-linux-gnu file names to toolchain format... > func_convert_file_noop > checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... > -r > checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump > checking how to recognize dependent libraries... pass_all > checking for x86_64-pc-linux-gnu-dlltool... no > checking for dlltool... no > checking how to associate runtime and link libraries... printf %s\n > checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar > checking for archiver @FILE support... @ > checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip > checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib > checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from > x86_64-pc-linux-gnu-gcc -std=gnu99 object... ok > checking for sysroot... no > checking for a working dd... /bin/dd > checking how to truncate binary pipes... /bin/dd bs=4096 count=1 > checking for x86_64-pc-linux-gnu-mt... no > checking for mt... no > checking if : is a manifest tool... no > checking for dlfcn.h... yes > checking for objdir... .libs > checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -fno-rtti > -fno-exceptions... no > checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to produce PIC... > -fPIC -DPIC > checking if x86_64-pc-linux-gnu-gcc -std=gnu99 PIC flag -fPIC -DPIC works... > yes > checking if x86_64-pc-linux-gnu-gcc -std=gnu99 static flag -static works... > yes > checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o... yes > checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o... > (cached) yes > checking whether the x86_64-pc-linux-gnu-gcc -std=gnu99 linker > (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... > yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > checking for x86_64-pc-linux-gnu-pkg-config... > /usr/bin/x86_64-pc-linux-gnu-pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for LIBESTR... yes > checking for JSON_C... no > checking for JSON_C... yes > checking for json_object_new_object in -ljson-c... yes > checking for json_object_new_int64... yes > checking for json_tokener_error_desc... yes > checking for json_object_object_get_ex... yes > checking for json_object_to_json_string_ext... yes > checking for json_bool... yes > checking for library containing clock_gettime... none required > checking for library containing mq_getattr... -lrt > checking for library containing dlopen... -ldl > checking for sys/types.h... (cached) yes > checking for netinet/in.h... yes > checking for arpa/nameser.h... yes > checking for netdb.h... yes > checking for resolv.h... yes > checking for ANSI C header files... (cached) yes > checking for sys/wait.h that is POSIX.1 compatible... yes > checking arpa/inet.h usability... yes > checking arpa/inet.h presence... yes > checking for arpa/inet.h... yes > checking libgen.h usability... yes > checking libgen.h presence... yes > checking for libgen.h... yes > checking malloc.h usability... yes > checking malloc.h presence... yes > checking for malloc.h... yes > checking fcntl.h usability... yes > checking fcntl.h presence... yes > checking for fcntl.h... yes > checking locale.h usability... yes > checking locale.h presence... yes > checking for locale.h... yes > checking for netdb.h... (cached) yes > checking for netinet/in.h... (cached) yes > checking paths.h usability... yes > checking paths.h presence... yes > checking for paths.h... yes > checking stddef.h usability... yes > checking stddef.h presence... yes > checking for stddef.h... yes > checking for stdlib.h... (cached) yes > checking for string.h... (cached) yes > checking sys/file.h usability... yes > checking sys/file.h presence... yes > checking for sys/file.h... yes > checking sys/ioctl.h usability... yes > checking sys/ioctl.h presence... yes > checking for sys/ioctl.h... yes > checking sys/param.h usability... yes > checking sys/param.h presence... yes > checking for sys/param.h... yes > checking sys/socket.h usability... yes > checking sys/socket.h presence... yes > checking for sys/socket.h... yes > checking sys/time.h usability... yes > checking sys/time.h presence... yes > checking for sys/time.h... yes > checking for sys/stat.h... (cached) yes > checking sys/inotify.h usability... yes > checking sys/inotify.h presence... yes > checking for sys/inotify.h... yes > checking for unistd.h... (cached) yes > checking utmp.h usability... yes > checking utmp.h presence... yes > checking for utmp.h... yes > checking utmpx.h usability... yes > checking utmpx.h presence... yes > checking for utmpx.h... yes > checking sys/epoll.h usability... yes > checking sys/epoll.h presence... yes > checking for sys/epoll.h... yes > checking sys/prctl.h usability... yes > checking sys/prctl.h presence... yes > checking for sys/prctl.h... yes > checking for an ANSI C-conforming const... yes > checking for inline... inline > checking for off_t... yes > checking for pid_t... yes > checking for size_t... yes > checking for ssize_t... yes > checking for mode_t... yes > checking for uid_t in sys/types.h... yes > checking for uint8_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 volatile... yes > checking for struct sockaddr.sa_len... no > checking for unistd.h... (cached) yes > checking for working chown... yes > checking vfork.h usability... no > checking vfork.h presence... no > checking for vfork.h... no > checking for fork... yes > checking for vfork... yes > checking for working fork... yes > checking for working vfork... (cached) yes > checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 needs -traditional... no > checking for stdlib.h... (cached) yes > checking for GNU libc compatible malloc... yes > checking for stdlib.h... (cached) yes > checking for GNU libc compatible realloc... yes > checking sys/select.h usability... yes > checking sys/select.h presence... yes > checking for sys/select.h... yes > checking for sys/socket.h... (cached) yes > checking types of arguments for select... int,fd_set *,struct timeval * > checking return type of signal handlers... void > checking whether lstat correctly handles trailing slash... yes > checking whether stat accepts an empty string... no > checking whether strerror_r is declared... yes > checking for strerror_r... yes > checking whether strerror_r returns char *... yes > checking for vprintf... yes > checking for _doprnt... no > checking for flock... yes > checking for inotify_init... yes > checking for recvmmsg... yes > checking for basename... yes > checking for alarm... yes > checking for clock_gettime... yes > checking for gethostbyname... yes > checking for gethostname... yes > checking for gettimeofday... yes > checking for localtime_r... yes > checking for memset... yes > checking for mkdir... yes > checking for regcomp... yes > checking for select... yes > checking for setsid... yes > checking for socket... yes > checking for strcasecmp... yes > checking for strchr... yes > checking for strdup... yes > checking for strerror... yes > checking for strndup... yes > checking for strnlen... yes > checking for strrchr... yes > checking for strstr... yes > checking for strtol... yes > checking for strtoul... yes > checking for uname... yes > checking for ttyname_r... yes > checking for getline... yes > checking for malloc_trim... yes > checking for prctl... yes > checking for epoll_create... yes > checking for epoll_create1... yes > checking for fdatasync... yes > checking for syscall... yes > checking for lseek64... yes > checking for off64_t... yes > checking for library containing getifaddrs... none required > checking whether SCM_CREDENTIALS is declared... yes > checking whether SO_TIMESTAMP is declared... yes > checking whether SYS_gettid is declared... yes > checking for struct sysinfo.uptime... yes > checking whether GLOB_NOMAGIC is declared... yes > checking for MAXHOSTNAMELEN... yes > checking for __builtin_expect()... yes > checking whether the compiler provides atomic builtins... yes > checking whether the compiler provides atomic builtins for 64 bit data > types... yes > checking semaphore.h usability... yes > checking semaphore.h presence... yes > checking for semaphore.h... yes > checking sys/syscall.h usability... yes > checking sys/syscall.h presence... yes > checking for sys/syscall.h... yes > checking for special C compiler options needed for large files... no > checking for _FILE_OFFSET_BITS value needed for large files... no > checking for ZLIB... yes > checking pthread.h usability... yes > checking pthread.h presence... yes > checking for pthread.h... yes > checking for pthread_create in -lpthread... yes > checking for pthread_setschedparam... yes > checking sched.h usability... yes > checking sched.h presence... yes > checking for sched.h... yes > checking for library containing sched_get_priority_max... none required > checking for sched_get_priority_max... yes > checking for malloc_stats_print in -ljemalloc... yes > checking for mysql_config... mysql_config > checking for mysql_init in -lmysqlclient... yes > checking if we have mysql_library_init... checking for LIBUUID... yes > checking for GNUTLS... yes > checking for gnutls_global_init in -lgnutls... yes > checking for gnutls_certificate_set_retrieve_function... no > checking for gnutls_certificate_type_set_priority... no > checking for libgcrypt-config... /usr/bin/libgcrypt-config > checking for gcry_cipher_open in -lgcrypt... yes > checking for LIBLOGGING_STDLOG... yes > configure: testbench won't use valgrind due to set > --without-valgrind-testbench option > checking hdfs.h usability... no > checking hdfs.h presence... no > checking for hdfs.h... no > checking hadoop/hdfs.h usability... no > checking hadoop/hdfs.h presence... no > checking for hadoop/hdfs.h... no > checking librdkafka/rdkafka.h usability... no > checking librdkafka/rdkafka.h presence... no > checking for librdkafka/rdkafka.h... no > configure: checking if required man pages already exist... > configure: Running from git source > checking for rst2man... no > checking for rst2man.py... rst2man.py > checking that generated files are newer than configure... done > configure: creating ./config.status > config.status: creating Makefile > config.status: creating runtime/Makefile > config.status: creating compat/Makefile > config.status: creating grammar/Makefile > config.status: creating tools/Makefile > config.status: creating plugins/imudp/Makefile > config.status: creating plugins/imtcp/Makefile > config.status: creating plugins/im3195/Makefile > config.status: creating plugins/imgssapi/Makefile > config.status: creating plugins/imuxsock/Makefile > config.status: creating plugins/imjournal/Makefile > config.status: creating plugins/immark/Makefile > config.status: creating plugins/imklog/Makefile > config.status: creating plugins/omhdfs/Makefile > config.status: creating plugins/omkafka/Makefile > config.status: creating plugins/omprog/Makefile > config.status: creating plugins/mmexternal/Makefile > config.status: creating plugins/omstdout/Makefile > config.status: creating plugins/omjournal/Makefile > config.status: creating plugins/pmciscoios/Makefile > config.status: creating plugins/omruleset/Makefile > config.status: creating plugins/omuxsock/Makefile > config.status: creating plugins/imfile/Makefile > config.status: creating plugins/imsolaris/Makefile > config.status: creating plugins/imptcp/Makefile > config.status: creating plugins/impstats/Makefile > config.status: creating plugins/imrelp/Makefile > config.status: creating plugins/imdiag/Makefile > config.status: creating plugins/omtesting/Makefile > config.status: creating plugins/omgssapi/Makefile > config.status: creating plugins/ommysql/Makefile > config.status: creating plugins/ompgsql/Makefile > config.status: creating plugins/omrelp/Makefile > config.status: creating plugins/omlibdbi/Makefile > config.status: creating plugins/ommail/Makefile > config.status: creating plugins/omsnmp/Makefile > config.status: creating plugins/omudpspoof/Makefile > config.status: creating plugins/ommongodb/Makefile > config.status: creating plugins/mmnormalize/Makefile > config.status: creating plugins/mmjsonparse/Makefile > config.status: creating plugins/mmaudit/Makefile > config.status: creating plugins/mmanon/Makefile > config.status: creating plugins/mmutf8fix/Makefile > config.status: creating plugins/mmfields/Makefile > config.status: creating plugins/mmpstrucdata/Makefile > config.status: creating plugins/omelasticsearch/Makefile > config.status: creating plugins/mmsnmptrapd/Makefile > config.status: creating plugins/pmlastmsg/Makefile > config.status: creating contrib/pmsnare/Makefile > config.status: creating contrib/pmaixforwardedfrom/Makefile > config.status: creating contrib/omhiredis/Makefile > config.status: creating contrib/omrabbitmq/Makefile > config.status: creating contrib/imkmsg/Makefile > config.status: creating contrib/mmcount/Makefile > config.status: creating contrib/omzmq3/Makefile > config.status: creating contrib/omczmq/Makefile > config.status: creating contrib/imzmq3/Makefile > config.status: creating contrib/imczmq/Makefile > config.status: creating contrib/mmsequence/Makefile > config.status: creating contrib/mmrfc5424addhmac/Makefile > config.status: creating contrib/pmcisconames/Makefile > config.status: creating contrib/omhttpfs/Makefile > config.status: creating tests/Makefile > config.status: creating config.h > config.status: executing depfiles commands > config.status: executing libtool commands > **************************************************** > rsyslog will be compiled with the following settings: > > Large file support enabled: yes > Networking support enabled: yes > Regular expressions support enabled: yes > rsyslog runtime will be built: yes > rsyslogd will be built: yes > have to generate man pages: yes > Unlimited select() support enabled: no > uuid support enabled: yes > Log file signing support: no > Log file signing support via KSI: no > Log file encryption support: yes > anonymization support enabled: yes > message counting support enabled: no > mmfields enabled: yes > liblogging-stdlog support enabled: yes > > ---{ input plugins }--- > Klog functionality enabled: yes (linux) > /dev/kmsg functionality enabled: no > plain tcp input module enabled: yes > imdiag enabled: yes > file input module enabled: yes > Solaris input module enabled: no > periodic statistics module enabled: yes > imzmq3 input module enabled: no > imczmq input module enabled: no > imjournal input module enabled: no > > ---{ output plugins }--- > Mail support enabled: yes > omkafka module will be compiled: no > omprog module will be compiled: yes > omstdout module will be compiled: yes > omjournal module will be compiled: no > omhdfs module will be compiled: no > omelasticsearch module will be compiled: no > omruleset module will be compiled: yes > omudpspoof module will be compiled: no > omuxsock module will be compiled: yes > omzmq3 module will be compiled: no > omczmq module will be compiled: no > omrabbitmq module will be compiled: no > omhttpfs module will be compiled: no > > ---{ parser modules }--- > pmlastmsg module will be compiled: yes > pmcisconames module will be compiled: yes > pmciscoios module will be compiled: yes > pmaixforwardedfrom module w.be compiled: yes > pmsnare module will be compiled: yes > > ---{ message modification modules }--- > mmnormalize module will be compiled: no > mmjsonparse module will be compiled: yes > mmjaduit module will be compiled: yes > mmsnmptrapd module will be compiled: no > mmutf8fix enabled: yes > mmrfc5424addhmac enabled: no > mmpstrucdata enabled: yes > mmsequence enabled: yes > > ---{ database support }--- > MySql support enabled: yes > libdbi support enabled: no > PostgreSQL support enabled: no > mongodb support enabled: no > hiredis support enabled: no > > ---{ protocol support }--- > GnuTLS network stream driver enabled: yes > GSSAPI Kerberos 5 support enabled: no > RELP support enabled: no > SNMP support enabled: no > > ---{ debugging support }--- > Testbench enabled: yes > Extended Testbench enabled: no > MySQL Tests enabled: no > Debug mode enabled: no > Runtime Instrumentation enabled: no > (total) debugless mode enabled: no > Diagnostic tools enabled: no > End-User tools enabled: no > Enhanced memory checking enabled: no > Valgrind support settings enabled: no > >>>> Source configured. >>>> Compiling source in >>>> /var/tmp/portage/app-admin/rsyslog-9999/work/rsyslog-9999 ... >>>> Working in BUILD_DIR: >>>> "/var/tmp/portage/app-admin/rsyslog-9999/work/rsyslog-9999" > make --jobs 6 > make all-recursive > make[1]: Entering directory > '/var/tmp/portage/app-admin/rsyslog-9999/work/rsyslog-9999' > Making all in compat > make[2]: Entering directory > '/var/tmp/portage/app-admin/rsyslog-9999/work/rsyslog-9999/compat' > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -pthread -I../runtime -I.. > -I../grammar -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow > -Wcast-align -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o compat_la-getifaddrs.lo `test -f > 'getifaddrs.c' || echo './'`getifaddrs.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -pthread -I../runtime -I.. > -I../grammar -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow > -Wcast-align -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o compat_la-strndup.lo `test -f > 'strndup.c' || echo './'`strndup.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W > -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c getifaddrs.c -fPIC -DPIC > -o .libs/compat_la-getifaddrs.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W > -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c strndup.c -fPIC -DPIC -o > .libs/compat_la-strndup.o > /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -module > -avoid-version -Wl,-O1 -Wl,--as-needed -o compat.la compat_la-getifaddrs.lo > compat_la-strndup.lo > libtool: link: x86_64-pc-linux-gnu-ar cru .libs/compat.a > .libs/compat_la-getifaddrs.o .libs/compat_la-strndup.o > libtool: link: x86_64-pc-linux-gnu-ranlib .libs/compat.a > libtool: link: ( cd ".libs" && rm -f "compat.la" && ln -s "../compat.la" > "compat.la" ) > make[2]: Leaving directory > '/var/tmp/portage/app-admin/rsyslog-9999/work/rsyslog-9999/compat' > Making all in runtime > make[2]: Entering directory > '/var/tmp/portage/app-admin/rsyslog-9999/work/rsyslog-9999/runtime' > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > librsyslog_la-rsyslog.lo `test -f 'rsyslog.c' || echo './'`rsyslog.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > librsyslog_la-dnscache.lo `test -f 'dnscache.c' || echo './'`dnscache.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o librsyslog_la-glbl.lo > `test -f 'glbl.c' || echo './'`glbl.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o librsyslog_la-conf.lo > `test -f 'conf.c' || echo './'`conf.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > librsyslog_la-janitor.lo `test -f 'janitor.c' || echo './'`janitor.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o librsyslog_la-rsconf.lo > `test -f 'rsconf.c' || echo './'`rsconf.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c conf.c -fPIC > -DPIC -o .libs/librsyslog_la-conf.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c janitor.c -fPIC > -DPIC -o .libs/librsyslog_la-janitor.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c rsconf.c -fPIC > -DPIC -o .libs/librsyslog_la-rsconf.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c glbl.c -fPIC > -DPIC -o .libs/librsyslog_la-glbl.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c dnscache.c > -fPIC -DPIC -o .libs/librsyslog_la-dnscache.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c rsyslog.c -fPIC > -DPIC -o .libs/librsyslog_la-rsyslog.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o librsyslog_la-parser.lo > `test -f 'parser.c' || echo './'`parser.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o librsyslog_la-strgen.lo > `test -f 'strgen.c' || echo './'`strgen.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o librsyslog_la-msg.lo > `test -f 'msg.c' || echo './'`msg.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > librsyslog_la-linkedlist.lo `test -f 'linkedlist.c' || echo './'`linkedlist.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > librsyslog_la-objomsr.lo `test -f 'objomsr.c' || echo './'`objomsr.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c parser.c -fPIC > -DPIC -o .libs/librsyslog_la-parser.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c msg.c -fPIC > -DPIC -o .libs/librsyslog_la-msg.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c strgen.c -fPIC > -DPIC -o .libs/librsyslog_la-strgen.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > librsyslog_la-stringbuf.lo `test -f 'stringbuf.c' || echo './'`stringbuf.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c linkedlist.c > -fPIC -DPIC -o .libs/librsyslog_la-linkedlist.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c objomsr.c -fPIC > -DPIC -o .libs/librsyslog_la-objomsr.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > librsyslog_la-datetime.lo `test -f 'datetime.c' || echo './'`datetime.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > librsyslog_la-srutils.lo `test -f 'srutils.c' || echo './'`srutils.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o librsyslog_la-errmsg.lo > `test -f 'errmsg.c' || echo './'`errmsg.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o librsyslog_la-debug.lo > `test -f 'debug.c' || echo './'`debug.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c stringbuf.c > -fPIC -DPIC -o .libs/librsyslog_la-stringbuf.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c srutils.c -fPIC > -DPIC -o .libs/librsyslog_la-srutils.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c datetime.c > -fPIC -DPIC -o .libs/librsyslog_la-datetime.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c debug.c -fPIC > -DPIC -o .libs/librsyslog_la-debug.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c errmsg.c -fPIC > -DPIC -o .libs/librsyslog_la-errmsg.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o librsyslog_la-obj.lo > `test -f 'obj.c' || echo './'`obj.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > librsyslog_la-modules.lo `test -f 'modules.c' || echo './'`modules.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > librsyslog_la-statsobj.lo `test -f 'statsobj.c' || echo './'`statsobj.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c obj.c -fPIC > -DPIC -o .libs/librsyslog_la-obj.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c statsobj.c > -fPIC -DPIC -o .libs/librsyslog_la-statsobj.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o librsyslog_la-stream.lo > `test -f 'stream.c' || echo './'`stream.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c modules.c -fPIC > -DPIC -o .libs/librsyslog_la-modules.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o librsyslog_la-var.lo > `test -f 'var.c' || echo './'`var.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o librsyslog_la-wtp.lo > `test -f 'wtp.c' || echo './'`wtp.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c stream.c -fPIC > -DPIC -o .libs/librsyslog_la-stream.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o librsyslog_la-wti.lo > `test -f 'wti.c' || echo './'`wti.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o librsyslog_la-queue.lo > `test -f 'queue.c' || echo './'`queue.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c var.c -fPIC > -DPIC -o .libs/librsyslog_la-var.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > librsyslog_la-ruleset.lo `test -f 'ruleset.c' || echo './'`ruleset.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c wtp.c -fPIC > -DPIC -o .libs/librsyslog_la-wtp.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o librsyslog_la-prop.lo > `test -f 'prop.c' || echo './'`prop.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c wti.c -fPIC > -DPIC -o .libs/librsyslog_la-wti.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c queue.c -fPIC > -DPIC -o .libs/librsyslog_la-queue.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c ruleset.c -fPIC > -DPIC -o .libs/librsyslog_la-ruleset.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > librsyslog_la-ratelimit.lo `test -f 'ratelimit.c' || echo './'`ratelimit.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o librsyslog_la-lookup.lo > `test -f 'lookup.c' || echo './'`lookup.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > librsyslog_la-cfsysline.lo `test -f 'cfsysline.c' || echo './'`cfsysline.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c prop.c -fPIC > -DPIC -o .libs/librsyslog_la-prop.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > librsyslog_la-sd-daemon.lo `test -f 'sd-daemon.c' || echo './'`sd-daemon.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c cfsysline.c > -fPIC -DPIC -o .libs/librsyslog_la-cfsysline.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c lookup.c -fPIC > -DPIC -o .libs/librsyslog_la-lookup.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > librsyslog_la-hashtable.lo `test -f 'hashtable.c' || echo './'`hashtable.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c ratelimit.c > -fPIC -DPIC -o .libs/librsyslog_la-ratelimit.o > [01m[Klookup.c:[m[K In function â[01m[KlookupBuildTable[m[Kâ: > [01m[Klookup.c:138:2:[m[K [01;35m[Kwarning: > [m[Kâ[01m[Kjson_object_object_get[m[Kâ is deprecated (declared at > [01m[K/usr/include/json-c/json_object.h:290[m[K) > [-Wdeprecated-declarations] > jtab = json_object_object_get(jroot, "table"); > [01;32m[K ^[m[K > [01m[Klookup.c:145:3:[m[K [01;35m[Kwarning: > [m[Kâ[01m[Kjson_object_object_get[m[Kâ is deprecated (declared at > [01m[K/usr/include/json-c/json_object.h:290[m[K) > [-Wdeprecated-declarations] > jindex = json_object_object_get(jrow, "index"); > [01;32m[K ^[m[K > [01m[Klookup.c:146:3:[m[K [01;35m[Kwarning: > [m[Kâ[01m[Kjson_object_object_get[m[Kâ is deprecated (declared at > [01m[K/usr/include/json-c/json_object.h:290[m[K) > [-Wdeprecated-declarations] > jvalue = json_object_object_get(jrow, "value"); > [01;32m[K ^[m[K > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > librsyslog_la-hashtable_itr.lo `test -f 'hashtable_itr.c' || echo > './'`hashtable_itr.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > ../librsyslog_la-outchannel.lo `test -f '../outchannel.c' || echo > './'`../outchannel.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > ../librsyslog_la-template.lo `test -f '../template.c' || echo > './'`../template.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c sd-daemon.c > -fPIC -DPIC -o .libs/librsyslog_la-sd-daemon.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c hashtable.c > -fPIC -DPIC -o .libs/librsyslog_la-hashtable.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c hashtable_itr.c > -fPIC -DPIC -o .libs/librsyslog_la-hashtable_itr.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o libgcry_la-libgcry.lo `test -f > 'libgcry.c' || echo './'`libgcry.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c ../outchannel.c > -fPIC -DPIC -o ../.libs/librsyslog_la-outchannel.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c ../template.c > -fPIC -DPIC -o ../.libs/librsyslog_la-template.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o libgcry_la-libgcry_common.lo `test -f > 'libgcry_common.c' || echo './'`libgcry_common.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmregexp_la-regexp.lo `test -f > 'regexp.c' || echo './'`regexp.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c libgcry.c -fPIC -DPIC -o > .libs/libgcry_la-libgcry.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmzlibw_la-zlibw.lo `test -f 'zlibw.c' > || echo './'`zlibw.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmnet_la-net.lo `test -f 'net.c' || echo > './'`net.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c regexp.c -fPIC -DPIC -o > .libs/lmregexp_la-regexp.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c libgcry_common.c -fPIC > -DPIC -o .libs/libgcry_la-libgcry_common.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c net.c -fPIC -DPIC -o > .libs/lmnet_la-net.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c zlibw.c -fPIC -DPIC -o > .libs/lmzlibw_la-zlibw.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmnetstrms_la-netstrms.lo `test -f > 'netstrms.c' || echo './'`netstrms.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmnetstrms_la-netstrm.lo `test -f > 'netstrm.c' || echo './'`netstrm.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c netstrms.c -fPIC -DPIC -o > .libs/lmnetstrms_la-netstrms.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmnetstrms_la-nssel.lo `test -f > 'nssel.c' || echo './'`nssel.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmnetstrms_la-nspoll.lo `test -f > 'nspoll.c' || echo './'`nspoll.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c netstrm.c -fPIC -DPIC -o > .libs/lmnetstrms_la-netstrm.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c nspoll.c -fPIC -DPIC -o > .libs/lmnetstrms_la-nspoll.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmstrmsrv_la-strmsrv.lo `test -f > 'strmsrv.c' || echo './'`strmsrv.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c nssel.c -fPIC -DPIC -o > .libs/lmnetstrms_la-nssel.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmstrmsrv_la-strms_sess.lo `test -f > 'strms_sess.c' || echo './'`strms_sess.c > [01m[Knssel.c:[m[K In function â[01m[KIsReady[m[Kâ: > [01m[Knssel.c:195:88:[m[K [01;35m[Kwarning: [m[Kunused parameter > â[01m[KpiNumReady[m[Kâ [-Wunused-parameter] > IsReady(nssel_t *pThis, netstrm_t *pStrm, nsdsel_waitOp_t waitOp, int > *pbIsReady, int *piNumReady) > [01;32m[K > ^[m[K > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmnsd_ptcp_la-nsd_ptcp.lo `test -f > 'nsd_ptcp.c' || echo './'`nsd_ptcp.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c strmsrv.c -fPIC -DPIC -o > .libs/lmstrmsrv_la-strmsrv.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmnsd_ptcp_la-nsdsel_ptcp.lo `test -f > 'nsdsel_ptcp.c' || echo './'`nsdsel_ptcp.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmnsd_ptcp_la-nsdpoll_ptcp.lo `test -f > 'nsdpoll_ptcp.c' || echo './'`nsdpoll_ptcp.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c strms_sess.c -fPIC -DPIC > -o .libs/lmstrmsrv_la-strms_sess.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c nsd_ptcp.c -fPIC -DPIC -o > .libs/lmnsd_ptcp_la-nsd_ptcp.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmnsd_gtls_la-nsd_gtls.lo `test -f > 'nsd_gtls.c' || echo './'`nsd_gtls.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c nsdpoll_ptcp.c -fPIC > -DPIC -o .libs/lmnsd_ptcp_la-nsdpoll_ptcp.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c nsdsel_ptcp.c -fPIC -DPIC > -o .libs/lmnsd_ptcp_la-nsdsel_ptcp.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmnsd_gtls_la-nsdsel_gtls.lo `test -f > 'nsdsel_gtls.c' || echo './'`nsdsel_gtls.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmcry_gcry_la-lmcry_gcry.lo `test -f > 'lmcry_gcry.c' || echo './'`lmcry_gcry.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c nsd_gtls.c -fPIC -DPIC -o > .libs/lmnsd_gtls_la-nsd_gtls.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmtcpsrv_la-tcps_sess.lo `test -f > 'tcps_sess.c' || echo './'`tcps_sess.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmtcpsrv_la-tcpsrv.lo `test -f > 'tcpsrv.c' || echo './'`tcpsrv.c > [01m[Knsd_gtls.c:[m[K In function â[01m[KConnect[m[Kâ: > [01m[Knsd_gtls.c:1690:3:[m[K [01;35m[Kwarning: > [m[Kâ[01m[Kgnutls_certificate_client_set_retrieve_function[m[Kâ is > deprecated (declared at [01m[K/usr/include/gnutls/compat.h:196[m[K) > [-Wdeprecated-declarations] > gnutls_certificate_client_set_retrieve_function(xcred, > gtlsClientCertCallback); > [01;32m[K ^[m[K > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c nsdsel_gtls.c -fPIC -DPIC > -o .libs/lmnsd_gtls_la-nsdsel_gtls.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c lmcry_gcry.c -fPIC -DPIC > -o .libs/lmcry_gcry_la-lmcry_gcry.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I../grammar > -I/usr/include/json-c -W -Wall -Wformat-security -Wshadow -Wcast-align > -Wpointer-arith -Wmissing-format-attribute > -Werror=implicit-function-declaration -O2 -pipe -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -c -o lmtcpclt_la-tcpclt.lo `test -f > 'tcpclt.c' || echo './'`tcpclt.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c tcps_sess.c -fPIC -DPIC > -o .libs/lmtcpsrv_la-tcps_sess.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c tcpsrv.c -fPIC -DPIC -o > .libs/lmtcpsrv_la-tcpsrv.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > ../librsyslog_la-action.lo `test -f '../action.c' || echo './'`../action.c > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > ../librsyslog_la-threads.lo `test -f '../threads.c' || echo './'`../threads.c > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -pthread -I../runtime -I.. -I../grammar -I/usr/include/json-c -W -Wall > -Wformat-security -Wshadow -Wcast-align -Wpointer-arith > -Wmissing-format-attribute -Werror=implicit-function-declaration -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c tcpclt.c -fPIC -DPIC -o > .libs/lmtcpclt_la-tcpclt.o > /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc > -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DSD_EXPORT_SYMBOLS > -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I\.. -I\../grammar -pthread > -I/usr/include/uuid -I/usr/include/json-c -I\../tools -O2 -pipe > -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c -o > ../librsyslog_la-parse.lo `test -f '../parse.c' || echo './'`../parse.c > /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -Wl,-O1 > -Wl,--as-needed -o libgcry.la libgcry_la-libgcry.lo > libgcry_la-libgcry_common.lo > /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -module > -avoid-version -llogging-stdlog -Wl,-O1 -Wl,--as-needed -o lmregexp.la > -rpath /usr/lib64/rsyslog lmregexp_la-regexp.lo > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c ../action.c > -fPIC -DPIC -o ../.libs/librsyslog_la-action.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c ../parse.c > -fPIC -DPIC -o ../.libs/librsyslog_la-parse.o > libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. > -I.. -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"/usr/lib64/rsyslog/\" -I.. > -I../grammar -pthread -I/usr/include/uuid -I/usr/include/json-c -I../tools > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -c ../threads.c > -fPIC -DPIC -o ../.libs/librsyslog_la-threads.o > /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -module > -avoid-version -llogging-stdlog -Wl,-O1 -Wl,--as-needed -o lmzlibw.la -rpath > /usr/lib64/rsyslog lmzlibw_la-zlibw.lo > /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -module > -avoid-version ../compat/compat_la-getifaddrs.lo -llogging-stdlog -Wl,-O1 > -Wl,--as-needed -o lmnet.la -rpath /usr/lib64/rsyslog lmnet_la-net.lo > libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libgcry.a > .libs/libgcry_la-libgcry.o .libs/libgcry_la-libgcry_common.o > libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -shared -fPIC -DPIC > .libs/lmregexp_la-regexp.o -llogging-stdlog -O2 -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -Wl,-O1 -Wl,--as-needed -Wl,-soname > -Wl,lmregexp.so -o .libs/lmregexp.so > libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libgcry.a > /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -module > -avoid-version -llogging-stdlog -Wl,-O1 -Wl,--as-needed -o lmnetstrms.la > -rpath /usr/lib64/rsyslog lmnetstrms_la-netstrms.lo lmnetstrms_la-netstrm.lo > lmnetstrms_la-nssel.lo lmnetstrms_la-nspoll.lo > libtool: link: ( cd ".libs" && rm -f "libgcry.la" && ln -s "../libgcry.la" > "libgcry.la" ) > libtool: link: ( cd ".libs" && rm -f "lmregexp.la" && ln -s "../lmregexp.la" > "lmregexp.la" ) > /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -module > -avoid-version -llogging-stdlog -Wl,-O1 -Wl,--as-needed -o lmstrmsrv.la > -rpath /usr/lib64/rsyslog lmstrmsrv_la-strmsrv.lo lmstrmsrv_la-strms_sess.lo > /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -module > -avoid-version -llogging-stdlog -Wl,-O1 -Wl,--as-needed -o lmnsd_ptcp.la > -rpath /usr/lib64/rsyslog lmnsd_ptcp_la-nsd_ptcp.lo > lmnsd_ptcp_la-nsdsel_ptcp.lo lmnsd_ptcp_la-nsdpoll_ptcp.lo > libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -shared -fPIC -DPIC > ../compat/.libs/compat_la-getifaddrs.o .libs/lmnet_la-net.o > -llogging-stdlog -O2 -march=ivybridge -mtune=ivybridge -mno-xsaveopt -Wl,-O1 > -Wl,--as-needed -Wl,-soname -Wl,lmnet.so -o .libs/lmnet.so > libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -shared -fPIC -DPIC > .libs/lmzlibw_la-zlibw.o -llogging-stdlog -O2 -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -Wl,-O1 -Wl,--as-needed -Wl,-soname > -Wl,lmzlibw.so -o .libs/lmzlibw.so > libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -shared -fPIC -DPIC > .libs/lmnsd_ptcp_la-nsd_ptcp.o .libs/lmnsd_ptcp_la-nsdsel_ptcp.o > .libs/lmnsd_ptcp_la-nsdpoll_ptcp.o -llogging-stdlog -O2 -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -Wl,-O1 -Wl,--as-needed -Wl,-soname > -Wl,lmnsd_ptcp.so -o .libs/lmnsd_ptcp.so > libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -shared -fPIC -DPIC > .libs/lmnetstrms_la-netstrms.o .libs/lmnetstrms_la-netstrm.o > .libs/lmnetstrms_la-nssel.o .libs/lmnetstrms_la-nspoll.o -llogging-stdlog > -O2 -march=ivybridge -mtune=ivybridge -mno-xsaveopt -Wl,-O1 -Wl,--as-needed > -Wl,-soname -Wl,lmnetstrms.so -o .libs/lmnetstrms.so > libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -shared -fPIC -DPIC > .libs/lmstrmsrv_la-strmsrv.o .libs/lmstrmsrv_la-strms_sess.o > -llogging-stdlog -O2 -march=ivybridge -mtune=ivybridge -mno-xsaveopt -Wl,-O1 > -Wl,--as-needed -Wl,-soname -Wl,lmstrmsrv.so -o .libs/lmstrmsrv.so > libtool: link: ( cd ".libs" && rm -f "lmnet.la" && ln -s "../lmnet.la" > "lmnet.la" ) > /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -module > -avoid-version -Wl,-O1 -Wl,--as-needed -o lmnsd_gtls.la -rpath > /usr/lib64/rsyslog lmnsd_gtls_la-nsd_gtls.lo lmnsd_gtls_la-nsdsel_gtls.lo > -lgnutls > libtool: link: ( cd ".libs" && rm -f "lmnetstrms.la" && ln -s > "../lmnetstrms.la" "lmnetstrms.la" ) > /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -module > -avoid-version > -Wl,--whole-archive,../runtime/.libs/librsyslog.a,--no-whole-archive -Wl,-O1 > -Wl,--as-needed -o lmcry_gcry.la -rpath /usr/lib64/rsyslog > lmcry_gcry_la-lmcry_gcry.lo libgcry.la -lgcrypt -lgpg-error > libtool: link: ( cd ".libs" && rm -f "lmzlibw.la" && ln -s "../lmzlibw.la" > "lmzlibw.la" ) > /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -module > -avoid-version -llogging-stdlog -Wl,-O1 -Wl,--as-needed -o lmtcpsrv.la > -rpath /usr/lib64/rsyslog lmtcpsrv_la-tcps_sess.lo lmtcpsrv_la-tcpsrv.lo > libtool: link: ( cd ".libs" && rm -f "lmstrmsrv.la" && ln -s > "../lmstrmsrv.la" "lmstrmsrv.la" ) > libtool: link: ( cd ".libs" && rm -f "lmnsd_ptcp.la" && ln -s > "../lmnsd_ptcp.la" "lmnsd_ptcp.la" ) > /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 > -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -module > -avoid-version -llogging-stdlog -Wl,-O1 -Wl,--as-needed -o lmtcpclt.la > -rpath /usr/lib64/rsyslog lmtcpclt_la-tcpclt.lo > libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -shared -fPIC -DPIC > .libs/lmnsd_gtls_la-nsd_gtls.o .libs/lmnsd_gtls_la-nsdsel_gtls.o -lgnutls > -O2 -march=ivybridge -mtune=ivybridge -mno-xsaveopt -Wl,-O1 -Wl,--as-needed > -Wl,-soname -Wl,lmnsd_gtls.so -o .libs/lmnsd_gtls.so > libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -shared -fPIC -DPIC > .libs/lmcry_gcry_la-lmcry_gcry.o -Wl,--whole-archive ./.libs/libgcry.a > -Wl,--no-whole-archive -lgcrypt -lgpg-error -O2 -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -Wl,--whole-archive > -Wl,../runtime/.libs/librsyslog.a -Wl,--no-whole-archive -Wl,-O1 > -Wl,--as-needed -Wl,-soname -Wl,lmcry_gcry.so -o .libs/lmcry_gcry.so > libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -shared -fPIC -DPIC > .libs/lmtcpsrv_la-tcps_sess.o .libs/lmtcpsrv_la-tcpsrv.o -llogging-stdlog > -O2 -march=ivybridge -mtune=ivybridge -mno-xsaveopt -Wl,-O1 -Wl,--as-needed > -Wl,-soname -Wl,lmtcpsrv.so -o .libs/lmtcpsrv.so > /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: > cannot find ../runtime/.libs/librsyslog.a: No such file or directory > collect2: error: ld returned 1 exit status > Makefile:940: recipe for target 'lmcry_gcry.la' failed > make[2]: *** [lmcry_gcry.la] Error 1 > make[2]: *** Waiting for unfinished jobs.... > libtool: link: ( cd ".libs" && rm -f "lmnsd_gtls.la" && ln -s > "../lmnsd_gtls.la" "lmnsd_gtls.la" ) > libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -shared -fPIC -DPIC > .libs/lmtcpclt_la-tcpclt.o -llogging-stdlog -O2 -march=ivybridge > -mtune=ivybridge -mno-xsaveopt -Wl,-O1 -Wl,--as-needed -Wl,-soname > -Wl,lmtcpclt.so -o .libs/lmtcpclt.so > libtool: link: ( cd ".libs" && rm -f "lmtcpsrv.la" && ln -s "../lmtcpsrv.la" > "lmtcpsrv.la" ) > libtool: link: ( cd ".libs" && rm -f "lmtcpclt.la" && ln -s "../lmtcpclt.la" > "lmtcpclt.la" ) > make[2]: Leaving directory > '/var/tmp/portage/app-admin/rsyslog-9999/work/rsyslog-9999/runtime' > Makefile:774: recipe for target 'all-recursive' failed > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > '/var/tmp/portage/app-admin/rsyslog-9999/work/rsyslog-9999' > Makefile:601: recipe for target 'all' failed > make: *** [all] Error 2 -Thomas _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

