+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/elmo-1.3.2nb24/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/elmo-1.3.2nb24/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for elmo-1.3.2nb24 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in doc Making all in intl Making all in po Making all in src --- elmo.o --- --- status.o --- --- folder.o --- --- cmd.o --- --- elmo.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT elmo.o -MD -MP -MF ".deps/elmo.Tpo" -c -o elmo.o `test -f 'elmo.c' || echo './'`elmo.c; then mv -f ".deps/elmo.Tpo" ".deps/elmo.Po"; else rm -f ".deps/elmo.Tpo"; exit 1; fi --- status.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT status.o -MD -MP -MF ".deps/status.Tpo" -c -o status.o `test -f 'status.c' || echo './'`status.c; then mv -f ".deps/status.Tpo" ".deps/status.Po"; else rm -f ".deps/status.Tpo"; exit 1; fi --- folder.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT folder.o -MD -MP -MF ".deps/folder.Tpo" -c -o folder.o `test -f 'folder.c' || echo './'`folder.c; then mv -f ".deps/folder.Tpo" ".deps/folder.Po"; else rm -f ".deps/folder.Tpo"; exit 1; fi --- cmd.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT cmd.o -MD -MP -MF ".deps/cmd.Tpo" -c -o cmd.o `test -f 'cmd.c' || echo './'`cmd.c; then mv -f ".deps/cmd.Tpo" ".deps/cmd.Po"; else rm -f ".deps/cmd.Tpo"; exit 1; fi --- status.o --- status.c: In function 'change_me': status.c:91:21: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 91 | int maxlen, nothing; | ^~~~~~~ --- folder.o --- folder.c: In function 'add_tree': folder.c:149:16: warning: variable 'x' set but not used [-Wunused-but-set-variable] 149 | int y, x; | ^ folder.c:149:13: warning: variable 'y' set but not used [-Wunused-but-set-variable] 149 | int y, x; | ^ folder.c: In function 'add_string': folder.c:188:38: warning: pointer targets in passing argument 2 of 'window_addnstr' differ in signedness [-Wpointer-sign] 188 | window_addnstr (win, str, pos); | ^~~ | | | unsigned char * In file included from folder.c:50: interface.h:81:53: note: expected 'const char *' but argument is of type 'unsigned char *' 81 | extern int window_addnstr (WINDOW *win, const char *str, int n); | ~~~~~~~~~~~~^~~ folder.c:190:42: warning: pointer targets in passing argument 2 of 'window_addnstr' differ in signedness [-Wpointer-sign] 190 | window_addnstr (win, str + pos, len); | ~~~~^~~~~ | | | unsigned char * interface.h:81:53: note: expected 'const char *' but argument is of type 'unsigned char *' 81 | extern int window_addnstr (WINDOW *win, const char *str, int n); | ~~~~~~~~~~~~^~~ folder.c:195:59: warning: pointer targets in passing argument 2 of 'window_addnstr' differ in signedness [-Wpointer-sign] 195 | return pos + len + window_addnstr (win, str + pos + len, maxlen - 1); | ~~~~~~~~~~^~~~~ | | | unsigned char * interface.h:81:53: note: expected 'const char *' but argument is of type 'unsigned char *' 81 | extern int window_addnstr (WINDOW *win, const char *str, int n); | ~~~~~~~~~~~~^~~ folder.c: In function 'add_subject': folder.c:205:37: warning: pointer targets in passing argument 2 of 'add_string' differ in signedness [-Wpointer-sign] 205 | return add_string (win, mail->subject, maxlen, search); | ~~~~^~~~~~~~~ | | | char * folder.c:172:41: note: expected 'unsigned char *' but argument is of type 'char *' 172 | add_string (WINDOW *win, unsigned char *str, int maxlen, search_t *search) | ~~~~~~~~~~~~~~~^~~ folder.c: In function 'print_line': folder.c:227:44: warning: pointer targets in passing argument 2 of 'add_string' differ in signedness [-Wpointer-sign] 227 | maxlen -= add_string (win, line_str->str, maxlen, search); | ~~~~~~~~^~~~~ | | | char * folder.c:172:41: note: expected 'unsigned char *' but argument is of type 'char *' 172 | add_string (WINDOW *win, unsigned char *str, int maxlen, search_t *search) | ~~~~~~~~~~~~~~~^~~ --- mbox.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT mbox.o -MD -MP -MF ".deps/mbox.Tpo" -c -o mbox.o `test -f 'mbox.c' || echo './'`mbox.c; then mv -f ".deps/mbox.Tpo" ".deps/mbox.Po"; else rm -f ".deps/mbox.Tpo"; exit 1; fi --- mlex.c --- /usr/bin/bash ../ylwrap `test -f 'mlex.l' || echo './'`mlex.l lex.yy.c mlex.c -- flex -p -s -i --- xmalloc.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT xmalloc.o -MD -MP -MF ".deps/xmalloc.Tpo" -c -o xmalloc.o `test -f 'xmalloc.c' || echo './'`xmalloc.c; then mv -f ".deps/xmalloc.Tpo" ".deps/xmalloc.Po"; else rm -f ".deps/xmalloc.Tpo"; exit 1; fi --- line.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT line.o -MD -MP -MF ".deps/line.Tpo" -c -o line.o `test -f 'line.c' || echo './'`line.c; then mv -f ".deps/line.Tpo" ".deps/line.Po"; else rm -f ".deps/line.Tpo"; exit 1; fi --- hash.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT hash.o -MD -MP -MF ".deps/hash.Tpo" -c -o hash.o `test -f 'hash.c' || echo './'`hash.c; then mv -f ".deps/hash.Tpo" ".deps/hash.Po"; else rm -f ".deps/hash.Tpo"; exit 1; fi --- address.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT address.o -MD -MP -MF ".deps/address.Tpo" -c -o address.o `test -f 'address.c' || echo './'`address.c; then mv -f ".deps/address.Tpo" ".deps/address.Po"; else rm -f ".deps/address.Tpo"; exit 1; fi --- clock.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT clock.o -MD -MP -MF ".deps/clock.Tpo" -c -o clock.o `test -f 'clock.c' || echo './'`clock.c; then mv -f ".deps/clock.Tpo" ".deps/clock.Po"; else rm -f ".deps/clock.Tpo"; exit 1; fi --- mailreader.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT mailreader.o -MD -MP -MF ".deps/mailreader.Tpo" -c -o mailreader.o `test -f 'mailreader.c' || echo './'`mailreader.c; then mv -f ".deps/mailreader.Tpo" ".deps/mailreader.Po"; else rm -f ".deps/mailreader.Tpo"; exit 1; fi --- rstring.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT rstring.o -MD -MP -MF ".deps/rstring.Tpo" -c -o rstring.o `test -f 'rstring.c' || echo './'`rstring.c; then mv -f ".deps/rstring.Tpo" ".deps/rstring.Po"; else rm -f ".deps/rstring.Tpo"; exit 1; fi --- clock.o --- clock.c: In function 'display_jobs': clock.c:141:21: warning: variable 'width' set but not used [-Wunused-but-set-variable] 141 | int height, width; | ^~~~~ clock.c: In function 'display_time': clock.c:166:30: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 166 | int width, nothing; | ^~~~~~~ --- mailreader.o --- mailreader.c: In function 'set_mail_lines': mailreader.c:278:24: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 278 | int width, nothing; | ^~~~~~~ mailreader.c: In function 'add_string': mailreader.c:434:47: warning: pointer targets in passing argument 2 of 'search_perform' differ in signedness [-Wpointer-sign] 434 | pos = search_perform (search, str); | ^~~ | | | char * In file included from select.h:27, from mailreader.c:44: search.h:59:73: note: expected 'const unsigned char *' but argument is of type 'char *' 59 | extern int search_perform (search_t *search, const unsigned char *text); | ~~~~~~~~~~~~~~~~~~~~~^~~~ mailreader.c: In function 'match_line': mailreader.c:541:54: warning: pointer targets in passing argument 2 of 'search_perform' differ in signedness [-Wpointer-sign] 541 | if (search_perform (search, mail_lines->array[index]) != -1) | ~~~~~~~~~~~~~~~~~^~~~~~~ | | | char * search.h:59:73: note: expected 'const unsigned char *' but argument is of type 'char *' 59 | extern int search_perform (search_t *search, const unsigned char *text); | ~~~~~~~~~~~~~~~~~~~~~^~~~ --- multree.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT multree.o -MD -MP -MF ".deps/multree.Tpo" -c -o multree.o `test -f 'multree.c' || echo './'`multree.c; then mv -f ".deps/multree.Tpo" ".deps/multree.Po"; else rm -f ".deps/multree.Tpo"; exit 1; fi --- mail.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT mail.o -MD -MP -MF ".deps/mail.Tpo" -c -o mail.o `test -f 'mail.c' || echo './'`mail.c; then mv -f ".deps/mail.Tpo" ".deps/mail.Po"; else rm -f ".deps/mail.Tpo"; exit 1; fi --- debug.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT debug.o -MD -MP -MF ".deps/debug.Tpo" -c -o debug.o `test -f 'debug.c' || echo './'`debug.c; then mv -f ".deps/debug.Tpo" ".deps/debug.Po"; else rm -f ".deps/debug.Tpo"; exit 1; fi --- rarray.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT rarray.o -MD -MP -MF ".deps/rarray.Tpo" -c -o rarray.o `test -f 'rarray.c' || echo './'`rarray.c; then mv -f ".deps/rarray.Tpo" ".deps/rarray.Po"; else rm -f ".deps/rarray.Tpo"; exit 1; fi --- maildir.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT maildir.o -MD -MP -MF ".deps/maildir.Tpo" -c -o maildir.o `test -f 'maildir.c' || echo './'`maildir.c; then mv -f ".deps/maildir.Tpo" ".deps/maildir.Po"; else rm -f ".deps/maildir.Tpo"; exit 1; fi --- file.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT file.o -MD -MP -MF ".deps/file.Tpo" -c -o file.o `test -f 'file.c' || echo './'`file.c; then mv -f ".deps/file.Tpo" ".deps/file.Po"; else rm -f ".deps/file.Tpo"; exit 1; fi --- error.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT error.o -MD -MP -MF ".deps/error.Tpo" -c -o error.o `test -f 'error.c' || echo './'`error.c; then mv -f ".deps/error.Tpo" ".deps/error.Po"; else rm -f ".deps/error.Tpo"; exit 1; fi --- select.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT select.o -MD -MP -MF ".deps/select.Tpo" -c -o select.o `test -f 'select.c' || echo './'`select.c; then mv -f ".deps/select.Tpo" ".deps/select.Po"; else rm -f ".deps/select.Tpo"; exit 1; fi --- box_selection.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT box_selection.o -MD -MP -MF ".deps/box_selection.Tpo" -c -o box_selection.o `test -f 'box_selection.c' || echo './'`box_selection.c; then mv -f ".deps/box_selection.Tpo" ".deps/box_selection.Po"; else rm -f ".deps/box_selection.Tpo"; exit 1; fi --- select.o --- select.c: In function 'validate': select.c:110:13: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 110 | int nothing; | ^~~~~~~ select.c: In function 'draw_bar': select.c:170:13: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 170 | int nothing; | ^~~~~~~ select.c: In function 'get_bar': select.c:187:17: warning: variable 'y' set but not used [-Wunused-but-set-variable] 187 | int y, x; | ^ select.c: In function 'is_on_last': select.c:218:21: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 218 | int height, nothing; | ^~~~~~~ select.c: In function 'bar_on_bottom': select.c:242:43: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 242 | int win_top, bar_top, win_height, nothing; | ^~~~~~~ select.c: In function 'bar_on_top': select.c:258:31: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 258 | int win_top, bar_top, nothing; | ^~~~~~~ select.c: In function 'bar_on_first_page': select.c:274:21: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 274 | int height, nothing; | ^~~~~~~ select.c: In function 'bar_on_last_page': select.c:289:21: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 289 | int height, nothing; | ^~~~~~~ select.c: In function 'select_next_page': select.c:516:21: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 516 | int height, nothing; | ^~~~~~~ select.c: In function 'select_prev_page': select.c:537:21: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 537 | int height, nothing; | ^~~~~~~ select.c: In function 'select_last': select.c:572:21: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 572 | int height, nothing; | ^~~~~~~ select.c: In function 'select_recenter': select.c:594:21: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 594 | int height, nothing; | ^~~~~~~ --- confread.c --- /usr/bin/bash ../ylwrap confread.l lex.cf.c confread.c -- flex -Pcf -s -p --- networking.o --- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT networking.o -MD -MP -MF ".deps/networking.Tpo" -c -o networking.o `test -f 'networking.cc' || echo './'`networking.cc; then mv -f ".deps/networking.Tpo" ".deps/networking.Po"; else rm -f ".deps/networking.Tpo"; exit 1; fi --- box_selection.o --- box_selection.c: In function 'add_string': box_selection.c:200:47: warning: pointer targets in passing argument 2 of 'search_perform' differ in signedness [-Wpointer-sign] 200 | pos = search_perform (search, str); | ^~~ | | | char * In file included from select.h:27, from box_selection.c:34: search.h:59:73: note: expected 'const unsigned char *' but argument is of type 'char *' 59 | extern int search_perform (search_t *search, const unsigned char *text); | ~~~~~~~~~~~~~~~~~~~~~^~~~ box_selection.c: In function 'match_box': box_selection.c:277:40: warning: pointer targets in passing argument 2 of 'search_perform' differ in signedness [-Wpointer-sign] 277 | return search_perform (search, seek) != -1; | ^~~~ | | | char * search.h:59:73: note: expected 'const unsigned char *' but argument is of type 'char *' 59 | extern int search_perform (search_t *search, const unsigned char *text); | ~~~~~~~~~~~~~~~~~~~~~^~~~ --- pop.o --- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT pop.o -MD -MP -MF ".deps/pop.Tpo" -c -o pop.o `test -f 'pop.cc' || echo './'`pop.cc; then mv -f ".deps/pop.Tpo" ".deps/pop.Po"; else rm -f ".deps/pop.Tpo"; exit 1; fi --- fetch.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT fetch.o -MD -MP -MF ".deps/fetch.Tpo" -c -o fetch.o `test -f 'fetch.c' || echo './'`fetch.c; then mv -f ".deps/fetch.Tpo" ".deps/fetch.Po"; else rm -f ".deps/fetch.Tpo"; exit 1; fi --- mime.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -DLOCALEDIR='"/opt/pkg/share/locale"' -DSYSCONFDIR='"/opt/pkg/etc"' -DDATADIR='"/opt/pkg/share/elmo"' -I/opt/pkg/include -gdwarf-2 -g3 -O0 -MT mime.o -MD -MP -MF ".deps/mime.Tpo" -c -o mime.o `test -f 'mime.c' || echo './'`mime.c; then mv -f ".deps/mime.Tpo" ".deps/mime.Po"; else rm -f ".deps/mime.Tpo"; exit 1; fi mime.c: In function 'translate': mime.c:554:34: error: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types] 554 | ret = iconv (id, & inptr, & insize, & outptr, & outsize); | ^~~~~~~ | | | const char ** In file included from mime.c:37: /home/pbulk/build/mail/elmo/work/.buildlink/include/iconv.h:82:43: note: expected 'char **' but argument is of type 'const char **' 82 | extern size_t iconv (iconv_t cd, char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); | ~~~~~~~~^~~~~ mime.c: In function 'mime_encode': mime.c:1215:48: warning: pointer targets in passing argument 2 of 'encode_base64' differ in signedness [-Wpointer-sign] 1215 | encode_base64 (result, bytes, bytes + len - 1); | ^~~~~ | | | char * mime.c:234:44: note: expected 'unsigned char *' but argument is of type 'char *' 234 | encode_base64 (str_t *dest, unsigned char *from, unsigned char *to) | ~~~~~~~~~~~~~~~^~~~ mime.c:1215:67: warning: pointer targets in passing argument 3 of 'encode_base64' differ in signedness [-Wpointer-sign] 1215 | encode_base64 (result, bytes, bytes + len - 1); | ~~~~~~~~~~~~^~~ | | | char * mime.c:234:65: note: expected 'unsigned char *' but argument is of type 'char *' 234 | encode_base64 (str_t *dest, unsigned char *from, unsigned char *to) | ~~~~~~~~~~~~~~~^~ *** [mime.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/mail/elmo/work/elmo-1.3.2/src --- pop.o --- pop.cc: In member function 'void Pop::send_quit()': pop.cc:424:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 424 | combo ("QUIT\r\n", 6, ONELINE_TERMINATOR); | ^~~~~~~~~~ pop.cc: In member function 'void Pop::send_rset()': pop.cc:462:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 462 | combo ("RSET\r\n", 6, ONELINE_TERMINATOR); | ^~~~~~~~~~ pop.cc: In member function 'void Pop::send_stat()': pop.cc:471:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 471 | combo ("STAT\r\n", 6, ONELINE_TERMINATOR); | ^~~~~~~~~~ pop.cc: In member function 'void Pop::send_list()': pop.cc:480:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 480 | combo ("LIST\r\n", 6, MULTILINE_TERMINATOR); | ^~~~~~~~~~ bmake[2]: 1 error bmake[2]: stopped making "all" in /home/pbulk/build/mail/elmo/work/elmo-1.3.2/src *** [all-recursive] Error code 1 bmake[1]: stopped making "all-recursive" in /home/pbulk/build/mail/elmo/work/elmo-1.3.2 bmake[1]: 1 error bmake[1]: stopped making "all-recursive" in /home/pbulk/build/mail/elmo/work/elmo-1.3.2 *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/build/mail/elmo/work/elmo-1.3.2 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/mail/elmo/work/elmo-1.3.2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/mail/elmo *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/mail/elmo