Your message dated Tue, 19 Jul 2016 22:00:13 +0000
with message-id <[email protected]>
and subject line Bug#831677: fixed in syslog-ng-incubator 0.5.0-1
has caused the Debian Bug report #831677,
regarding Should be updated for syslog-ng 3.7.0+
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
831677: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831677
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: syslog-ng
Severity: serious
Version: 3.7.3-1
Affects: syslog-ng-incubator

Hi, while trying to rebuild syslog-ng-incubator on top of the new syslog-ng I 
discovered it is actually FTBFS
I tried to patch the source, because seems that stats.h has been moved into 
stats/stats.h

the problem is that seems syslog-ng introducing some more backward incompatible 
changes, according to the new log
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/eventlog 
-I/usr/include/syslog-ng -I/usr/include/eventlog -I../../modules/riemann 
-I./modules/riemann -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -c ../../modules/riemann/riemann.c  -fPIC -DPIC -o 
modules/riemann/.libs/modules_riemann_libriemann_la-riemann.o
../../modules/riemann/riemann.c: In function 'riemann_worker_insert':
../../modules/riemann/riemann.c:329:51: warning: passing argument 2 of 
'log_queue_pop_head' from incompatible pointer type 
[-Wincompatible-pointer-types]
success = log_queue_pop_head(self->super.queue, &msg, &path_options, FALSE, 
FALSE);
^
In file included from /usr/include/syslog-ng/driver.h:30:0,
from /usr/include/syslog-ng/logthrdestdrv.h:29,
from ../../modules/riemann/riemann.c:29:
/usr/include/syslog-ng/logqueue.h:107:1: note: expected 'LogPathOptions * {aka 
struct _LogPathOptions *}' but argument is of type 'LogMessage ** {aka struct 
_LogMessage **}'
log_queue_pop_head(LogQueue *self, LogPathOptions *path_options)
^
../../modules/riemann/riemann.c:329:13: error: too many arguments to function 
'log_queue_pop_head'
success = log_queue_pop_head(self->super.queue, &msg, &path_options, FALSE, 
FALSE);
^
In file included from /usr/include/syslog-ng/driver.h:30:0,
from /usr/include/syslog-ng/logthrdestdrv.h:29,
from ../../modules/riemann/riemann.c:29:
/usr/include/syslog-ng/logqueue.h:107:1: note: declared here
log_queue_pop_head(LogQueue *self, LogPathOptions *path_options)
^
../../modules/riemann/riemann.c:329:11: warning: assignment makes integer from 
pointer without a cast [-Wint-conversion]
success = log_queue_pop_head(self->super.queue, &msg, &path_options, FALSE, 
FALSE);
^
../../modules/riemann/riemann.c:435:35: warning: passing argument 2 of 
'log_msg_tags_foreach' from incompatible pointer type 
[-Wincompatible-pointer-types]
log_msg_tags_foreach(msg, riemann_dd_field_add_msg_tag,
^
In file included from /usr/include/syslog-ng/logpipe.h:29:0,
from /usr/include/syslog-ng/driver.h:29,
from /usr/include/syslog-ng/logthrdestdrv.h:29,
from ../../modules/riemann/riemann.c:29:
/usr/include/syslog-ng/logmsg.h:272:6: note: expected 
'LogMessageTagsForeachFunc {aka int (*)(const struct _LogMessage *, short 
unsigned int,  const char *, void *)}' but argument is of type 'gboolean 
(*)(LogMessage *, LogTagId,  const gchar *, void *) {aka int (*)(struct 
_LogMessage *, short unsigned int,  const char *, void *)}'
void log_msg_tags_foreach(const LogMessage *self, LogMessageTagsForeachFunc 
callback, gpointer user_data);
^
../../modules/riemann/riemann.c:455:7: error: too few arguments to function 
'log_msg_ack'
log_msg_ack(msg, &path_options);
^
In file included from /usr/include/syslog-ng/logpipe.h:29:0,
from /usr/include/syslog-ng/driver.h:29,
from /usr/include/syslog-ng/logthrdestdrv.h:29,
from ../../modules/riemann/riemann.c:29:
/usr/include/syslog-ng/logmsg.h:290:6: note: declared here
void log_msg_ack(LogMessage *msg, const LogPathOptions *path_options, AckType 
ack_type);
^
../../modules/riemann/riemann.c:464:11: error: too few arguments to function 
'log_msg_ack'
log_msg_ack(msg, &path_options);
^
In file included from /usr/include/syslog-ng/logpipe.h:29:0,
from /usr/include/syslog-ng/driver.h:29,
from /usr/include/syslog-ng/logthrdestdrv.h:29,
from ../../modules/riemann/riemann.c:29:
/usr/include/syslog-ng/logmsg.h:290:6: note: declared here
void log_msg_ack(LogMessage *msg, const LogPathOptions *path_options, AckType 
ack_type);
^
../../modules/riemann/riemann.c: In function 'riemann_dd_new':
../../modules/riemann/riemann.c:507:3: error: too few arguments to function 
'log_threaded_dest_driver_init_instance'
log_threaded_dest_driver_init_instance(&self->super);
^
In file included from ../../modules/riemann/riemann.c:29:0:
/usr/include/syslog-ng/logthrdestdrv.h:102:6: note: declared here
void log_threaded_dest_driver_init_instance(LogThrDestDriver *self, 
GlobalConfig *cfg);
^
../../modules/riemann/riemann.c:513:29: warning: assignment from incompatible 
pointer type [-Wincompatible-pointer-types]
self->super.worker.insert = riemann_worker_insert;
^
Makefile:1807: recipe for target 
'modules/riemann/modules_riemann_libriemann_la-riemann.lo' failed
make[2]: *** [modules/riemann/modules_riemann_libriemann_la-riemann.lo] Error 1
make[2]: Leaving directory '/build/syslog-ng-incubator-0.3.3/debian/build-tree'
Makefile:1126: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/build/syslog-ng-incubator-0.3.3/debian/build-tree'
dh_auto_build: make -j1 returned exit code 2
debian/rules:39: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


