2015-08-26 19:53 GMT+02:00 Thomas D. <[email protected]>:
> Hi,
>
> I just gave it a shot, haven't look really into it, but doesn't look good:

OK, looks that I finally need to install a Gentoo. I will also see if
I can add it to the buildbot tests. Are there any special
requirements/versions that I should have on my mind when installing
it?

Rainer

>
>>>> Unpacking source...
>  * Fetching git://github.com/rsyslog/liblognorm.git ...
> git fetch git://github.com/rsyslog/liblognorm.git +HEAD:refs/git-r3/HEAD
> git symbolic-ref refs/git-r3/dev-libs/liblognorm/0/__main__
> refs/heads/master
>  * Checking out git://github.com/rsyslog/liblognorm.git to
> /var/tmp/portage/dev-libs/liblognorm-9999/work/liblognorm-9999 ...
> git checkout --quiet master
> GIT update -->
>    repository:               git://github.com/rsyslog/liblognorm.git
>    at the commit:            138f386f08a7cebfd9454daf344658d12609246e
>>>> Source unpacked in /var/tmp/portage/dev-libs/liblognorm-9999/work
>>>> Preparing source in
> /var/tmp/portage/dev-libs/liblognorm-9999/work/liblognorm-9999 ...
>  * Applying respect_CFLAGS.patch ...
>  [ ok ]
>  * Running eautoreconf in
> '/var/tmp/portage/dev-libs/liblognorm-9999/work/liblognorm-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: liblognorm-9999/
>  *   Applying portage/1.2.0 patch ...
>  *   Applying sed/1.5.6 patch ...
>>>> Source prepared.
>>>> Configuring source in
> /var/tmp/portage/dev-libs/liblognorm-9999/work/liblognorm-9999 ...
>>>> Working in BUILD_DIR:
> "/var/tmp/portage/dev-libs/liblognorm-9999/work/liblognorm-9999"
>  * econf: updating liblognorm-9999/config.guess with
> /usr/share/gnuconfig/config.guess
>  * econf: updating liblognorm-9999/config.sub with
> /usr/share/gnuconfig/config.sub
> /var/tmp/portage/dev-libs/liblognorm-9999/work/liblognorm-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/liblognorm-9999 --enable-shared --disable-static
> --disable-docs --disable-testbench --disable-debug --enable-regexp
> 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 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 library containing clock_gettime... none required
> checking for ANSI C header files... (cached) yes
> checking for an ANSI C-conforming const... yes
> checking for size_t... yes
> checking for stdlib.h... (cached) yes
> checking for GNU libc compatible malloc... yes
> checking sys/select.h usability... yes
> checking sys/select.h presence... yes
> checking for sys/select.h... yes
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking types of arguments for select... int,fd_set *,struct timeval *
> checking return type of signal handlers... void
> checking whether strerror_r is declared... yes
> checking for strerror_r... yes
> checking whether strerror_r returns char *... yes
> checking for strdup... yes
> checking for strndup... yes
> checking for strtok_r... yes
> 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... yes
> checking for json_object_object_get_ex... yes
> checking for json_object_get_string_len... yes
> checking for json_bool... yes
> checking for json_object_get_int64... yes
> checking for json_object_new_int64... yes
> checking for json_type_to_name... yes
> checking for json_object_iter.key... yes
> checking for PCRE... yes
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating lognorm.pc
> config.status: creating compat/Makefile
> config.status: creating doc/Makefile
> config.status: creating src/Makefile
> config.status: creating src/lognorm-features.h
> config.status: creating tools/Makefile
> config.status: creating tests/Makefile
> config.status: creating tests/options.sh
> config.status: creating config.h
> config.status: executing depfiles commands
> config.status: executing libtool commands
> *****************************************************
> liblognorm will be compiled with the following settings:
>
> Regex enabled:               yes
> Testbench enabled:           no
> Valgrind enabled:            no
> Debug mode enabled:          no
> Tools enabled:               yes
> Docs enabled:                no
>>>> Source configured.
>>>> Compiling source in
> /var/tmp/portage/dev-libs/liblognorm-9999/work/liblognorm-9999 ...
>>>> Working in BUILD_DIR:
> "/var/tmp/portage/dev-libs/liblognorm-9999/work/liblognorm-9999"
> make --jobs 6
> make  all-recursive
> make[1]: Entering directory
> '/var/tmp/portage/dev-libs/liblognorm-9999/work/liblognorm-9999'
> Making all in compat
> make[2]: Entering directory
> '/var/tmp/portage/dev-libs/liblognorm-9999/work/liblognorm-9999/compat'
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
> -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I..     -O2 -pipe -march=ivybridge
> -mtune=ivybridge -mno-xsaveopt -W -Wall -Wformat-security -Wshadow
> -Wcast-align -Wpointer-arith -Wmissing-format-attribute -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.. -O2 -pipe -march=ivybridge -mtune=ivybridge -mno-xsaveopt -W -Wall
> -Wformat-security -Wshadow -Wcast-align -Wpointer-arith
> -Wmissing-format-attribute -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 -W
> -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith
> -Wmissing-format-attribute -module -avoid-version -Wl,-O1 -Wl,--as-needed -o
> compat.la  compat_la-strndup.lo
> libtool: link: x86_64-pc-linux-gnu-ar cru .libs/compat.a
> .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/dev-libs/liblognorm-9999/work/liblognorm-9999/compat'
> Making all in src
> make[2]: Entering directory
> '/var/tmp/portage/dev-libs/liblognorm-9999/work/liblognorm-9999/src'
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
> -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I/usr/include/json-c      -O2 -pipe
> -march=ivybridge -mtune=ivybridge -mno-xsaveopt -W -Wall -Wformat-security
> -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -c -o
> liblognorm_la-liblognorm.lo `test -f 'liblognorm.c' || echo
> './'`liblognorm.c
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
> -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I/usr/include/json-c      -O2 -pipe
> -march=ivybridge -mtune=ivybridge -mno-xsaveopt -W -Wall -Wformat-security
> -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -c -o
> liblognorm_la-pdag.lo `test -f 'pdag.c' || echo './'`pdag.c
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
> -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I/usr/include/json-c      -O2 -pipe
> -march=ivybridge -mtune=ivybridge -mno-xsaveopt -W -Wall -Wformat-security
> -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -c -o
> liblognorm_la-annot.lo `test -f 'annot.c' || echo './'`annot.c
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
> -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I/usr/include/json-c      -O2 -pipe
> -march=ivybridge -mtune=ivybridge -mno-xsaveopt -W -Wall -Wformat-security
> -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -c -o
> liblognorm_la-samp.lo `test -f 'samp.c' || echo './'`samp.c
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
> -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I/usr/include/json-c      -O2 -pipe
> -march=ivybridge -mtune=ivybridge -mno-xsaveopt -W -Wall -Wformat-security
> -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -c -o
> liblognorm_la-lognorm.lo `test -f 'lognorm.c' || echo './'`lognorm.c
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
> -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I/usr/include/json-c      -O2 -pipe
> -march=ivybridge -mtune=ivybridge -mno-xsaveopt -W -Wall -Wformat-security
> -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -c -o
> liblognorm_la-parser.lo `test -f 'parser.c' || echo './'`parser.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.
> -I.. -I/usr/include/json-c -O2 -pipe -march=ivybridge -mtune=ivybridge
> -mno-xsaveopt -W -Wall -Wformat-security -Wshadow -Wcast-align
> -Wpointer-arith -Wmissing-format-attribute -c annot.c  -fPIC -DPIC -o
> .libs/liblognorm_la-annot.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.
> -I.. -I/usr/include/json-c -O2 -pipe -march=ivybridge -mtune=ivybridge
> -mno-xsaveopt -W -Wall -Wformat-security -Wshadow -Wcast-align
> -Wpointer-arith -Wmissing-format-attribute -c pdag.c  -fPIC -DPIC -o
> .libs/liblognorm_la-pdag.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.
> -I.. -I/usr/include/json-c -O2 -pipe -march=ivybridge -mtune=ivybridge
> -mno-xsaveopt -W -Wall -Wformat-security -Wshadow -Wcast-align
> -Wpointer-arith -Wmissing-format-attribute -c samp.c  -fPIC -DPIC -o
> .libs/liblognorm_la-samp.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.
> -I.. -I/usr/include/json-c -O2 -pipe -march=ivybridge -mtune=ivybridge
> -mno-xsaveopt -W -Wall -Wformat-security -Wshadow -Wcast-align
> -Wpointer-arith -Wmissing-format-attribute -c lognorm.c  -fPIC -DPIC -o
> .libs/liblognorm_la-lognorm.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.
> -I.. -I/usr/include/json-c -O2 -pipe -march=ivybridge -mtune=ivybridge
> -mno-xsaveopt -W -Wall -Wformat-security -Wshadow -Wcast-align
> -Wpointer-arith -Wmissing-format-attribute -c liblognorm.c  -fPIC -DPIC -o
> .libs/liblognorm_la-liblognorm.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.
> -I.. -I/usr/include/json-c -O2 -pipe -march=ivybridge -mtune=ivybridge
> -mno-xsaveopt -W -Wall -Wformat-security -Wshadow -Wcast-align
> -Wpointer-arith -Wmissing-format-attribute -c parser.c  -fPIC -DPIC -o
> .libs/liblognorm_la-parser.o
> In file included from samp.c:38:0:
> parser.h:102:0: error: unterminated argument list invoking macro
> "PARSERDEF_NO_DATA"
>  #endif /* #ifndef LIBLOGNORM_PARSER_H_INCLUDED */
>  ^
> samp.c:45:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before
> 'struct'
>  struct ln_samp*
>  ^
> Makefile:607: recipe for target 'liblognorm_la-samp.lo' failed
> make[2]: *** [liblognorm_la-samp.lo] Error 1
> make[2]: *** Waiting for unfinished jobs....
> In file included from pdag.c:27:0:
> parser.h:102:0: error: unterminated argument list invoking macro
> "PARSERDEF_NO_DATA"
>  #endif /* #ifndef LIBLOGNORM_PARSER_H_INCLUDED */
>  ^
> pdag.c:28:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before
> 'const'
>  const char * ln_DataForDisplayLiteral(__attribute__((unused)) ln_ctx ctx,
> void *const pdata);
>  ^
> In file included from parser.c:40:0:
> parser.h:102:0: error: unterminated argument list invoking macro
> "PARSERDEF_NO_DATA"
>  #endif /* #ifndef LIBLOGNORM_PARSER_H_INCLUDED */
>  ^
> In file included from parser.c:41:0:
> samp.h:40:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before
> 'struct'
>  struct ln_samp {
>  ^
> pdag.c: In function 'optLitPathCompact':
> pdag.c:329:3: warning: implicit declaration of function
> 'ln_combineData_Literal' [-Wimplicit-function-declaration]
>    CHKR(ln_combineData_Literal(prs->parser_data, child_prs->parser_data));
>    ^
> pdag.c: In function 'ln_pdagComponentOptimize':
> pdag.c:372:4: warning: implicit declaration of function
> 'ln_DataForDisplayLiteral' [-Wimplicit-function-declaration]
>     (prs->prsid == PRS_LITERAL) ?  ln_DataForDisplayLiteral(dag->ctx,
> prs->parser_data) : "UNKNOWN");
>     ^
> pdag.c:372:88: warning: pointer/integer type mismatch in conditional
> expression
>     (prs->prsid == PRS_LITERAL) ?  ln_DataForDisplayLiteral(dag->ctx,
> prs->parser_data) : "UNKNOWN");
>
> ^
> pdag.c: In function 'ln_displayPDAGComponent':
> pdag.c:721:88: warning: pointer/integer type mismatch in conditional
> expression
>     (prs->prsid == PRS_LITERAL) ?  ln_DataForDisplayLiteral(dag->ctx,
> prs->parser_data) : "UNKNOWN");
>
> ^
> pdag.c:725:32: error: dereferencing pointer to incomplete type
>     ln_displayPDAGComponent(data->parser, level + 1);
>                                 ^
> pdag.c:727:32: error: dereferencing pointer to incomplete type
>     ln_displayPDAGComponent(data->while_cond, level + 1);
>                                 ^
> pdag.c: In function 'ln_genDotPDAGGraphRec':
> pdag.c:791:18: warning: passing argument 2 of 'es_addBuf' discards 'const'
> qualifier from pointer target type
>    es_addBuf(str, parserName(prs->prsid), strlen(parserName(prs->prsid)));
>                   ^
> In file included from pdag.c:17:0:
> /usr/include/libestr.h:321:5: note: expected 'char *' but argument is of
> type 'const char *'
>  int es_addBuf(es_str_t **ps1, char *buf, es_size_t lenBuf);
>      ^
> pdag.c: In function 'ln_normalizeRec':
> pdag.c:965:90: warning: pointer/integer type mismatch in conditional
> expression
>       (prs->prsid == PRS_LITERAL) ?  ln_DataForDisplayLiteral(dag->ctx,
> prs->parser_data) : "UNKNOWN");
>
> ^
> parser.c: In function 'chkNoDupeDotInParserDefs':
> parser.c:2558:5: warning: 'json_object_object_get' is deprecated (declared
> at /usr/include/json-c/json_object.h:290) [-Wdeprecated-declarations]
>      = json_object_object_get(parser, "name");
>      ^
> parser.c: In function 'ln_v2_parseRepeat':
> parser.c:2586:27: error: dereferencing pointer to incomplete type
>    r = ln_normalizeRec(data->parser, str, strLen, strtoffs, 1,
>                            ^
> parser.c:2593:11: error: dereferencing pointer to incomplete type
>     if(data->permitMismatchInParser) {
>            ^
> parser.c:2623:27: error: dereferencing pointer to incomplete type
>    r = ln_normalizeRec(data->while_cond, str, strLen, strtoffs, 1,
>                            ^
> parser.c: In function 'ln_constructRepeat':
> parser.c:2646:68: error: invalid application of 'sizeof' to incomplete type
> 'struct data_Repeat'
>   struct data_Repeat *data = (struct data_Repeat*) calloc(1, sizeof(struct
> data_Repeat));
>                                                                     ^
> parser.c:2658:18: error: dereferencing pointer to incomplete type
>     endnode = data->parser = ln_newPDAG(ctx);
>                   ^
> parser.c:2663:18: error: dereferencing pointer to incomplete type
>     endnode = data->while_cond = ln_newPDAG(ctx);
>                   ^
> parser.c:2668:8: error: dereferencing pointer to incomplete type
>     data->permitMismatchInParser = json_object_get_boolean(val);
>         ^
> Makefile:593: recipe for target 'liblognorm_la-pdag.lo' failed
> make[2]: *** [liblognorm_la-pdag.lo] Error 1
> parser.c:2676:9: error: dereferencing pointer to incomplete type
>   if(data->parser == NULL || data->while_cond == NULL) {
>          ^
> parser.c:2676:33: error: dereferencing pointer to incomplete type
>   if(data->parser == NULL || data->while_cond == NULL) {
>                                  ^
> parser.c: In function 'ln_destructRepeat':
> parser.c:2688:9: error: dereferencing pointer to incomplete type
>   if(data->parser != NULL)
>          ^
> parser.c:2689:21: error: dereferencing pointer to incomplete type
>    ln_pdagDelete(data->parser);
>                      ^
> parser.c:2690:9: error: dereferencing pointer to incomplete type
>   if(data->while_cond != NULL)
>          ^
> parser.c:2691:21: error: dereferencing pointer to incomplete type
>    ln_pdagDelete(data->while_cond);
>                      ^
> Makefile:621: recipe for target 'liblognorm_la-parser.lo' failed
> make[2]: *** [liblognorm_la-parser.lo] Error 1
> make[2]: Leaving directory
> '/var/tmp/portage/dev-libs/liblognorm-9999/work/liblognorm-9999/src'
> Makefile:468: recipe for target 'all-recursive' failed
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> '/var/tmp/portage/dev-libs/liblognorm-9999/work/liblognorm-9999'
> Makefile:377: 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.
_______________________________________________
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.

Reply via email to