Hi,
running with -j1:
make -j1
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
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
/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
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
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);
^
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");
^
Makefile:593: recipe for target 'liblognorm_la-pdag.lo' failed
make[2]: *** [liblognorm_la-pdag.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
_______________________________________________
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.