[Lognorm] last call for next liblognorm release
Tomas Heinrich
theinric at redhat.com
Mon Mar 9 14:48:25 CET 2015
On 03/09/15 14:09, Rainer Gerhards wrote:
> Maybe a bug in libestr?
Turns out that it is a bug in the packaging. Filed as rhbz 1199995.
> ... but I also get some unexpected warnings, for which I did not yet
> find a cure. It's about json_object_object_get being depricated [0].
>
> This is (kind of;)) being checked for in configure.ac
> <http://configure.ac> as well. I thought the include file was missing
> here, too, but this definition doesn't make any difference:
>
> AC_CHECK_FUNCS(json_object_object_get_ex,,,[#include <json.h>])
>
> Any idea?
Uhm, doesn't it check for json_object_object_get_ex()? Maybe I don't get
how those two are related.
Either way, is the warning a real bug? It just warns that the function
should be avoided in the future. The code in json_compatibility.c only
handles the nonexistence of json_object_object_get_ex(), but explicitly
references json_object_object_get().
> Rainer
>
> [0]
> enc_syslog.c: En la función ‘ln_fmtEventToRFC5424’:
What locale are you using? :]
Tomas
More information about the Lognorm
mailing list