[FUG-BR] Ports
Deny Codig
deny.santos em gmail.com
Terça Dezembro 4 14:07:21 BRST 2012
Boa tarde amigos , atualizei recentemente minha arvore de ports pois estava dando alguns problemas no curier-imap e precisei atualizar , depois disso precisei instalar o openssl e nao estou conseguindo, esta me gerando este erro pelo ports , o BSD é o 6.3 , ele compila até chegar nessa BIO e nao passa, nao sei como sacar isso , se alguem ja passou por isso e puder me dar uma luz.
In file included from bss_dgram.c:74:
/usr/include/netinet/sctp.h:497:30: netinet/sctp_uio.h: No such file or directory
bss_dgram.c: In function `BIO_new_dgram_sctp':
bss_dgram.c:843: error: storage size of 'auth' isn't known
bss_dgram.c:860: error: invalid application of `sizeof' to incomplete type `sctp_authchunk'
bss_dgram.c:863: error: invalid application of `sizeof' to incomplete type `sctp_authchunk'
bss_dgram.c:869: error: `sctp_assoc_t' undeclared (first use in this function)
bss_dgram.c:869: error: (Each undeclared identifier is reported only once
bss_dgram.c:869: error: for each function it appears in.)
bss_dgram.c:843: warning: unused variable `auth'
bss_dgram.c: In function `dgram_sctp_read':
bss_dgram.c:1050: error: `MSG_NOTIFICATION' undeclared (first use in this function)
bss_dgram.c:1053: error: dereferencing pointer to incomplete type
bss_dgram.c:1053: error: `SCTP_SENDER_DRY_EVENT' undeclared (first use in this function)
bss_dgram.c:1058: error: storage size of 'event' isn't known
bss_dgram.c:1081: error: invalid application of `sizeof' to incomplete type `sctp_event_subscribe'
bss_dgram.c:1087: error: invalid application of `sizeof' to incomplete type `sctp_event_subscribe'
bss_dgram.c:1058: warning: unused variable `event'
bss_dgram.c:1161: error: `sctp_assoc_t' undeclared (first use in this function)
bss_dgram.c: In function `dgram_sctp_write':
bss_dgram.c:1204: error: invalid application of `sizeof' to incomplete type `sctp_sndrcvinfo'
bss_dgram.c:1268: error: `SCTP_SNDRCV' undeclared (first use in this function)
bss_dgram.c:1269: error: invalid application of `sizeof' to incomplete type `sctp_sndrcvinfo'
bss_dgram.c:1271: error: invalid application of `sizeof' to incomplete type `sctp_sndrcvinfo'
bss_dgram.c:1272: error: dereferencing pointer to incomplete type
bss_dgram.c:1273: error: dereferencing pointer to incomplete type
bss_dgram.c:1275: error: dereferencing pointer to incomplete type
bss_dgram.c:1277: error: dereferencing pointer to incomplete type
bss_dgram.c:1278: error: dereferencing pointer to incomplete type
bss_dgram.c:1279: error: dereferencing pointer to incomplete type
bss_dgram.c:1280: error: invalid application of `sizeof' to incomplete type `sctp_sndrcvinfo'
bss_dgram.c: In function `dgram_sctp_ctrl':
bss_dgram.c:1302: error: storage size of 'authkeyid' isn't known
bss_dgram.c:1351: error: invalid application of `sizeof' to incomplete type `sctp_authkeyid'
bss_dgram.c:1356: error: invalid application of `sizeof' to incomplete type `sctp_authkey'
bss_dgram.c:1359: error: dereferencing pointer to incomplete type
bss_dgram.c:1366: error: dereferencing pointer to incomplete type
bss_dgram.c:1373: error: invalid application of `sizeof' to incomplete type `sctp_authkeyid'
bss_dgram.c:1381: error: invalid application of `sizeof' to incomplete type `sctp_authkeyid'
bss_dgram.c:1388: error: invalid application of `sizeof' to incomplete type `sctp_authkeyid'
bss_dgram.c:1407: error: invalid application of `sizeof' to incomplete type `sctp_authkeyid'
bss_dgram.c:1416: error: invalid application of `sizeof' to incomplete type `sctp_authkeyid'
bss_dgram.c:1426: error: invalid application of `sizeof' to incomplete type `sctp_authkeyid'
bss_dgram.c:1302: warning: unused variable `authkeyid'
bss_dgram.c: In function `BIO_dgram_sctp_wait_for_dry':
bss_dgram.c:1520: error: storage size of 'snp' isn't known
bss_dgram.c:1526: error: storage size of 'event' isn't known
bss_dgram.c:1539: error: invalid application of `sizeof' to incomplete type `sctp_event_subscribe'
bss_dgram.c:1546: error: invalid application of `sizeof' to incomplete type `sctp_event_subscribe'
bss_dgram.c:1552: error: invalid application of `sizeof' to incomplete type `sctp_notification'
bss_dgram.c:1554: error: invalid application of `sizeof' to incomplete type `sctp_notification'
bss_dgram.c:1573: error: `MSG_NOTIFICATION' undeclared (first use in this function)
bss_dgram.c:1575: error: invalid application of `sizeof' to incomplete type `sctp_notification'
bss_dgram.c:1577: error: invalid application of `sizeof' to incomplete type `sctp_notification'
bss_dgram.c:1595: error: `SCTP_SENDER_DRY_EVENT' undeclared (first use in this function)
bss_dgram.c:1607: error: invalid application of `sizeof' to incomplete type `sctp_event_subscribe'
bss_dgram.c:1614: error: invalid application of `sizeof' to incomplete type `sctp_event_subscribe'
bss_dgram.c:1629: error: invalid application of `sizeof' to incomplete type `sctp_notification'
bss_dgram.c:1631: error: invalid application of `sizeof' to incomplete type `sctp_notification'
bss_dgram.c:1520: warning: unused variable `snp'
bss_dgram.c:1526: warning: unused variable `event'
bss_dgram.c: In function `BIO_dgram_sctp_msg_waiting':
bss_dgram.c:1670: error: storage size of 'snp' isn't known
bss_dgram.c:1678: error: invalid application of `sizeof' to incomplete type `sctp_notification'
bss_dgram.c:1680: error: invalid application of `sizeof' to incomplete type `sctp_notification'
bss_dgram.c:1695: error: `MSG_NOTIFICATION' undeclared (first use in this function)
bss_dgram.c:1702: error: invalid application of `sizeof' to incomplete type `sctp_notification'
bss_dgram.c:1704: error: invalid application of `sizeof' to incomplete type `sctp_notification'
bss_dgram.c:1670: warning: unused variable `snp'
*** Error code 1
Stop in /usr/ports/security/openssl/work/openssl-1.0.1c/crypto/bio.
*** Error code 1
Mais detalhes sobre a lista de discussão freebsd