Raspbian Package Auto-Building

Buildd status for mongrel2 (trixie-staging)

Debian PTSTrackerChangelogBugspackages.d.obuildd.d.oSource

Package(s): Suite:
Compact mode Co-maintainers

ArchitectureVersionStatusForBuilddStateSectionLogsActions
Buildd exposure stats armhf  1.12.2-3+b3Build-Attempted5d 20h 27mtest2023out-of-datemiscold | all (2)giveback

BinNMU changelog for mongrel2 on armhf:

rebuild due to debcheck failure

Tail of log for mongrel2 on armhf:

src/control.c:87:38: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
   87 |     zmq_msg_t *inmsg = calloc(sizeof(zmq_msg_t), 1);
      |                                      ^~~~~~~~~
src/control.c:87:38: note: earlier argument should specify number of elements, later size of each element
src/control.c: In function ‘send_reply’:
src/control.c:122:39: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
  122 |     zmq_msg_t *outmsg = calloc(sizeof(zmq_msg_t), 1);
      |                                       ^~~~~~~~~
src/control.c:122:39: note: earlier argument should specify number of elements, later size of each element
cc1: some warnings being treated as errors
make[1]: *** [<builtin>: src/connection.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:27: build-arch] Error 25