* Package: net-mail/eps-1.7-r1 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking eps-1.7.tar.gz to /var/tmp/portage/net-mail/eps-1.7-r1/work >>> Source unpacked in /var/tmp/portage/net-mail/eps-1.7-r1/work >>> Preparing source in /var/tmp/portage/net-mail/eps-1.7-r1/work/eps-1.7 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-mail/eps-1.7-r1/work/eps-1.7 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/net-mail/eps-1.7-r1/work/eps-1.7 ... make -j4 CC=x86_64-pc-linux-gnu-gcc AR=x86_64-pc-linux-gnu-ar x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o line.o -c line.c -O2 -pipe -march=native -frecord-gcc-switches x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o buffer.o -c buffer.c -O2 -pipe -march=native -frecord-gcc-switches x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o unfold.o -c unfold.c -O2 -pipe -march=native -frecord-gcc-switches x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o content.o -c content.c -O2 -pipe -march=native -frecord-gcc-switches x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o eps.o -c eps.c -O2 -pipe -march=native -frecord-gcc-switches x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o int_stream.o -c int_stream.c -O2 -pipe -march=native -frecord-gcc-switches x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o rfc2822.o -c rfc2822.c -O2 -pipe -march=native -frecord-gcc-switches In file included from eps.h:21, from int_stream.c:2: rfc2822.h:7:12: warning: inline function ‘rfc2822_is_sep’ declared but never defined 7 | inline int rfc2822_is_sep(unsigned char); | ^~~~~~~~~~~~~~ rfc2822.h:6:12: warning: inline function ‘rfc2822_is_wsp’ declared but never defined 6 | inline int rfc2822_is_wsp(unsigned char); | ^~~~~~~~~~~~~~ eps.c: In function ‘eps_next_header’: eps.c:106:5: warning: pointer targets in assignment from ‘char *’ to ‘unsigned char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 106 | l = unfold_next_line(e->u); | ^ eps.c: In function ‘eps_next_line’: eps.c:129:5: warning: pointer targets in assignment from ‘char *’ to ‘unsigned char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 129 | l = buffer_next_line(e->u->b); | ^ eps.c:139:33: warning: pointer targets in passing argument 2 of ‘boundary_is’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 139 | ret = boundary_is(e, (l + 2)); | ~~~^~~~ | | | unsigned char * In file included from eps.h:28, from eps.c:4: boundary.h:19:26: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 19 | int boundary_is(eps_t *, char *); | ^~~~~~ eps.c: In function ‘eps_source’: eps.c:193:16: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 193 | len = strlen(l); | ^ | | | const unsigned char * In file included from eps.c:3: /usr/include/string.h:385:35: note: expected ‘const char *’ but argument is of type ‘const unsigned char *’ 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from eps.h:21, from eps.c:4: eps.c: At top level: rfc2822.h:7:12: warning: inline function ‘rfc2822_is_sep’ declared but never defined 7 | inline int rfc2822_is_sep(unsigned char); | ^~~~~~~~~~~~~~ rfc2822.h:6:12: warning: inline function ‘rfc2822_is_wsp’ declared but never defined 6 | inline int rfc2822_is_wsp(unsigned char); | ^~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o misc.o -c misc.c -O2 -pipe -march=native -frecord-gcc-switches x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o header.o -c header.c -O2 -pipe -march=native -frecord-gcc-switches misc.c: In function ‘mstrdup’: misc.c:21:19: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 21 | len = strlen(str); | ^~~ | | | unsigned char * In file included from misc.c:2: /usr/include/string.h:385:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ header.c: In function ‘header_fetch_atom’: header.c:423:34: warning: pointer targets in passing argument 1 of ‘strcasecmp’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 423 | if (!(strcasecmp(a->next->name, name))) | ~~~~~~~^~~~~~ | | | unsigned char * In file included from /usr/include/string.h:432, from header.c:2: /usr/include/strings.h:116:36: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 116 | extern int strcasecmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ header.c:423:42: warning: pointer targets in passing argument 2 of ‘strcasecmp’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 423 | if (!(strcasecmp(a->next->name, name))) | ^~~~ | | | unsigned char * In file included from /usr/include/string.h:432, from header.c:2: /usr/include/strings.h:116:54: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 116 | extern int strcasecmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ In file included from eps.h:21, from header.c:4: header.c: At top level: rfc2822.h:7:12: warning: inline function ‘rfc2822_is_sep’ declared but never defined 7 | inline int rfc2822_is_sep(unsigned char); | ^~~~~~~~~~~~~~ rfc2822.h:6:12: warning: inline function ‘rfc2822_is_wsp’ declared but never defined 6 | inline int rfc2822_is_wsp(unsigned char); | ^~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o email.o -c email.c -O2 -pipe -march=native -frecord-gcc-switches x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o boundary.o -c boundary.c -O2 -pipe -march=native -frecord-gcc-switches email.c:9:5: warning: pointer targets in initialization of ‘unsigned char *’ from ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 9 | { "Content-type", email_content_type }, | ^~~~~~~~~~~~~~ email.c:9:5: note: (near initialization for ‘_i_headers[0].name’) email.c: In function ‘email_content_type’: email.c:29:37: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 29 | len = strlen(eps->h->atoms->next->data); | ~~~~~~~~~~~~~~~~~~~^~~~~~ | | | unsigned char * In file included from email.c:3: /usr/include/string.h:385:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ email.c:37:45: warning: pointer targets in passing argument 1 of ‘content_parse’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 37 | type = content_parse(eps->h->atoms->next->data, TYP_CON); | ~~~~~~~~~~~~~~~~~~~^~~~~~ | | | unsigned char * In file included from eps.h:22, from email.c:4: content.h:48:19: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 48 | int content_parse(char *, char); | ^~~~~~ email.c:42:36: warning: pointer targets in passing argument 2 of ‘header_fetch_atom’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 42 | p = header_fetch_atom(eps->h, "boundary"); | ^~~~~~~~~~ | | | char * In file included from eps.h:26, from email.c:4: header.h:21:46: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 21 | unsigned char *header_fetch_atom(header_t *, unsigned char *); | ^~~~~~~~~~~~~~~ email.c:42:8: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 42 | p = header_fetch_atom(eps->h, "boundary"); | ^ email.c: In function ‘email_header_internal’: email.c:65:37: warning: pointer targets in passing argument 1 of ‘strcasecmp’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 65 | if (!(strcasecmp(_i_headers[i].name, eps->h->name))) | ~~~~~~~~~~~~~^~~~~ | | | unsigned char * In file included from /usr/include/string.h:432, from email.c:3: /usr/include/strings.h:116:36: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 116 | extern int strcasecmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ email.c:65:50: warning: pointer targets in passing argument 2 of ‘strcasecmp’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 65 | if (!(strcasecmp(_i_headers[i].name, eps->h->name))) | ~~~~~~^~~~~~ | | | unsigned char * In file included from /usr/include/string.h:432, from email.c:3: /usr/include/strings.h:116:54: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 116 | extern int strcasecmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ In file included from eps.h:21, from email.c:4: email.c: At top level: rfc2822.h:7:12: warning: inline function ‘rfc2822_is_sep’ declared but never defined 7 | inline int rfc2822_is_sep(unsigned char); | ^~~~~~~~~~~~~~ rfc2822.h:6:12: warning: inline function ‘rfc2822_is_wsp’ declared but never defined 6 | inline int rfc2822_is_wsp(unsigned char); | ^~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o mime.o -c mime.c -O2 -pipe -march=native -frecord-gcc-switches boundary.c: In function ‘boundary_add’: boundary.c:52:25: warning: pointer targets in passing argument 1 of ‘mstrdup’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 52 | m->boundary = mstrdup(boundary); | ^~~~~~~~ | | | char * In file included from eps.h:25, from boundary.c:4: misc.h:4:24: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 4 | unsigned char *mstrdup(unsigned char *); | ^~~~~~~~~~~~~~~ boundary.c:52:15: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 52 | m->boundary = mstrdup(boundary); | ^ In file included from eps.h:21, from boundary.c:4: boundary.c: At top level: rfc2822.h:7:12: warning: inline function ‘rfc2822_is_sep’ declared but never defined 7 | inline int rfc2822_is_sep(unsigned char); | ^~~~~~~~~~~~~~ rfc2822.h:6:12: warning: inline function ‘rfc2822_is_wsp’ declared but never defined 6 | inline int rfc2822_is_wsp(unsigned char); | ^~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o address.o -c address.c -O2 -pipe -march=native -frecord-gcc-switches x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o base64.o -c base64.c -O2 -pipe -march=native -frecord-gcc-switches mime.c:14:5: warning: pointer targets in initialization of ‘unsigned char *’ from ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 14 | { "Content-Type", mime_content_type }, | ^~~~~~~~~~~~~~ mime.c:14:5: note: (near initialization for ‘_m_i_headers[0].name’) mime.c:15:5: warning: pointer targets in initialization of ‘unsigned char *’ from ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 15 | { "Content-Transfer-Encoding", mime_transfer_encoding }, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mime.c:15:5: note: (near initialization for ‘_m_i_headers[1].name’) mime.c:16:5: warning: pointer targets in initialization of ‘unsigned char *’ from ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 16 | { "Content-Disposition", mime_content_disposition }, | ^~~~~~~~~~~~~~~~~~~~~ mime.c:16:5: note: (near initialization for ‘_m_i_headers[2].name’) mime.c: In function ‘mime_header’: mime.c:46:39: warning: pointer targets in passing argument 1 of ‘strcasecmp’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 46 | if (!(strcasecmp(_m_i_headers[i].name, h->name))) { | ~~~~~~~~~~~~~~~^~~~~ | | | unsigned char * In file included from /usr/include/string.h:432, from mime.c:3: /usr/include/strings.h:116:36: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 116 | extern int strcasecmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ mime.c:46:47: warning: pointer targets in passing argument 2 of ‘strcasecmp’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 46 | if (!(strcasecmp(_m_i_headers[i].name, h->name))) { | ~^~~~~~ | | | unsigned char * In file included from /usr/include/string.h:432, from mime.c:3: /usr/include/strings.h:116:54: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 116 | extern int strcasecmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ mime.c: In function ‘mime_content_type’: mime.c:68:32: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 68 | len = strlen(h->atoms->next->data); | ~~~~~~~~~~~~~~^~~~~~ | | | unsigned char * In file included from mime.c:3: /usr/include/string.h:385:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ mime.c:76:52: warning: pointer targets in passing argument 1 of ‘content_parse’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 76 | m->content_type = content_parse(h->atoms->next->data, TYP_CON); | ~~~~~~~~~~~~~~^~~~~~ | | | unsigned char * In file included from eps.h:22, from mime.c:5: content.h:48:19: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 48 | int content_parse(char *, char); | ^~~~~~ mime.c:80:31: warning: pointer targets in passing argument 2 of ‘header_fetch_atom’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 80 | p = header_fetch_atom(h, "name"); | ^~~~~~ | | | char * In file included from eps.h:26, from mime.c:5: header.h:21:46: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 21 | unsigned char *header_fetch_atom(header_t *, unsigned char *); | ^~~~~~~~~~~~~~~ mime.c:80:8: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 80 | p = header_fetch_atom(h, "name"); | ^ mime.c:82:31: warning: pointer targets in passing argument 1 of ‘mstrdup’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 82 | m->filename = mstrdup(p); | ^ | | | char * In file included from eps.h:25, from mime.c:5: misc.h:4:24: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 4 | unsigned char *mstrdup(unsigned char *); | ^~~~~~~~~~~~~~~ mime.c:82:21: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 82 | m->filename = mstrdup(p); | ^ mime.c:86:31: warning: pointer targets in passing argument 2 of ‘header_fetch_atom’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 86 | p = header_fetch_atom(h, "boundary"); | ^~~~~~~~~~ | | | char * In file included from eps.h:26, from mime.c:5: header.h:21:46: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 21 | unsigned char *header_fetch_atom(header_t *, unsigned char *); | ^~~~~~~~~~~~~~~ mime.c:86:8: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 86 | p = header_fetch_atom(h, "boundary"); | ^ mime.c: In function ‘mime_transfer_encoding’: mime.c:100:48: warning: pointer targets in passing argument 1 of ‘content_parse’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 100 | m->encoding = content_parse(h->atoms->next->data, TYP_ENC); | ~~~~~~~~~~~~~~^~~~~~ | | | unsigned char * In file included from eps.h:22, from mime.c:5: content.h:48:19: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 48 | int content_parse(char *, char); | ^~~~~~ mime.c: In function ‘mime_content_disposition’: mime.c:112:51: warning: pointer targets in passing argument 1 of ‘content_parse’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 112 | m->disposition = content_parse(h->atoms->next->data, TYP_DIS); | ~~~~~~~~~~~~~~^~~~~~ | | | unsigned char * In file included from eps.h:22, from mime.c:5: content.h:48:19: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 48 | int content_parse(char *, char); | ^~~~~~ mime.c:115:31: warning: pointer targets in passing argument 2 of ‘header_fetch_atom’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 115 | p = header_fetch_atom(h, "filename"); | ^~~~~~~~~~ | | | char * In file included from eps.h:26, from mime.c:5: header.h:21:46: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 21 | unsigned char *header_fetch_atom(header_t *, unsigned char *); | ^~~~~~~~~~~~~~~ mime.c:115:8: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 115 | p = header_fetch_atom(h, "filename"); | ^ mime.c:117:31: warning: pointer targets in passing argument 1 of ‘mstrdup’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 117 | m->filename = mstrdup(p); | ^ | | | char * In file included from eps.h:25, from mime.c:5: misc.h:4:24: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 4 | unsigned char *mstrdup(unsigned char *); | ^~~~~~~~~~~~~~~ mime.c:117:21: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 117 | m->filename = mstrdup(p); | ^ mime.c: In function ‘mime_init_stream’: mime.c:150:33: warning: pointer targets in passing argument 1 of ‘mstrdup’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 150 | eps->m->boundary = mstrdup(p); | ^ | | | char * In file included from eps.h:25, from mime.c:5: misc.h:4:24: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 4 | unsigned char *mstrdup(unsigned char *); | ^~~~~~~~~~~~~~~ mime.c:150:23: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 150 | eps->m->boundary = mstrdup(p); | ^ mime.c: In function ‘mime_next_header’: mime.c:168:5: warning: pointer targets in assignment from ‘char *’ to ‘unsigned char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 168 | l = unfold_next_line(eps->u); | ^ mime.c: In function ‘mime_next_line’: mime.c:195:5: warning: pointer targets in assignment from ‘char *’ to ‘unsigned char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 195 | l = buffer_next_line(eps->u->b); | ^ mime.c:202:32: warning: pointer targets in passing argument 2 of ‘boundary_is’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 202 | ret = boundary_is(eps, (l + 2)); | ~~~^~~~ | | | unsigned char * In file included from eps.h:28, from mime.c:5: boundary.h:19:26: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 19 | int boundary_is(eps_t *, char *); | ^~~~~~ mime.c:207:46: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 207 | eps->m->orig = (char *)malloc(strlen(l) + 1); | ^ | | | unsigned char * In file included from mime.c:3: /usr/include/string.h:385:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ mime.c:209:51: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 209 | memset((char *)eps->m->orig, 0, strlen(l) + 1); | ^ | | | unsigned char * In file included from mime.c:3: /usr/include/string.h:385:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ mime.c:210:59: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 210 | memcpy((char *)eps->m->orig, (char *)l, strlen(l)); | ^ | | | unsigned char * In file included from mime.c:3: /usr/include/string.h:385:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ mime.c:234:45: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 234 | eps->m->orig = (char *)malloc(strlen(l) + 1); | ^ | | | unsigned char * In file included from mime.c:3: /usr/include/string.h:385:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ mime.c:236:50: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 236 | memset((char *)eps->m->orig, 0, strlen(l) + 1); | ^ | | | unsigned char * In file included from mime.c:3: /usr/include/string.h:385:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ mime.c:237:58: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 237 | memcpy((char *)eps->m->orig, (char *)l, strlen(l)); | ^ | | | unsigned char * In file included from mime.c:3: /usr/include/string.h:385:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ In file included from eps.h:21, from mime.c:5: mime.c: At top level: rfc2822.h:7:12: warning: inline function ‘rfc2822_is_sep’ declared but never defined 7 | inline int rfc2822_is_sep(unsigned char); | ^~~~~~~~~~~~~~ rfc2822.h:6:12: warning: inline function ‘rfc2822_is_wsp’ declared but never defined 6 | inline int rfc2822_is_wsp(unsigned char); | ^~~~~~~~~~~~~~ address.c: In function ‘address_evaluate’: address.c:33:15: warning: pointer targets in passing argument 1 of ‘mstrdup’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 33 | d = mstrdup((char *)data); | ^~~~~~~~~~~~ | | | char * In file included from eps.h:25, from address.c:4: misc.h:4:24: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 4 | unsigned char *mstrdup(unsigned char *); | ^~~~~~~~~~~~~~~ address.c:33:5: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 33 | d = mstrdup((char *)data); | ^ address.c:41:26: warning: pointer targets in passing argument 1 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 41 | h = rfc2822_next_token(d, ':', "<>;"); | ^ | | | char * In file included from eps.h:21, from address.c:4: rfc2822.h:9:35: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | unsigned char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ address.c:41:34: warning: pointer targets in passing argument 3 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 41 | h = rfc2822_next_token(d, ':', "<>;"); | ^~~~~ | | | char * In file included from eps.h:21, from address.c:4: rfc2822.h:9:67: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | ed char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ address.c:41:5: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 41 | h = rfc2822_next_token(d, ':', "<>;"); | ^ address.c:45:25: warning: pointer targets in passing argument 1 of ‘mstrdup’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 45 | g->group = mstrdup(t); | ^ | | | char * In file included from eps.h:25, from address.c:4: misc.h:4:24: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 4 | unsigned char *mstrdup(unsigned char *); | ^~~~~~~~~~~~~~~ address.c:45:15: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 45 | g->group = mstrdup(t); | ^ address.c:57:28: warning: pointer targets in passing argument 1 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 57 | h = rfc2822_next_token(t, ',', NULL); | ^ | | | char * In file included from eps.h:21, from address.c:4: rfc2822.h:9:35: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | unsigned char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ address.c:57:7: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 57 | h = rfc2822_next_token(t, ',', NULL); | ^ address.c:86:36: warning: pointer targets in passing argument 1 of ‘rfc2822_convert_literals’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 86 | h = rfc2822_convert_literals(g->group); | ~^~~~~~~ | | | char * In file included from eps.h:21, from address.c:4: rfc2822.h:10:41: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 10 | unsigned char *rfc2822_convert_literals(unsigned char *); | ^~~~~~~~~~~~~~~ address.c:86:8: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 86 | h = rfc2822_convert_literals(g->group); | ^ address.c: In function ‘address_evaluate_one’: address.c:113:26: warning: pointer targets in passing argument 1 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 113 | h = rfc2822_next_token(data, '<', NULL); | ^~~~ | | | char * In file included from eps.h:21, from address.c:4: rfc2822.h:9:35: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | unsigned char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ address.c:113:5: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 113 | h = rfc2822_next_token(data, '<', NULL); | ^ address.c:130:27: warning: pointer targets in passing argument 1 of ‘mstrdup’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 130 | a->name = mstrdup(n); | ^ | | | char * In file included from eps.h:25, from address.c:4: misc.h:4:24: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 4 | unsigned char *mstrdup(unsigned char *); | ^~~~~~~~~~~~~~~ address.c:130:17: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 130 | a->name = mstrdup(n); | ^ address.c:136:26: warning: pointer targets in passing argument 1 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 136 | h = rfc2822_next_token(p, '@', ">"); | ^ | | | char * In file included from eps.h:21, from address.c:4: rfc2822.h:9:35: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | unsigned char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ address.c:136:34: warning: pointer targets in passing argument 3 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 136 | h = rfc2822_next_token(p, '@', ">"); | ^~~ | | | char * In file included from eps.h:21, from address.c:4: rfc2822.h:9:67: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | ed char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ address.c:136:5: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 136 | h = rfc2822_next_token(p, '@', ">"); | ^ address.c:155:21: warning: pointer targets in passing argument 1 of ‘mstrdup’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 155 | a->user = mstrdup(u); | ^ | | | char * In file included from eps.h:25, from address.c:4: misc.h:4:24: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 4 | unsigned char *mstrdup(unsigned char *); | ^~~~~~~~~~~~~~~ address.c:155:11: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 155 | a->user = mstrdup(u); | ^ address.c:160:26: warning: pointer targets in passing argument 1 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 160 | h = rfc2822_next_token(p, '>', " "); | ^ | | | char * In file included from eps.h:21, from address.c:4: rfc2822.h:9:35: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | unsigned char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ address.c:160:34: warning: pointer targets in passing argument 3 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 160 | h = rfc2822_next_token(p, '>', " "); | ^~~ | | | char * In file included from eps.h:21, from address.c:4: rfc2822.h:9:67: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | ed char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ address.c:160:5: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 160 | h = rfc2822_next_token(p, '>', " "); | ^ address.c:164:23: warning: pointer targets in passing argument 1 of ‘mstrdup’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 164 | a->domain = mstrdup(d); | ^ | | | char * In file included from eps.h:25, from address.c:4: misc.h:4:24: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 4 | unsigned char *mstrdup(unsigned char *); | ^~~~~~~~~~~~~~~ address.c:164:13: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 164 | a->domain = mstrdup(d); | ^ address.c: In function ‘address_fixup’: address.c:215:36: warning: pointer targets in passing argument 1 of ‘rfc2822_convert_literals’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 215 | p = rfc2822_convert_literals(a->name); | ~^~~~~~ | | | char * In file included from eps.h:21, from address.c:4: rfc2822.h:10:41: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 10 | unsigned char *rfc2822_convert_literals(unsigned char *); | ^~~~~~~~~~~~~~~ address.c:215:8: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 215 | p = rfc2822_convert_literals(a->name); | ^ In file included from eps.h:21, from address.c:4: address.c: At top level: rfc2822.h:7:12: warning: inline function ‘rfc2822_is_sep’ declared but never defined 7 | inline int rfc2822_is_sep(unsigned char); | ^~~~~~~~~~~~~~ rfc2822.h:6:12: warning: inline function ‘rfc2822_is_wsp’ declared but never defined 6 | inline int rfc2822_is_wsp(unsigned char); | ^~~~~~~~~~~~~~ base64.c: In function ‘base64_decode’: base64.c:26:5: warning: pointer targets in assignment from ‘char *’ to ‘unsigned char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 26 | p = data; | ^ base64.c:46:23: warning: pointer targets in passing argument 2 of ‘line_inject’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 46 | line_inject(l, buf, 3); | ^~~ | | | unsigned char * In file included from eps.h:18, from base64.c:4: line.h:14:27: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 14 | int line_inject(line_t *, char *, unsigned long); | ^~~~~~ base64.c: In function ‘base64_encode’: base64.c:102:5: warning: pointer targets in assignment from ‘char *’ to ‘unsigned char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 102 | p = l->data; | ^ base64.c:115:30: warning: pointer targets in passing argument 2 of ‘line_inject’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 115 | ret = line_inject(ol, buf, 4); | ^~~ | | | unsigned char * In file included from eps.h:18, from base64.c:4: line.h:14:27: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 14 | int line_inject(line_t *, char *, unsigned long); | ^~~~~~ base64.c:146:28: warning: pointer targets in passing argument 2 of ‘line_inject’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 146 | ret = line_inject(ol, buf, 2); | ^~~ | | | unsigned char * In file included from eps.h:18, from base64.c:4: line.h:14:27: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 14 | int line_inject(line_t *, char *, unsigned long); | ^~~~~~ base64.c:154:31: warning: pointer targets in passing argument 2 of ‘line_inject’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 154 | ret = line_inject(ol, buf, 2); | ^~~ | | | unsigned char * In file included from eps.h:18, from base64.c:4: line.h:14:27: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 14 | int line_inject(line_t *, char *, unsigned long); | ^~~~~~ base64.c:163:31: warning: pointer targets in passing argument 2 of ‘line_inject’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 163 | ret = line_inject(ol, buf, 2); | ^~~ | | | unsigned char * In file included from eps.h:18, from base64.c:4: line.h:14:27: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 14 | int line_inject(line_t *, char *, unsigned long); | ^~~~~~ In file included from eps.h:21, from base64.c:4: base64.c: At top level: rfc2822.h:7:12: warning: inline function ‘rfc2822_is_sep’ declared but never defined 7 | inline int rfc2822_is_sep(unsigned char); | ^~~~~~~~~~~~~~ rfc2822.h:6:12: warning: inline function ‘rfc2822_is_wsp’ declared but never defined 6 | inline int rfc2822_is_wsp(unsigned char); | ^~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o fold.o -c fold.c -O2 -pipe -march=native -frecord-gcc-switches In file included from eps.h:21, from fold.c:3: rfc2822.h:7:12: warning: inline function ‘rfc2822_is_sep’ declared but never defined 7 | inline int rfc2822_is_sep(unsigned char); | ^~~~~~~~~~~~~~ rfc2822.h:6:12: warning: inline function ‘rfc2822_is_wsp’ declared but never defined 6 | inline int rfc2822_is_wsp(unsigned char); | ^~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o int_buffer.o -c int_buffer.c -O2 -pipe -march=native -frecord-gcc-switches x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o qp.o -c qp.c -O2 -pipe -march=native -frecord-gcc-switches x86_64-pc-linux-gnu-gcc -Wall -I. -O2 -pipe -march=native -frecord-gcc-switches -fPIC -o date.o -c date.c -O2 -pipe -march=native -frecord-gcc-switches qp.c: In function ‘qp_decode’: qp.c:57:25: warning: pointer targets in passing argument 2 of ‘line_inject’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 57 | line_inject(l, &c, 1); | ^~ | | | unsigned char * In file included from qp.c:2: line.h:14:27: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 14 | int line_inject(line_t *, char *, unsigned long); | ^~~~~~ date.c: In function ‘date_parse’: date.c:39:27: warning: pointer targets in passing argument 1 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 39 | t = rfc2822_next_token(str, ',', "\t "); | ^~~ | | | char * In file included from date.c:10: rfc2822.h:9:35: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | unsigned char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ date.c:39:37: warning: pointer targets in passing argument 3 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 39 | t = rfc2822_next_token(str, ',', "\t "); | ^~~~~ | | | char * In file included from date.c:10: rfc2822.h:9:67: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | ed char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ In file included from eps.h:21, from int_buffer.c:4: rfc2822.h:7:12: warning: inline function ‘rfc2822_is_sep’ declared but never defined 7 | inline int rfc2822_is_sep(unsigned char); | ^~~~~~~~~~~~~~ date.c:39:6: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 39 | t = rfc2822_next_token(str, ',', "\t "); | ^ rfc2822.h:6:12: warning: inline function ‘rfc2822_is_wsp’ declared but never defined 6 | inline int rfc2822_is_wsp(unsigned char); | ^~~~~~~~~~~~~~ date.c:71:27: warning: pointer targets in passing argument 1 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 71 | t = rfc2822_next_token(t, ' ', "\t"); | ^ | | | char * In file included from date.c:10: rfc2822.h:9:35: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | unsigned char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ date.c:71:35: warning: pointer targets in passing argument 3 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 71 | t = rfc2822_next_token(t, ' ', "\t"); | ^~~~ | | | char * In file included from date.c:10: rfc2822.h:9:67: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | ed char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ date.c:71:6: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 71 | t = rfc2822_next_token(t, ' ', "\t"); | ^ date.c:94:27: warning: pointer targets in passing argument 1 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 94 | t = rfc2822_next_token(t, ' ', "\t"); | ^ | | | char * In file included from date.c:10: rfc2822.h:9:35: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | unsigned char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ date.c:94:35: warning: pointer targets in passing argument 3 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 94 | t = rfc2822_next_token(t, ' ', "\t"); | ^~~~ | | | char * In file included from date.c:10: rfc2822.h:9:67: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | ed char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ date.c:94:6: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 94 | t = rfc2822_next_token(t, ' ', "\t"); | ^ date.c:120:27: warning: pointer targets in passing argument 1 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 120 | t = rfc2822_next_token(t, ' ', "\t"); | ^ | | | char * In file included from date.c:10: rfc2822.h:9:35: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | unsigned char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ date.c:120:35: warning: pointer targets in passing argument 3 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 120 | t = rfc2822_next_token(t, ' ', "\t"); | ^~~~ | | | char * In file included from date.c:10: rfc2822.h:9:67: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | ed char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ date.c:120:6: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 120 | t = rfc2822_next_token(t, ' ', "\t"); | ^ date.c:143:27: warning: pointer targets in passing argument 1 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 143 | t = rfc2822_next_token(t, ':', NULL); | ^ | | | char * In file included from date.c:10: rfc2822.h:9:35: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | unsigned char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ date.c:143:6: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 143 | t = rfc2822_next_token(t, ':', NULL); | ^ date.c:166:27: warning: pointer targets in passing argument 1 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 166 | t = rfc2822_next_token(t, ':', " \t"); | ^ | | | char * In file included from date.c:10: rfc2822.h:9:35: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | unsigned char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ date.c:166:35: warning: pointer targets in passing argument 3 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 166 | t = rfc2822_next_token(t, ':', " \t"); | ^~~~~ | | | char * In file included from date.c:10: rfc2822.h:9:67: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | ed char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ date.c:166:6: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 166 | t = rfc2822_next_token(t, ':', " \t"); | ^ date.c:191:27: warning: pointer targets in passing argument 1 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 191 | t = rfc2822_next_token(t, ' ', "\t"); | ^ | | | char * In file included from date.c:10: rfc2822.h:9:35: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | unsigned char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ date.c:191:35: warning: pointer targets in passing argument 3 of ‘rfc2822_next_token’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 191 | t = rfc2822_next_token(t, ' ', "\t"); | ^~~~ | | | char * In file included from date.c:10: rfc2822.h:9:67: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 9 | ed char *rfc2822_next_token(unsigned char *, unsigned char, unsigned char *); | ^~~~~~~~~~~~~~~ date.c:191:6: warning: pointer targets in assignment from ‘unsigned char *’ to ‘char *’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;] 191 | t = rfc2822_next_token(t, ' ', "\t"); | ^ In file included from date.c:10: date.c: At top level: rfc2822.h:7:12: warning: inline function ‘rfc2822_is_sep’ declared but never defined 7 | inline int rfc2822_is_sep(unsigned char); | ^~~~~~~~~~~~~~ rfc2822.h:6:12: warning: inline function ‘rfc2822_is_wsp’ declared but never defined 6 | inline int rfc2822_is_wsp(unsigned char); | ^~~~~~~~~~~~~~ x86_64-pc-linux-gnu-ar -cru libeps.a line.o buffer.o unfold.o content.o eps.o int_stream.o rfc2822.o misc.o header.o email.o boundary.o mime.o address.o base64.o fold.o int_buffer.o qp.o date.o x86_64-pc-linux-gnu-gcc -shared -Wl,-soname,libeps.so -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o libeps.so line.o buffer.o unfold.o content.o eps.o int_stream.o rfc2822.o misc.o header.o email.o boundary.o mime.o address.o base64.o fold.o int_buffer.o qp.o date.o ranlib libeps.a make: ranlib: No such file or directory make: *** [Makefile:25: libeps.a] Error 127 make: *** Waiting for unfinished jobs.... * ERROR: net-mail/eps-1.7-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-mail/eps-1.7-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-mail/eps-1.7-r1::gentoo'`. * The complete build log is located at '/var/log/emerge-log/build/net-mail/eps-1.7-r1:20200524-142244.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-mail/eps-1.7-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-mail/eps-1.7-r1/temp/environment'. * Working directory: '/var/tmp/portage/net-mail/eps-1.7-r1/work/eps-1.7' * S: '/var/tmp/portage/net-mail/eps-1.7-r1/work/eps-1.7' emerge --info: Portage 2.3.99 (python 3.7.7-final-0, default/linux/amd64/17.1, gcc-10.1.0, glibc-2.31-r3, 5.4.0-1009-aws x86_64) ================================================================= System uname: Linux-5.4.0-1009-aws-x86_64-AMD_EPYC_7571-with-gentoo-2.7 KiB Mem: 16011344 total, 3293760 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Sun, 24 May 2020 16:35:32 +0000 sh bash 5.0_p17 ld GNU ld (Gentoo 2.34 p4) 2.34.0 app-shells/bash: 5.0_p17::gentoo dev-lang/perl: 5.30.2-r2::gentoo dev-lang/python: 2.7.18::gentoo, 3.7.7-r2::gentoo, 3.8.3::gentoo sys-apps/baselayout: 2.7::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.18::gentoo sys-devel/autoconf: 2.69-r5::gentoo sys-devel/automake: 1.16.2::gentoo sys-devel/binutils: 2.34-r1::gentoo sys-devel/gcc: 10.1.0::gentoo sys-devel/gcc-config: 2.3::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.3::gentoo sys-kernel/linux-headers: 5.6::gentoo (virtual/os-headers) sys-libs/glibc: 2.31-r3::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-verify-metamanifest: yes sync-rsync-extra-opts: sync-rsync-verify-jobs: 1 sync-rsync-verify-max-age: 24 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CC="x86_64-pc-linux-gnu-gcc" CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXX="x86_64-pc-linux-gnu-g++" CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps=y --binpkg-respect-use=y -1 -b -k" ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" FCFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="C.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" MAKEOPTS="-j4" PKGDIR="/root/.packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="acl amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS