=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/mail/elmo", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for elmo-1.3.2nb24 --- all --- /opt/local/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 --- --- elmo.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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 --- folder.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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 --- status.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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 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) | ~~~~~~~~~~~~~~~^~~ --- cmd.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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 --- mbox.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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 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); | ~~~~~~~~~~~~~~~~~~~~~^~~~ --- 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; | ^~~~~~~ --- rstring.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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 --- multree.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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 --- confread.c --- /usr/bin/bash ../ylwrap confread.l lex.cf.c confread.c -- flex -Pcf -s -p --- 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; | ^~~~~~~ --- 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); | ~~~~~~~~~~~~~~~~~~~~~^~~~ --- networking.o --- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/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 --- pop.o --- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/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/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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 --- 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); | ^~~~~~~~~~ --- mime.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/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 --- smtp.o --- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -gdwarf-2 -g3 -O0 -MT smtp.o -MD -MP -MF ".deps/smtp.Tpo" -c -o smtp.o `test -f 'smtp.cc' || echo './'`smtp.cc; then mv -f ".deps/smtp.Tpo" ".deps/smtp.Po"; else rm -f ".deps/smtp.Tpo"; exit 1; fi --- mime.o --- mime.c: In function 'translate': mime.c:554:34: warning: 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: /tmp/work/mail/elmo/work/.buildlink/include/iconv.h:81:43: note: expected 'char **' but argument is of type 'const char **' 81 | 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) | ~~~~~~~~~~~~~~~^~ --- run.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT run.o -MD -MP -MF ".deps/run.Tpo" -c -o run.o `test -f 'run.c' || echo './'`run.c; then mv -f ".deps/run.Tpo" ".deps/run.Po"; else rm -f ".deps/run.Tpo"; exit 1; fi --- compose.c --- --- smtp.o --- smtp.cc:185:9: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 185 | "CRAM-MD5", | ^~~~~~~~~~ smtp.cc:186:9: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 186 | "PLAIN", | ^~~~~~~ smtp.cc:187:9: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 187 | "LOGIN", | ^~~~~~~ --- compose.c --- /usr/bin/bash ../ylwrap compose.l lex.cm.c compose.c -- flex -Pcm -s -p --- smtp.o --- smtp.cc: In member function 'void Smtp::send_data()': smtp.cc:968:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 968 | combo ("DATA\r\n", 6, TERMINATOR_RE); | ^~~~~~~~~~ smtp.cc: In member function 'void Smtp::send_quit()': smtp.cc:976:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 976 | combo ("QUIT\r\n", 6, TERMINATOR_RE); | ^~~~~~~~~~ --- sender.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT sender.o -MD -MP -MF ".deps/sender.Tpo" -c -o sender.o `test -f 'sender.c' || echo './'`sender.c; then mv -f ".deps/sender.Tpo" ".deps/sender.Po"; else rm -f ".deps/sender.Tpo"; exit 1; fi --- rmime.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT rmime.o -MD -MP -MF ".deps/rmime.Tpo" -c -o rmime.o `test -f 'rmime.c' || echo './'`rmime.c; then mv -f ".deps/rmime.Tpo" ".deps/rmime.Po"; else rm -f ".deps/rmime.Tpo"; exit 1; fi --- raddress.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT raddress.o -MD -MP -MF ".deps/raddress.Tpo" -c -o raddress.o `test -f 'raddress.c' || echo './'`raddress.c; then mv -f ".deps/raddress.Tpo" ".deps/raddress.Po"; else rm -f ".deps/raddress.Tpo"; exit 1; fi --- attach.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT attach.o -MD -MP -MF ".deps/attach.Tpo" -c -o attach.o `test -f 'attach.c' || echo './'`attach.c; then mv -f ".deps/attach.Tpo" ".deps/attach.Po"; else rm -f ".deps/attach.Tpo"; exit 1; fi --- mailinfo.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT mailinfo.o -MD -MP -MF ".deps/mailinfo.Tpo" -c -o mailinfo.o `test -f 'mailinfo.c' || echo './'`mailinfo.c; then mv -f ".deps/mailinfo.Tpo" ".deps/mailinfo.Po"; else rm -f ".deps/mailinfo.Tpo"; exit 1; fi --- abook.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT abook.o -MD -MP -MF ".deps/abook.Tpo" -c -o abook.o `test -f 'abook.c' || echo './'`abook.c; then mv -f ".deps/abook.Tpo" ".deps/abook.Po"; else rm -f ".deps/abook.Tpo"; exit 1; fi --- mailinfo.o --- mailinfo.c: In function 'mailinfo_init': mailinfo.c:136:20: warning: variable 'height' set but not used [-Wunused-but-set-variable] 136 | int width, height, top, left; | ^~~~~~ --- read.o --- --- abook.o --- abook.c: In function 'add_string': abook.c:321:47: warning: pointer targets in passing argument 2 of 'search_perform' differ in signedness [-Wpointer-sign] 321 | pos = search_perform (search, str); | ^~~ | | | char * In file included from select.h:27, from abook.c:53: 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); | ~~~~~~~~~~~~~~~~~~~~~^~~~ abook.c: In function 'match_groups': abook.c:369:58: warning: pointer targets in passing argument 2 of 'search_perform' differ in signedness [-Wpointer-sign] 369 | if (search_perform (search, groups->array[i]) != -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); | ~~~~~~~~~~~~~~~~~~~~~^~~~ abook.c: In function 'match_address': abook.c:387:55: warning: pointer targets in passing argument 2 of 'search_perform' differ in signedness [-Wpointer-sign] 387 | if (addr->name && search_perform (search, addr->name) != -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); | ~~~~~~~~~~~~~~~~~~~~~^~~~ abook.c:390:56: warning: pointer targets in passing argument 2 of 'search_perform' differ in signedness [-Wpointer-sign] 390 | if (addr->email && search_perform (search, addr->email) != -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); | ~~~~~~~~~~~~~~~~~~~~~^~~~ --- read.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT read.o -MD -MP -MF ".deps/read.Tpo" -c -o read.o `test -f 'read.c' || echo './'`read.c; then mv -f ".deps/read.Tpo" ".deps/read.Po"; else rm -f ".deps/read.Tpo"; exit 1; fi --- eprintf.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT eprintf.o -MD -MP -MF ".deps/eprintf.Tpo" -c -o eprintf.o `test -f 'eprintf.c' || echo './'`eprintf.c; then mv -f ".deps/eprintf.Tpo" ".deps/eprintf.Po"; else rm -f ".deps/eprintf.Tpo"; exit 1; fi --- read.o --- read.c: In function 'echo_input': read.c:299:22: warning: variable 'y' set but not used [-Wunused-but-set-variable] 299 | int x, y; | ^ read.c: In function 'choose_wrapper': read.c:625:13: warning: variable 'y' set but not used [-Wunused-but-set-variable] 625 | int y, x; | ^ read.c: In function 'write_prompt': read.c:660:13: warning: variable 'y' set but not used [-Wunused-but-set-variable] 660 | int y; | ^ read.c: In function 'read_complete': read.c:952:13: warning: variable 'y' set but not used [-Wunused-but-set-variable] 952 | int y, x; | ^ --- misc.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o `test -f 'misc.c' || echo './'`misc.c; then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 1; fi --- keymap.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT keymap.o -MD -MP -MF ".deps/keymap.Tpo" -c -o keymap.o `test -f 'keymap.c' || echo './'`keymap.c; then mv -f ".deps/keymap.Tpo" ".deps/keymap.Po"; else rm -f ".deps/keymap.Tpo"; exit 1; fi --- hook.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT hook.o -MD -MP -MF ".deps/hook.Tpo" -c -o hook.o `test -f 'hook.c' || echo './'`hook.c; then mv -f ".deps/hook.Tpo" ".deps/hook.Po"; else rm -f ".deps/hook.Tpo"; exit 1; fi --- choose.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT choose.o -MD -MP -MF ".deps/choose.Tpo" -c -o choose.o `test -f 'choose.c' || echo './'`choose.c; then mv -f ".deps/choose.Tpo" ".deps/choose.Po"; else rm -f ".deps/choose.Tpo"; exit 1; fi --- linech.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT linech.o -MD -MP -MF ".deps/linech.Tpo" -c -o linech.o `test -f 'linech.c' || echo './'`linech.c; then mv -f ".deps/linech.Tpo" ".deps/linech.Po"; else rm -f ".deps/linech.Tpo"; exit 1; fi --- ask.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT ask.o -MD -MP -MF ".deps/ask.Tpo" -c -o ask.o `test -f 'ask.c' || echo './'`ask.c; then mv -f ".deps/ask.Tpo" ".deps/ask.Po"; else rm -f ".deps/ask.Tpo"; exit 1; fi --- bayes.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT bayes.o -MD -MP -MF ".deps/bayes.Tpo" -c -o bayes.o `test -f 'bayes.c' || echo './'`bayes.c; then mv -f ".deps/bayes.Tpo" ".deps/bayes.Po"; else rm -f ".deps/bayes.Tpo"; exit 1; fi --- wrapbox.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT wrapbox.o -MD -MP -MF ".deps/wrapbox.Tpo" -c -o wrapbox.o `test -f 'wrapbox.c' || echo './'`wrapbox.c; then mv -f ".deps/wrapbox.Tpo" ".deps/wrapbox.Po"; else rm -f ".deps/wrapbox.Tpo"; exit 1; fi wrapbox.c: In function 'wrapbox_mail_body': wrapbox.c:345:15: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 345 | int ret = 1; | ^~~ --- memblock.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT memblock.o -MD -MP -MF ".deps/memblock.Tpo" -c -o memblock.o `test -f 'memblock.c' || echo './'`memblock.c; then mv -f ".deps/memblock.Tpo" ".deps/memblock.Po"; else rm -f ".deps/memblock.Tpo"; exit 1; fi --- help.o --- --- mybox.o --- --- help.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT help.o -MD -MP -MF ".deps/help.Tpo" -c -o help.o `test -f 'help.c' || echo './'`help.c; then mv -f ".deps/help.Tpo" ".deps/help.Po"; else rm -f ".deps/help.Tpo"; exit 1; fi --- mybox.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT mybox.o -MD -MP -MF ".deps/mybox.Tpo" -c -o mybox.o `test -f 'mybox.c' || echo './'`mybox.c; then mv -f ".deps/mybox.Tpo" ".deps/mybox.Po"; else rm -f ".deps/mybox.Tpo"; exit 1; fi --- token.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT token.o -MD -MP -MF ".deps/token.Tpo" -c -o token.o `test -f 'token.c' || echo './'`token.c; then mv -f ".deps/token.Tpo" ".deps/token.Po"; else rm -f ".deps/token.Tpo"; exit 1; fi --- help.o --- help.c: In function 'make_introduction': help.c:81:27: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 81 | int width, nothing; | ^~~~~~~ --- confhold.o --- --- memchunk.o --- --- confhold.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT confhold.o -MD -MP -MF ".deps/confhold.Tpo" -c -o confhold.o `test -f 'confhold.c' || echo './'`confhold.c; then mv -f ".deps/confhold.Tpo" ".deps/confhold.Po"; else rm -f ".deps/confhold.Tpo"; exit 1; fi --- memchunk.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT memchunk.o -MD -MP -MF ".deps/memchunk.Tpo" -c -o memchunk.o `test -f 'memchunk.c' || echo './'`memchunk.c; then mv -f ".deps/memchunk.Tpo" ".deps/memchunk.Po"; else rm -f ".deps/memchunk.Tpo"; exit 1; fi --- md5c.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT md5c.o -MD -MP -MF ".deps/md5c.Tpo" -c -o md5c.o `test -f 'md5c.c' || echo './'`md5c.c; then mv -f ".deps/md5c.Tpo" ".deps/md5c.Po"; else rm -f ".deps/md5c.Tpo"; exit 1; fi --- hmac-md5.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT hmac-md5.o -MD -MP -MF ".deps/hmac-md5.Tpo" -c -o hmac-md5.o `test -f 'hmac-md5.c' || echo './'`hmac-md5.c; then mv -f ".deps/hmac-md5.Tpo" ".deps/hmac-md5.Po"; else rm -f ".deps/hmac-md5.Tpo"; exit 1; fi --- bitarray.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT bitarray.o -MD -MP -MF ".deps/bitarray.Tpo" -c -o bitarray.o `test -f 'bitarray.c' || echo './'`bitarray.c; then mv -f ".deps/bitarray.Tpo" ".deps/bitarray.Po"; else rm -f ".deps/bitarray.Tpo"; exit 1; fi --- str.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT str.o -MD -MP -MF ".deps/str.Tpo" -c -o str.o `test -f 'str.c' || echo './'`str.c; then mv -f ".deps/str.Tpo" ".deps/str.Po"; else rm -f ".deps/str.Tpo"; exit 1; fi --- stats.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT stats.o -MD -MP -MF ".deps/stats.Tpo" -c -o stats.o `test -f 'stats.c' || echo './'`stats.c; then mv -f ".deps/stats.Tpo" ".deps/stats.Po"; else rm -f ".deps/stats.Tpo"; exit 1; fi --- interface.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT interface.o -MD -MP -MF ".deps/interface.Tpo" -c -o interface.o `test -f 'interface.c' || echo './'`interface.c; then mv -f ".deps/interface.Tpo" ".deps/interface.Po"; else rm -f ".deps/interface.Tpo"; exit 1; fi --- color.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT color.o -MD -MP -MF ".deps/color.Tpo" -c -o color.o `test -f 'color.c' || echo './'`color.c; then mv -f ".deps/color.Tpo" ".deps/color.Po"; else rm -f ".deps/color.Tpo"; exit 1; fi --- label.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT label.o -MD -MP -MF ".deps/label.Tpo" -c -o label.o `test -f 'label.c' || echo './'`label.c; then mv -f ".deps/label.Tpo" ".deps/label.Po"; else rm -f ".deps/label.Tpo"; exit 1; fi --- topbar.o --- --- procmail.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT procmail.o -MD -MP -MF ".deps/procmail.Tpo" -c -o procmail.o `test -f 'procmail.c' || echo './'`procmail.c; then mv -f ".deps/procmail.Tpo" ".deps/procmail.Po"; else rm -f ".deps/procmail.Tpo"; exit 1; fi --- topbar.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT topbar.o -MD -MP -MF ".deps/topbar.Tpo" -c -o topbar.o `test -f 'topbar.c' || echo './'`topbar.c; then mv -f ".deps/topbar.Tpo" ".deps/topbar.Po"; else rm -f ".deps/topbar.Tpo"; exit 1; fi --- label.o --- label.c: In function 'get_window': label.c:71:17: warning: variable 'height' set but not used [-Wunused-but-set-variable] 71 | int height, width, top, left; | ^~~~~~ label.c: In function 'put_text': label.c:115:20: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 115 | int width, nothing; | ^~~~~~~ --- topbar.o --- topbar.c: In function 'draw_bar': topbar.c:126:20: warning: variable 'nothing' set but not used [-Wunused-but-set-variable] 126 | int width, nothing; | ^~~~~~~ --- frames.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT frames.o -MD -MP -MF ".deps/frames.Tpo" -c -o frames.o `test -f 'frames.c' || echo './'`frames.c; then mv -f ".deps/frames.Tpo" ".deps/frames.Po"; else rm -f ".deps/frames.Tpo"; exit 1; fi --- pgp.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT pgp.o -MD -MP -MF ".deps/pgp.Tpo" -c -o pgp.o `test -f 'pgp.c' || echo './'`pgp.c; then mv -f ".deps/pgp.Tpo" ".deps/pgp.Po"; else rm -f ".deps/pgp.Tpo"; exit 1; fi --- search.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT search.o -MD -MP -MF ".deps/search.Tpo" -c -o search.o `test -f 'search.c' || echo './'`search.c; then mv -f ".deps/search.Tpo" ".deps/search.Po"; else rm -f ".deps/search.Tpo"; exit 1; fi --- property.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT property.o -MD -MP -MF ".deps/property.Tpo" -c -o property.o `test -f 'property.c' || echo './'`property.c; then mv -f ".deps/property.Tpo" ".deps/property.Po"; else rm -f ".deps/property.Tpo"; exit 1; fi --- search.o --- search.c: In function 'search_perform': search.c:143:23: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 143 | len = strlen (str); | ^~~ | | | const unsigned char * In file included from /usr/include/string.h:35, from search.c:26: /usr/include/iso/string_iso.h:79:22: note: expected 'const char *' but argument is of type 'const unsigned char *' 79 | extern size_t strlen(const char *); | ^~~~~~~~~~~~ --- mlex.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT mlex.o -MD -MP -MF ".deps/mlex.Tpo" -c -o mlex.o `test -f 'mlex.c' || echo './'`mlex.c; then mv -f ".deps/mlex.Tpo" ".deps/mlex.Po"; else rm -f ".deps/mlex.Tpo"; exit 1; fi --- confread.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT confread.o -MD -MP -MF ".deps/confread.Tpo" -c -o confread.o `test -f 'confread.c' || echo './'`confread.c; then mv -f ".deps/confread.Tpo" ".deps/confread.Po"; else rm -f ".deps/confread.Tpo"; exit 1; fi --- compose.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT compose.o -MD -MP -MF ".deps/compose.Tpo" -c -o compose.o `test -f 'compose.c' || echo './'`compose.c; then mv -f ".deps/compose.Tpo" ".deps/compose.Po"; else rm -f ".deps/compose.Tpo"; exit 1; fi --- mlex.o --- mlex.l: In function 'mlex_scan': mlex.l:707:9: warning: implicit declaration of function 'yy_flex_realloc' [-Wimplicit-function-declaration] 707 | yy_flex_realloc (0, 0); | ^~~~~~~~~~~~~~~ mlex.c: At top level: mlex.c:2267:16: warning: 'input' defined but not used [-Wunused-function] 2267 | #else | ^ --- confread.o --- confread.l: In function 'set_value': confread.l:736:17: warning: case value '123' not in enumerated type 'token_t' {aka 'enum token'} [-Wswitch] 736 | case '{': | ^~~~ confread.c: At top level: confread.c:1934:16: warning: 'input' defined but not used [-Wunused-function] 1934 | #else | ^ --- compose.o --- compose.l: In function 'make_signature': compose.l:641:25: warning: 'strncpy' output truncated before terminating nul copying 5 bytes from a string of the same length [-Wstringop-truncation] 641 | strncpy (signature, "\n-- \n", 5); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compose.c: At top level: compose.c:1586:16: warning: 'input' defined but not used [-Wunused-function] 1586 | #else | ^ --- exec.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -Wall -DLOCALEDIR='"/opt/local/share/locale"' -DSYSCONFDIR='"/opt/local/etc"' -DDATADIR='"/opt/local/share/elmo"' -I/opt/local/include -gdwarf-2 -g3 -O0 -MT exec.o -MD -MP -MF ".deps/exec.Tpo" -c -o exec.o `test -f 'exec.c' || echo './'`exec.c; then mv -f ".deps/exec.Tpo" ".deps/exec.Po"; else rm -f ".deps/exec.Tpo"; exit 1; fi --- elmo --- g++ -gdwarf-2 -g3 -O0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o elmo elmo.o status.o folder.o cmd.o mbox.o mlex.o xmalloc.o line.o hash.o address.o clock.o mailreader.o rstring.o multree.o mail.o debug.o rarray.o maildir.o file.o error.o select.o box_selection.o confread.o networking.o pop.o fetch.o mime.o smtp.o run.o compose.o sender.o rmime.o raddress.o attach.o mailinfo.o abook.o read.o eprintf.o misc.o exec.o keymap.o hook.o choose.o linech.o ask.o bayes.o wrapbox.o memblock.o help.o mybox.o token.o confhold.o memchunk.o md5c.o hmac-md5.o bitarray.o str.o stats.o interface.o color.o label.o topbar.o procmail.o frames.o pgp.o search.o property.o -L/opt/local/lib -lgpgme -Wl,-R/opt/local/lib -lassuan -Wl,-R/opt/local/lib -lgpg-error -lsocket -lresolv -lnsl -lsocket -lncurses Making all in themes