After your commit to hack the evbsh3 (and other) builds, I tried to
re-run all my failed builds. They were all run "from clean" so there
were no remnants of the earlier builds.
All six of the builds failed with the same error (dreamcast, hpcsh,
mmeye, landisk, and evbsh3-e[bl]).
/build/netbsd-current/src_ro/lib/libcurses/slk.c: In function '__slk_wset':
/build/netbsd-current/src_ro/lib/libcurses/slk.c:571:52: error: format '%ld'
expects argument of type 'long int', but argument 3 has type 'size_t' {aka
'unsigned int'} [-Werror=format=]
571 | __CTRACE(__CTRACE_INPUT, "__slk_wset: wcsrtombs %ld\n", len);
| ~~^ ~~~
| | |
| | size_t {aka
unsigned int}
| long int
| %d
cc1: all warnings being treated as errors
*** Failed target: slk.go
*** Failed commands:
${_MKTARGET_COMPILE}
${COMPILE.c} ${DEBUGFLAGS} ${COPTS.${.IMPSRC:T}}
${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} -g ${.IMPSRC} -o ${.TARGET}
*** [slk.go] Error code 1
Have you seen this in the officials builds?
+--------------------+--------------------------+----------------------+
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | FA29 0E3B 35AF E8AE 6651 | [email protected] |
| Software Developer | 0786 F758 55DE 53BA 7731 | [email protected] |
| | | [email protected] |
+--------------------+--------------------------+----------------------+