cheers,

G.

--- End Message ---
--- Begin Message ---
Source: syslog-ng-incubator
Source-Version: 0.5.0-1

We believe that the bug you reported is fixed in the latest version of
syslog-ng-incubator, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated 
syslog-ng-incubator package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 18 Jul 2016 16:29:33 +0000
Source: syslog-ng-incubator
Binary: syslog-ng-mod-trigger syslog-ng-mod-rss syslog-ng-mod-basicfuncs-plus 
syslog-ng-mod-lua syslog-ng-mod-perl syslog-ng-mod-date syslog-ng-mod-grok 
syslog-ng-mod-kafka syslog-ng-mod-zmq
Architecture: source amd64
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: syslog-ng maintainers 
<[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Description:
 syslog-ng-mod-basicfuncs-plus - Enhanced system logging daemon (extra template 
functions)
 syslog-ng-mod-date - Enhanced system logging daemon (date parser support)
 syslog-ng-mod-grok - Enhanced system logging daemon (Grok parser support)
 syslog-ng-mod-kafka - Enhanced system logging daemon (kafka destination)
 syslog-ng-mod-lua - Enhanced system logging daemon (Lua destination)
 syslog-ng-mod-perl - Enhanced system logging daemon (Perl destination)
 syslog-ng-mod-rss - Enhanced system logging daemon (RSS destination)
 syslog-ng-mod-trigger - Enhanced system logging daemon (trigger source)
 syslog-ng-mod-zmq - Enhanced system logging daemon (ZeroMQ destination)
Closes: 831677
Changes:
 syslog-ng-incubator (0.5.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Drop the following modules as merged to syslog-ng itself:
     - syslog-ng-mod-elasticsearch,
     - syslog-ng-mod-graphite,
     - syslog-ng-mod-python,
     - syslog-ng-mod-riemann.
   * Add new modules:
     - syslog-ng-mod-date,
     - syslog-ng-mod-grok,
     - syslog-ng-mod-kafka,
     - syslog-ng-mod-zmq.
   * Update Build-Depend on syslog-ng to >= 3.7.0~ (closes: #831677).
   * Enable parallel building.
   * Update Standards-Version to 3.9.8 .
Checksums-Sha1:
 5c2fc4e64e84f04dbc5b7cabffa6c6298107ca9b 2964 syslog-ng-incubator_0.5.0-1.dsc
 eae3ddae2305073ec78c1743e4ec2391899319e4 64780 
syslog-ng-incubator_0.5.0.orig.tar.gz
 238ea34b611e73d836f9912f2b727635a35fea30 4160 
syslog-ng-incubator_0.5.0-1.debian.tar.xz
 a8d79b211eabb1a7b121057cd3065757b2c37749 28528 
syslog-ng-mod-basicfuncs-plus-dbgsym_0.5.0-1_amd64.deb
 9e81286c860d232c0c064235a37c171a07d6f134 12594 
syslog-ng-mod-basicfuncs-plus_0.5.0-1_amd64.deb
 679c530194a9c27d8fd0ac7996f53b793f8d2a50 27362 
syslog-ng-mod-date-dbgsym_0.5.0-1_amd64.deb
 5a37fad55afae0f767ba96e82097db2248d850c0 14690 
syslog-ng-mod-date_0.5.0-1_amd64.deb
 99d8066863fb641e0796f8072c7318557287b88e 31594 
syslog-ng-mod-grok-dbgsym_0.5.0-1_amd64.deb
 ff692ef852f2cb5f3492249ffcb485c19bcb6935 16194 
syslog-ng-mod-grok_0.5.0-1_amd64.deb
 091861c98fa28f52485b58d88c949f618701d6f2 35906 
syslog-ng-mod-kafka-dbgsym_0.5.0-1_amd64.deb
 ee4d7c65f8b63e9a0e08f825571058bd05559061 17998 
syslog-ng-mod-kafka_0.5.0-1_amd64.deb
 c2ce5a79de48b46faa3be7c9c01e8b5312aa6e2b 80886 
syslog-ng-mod-lua-dbgsym_0.5.0-1_amd64.deb
 ec6ebcd61a55fc4eaf3ac3b081aa779d2a9f2204 27548 
syslog-ng-mod-lua_0.5.0-1_amd64.deb
 afacfbbd212a065e1dd172cf199521e18bcce5ff 59670 
syslog-ng-mod-perl-dbgsym_0.5.0-1_amd64.deb
 4b07cd85ec4eaea8ab707e04cfbb81e0fa62ad7a 19208 
syslog-ng-mod-perl_0.5.0-1_amd64.deb
 e5c47cfa4a389a296c4b8b0dd0211b7edda07e85 30892 
syslog-ng-mod-rss-dbgsym_0.5.0-1_amd64.deb
 5f90af1e94d50a77b45b475ba96509ce2d3f1189 15950 
syslog-ng-mod-rss_0.5.0-1_amd64.deb
 236cbd2c4182a18a74395ff0e49d15fcf97864f4 31398 
syslog-ng-mod-trigger-dbgsym_0.5.0-1_amd64.deb
 788b2cbcf590562c276fdc936a8446614c4be3e2 16072 
syslog-ng-mod-trigger_0.5.0-1_amd64.deb
 363259b6e29026683ee0d06de6d7f347dfe881a6 44602 
syslog-ng-mod-zmq-dbgsym_0.5.0-1_amd64.deb
 1ee35901f59252339d0404d37f4d73cb79814cd2 17386 
syslog-ng-mod-zmq_0.5.0-1_amd64.deb
Checksums-Sha256:
 b176366ba527a7f5d5a84a969026ae1b57b4b0bf04b200dbb7e9f90b4c521bd6 2964 
syslog-ng-incubator_0.5.0-1.dsc
 ba90f907cf0a47134120a9da731b7f86980a5699ab96eee57dfbb67e364dda48 64780 
syslog-ng-incubator_0.5.0.orig.tar.gz
 52f3dbec68919736094bfc006286bc806fd9efcf3e039103a3f5fe85995c6e6f 4160 
syslog-ng-incubator_0.5.0-1.debian.tar.xz
 8cf8ecbe014b361bdc7df0f72b88f9d808d07cc3b63679858908e1b1a6b5b111 28528 
syslog-ng-mod-basicfuncs-plus-dbgsym_0.5.0-1_amd64.deb
 6e93f6ed94c386a57938e1eae7f0e5eda39a242dd81b28886dae7a93977d1d63 12594 
syslog-ng-mod-basicfuncs-plus_0.5.0-1_amd64.deb
 ccfba306d2416053582af1093021817ae804dd352a72114d03e58b58133faf00 27362 
syslog-ng-mod-date-dbgsym_0.5.0-1_amd64.deb
 b44bb661e16c4bd269a3012416b9efa40c2b25812857df6871728132a486b461 14690 
syslog-ng-mod-date_0.5.0-1_amd64.deb
 a257942572a3f80a99f4da7bae1e0d514983f9f8b2595695e5461efac86088a7 31594 
syslog-ng-mod-grok-dbgsym_0.5.0-1_amd64.deb
 49ed32ed3d0af30703a84e0307a6e41828fd86568fa0b6fdf1d3b4fa0df8c6cf 16194 
syslog-ng-mod-grok_0.5.0-1_amd64.deb
 a0865660450bfa3e530aa5be7b988c1025a79a2938d611229c5a5bf52729eba9 35906 
syslog-ng-mod-kafka-dbgsym_0.5.0-1_amd64.deb
 fc3df70736d517587b17fa15118c0a06bd1e4252e36c90f11c71daa3b1d44637 17998 
syslog-ng-mod-kafka_0.5.0-1_amd64.deb
 edc2362e92f856734bcb2bff617fab061906ec463cfa788cccbf65c885d0ffe3 80886 
syslog-ng-mod-lua-dbgsym_0.5.0-1_amd64.deb
 537fdeed4ce19628a544e0a16016c5d4aef8bbee397cbcc7543472bd09dee49c 27548 
syslog-ng-mod-lua_0.5.0-1_amd64.deb
 a1e4fcd2f7442c6005bb4441bc5d5339c77c1373bf6777886c2eb0685edd7a1e 59670 
syslog-ng-mod-perl-dbgsym_0.5.0-1_amd64.deb
 73f690540a4eec17a76f61f052abf058c442abe6d4665c111add3ae6e7e9c608 19208 
syslog-ng-mod-perl_0.5.0-1_amd64.deb
 69c0134c69cfd51dc479c18c0d3b359ed01599bf961ca854e073ec9ef672102d 30892 
syslog-ng-mod-rss-dbgsym_0.5.0-1_amd64.deb
 4161465d901b57cdf5e2c932a7ad8d354cf2ff9bd1cb3eb03317b59738126fa2 15950 
syslog-ng-mod-rss_0.5.0-1_amd64.deb
 c7b993edc3866283bee1544040f05877861e281dca2ca747745feb2582f61aac 31398 
syslog-ng-mod-trigger-dbgsym_0.5.0-1_amd64.deb
 98f134316be1a974dff19bb588d08914be00fb3ca365c84a26e67b0c7a373d73 16072 
syslog-ng-mod-trigger_0.5.0-1_amd64.deb
 5c7206606911d2b3cf0e032839c714738d18ee9c496401ae9432ed07469176ce 44602 
syslog-ng-mod-zmq-dbgsym_0.5.0-1_amd64.deb
 1d6b453686b4ab5562aaa3be31d03159d8cab7e26e7c3b456596eab9b936fe6c 17386 
syslog-ng-mod-zmq_0.5.0-1_amd64.deb
Files:
 c3d056e76b7a665a39e6c09f1ddbd4d7 2964 admin extra 
syslog-ng-incubator_0.5.0-1.dsc
 78bb14ed308cfe1274eec78681a809cf 64780 admin extra 
syslog-ng-incubator_0.5.0.orig.tar.gz
 84c96b88602eef07f6ac78f38c90fb5c 4160 admin extra 
syslog-ng-incubator_0.5.0-1.debian.tar.xz
 7cfaa0630488e1ab0073cdce50ad811b 28528 debug extra 
syslog-ng-mod-basicfuncs-plus-dbgsym_0.5.0-1_amd64.deb
 acb552cd86038a227e9ba8adbf379c95 12594 admin extra 
syslog-ng-mod-basicfuncs-plus_0.5.0-1_amd64.deb
 5bda14ab5514248212e145a6046d862f 27362 debug extra 
syslog-ng-mod-date-dbgsym_0.5.0-1_amd64.deb
 a06c67b3b14c72140cb82bad792e2de8 14690 admin extra 
syslog-ng-mod-date_0.5.0-1_amd64.deb
 28c0b61799999635e0da4b4c7cb84b84 31594 debug extra 
syslog-ng-mod-grok-dbgsym_0.5.0-1_amd64.deb
 43eba46881f102f5bc7188b0a51406cb 16194 admin extra 
syslog-ng-mod-grok_0.5.0-1_amd64.deb
 d22d1a7dbf635017ce5bfc39a6b6e211 35906 debug extra 
syslog-ng-mod-kafka-dbgsym_0.5.0-1_amd64.deb
 f830e067c688c07938d0a4b278e637b5 17998 admin extra 
syslog-ng-mod-kafka_0.5.0-1_amd64.deb
 f41ffe0ba96dff28ef97ee53d83a6515 80886 debug extra 
syslog-ng-mod-lua-dbgsym_0.5.0-1_amd64.deb
 9806309e547e809f02acbd98bb7f4c95 27548 admin extra 
syslog-ng-mod-lua_0.5.0-1_amd64.deb
 f4376a8b21664e7dd65f2e8d2f039d73 59670 debug extra 
syslog-ng-mod-perl-dbgsym_0.5.0-1_amd64.deb
 d1aad338a880af1c765e62e1fda38fb8 19208 admin extra 
syslog-ng-mod-perl_0.5.0-1_amd64.deb
 0d2e6dd169133eb9bc82d2a1f6455016 30892 debug extra 
syslog-ng-mod-rss-dbgsym_0.5.0-1_amd64.deb
 e76b41eab9d64e830e074d05ce024ac1 15950 admin extra 
syslog-ng-mod-rss_0.5.0-1_amd64.deb
 a657a2011afaf6fca3433332df66b96c 31398 debug extra 
syslog-ng-mod-trigger-dbgsym_0.5.0-1_amd64.deb
 df119a528a016798185d939617f2e629 16072 admin extra 
syslog-ng-mod-trigger_0.5.0-1_amd64.deb
 36fc18f385e80d15ec4a989f2d17d2f3 44602 debug extra 
syslog-ng-mod-zmq-dbgsym_0.5.0-1_amd64.deb
 13729646ba257c9857d8711213dc4b8c 17386 admin extra 
syslog-ng-mod-zmq_0.5.0-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXjSTTAAoJENzjEOeGTMi/rbIQAJgTAWN2hEjvWKeWgyh4pGGg
oWzp64eYJxTtEO1fi/8qgs8cLg0f/ry98Bx7iXEeMTrzSjQlflsMoNd1XomKeEfG
IdiZbOb27gmPOL5V+GWCxq8Mzs3y7BXiTZLkUcC9Xiz/NrJDvnjffqcreoNkufk9
usJCus1B7U8vcFinayRId+cdTD8nA8usnktGtyl7yCEgA42eXL1MlTJmGLM9Ir6/
umtQeem0sDtLRzZ/PFCHcTFnZVqzM/QXXpB4UuHNmnhkmipTj7mcMD1GL57rU/hu
rYRoEP1OtlMr07hO5VkbJAl6wUUJ2I/DNx1M7PLPZGkBx3kmcXHMPuIGO+B7iH0h
8y2yj5uaty+wCzrnyNc2pxm5FXCEKC09iFU2vBAjCxI0WdHu8WweBce+Font8Dma
w//llvIcTvBpotoHaos6sdSsepLvFA9X016laz/j7YW3UJqkaPX2e7n4cdshO7ZK
TIEGYkawhN3WQdv97DNjacVecGY8HCAu0lwcspaSRViPDgiSriIaZ4U2p+FjjHZX
3ehy/SEl4VuLAPA3ehrScUnmsqFagGyzP/sdyo+yJWPl8CLY8oZymEqHBBSI0AAr
e/OmGDJYSfK26IWqaIS2bVcX0BTeG2BaLdbrl9y818OKQb9AdxazEK1dQXPEDqz9
BrhZPkBeVhnAawF71F4I
=rTQ5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to