Debian PTS – Tracker – Changelog – Bugs – packages.d.o – buildd.d.o – Source
Architecture | Version | Status | For | Buildd | State | Section | Logs | Actions |
---|---|---|---|---|---|---|---|---|
armhf ↓ | 1.12.2-3+b3 | Build-Attempted | 5d 20h 27m | test2023 | out-of-date | misc | old | all (2) | giveback |
rebuild due to debcheck failure
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