Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Automated report: NetBSD-current/i386 build failure
Christos,
The build is still failing on the testbed after your commit of
src/tools/mandoc/Makefile 1.14, with two separate errors:
--- mandoc_aux.o ---
/tmp/bracket/build/2018.08.15.14.31.22-i386/src/external/bsd/mdocml/lib/libmandoc/../../dist/mandoc_aux.c: In function 'mandoc_recallocarray':
/tmp/bracket/build/2018.08.15.14.31.22-i386/src/external/bsd/mdocml/lib/libmandoc/../../dist/mandoc_aux.c:92:8: error: implicit declaration of function 'recallocarray' [-Werror=implicit-function-declaration]
ptr = recallocarray(ptr, oldnum, num, size);
^~~~~~~~~~~~~
/tmp/bracket/build/2018.08.15.14.31.22-i386/src/external/bsd/mdocml/lib/libmandoc/../../dist/mandoc_aux.c:92:6: error: assignment makes pointer from integer without a cast [-Werror=int-conversion]
ptr = recallocarray(ptr, oldnum, num, size);
^
--- man_validate.o ---
/tmp/bracket/build/2018.08.15.14.31.22-i386/src/external/bsd/mdocml/lib/libmandoc/../../dist/man_validate.c: In function 'man_node_validate':
/tmp/bracket/build/2018.08.15.14.31.22-i386/src/external/bsd/mdocml/lib/libmandoc/../../dist/man_validate.c:95:49: error: array subscript is below array bounds [-Werror=array-bounds]
static const v_check *man_valids = __man_valids - MAN_TH;
~~~~~~~~~~~~~^~~~~~~~
More log output at
http://releng.netbsd.org/b5reports/i386/2018/2018.08.15.14.31.22/build.log.tail
--
Andreas Gustafsson, gson%gson.org@localhost
Home |
Main Index |
Thread Index |
Old Index