Source: uw-imap Version: 8:2007e~dfsg-3.1 Severity: serious Tags: wheezy sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20111022 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part: > make[5]: Entering directory > `/build/uw-imap-lRmeyN/uw-imap-2007e~dfsg/c-client' > echo -I/usr/include -DGSS_C_NT_HOSTBASED_SERVICE=gss_nt_service_name > -DKRB5_DEPRECATED=1 >> OSCFLAGS > sh -c '(test -f /usr/lib/libk5crypto.a) && echo -L/usr/lib -lgssapi_krb5 > -lkrb5 -lk5crypto -lcom_err || echo -L/usr/lib -lgssapi_krb5 -lkrb5 -lcrypto > -lcom_err' >> LDFLAGS > echo "#include \"kerb_mit.c\"" >> auths.c > make[5]: Leaving directory `/build/uw-imap-lRmeyN/uw-imap-2007e~dfsg/c-client' > echo " mail_versioncheck (CCLIENTVERSION);" >> linkage.c > ln -s os_slx.h osdep.h > ln -s os_slx.c osdepbas.c > ln -s log_std.c osdeplog.c > ln -s sig_psx.c siglocal.c > ln -s crx_nfs.c crexcl.c > ln -s ip6_unix.c ip_unix.c > sh -c '(test slx = sc5 -o slx = sco -o ! -f /usr/include/sys/statvfs.h) && > echo -DNOFSTATVFS >> OSCFLAGS || fgrep statvfs64 /usr/include/sys/statvfs.h > > /dev/null || echo -DNOFSTATVFS64 >> OSCFLAGS' > Standard password authentication > ln -s ckp_pam.c osdepckp.c > Building with SSL > ln -s ssl_unix.c osdepssl.c > echo -I/usr/include/openssl -I/usr/include/openssl/openssl > -DSSL_CERT_DIRECTORY=\"/etc/ssl/certs\" > -DSSL_KEY_DIRECTORY=\"/etc/ssl/private\" >> OSCFLAGS > echo " ssl_onceonlyinit ();" >> linkage.c > echo -L/usr/lib -lssl -lcrypto >> LDFLAGS > Building with SSL and plaintext passwords disabled unless SSL/TLS > echo " mail_parameters (NIL,SET_DISABLEPLAINTEXT,(void *) 2);" >> linkage.c > cat osdepbas.c osdepckp.c osdeplog.c osdepssl.c > osdep.c > Building OS-dependent module > If you get No such file error messages for files x509.h, ssl.h, > pem.h, buffer.h, bio.h, and crypto.h, that means that OpenSSL > is not installed on your system. Either install OpenSSL first > or build with command: make slx SSLTYPE=none > `cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c > In file included from osdep.c:49:0: > nl_unix.c: In function 'strcrlfcpy': > nl_unix.c:49:19: warning: pointer targets in assignment differ in signedness > [-Wpointer-sign] > In file included from env_unix.c:256:0, > from osdep.c:50: > pmatch.c: In function 'pmatch_full': > pmatch.c:41:5: warning: pointer targets in passing argument 1 of > '__builtin_strchr' differ in signedness [-Wpointer-sign] > pmatch.c:41:5: note: expected 'const char *' but argument is of type > 'unsigned char *' > In file included from auths.c:1:0, > from env_unix.c:260, > from osdep.c:50: > kerb_mit.c: In function 'kerberos_login': > kerb_mit.c:103:6: warning: pointer targets in passing argument 1 of 'lcase' > differ in signedness [-Wpointer-sign] > misc.h:87:16: note: expected 'unsigned char *' but argument is of type 'char > *' > kerb_mit.c:103:6: warning: pointer targets in passing argument 1 of > 'authserver_login' differ in signedness [-Wpointer-sign] > env.h:40:6: note: expected 'char *' but argument is of type 'unsigned char *' > In file included from auths.c:2:0, > from env_unix.c:260, > from osdep.c:50: > auth_gss.c: In function 'auth_gssapi_server': > auth_gss.c:399:2: warning: format '%s' expects argument of type 'char *', but > argument 3 has type 'void *' [-Wformat] > auth_gss.c:406:4: warning: format '%s' expects argument of type 'char *', but > argument 3 has type 'void *' [-Wformat] > auth_gss.c:414:2: warning: format '%s' expects argument of type 'char *', but > argument 3 has type 'void *' [-Wformat] > In file included from auths.c:4:0, > from env_unix.c:260, > from osdep.c:50: > auth_md5.c: In function 'auth_md5_pwd': > auth_md5.c:195:18: warning: pointer targets in assignment differ in > signedness [-Wpointer-sign] > auth_md5.c:197:12: warning: pointer targets in assignment differ in > signedness [-Wpointer-sign] > auth_md5.c:199:5: warning: pointer targets in passing argument 1 of 'lcase' > differ in signedness [-Wpointer-sign] > misc.h:87:16: note: expected 'unsigned char *' but argument is of type 'char > *' > auth_md5.c:200:12: warning: pointer targets in assignment differ in > signedness [-Wpointer-sign] > auth_md5.c:201:5: warning: pointer targets in assignment differ in signedness > [-Wpointer-sign] > auth_md5.c:203:7: warning: pointer targets in passing argument 1 of > '__builtin_strchr' differ in signedness [-Wpointer-sign] > auth_md5.c:203:7: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:203:35: warning: pointer targets in assignment differ in > signedness [-Wpointer-sign] > auth_md5.c:205:2: warning: pointer targets in passing argument 1 of > '__builtin_strlen' differ in signedness [-Wpointer-sign] > auth_md5.c:205:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:205:2: warning: pointer targets in passing argument 1 of > '__builtin_strcmp' differ in signedness [-Wpointer-sign] > auth_md5.c:205:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:205:2: warning: pointer targets in passing argument 1 of > '__builtin_strlen' differ in signedness [-Wpointer-sign] > auth_md5.c:205:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:205:2: warning: pointer targets in passing argument 1 of > '__builtin_strcmp' differ in signedness [-Wpointer-sign] > auth_md5.c:205:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:205:2: warning: pointer targets in passing argument 1 of > '__builtin_strcmp' differ in signedness [-Wpointer-sign] > auth_md5.c:205:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:205:2: warning: pointer targets in passing argument 1 of > '__builtin_strcmp' differ in signedness [-Wpointer-sign] > auth_md5.c:205:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:205:2: warning: pointer targets in passing argument 1 of 'cpystr' > differ in signedness [-Wpointer-sign] > misc.h:88:7: note: expected 'const char *' but argument is of type 'unsigned > char *' > auth_md5.c:206:2: warning: pointer targets in passing argument 1 of > '__builtin_strlen' differ in signedness [-Wpointer-sign] > auth_md5.c:206:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:206:2: warning: pointer targets in passing argument 1 of > '__builtin_strlen' differ in signedness [-Wpointer-sign] > auth_md5.c:206:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:206:2: warning: pointer targets in passing argument 1 of > '__builtin_strcmp' differ in signedness [-Wpointer-sign] > auth_md5.c:206:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:206:2: warning: pointer targets in passing argument 2 of > '__builtin_strcmp' differ in signedness [-Wpointer-sign] > auth_md5.c:206:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:206:2: warning: pointer targets in passing argument 1 of > '__builtin_strlen' differ in signedness [-Wpointer-sign] > auth_md5.c:206:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:206:2: warning: pointer targets in passing argument 1 of > '__builtin_strcmp' differ in signedness [-Wpointer-sign] > auth_md5.c:206:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:206:2: warning: pointer targets in passing argument 2 of > '__builtin_strcmp' differ in signedness [-Wpointer-sign] > auth_md5.c:206:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:206:2: warning: pointer targets in passing argument 1 of > '__builtin_strlen' differ in signedness [-Wpointer-sign] > auth_md5.c:206:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:206:2: warning: pointer targets in passing argument 1 of > '__builtin_strcmp' differ in signedness [-Wpointer-sign] > auth_md5.c:206:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:206:2: warning: pointer targets in passing argument 2 of > '__builtin_strcmp' differ in signedness [-Wpointer-sign] > auth_md5.c:206:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:206:2: warning: pointer targets in passing argument 1 of > '__builtin_strcmp' differ in signedness [-Wpointer-sign] > auth_md5.c:206:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:206:2: warning: pointer targets in passing argument 2 of > '__builtin_strcmp' differ in signedness [-Wpointer-sign] > auth_md5.c:206:2: note: expected 'const char *' but argument is of type > 'unsigned char *' > auth_md5.c:209:5: warning: pointer targets in passing argument 1 of 'cpystr' > differ in signedness [-Wpointer-sign] > misc.h:88:7: note: expected 'const char *' but argument is of type 'unsigned > char *' > In file included from osdep.c:50:0: > env_unix.c: In function 'pwuser': > env_unix.c:641:10: warning: pointer targets in passing argument 1 of > 'getpwnam' differ in signedness [-Wpointer-sign] > /usr/include/pwd.h:117:23: note: expected 'const char *' but argument is of > type 'unsigned char *' > env_unix.c:645:7: warning: pointer targets in passing argument 1 of 'cpystr' > differ in signedness [-Wpointer-sign] > misc.h:88:7: note: expected 'const char *' but argument is of type 'unsigned > char *' > env_unix.c:645:7: warning: pointer targets in passing argument 1 of 'lcase' > differ in signedness [-Wpointer-sign] > misc.h:87:16: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:645:7: warning: pointer targets in passing argument 1 of > 'getpwnam' differ in signedness [-Wpointer-sign] > /usr/include/pwd.h:117:23: note: expected 'const char *' but argument is of > type 'unsigned char *' > env_unix.c: In function 'valpwd': > env_unix.c:671:2: warning: pointer targets in passing argument 1 of 'pwuser' > differ in signedness [-Wpointer-sign] > env_unix.c:638:23: note: expected 'unsigned char *' but argument is of type > 'char *' > env_unix.c:676:3: warning: pointer targets in passing argument 1 of 'pwuser' > differ in signedness [-Wpointer-sign] > env_unix.c:638:23: note: expected 'unsigned char *' but argument is of type > 'char *' > env_unix.c:679:2: warning: pointer targets in passing argument 1 of 'pwuser' > differ in signedness [-Wpointer-sign] > env_unix.c:638:23: note: expected 'unsigned char *' but argument is of type > 'char *' > env_unix.c: In function 'server_login': > env_unix.c:710:3: warning: pointer targets in passing argument 1 of 'pwuser' > differ in signedness [-Wpointer-sign] > env_unix.c:638:23: note: expected 'unsigned char *' but argument is of type > 'char *' > env_unix.c: In function 'authserver_login': > env_unix.c:728:3: warning: pointer targets in passing argument 1 of 'pwuser' > differ in signedness [-Wpointer-sign] > env_unix.c:638:23: note: expected 'unsigned char *' but argument is of type > 'char *' > env_unix.c: In function 'pw_login': > env_unix.c:767:5: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:767:5: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:770:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:770:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c: In function 'mailboxfile': > env_unix.c:1057:7: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1057:7: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1067:7: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1067:7: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1087:7: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1087:7: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1101:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1101:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1115:5: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1115:5: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c: In function 'lock_work': > env_unix.c:1374:5: warning: implicit declaration of function 'safe_flock' > [-Wimplicit-function-declaration] > env_unix.c: In function 'dorc': > env_unix.c:1565:7: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1565:7: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1579:4: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1579:4: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1580:8: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1580:8: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1581:6: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1581:6: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1583:3: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1583:3: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1586:3: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1586:3: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1590:6: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1590:6: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1593:8: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1593:8: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1604:4: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1604:4: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1605:8: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1605:8: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1606:6: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1606:6: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1607:6: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1607:6: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1609:9: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1609:9: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1611:6: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1611:6: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1615:6: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1615:6: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1626:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1626:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1630:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1630:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1634:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1634:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1638:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1638:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1640:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1640:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1642:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1642:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1646:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1646:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1650:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1650:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1654:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1654:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1658:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1658:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1662:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1662:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1666:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1666:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1668:7: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1668:7: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1671:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1671:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1673:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1673:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1675:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1675:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1677:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1677:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1679:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1679:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1681:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1681:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1683:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1683:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1685:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1685:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1687:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1687:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1689:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1689:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1691:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1691:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1693:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1693:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1695:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1695:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1697:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1697:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1699:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1699:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1701:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1701:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1703:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1703:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1706:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1706:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1708:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1708:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1710:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1710:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1712:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1712:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1714:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1714:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1716:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1716:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1718:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1718:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1720:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1720:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1722:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1722:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1724:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1724:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1726:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1726:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1728:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1728:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1730:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1730:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1732:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1732:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1734:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1734:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1736:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1736:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1738:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1738:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1740:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1740:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1742:2: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1742:2: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1746:4: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1746:4: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1748:4: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1748:4: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1751:4: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1751:4: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1758:4: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1758:4: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1760:4: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1760:4: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1762:4: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1762:4: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1764:4: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1764:4: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1766:4: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1766:4: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1768:8: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1768:8: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1769:8: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1769:8: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1771:8: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1771:8: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1773:4: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1773:4: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1775:4: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1775:4: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1778:6: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1778:6: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1780:4: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1780:4: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1782:4: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1782:4: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1784:4: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1784:4: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1788:4: warning: pointer targets in passing argument 1 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > env_unix.c:1788:4: warning: pointer targets in passing argument 2 of > 'compare_cstring' differ in signedness [-Wpointer-sign] > misc.h:109:5: note: expected 'unsigned char *' but argument is of type 'char > *' > In file included from tcp_unix.c:29:0, > from osdep.c:53: > ip_unix.c: In function 'ip_stringtoaddr': > ip_unix.c:136:7: warning: pointer targets in passing argument 1 of 'lcase' > differ in signedness [-Wpointer-sign] > misc.h:87:16: note: expected 'unsigned char *' but argument is of type 'char > *' > ip_unix.c:136:7: warning: pointer targets in passing argument 1 of > 'getaddrinfo' differ in signedness [-Wpointer-sign] > /usr/include/netdb.h:664:12: note: expected 'const char * __restrict__' but > argument is of type 'unsigned char *' > ip_unix.c: In function 'ip_nametoaddr': > ip_unix.c:253:2: warning: pointer targets in passing argument 1 of 'lcase' > differ in signedness [-Wpointer-sign] > misc.h:87:16: note: expected 'unsigned char *' but argument is of type 'char > *' > ip_unix.c:253:2: warning: pointer targets in passing argument 1 of > 'getaddrinfo' differ in signedness [-Wpointer-sign] > /usr/include/netdb.h:664:12: note: expected 'const char * __restrict__' but > argument is of type 'unsigned char *' > In file included from osdep.c:53:0: > tcp_unix.c: In function 'tcp_getline': > tcp_unix.c:462:3: warning: pointer targets in passing argument 3 of > 'tcp_getline_work' differ in signedness [-Wpointer-sign] > tcp_unix.c:58:14: note: expected 'long int *' but argument is of type 'long > unsigned int *' > tcp_unix.c:470:7: warning: pointer targets in passing argument 3 of > 'tcp_getline_work' differ in signedness [-Wpointer-sign] > tcp_unix.c:58:14: note: expected 'long int *' but argument is of type 'long > unsigned int *' > tcp_unix.c: In function 'tcp_isclienthost': > tcp_unix.c:1024:17: warning: unused variable 'sadrlen' [-Wunused-variable] > In file included from osdep.c:56:0: > flocklnx.c: In function 'safe_flock': > flocklnx.c:60:7: error: format not a string literal and no format arguments > [-Werror=format-security] > osdep.c: In function 'ssl_validate_cert': > osdep.c:566:5: warning: pointer targets in passing argument 1 of > 'ssl_compare_hostnames' differ in signedness [-Wpointer-sign] > osdep.c:299:13: note: expected 'unsigned char *' but argument is of type > 'char *' > osdep.c:566:5: warning: pointer targets in passing argument 2 of > 'ssl_compare_hostnames' differ in signedness [-Wpointer-sign] > osdep.c:299:13: note: expected 'unsigned char *' but argument is of type > 'char *' > osdep.c:575:35: warning: pointer targets in assignment differ in signedness > [-Wpointer-sign] > osdep.c:576:6: warning: pointer targets in passing argument 1 of > 'ssl_compare_hostnames' differ in signedness [-Wpointer-sign] > osdep.c:299:13: note: expected 'unsigned char *' but argument is of type > 'char *' > osdep.c:576:6: warning: pointer targets in passing argument 2 of > 'ssl_compare_hostnames' differ in signedness [-Wpointer-sign] > osdep.c:299:13: note: expected 'unsigned char *' but argument is of type > 'char *' > osdep.c: In function 'ssl_getline': > osdep.c:617:3: warning: pointer targets in passing argument 3 of > 'ssl_getline_work' differ in signedness [-Wpointer-sign] > osdep.c:300:14: note: expected 'long int *' but argument is of type 'long > unsigned int *' > osdep.c:625:7: warning: pointer targets in passing argument 3 of > 'ssl_getline_work' differ in signedness [-Wpointer-sign] > osdep.c:300:14: note: expected 'long int *' but argument is of type 'long > unsigned int *' > cc1: some warnings being treated as errors > > make[4]: *** [osdep.o] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2011/10/22/uw-imap_8:2007e~dfsg-3.1_lsid64.buildlog A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot. Internet was not accessible from the build systems. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org