Source: tinc
Version: 1.0.13-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110408 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> cc1: warnings being treated as errors
> conftest.c:55:1: error: '__malloc__' attribute ignored
> configure:5293: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "tinc"
> | #define VERSION "1.0.13"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define __USE_BSD 1
> | #define HAVE_LINUX 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_SYS_FILE_H 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_UIO_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_ARPA_INET_H 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_NET_IF_H 1
> | #define HAVE_LINUX_IF_TUN_H 1
> | #define HAVE_NET_ETHERNET_H 1
> | #define HAVE_NET_IF_ARP_H 1
> | #define HAVE_NETINET_IN_SYSTM_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_NETINET_IF_ETHER_H 1
> | #define HAVE_NETINET_IP_H 1
> | #define HAVE_NETINET_IP6_H 1
> | #define HAVE_NETINET_TCP_H 1
> | #define HAVE_NETINET_IP_ICMP_H 1
> | #define HAVE_NETINET_ICMP6_H 1
> | #define TIME_WITH_SYS_TIME 1
> | /* end confdefs.h.  */
> | void test(void) __attribute__ ((__malloc__));
> |      void test(void) { return; }
> | 
> configure:5303: result: no
> configure:5313: checking for socklen_t
> configure:5313: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:5313: $? = 0
> configure:5313: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:62:24: error: expected expression before ')' token
> configure:5313: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "tinc"
> | #define VERSION "1.0.13"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define __USE_BSD 1
> | #define HAVE_LINUX 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_SYS_FILE_H 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_UIO_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_ARPA_INET_H 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_NET_IF_H 1
> | #define HAVE_LINUX_IF_TUN_H 1
> | #define HAVE_NET_ETHERNET_H 1
> | #define HAVE_NET_IF_ARP_H 1
> | #define HAVE_NETINET_IN_SYSTM_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_NETINET_IF_ETHER_H 1
> | #define HAVE_NETINET_IP_H 1
> | #define HAVE_NETINET_IP6_H 1
> | #define HAVE_NETINET_TCP_H 1
> | #define HAVE_NETINET_IP_ICMP_H 1
> | #define HAVE_NETINET_ICMP6_H 1
> | #define TIME_WITH_SYS_TIME 1
> | #define __malloc__ /**/
> | /* end confdefs.h.  */
> | #include "have.h"
> | 
> | 
> | int
> | main ()
> | {
> | if (sizeof ((socklen_t)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:5313: result: yes
> configure:5324: checking for struct ether_header
> configure:5324: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:5324: $? = 0
> configure:5324: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:63:34: error: expected expression before ')' token
> configure:5324: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "tinc"
> | #define VERSION "1.0.13"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define __USE_BSD 1
> | #define HAVE_LINUX 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_SYS_FILE_H 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_UIO_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_ARPA_INET_H 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_NET_IF_H 1
> | #define HAVE_LINUX_IF_TUN_H 1
> | #define HAVE_NET_ETHERNET_H 1
> | #define HAVE_NET_IF_ARP_H 1
> | #define HAVE_NETINET_IN_SYSTM_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_NETINET_IF_ETHER_H 1
> | #define HAVE_NETINET_IP_H 1
> | #define HAVE_NETINET_IP6_H 1
> | #define HAVE_NETINET_TCP_H 1
> | #define HAVE_NETINET_IP_ICMP_H 1
> | #define HAVE_NETINET_ICMP6_H 1
> | #define TIME_WITH_SYS_TIME 1
> | #define __malloc__ /**/
> | #define HAVE_SOCKLEN_T 1
> | /* end confdefs.h.  */
> | #include "have.h"
> | 
> | 
> | int
> | main ()
> | {
> | if (sizeof ((struct ether_header)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:5324: result: yes
> configure:5335: checking for struct arphdr
> configure:5335: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:5335: $? = 0
> configure:5335: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:64:28: error: expected expression before ')' token
> configure:5335: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "tinc"
> | #define VERSION "1.0.13"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define __USE_BSD 1
> | #define HAVE_LINUX 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_SYS_FILE_H 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_UIO_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_ARPA_INET_H 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_NET_IF_H 1
> | #define HAVE_LINUX_IF_TUN_H 1
> | #define HAVE_NET_ETHERNET_H 1
> | #define HAVE_NET_IF_ARP_H 1
> | #define HAVE_NETINET_IN_SYSTM_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_NETINET_IF_ETHER_H 1
> | #define HAVE_NETINET_IP_H 1
> | #define HAVE_NETINET_IP6_H 1
> | #define HAVE_NETINET_TCP_H 1
> | #define HAVE_NETINET_IP_ICMP_H 1
> | #define HAVE_NETINET_ICMP6_H 1
> | #define TIME_WITH_SYS_TIME 1
> | #define __malloc__ /**/
> | #define HAVE_SOCKLEN_T 1
> | #define HAVE_STRUCT_ETHER_HEADER 1
> | /* end confdefs.h.  */
> | #include "have.h"
> | 
> | 
> | int
> | main ()
> | {
> | if (sizeof ((struct arphdr)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:5335: result: yes
> configure:5346: checking for struct ether_arp
> configure:5346: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:5346: $? = 0
> configure:5346: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:65:31: error: expected expression before ')' token
> configure:5346: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "tinc"
> | #define VERSION "1.0.13"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define __USE_BSD 1
> | #define HAVE_LINUX 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_SYS_FILE_H 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_UIO_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_ARPA_INET_H 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_NET_IF_H 1
> | #define HAVE_LINUX_IF_TUN_H 1
> | #define HAVE_NET_ETHERNET_H 1
> | #define HAVE_NET_IF_ARP_H 1
> | #define HAVE_NETINET_IN_SYSTM_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_NETINET_IF_ETHER_H 1
> | #define HAVE_NETINET_IP_H 1
> | #define HAVE_NETINET_IP6_H 1
> | #define HAVE_NETINET_TCP_H 1
> | #define HAVE_NETINET_IP_ICMP_H 1
> | #define HAVE_NETINET_ICMP6_H 1
> | #define TIME_WITH_SYS_TIME 1
> | #define __malloc__ /**/
> | #define HAVE_SOCKLEN_T 1
> | #define HAVE_STRUCT_ETHER_HEADER 1
> | #define HAVE_STRUCT_ARPHDR 1
> | /* end confdefs.h.  */
> | #include "have.h"
> | 
> | 
> | int
> | main ()
> | {
> | if (sizeof ((struct ether_arp)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:5346: result: yes
> configure:5357: checking for struct in_addr
> configure:5357: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:5357: $? = 0
> configure:5357: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:66:29: error: expected expression before ')' token
> configure:5357: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "tinc"
> | #define VERSION "1.0.13"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define __USE_BSD 1
> | #define HAVE_LINUX 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_SYS_FILE_H 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_UIO_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_ARPA_INET_H 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_NET_IF_H 1
> | #define HAVE_LINUX_IF_TUN_H 1
> | #define HAVE_NET_ETHERNET_H 1
> | #define HAVE_NET_IF_ARP_H 1
> | #define HAVE_NETINET_IN_SYSTM_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_NETINET_IF_ETHER_H 1
> | #define HAVE_NETINET_IP_H 1
> | #define HAVE_NETINET_IP6_H 1
> | #define HAVE_NETINET_TCP_H 1
> | #define HAVE_NETINET_IP_ICMP_H 1
> | #define HAVE_NETINET_ICMP6_H 1
> | #define TIME_WITH_SYS_TIME 1
> | #define __malloc__ /**/
> | #define HAVE_SOCKLEN_T 1
> | #define HAVE_STRUCT_ETHER_HEADER 1
> | #define HAVE_STRUCT_ARPHDR 1
> | #define HAVE_STRUCT_ETHER_ARP 1
> | /* end confdefs.h.  */
> | #include "have.h"
> | 
> | 
> | int
> | main ()
> | {
> | if (sizeof ((struct in_addr)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:5357: result: yes
> configure:5368: checking for struct addrinfo
> configure:5368: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:5368: $? = 0
> configure:5368: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:67:30: error: expected expression before ')' token
> configure:5368: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "tinc"
> | #define VERSION "1.0.13"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define __USE_BSD 1
> | #define HAVE_LINUX 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_SYS_FILE_H 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_UIO_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_ARPA_INET_H 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_NET_IF_H 1
> | #define HAVE_LINUX_IF_TUN_H 1
> | #define HAVE_NET_ETHERNET_H 1
> | #define HAVE_NET_IF_ARP_H 1
> | #define HAVE_NETINET_IN_SYSTM_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_NETINET_IF_ETHER_H 1
> | #define HAVE_NETINET_IP_H 1
> | #define HAVE_NETINET_IP6_H 1
> | #define HAVE_NETINET_TCP_H 1
> | #define HAVE_NETINET_IP_ICMP_H 1
> | #define HAVE_NETINET_ICMP6_H 1
> | #define TIME_WITH_SYS_TIME 1
> | #define __malloc__ /**/
> | #define HAVE_SOCKLEN_T 1
> | #define HAVE_STRUCT_ETHER_HEADER 1
> | #define HAVE_STRUCT_ARPHDR 1
> | #define HAVE_STRUCT_ETHER_ARP 1
> | #define HAVE_STRUCT_IN_ADDR 1
> | /* end confdefs.h.  */
> | #include "have.h"
> | 
> | 
> | int
> | main ()
> | {
> | if (sizeof ((struct addrinfo)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:5368: result: yes
> configure:5379: checking for struct ip
> configure:5379: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:5379: $? = 0
> configure:5379: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:68:24: error: expected expression before ')' token
> configure:5379: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "tinc"
> | #define VERSION "1.0.13"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define __USE_BSD 1
> | #define HAVE_LINUX 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_SYS_FILE_H 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_UIO_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_ARPA_INET_H 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_NET_IF_H 1
> | #define HAVE_LINUX_IF_TUN_H 1
> | #define HAVE_NET_ETHERNET_H 1
> | #define HAVE_NET_IF_ARP_H 1
> | #define HAVE_NETINET_IN_SYSTM_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_NETINET_IF_ETHER_H 1
> | #define HAVE_NETINET_IP_H 1
> | #define HAVE_NETINET_IP6_H 1
> | #define HAVE_NETINET_TCP_H 1
> | #define HAVE_NETINET_IP_ICMP_H 1
> | #define HAVE_NETINET_ICMP6_H 1
> | #define TIME_WITH_SYS_TIME 1
> | #define __malloc__ /**/
> | #define HAVE_SOCKLEN_T 1
> | #define HAVE_STRUCT_ETHER_HEADER 1
> | #define HAVE_STRUCT_ARPHDR 1
> | #define HAVE_STRUCT_ETHER_ARP 1
> | #define HAVE_STRUCT_IN_ADDR 1
> | #define HAVE_STRUCT_ADDRINFO 1
> | /* end confdefs.h.  */
> | #include "have.h"
> | 
> | 
> | int
> | main ()
> | {
> | if (sizeof ((struct ip)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:5379: result: yes
> configure:5390: checking for struct icmp
> configure:5390: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:5390: $? = 0
> configure:5390: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:69:26: error: expected expression before ')' token
> configure:5390: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "tinc"
> | #define VERSION "1.0.13"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define __USE_BSD 1
> | #define HAVE_LINUX 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_SYS_FILE_H 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_UIO_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_ARPA_INET_H 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_NET_IF_H 1
> | #define HAVE_LINUX_IF_TUN_H 1
> | #define HAVE_NET_ETHERNET_H 1
> | #define HAVE_NET_IF_ARP_H 1
> | #define HAVE_NETINET_IN_SYSTM_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_NETINET_IF_ETHER_H 1
> | #define HAVE_NETINET_IP_H 1
> | #define HAVE_NETINET_IP6_H 1
> | #define HAVE_NETINET_TCP_H 1
> | #define HAVE_NETINET_IP_ICMP_H 1
> | #define HAVE_NETINET_ICMP6_H 1
> | #define TIME_WITH_SYS_TIME 1
> | #define __malloc__ /**/
> | #define HAVE_SOCKLEN_T 1
> | #define HAVE_STRUCT_ETHER_HEADER 1
> | #define HAVE_STRUCT_ARPHDR 1
> | #define HAVE_STRUCT_ETHER_ARP 1
> | #define HAVE_STRUCT_IN_ADDR 1
> | #define HAVE_STRUCT_ADDRINFO 1
> | #define HAVE_STRUCT_IP 1
> | /* end confdefs.h.  */
> | #include "have.h"
> | 
> | 
> | int
> | main ()
> | {
> | if (sizeof ((struct icmp)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:5390: result: yes
> configure:5401: checking for struct in6_addr
> configure:5401: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:5401: $? = 0
> configure:5401: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:70:30: error: expected expression before ')' token
> configure:5401: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "tinc"
> | #define VERSION "1.0.13"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define __USE_BSD 1
> | #define HAVE_LINUX 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_SYS_FILE_H 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_UIO_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_ARPA_INET_H 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_NET_IF_H 1
> | #define HAVE_LINUX_IF_TUN_H 1
> | #define HAVE_NET_ETHERNET_H 1
> | #define HAVE_NET_IF_ARP_H 1
> | #define HAVE_NETINET_IN_SYSTM_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_NETINET_IF_ETHER_H 1
> | #define HAVE_NETINET_IP_H 1
> | #define HAVE_NETINET_IP6_H 1
> | #define HAVE_NETINET_TCP_H 1
> | #define HAVE_NETINET_IP_ICMP_H 1
> | #define HAVE_NETINET_ICMP6_H 1
> | #define TIME_WITH_SYS_TIME 1
> | #define __malloc__ /**/
> | #define HAVE_SOCKLEN_T 1
> | #define HAVE_STRUCT_ETHER_HEADER 1
> | #define HAVE_STRUCT_ARPHDR 1
> | #define HAVE_STRUCT_ETHER_ARP 1
> | #define HAVE_STRUCT_IN_ADDR 1
> | #define HAVE_STRUCT_ADDRINFO 1
> | #define HAVE_STRUCT_IP 1
> | #define HAVE_STRUCT_ICMP 1
> | /* end confdefs.h.  */
> | #include "have.h"
> | 
> | 
> | int
> | main ()
> | {
> | if (sizeof ((struct in6_addr)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:5401: result: yes
> configure:5412: checking for struct sockaddr_in6
> configure:5412: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:5412: $? = 0
> configure:5412: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:71:34: error: expected expression before ')' token
> configure:5412: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "tinc"
> | #define VERSION "1.0.13"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define __USE_BSD 1
> | #define HAVE_LINUX 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_SYS_FILE_H 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_UIO_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_ARPA_INET_H 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_NET_IF_H 1
> | #define HAVE_LINUX_IF_TUN_H 1
> | #define HAVE_NET_ETHERNET_H 1
> | #define HAVE_NET_IF_ARP_H 1
> | #define HAVE_NETINET_IN_SYSTM_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_NETINET_IF_ETHER_H 1
> | #define HAVE_NETINET_IP_H 1
> | #define HAVE_NETINET_IP6_H 1
> | #define HAVE_NETINET_TCP_H 1
> | #define HAVE_NETINET_IP_ICMP_H 1
> | #define HAVE_NETINET_ICMP6_H 1
> | #define TIME_WITH_SYS_TIME 1
> | #define __malloc__ /**/
> | #define HAVE_SOCKLEN_T 1
> | #define HAVE_STRUCT_ETHER_HEADER 1
> | #define HAVE_STRUCT_ARPHDR 1
> | #define HAVE_STRUCT_ETHER_ARP 1
> | #define HAVE_STRUCT_IN_ADDR 1
> | #define HAVE_STRUCT_ADDRINFO 1
> | #define HAVE_STRUCT_IP 1
> | #define HAVE_STRUCT_ICMP 1
> | #define HAVE_STRUCT_IN6_ADDR 1
> | /* end confdefs.h.  */
> | #include "have.h"
> | 
> | 
> | int
> | main ()
> | {
> | if (sizeof ((struct sockaddr_in6)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:5412: result: yes
> configure:5423: checking for struct ip6_hdr
> configure:5423: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:5423: $? = 0
> configure:5423: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:72:29: error: expected expression before ')' token
> configure:5423: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "tinc"
> | #define VERSION "1.0.13"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define __USE_BSD 1
> | #define HAVE_LINUX 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_SYS_FILE_H 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_UIO_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_ARPA_INET_H 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_NET_IF_H 1
> | #define HAVE_LINUX_IF_TUN_H 1
> | #define HAVE_NET_ETHERNET_H 1
> | #define HAVE_NET_IF_ARP_H 1
> | #define HAVE_NETINET_IN_SYSTM_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_NETINET_IF_ETHER_H 1
> | #define HAVE_NETINET_IP_H 1
> | #define HAVE_NETINET_IP6_H 1
> | #define HAVE_NETINET_TCP_H 1
> | #define HAVE_NETINET_IP_ICMP_H 1
> | #define HAVE_NETINET_ICMP6_H 1
> | #define TIME_WITH_SYS_TIME 1
> | #define __malloc__ /**/
> | #define HAVE_SOCKLEN_T 1
> | #define HAVE_STRUCT_ETHER_HEADER 1
> | #define HAVE_STRUCT_ARPHDR 1
> | #define HAVE_STRUCT_ETHER_ARP 1
> | #define HAVE_STRUCT_IN_ADDR 1
> | #define HAVE_STRUCT_ADDRINFO 1
> | #define HAVE_STRUCT_IP 1
> | #define HAVE_STRUCT_ICMP 1
> | #define HAVE_STRUCT_IN6_ADDR 1
> | #define HAVE_STRUCT_SOCKADDR_IN6 1
> | /* end confdefs.h.  */
> | #include "have.h"
> | 
> | 
> | int
> | main ()
> | {
> | if (sizeof ((struct ip6_hdr)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:5423: result: yes
> configure:5434: checking for struct icmp6_hdr
> configure:5434: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:5434: $? = 0
> configure:5434: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:73:31: error: expected expression before ')' token
> configure:5434: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "tinc"
> | #define VERSION "1.0.13"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define __USE_BSD 1
> | #define HAVE_LINUX 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_SYS_FILE_H 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_UIO_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_ARPA_INET_H 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_NET_IF_H 1
> | #define HAVE_LINUX_IF_TUN_H 1
> | #define HAVE_NET_ETHERNET_H 1
> | #define HAVE_NET_IF_ARP_H 1
> | #define HAVE_NETINET_IN_SYSTM_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_NETINET_IF_ETHER_H 1
> | #define HAVE_NETINET_IP_H 1
> | #define HAVE_NETINET_IP6_H 1
> | #define HAVE_NETINET_TCP_H 1
> | #define HAVE_NETINET_IP_ICMP_H 1
> | #define HAVE_NETINET_ICMP6_H 1
> | #define TIME_WITH_SYS_TIME 1
> | #define __malloc__ /**/
> | #define HAVE_SOCKLEN_T 1
> | #define HAVE_STRUCT_ETHER_HEADER 1
> | #define HAVE_STRUCT_ARPHDR 1
> | #define HAVE_STRUCT_ETHER_ARP 1
> | #define HAVE_STRUCT_IN_ADDR 1
> | #define HAVE_STRUCT_ADDRINFO 1
> | #define HAVE_STRUCT_IP 1
> | #define HAVE_STRUCT_ICMP 1
> | #define HAVE_STRUCT_IN6_ADDR 1
> | #define HAVE_STRUCT_SOCKADDR_IN6 1
> | #define HAVE_STRUCT_IP6_HDR 1
> | /* end confdefs.h.  */
> | #include "have.h"
> | 
> | 
> | int
> | main ()
> | {
> | if (sizeof ((struct icmp6_hdr)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:5434: result: yes
> configure:5445: checking for struct nd_neighbor_solicit
> configure:5445: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:5445: $? = 0
> configure:5445: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:74:41: error: expected expression before ')' token
> configure:5445: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "tinc"
> | #define VERSION "1.0.13"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define __USE_BSD 1
> | #define HAVE_LINUX 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_SYS_FILE_H 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_UIO_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_ARPA_INET_H 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_NET_IF_H 1
> | #define HAVE_LINUX_IF_TUN_H 1
> | #define HAVE_NET_ETHERNET_H 1
> | #define HAVE_NET_IF_ARP_H 1
> | #define HAVE_NETINET_IN_SYSTM_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_NETINET_IF_ETHER_H 1
> | #define HAVE_NETINET_IP_H 1
> | #define HAVE_NETINET_IP6_H 1
> | #define HAVE_NETINET_TCP_H 1
> | #define HAVE_NETINET_IP_ICMP_H 1
> | #define HAVE_NETINET_ICMP6_H 1
> | #define TIME_WITH_SYS_TIME 1
> | #define __malloc__ /**/
> | #define HAVE_SOCKLEN_T 1
> | #define HAVE_STRUCT_ETHER_HEADER 1
> | #define HAVE_STRUCT_ARPHDR 1
> | #define HAVE_STRUCT_ETHER_ARP 1
> | #define HAVE_STRUCT_IN_ADDR 1
> | #define HAVE_STRUCT_ADDRINFO 1
> | #define HAVE_STRUCT_IP 1
> | #define HAVE_STRUCT_ICMP 1
> | #define HAVE_STRUCT_IN6_ADDR 1
> | #define HAVE_STRUCT_SOCKADDR_IN6 1
> | #define HAVE_STRUCT_IP6_HDR 1
> | #define HAVE_STRUCT_ICMP6_HDR 1
> | /* end confdefs.h.  */
> | #include "have.h"
> | 
> | 
> | int
> | main ()
> | {
> | if (sizeof ((struct nd_neighbor_solicit)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:5445: result: yes
> configure:5456: checking for struct nd_opt_hdr
> configure:5456: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:5456: $? = 0
> configure:5456: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:75:32: error: expected expression before ')' token
> configure:5456: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "tinc"
> | #define VERSION "1.0.13"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define __USE_BSD 1
> | #define HAVE_LINUX 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_SYS_FILE_H 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_UIO_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_ARPA_INET_H 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_NET_IF_H 1
> | #define HAVE_LINUX_IF_TUN_H 1
> | #define HAVE_NET_ETHERNET_H 1
> | #define HAVE_NET_IF_ARP_H 1
> | #define HAVE_NETINET_IN_SYSTM_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_NETINET_IF_ETHER_H 1
> | #define HAVE_NETINET_IP_H 1
> | #define HAVE_NETINET_IP6_H 1
> | #define HAVE_NETINET_TCP_H 1
> | #define HAVE_NETINET_IP_ICMP_H 1
> | #define HAVE_NETINET_ICMP6_H 1
> | #define TIME_WITH_SYS_TIME 1
> | #define __malloc__ /**/
> | #define HAVE_SOCKLEN_T 1
> | #define HAVE_STRUCT_ETHER_HEADER 1
> | #define HAVE_STRUCT_ARPHDR 1
> | #define HAVE_STRUCT_ETHER_ARP 1
> | #define HAVE_STRUCT_IN_ADDR 1
> | #define HAVE_STRUCT_ADDRINFO 1
> | #define HAVE_STRUCT_IP 1
> | #define HAVE_STRUCT_ICMP 1
> | #define HAVE_STRUCT_IN6_ADDR 1
> | #define HAVE_STRUCT_SOCKADDR_IN6 1
> | #define HAVE_STRUCT_IP6_HDR 1
> | #define HAVE_STRUCT_ICMP6_HDR 1
> | #define HAVE_STRUCT_ND_NEIGHBOR_SOLICIT 1
> | /* end confdefs.h.  */
> | #include "have.h"
> | 
> | 
> | int
> | main ()
> | {
> | if (sizeof ((struct nd_opt_hdr)))
> |         return 0;
> |   ;
> |   return 0;
> | }
> configure:5456: result: yes
> configure:5469: checking for working memcmp
> configure:5512: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5512: $? = 0
> configure:5512: ./conftest
> configure:5512: $? = 0
> configure:5522: result: yes
> configure:5533: checking for working alloca.h
> configure:5550: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5550: $? = 0
> configure:5558: result: yes
> configure:5566: checking for alloca
> configure:5603: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5603: $? = 0
> configure:5611: result: yes
> configure:5721: checking return type of signal handlers
> configure:5739: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:78:1: error: void value not ignored as it ought to be
> configure:5739: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "tinc"
> | #define VERSION "1.0.13"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define __USE_BSD 1
> | #define HAVE_LINUX 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDBOOL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_SYS_FILE_H 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_UIO_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_ARPA_INET_H 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_NET_IF_H 1
> | #define HAVE_LINUX_IF_TUN_H 1
> | #define HAVE_NET_ETHERNET_H 1
> | #define HAVE_NET_IF_ARP_H 1
> | #define HAVE_NETINET_IN_SYSTM_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_NETINET_IF_ETHER_H 1
> | #define HAVE_NETINET_IP_H 1
> | #define HAVE_NETINET_IP6_H 1
> | #define HAVE_NETINET_TCP_H 1
> | #define HAVE_NETINET_IP_ICMP_H 1
> | #define HAVE_NETINET_ICMP6_H 1
> | #define TIME_WITH_SYS_TIME 1
> | #define __malloc__ /**/
> | #define HAVE_SOCKLEN_T 1
> | #define HAVE_STRUCT_ETHER_HEADER 1
> | #define HAVE_STRUCT_ARPHDR 1
> | #define HAVE_STRUCT_ETHER_ARP 1
> | #define HAVE_STRUCT_IN_ADDR 1
> | #define HAVE_STRUCT_ADDRINFO 1
> | #define HAVE_STRUCT_IP 1
> | #define HAVE_STRUCT_ICMP 1
> | #define HAVE_STRUCT_IN6_ADDR 1
> | #define HAVE_STRUCT_SOCKADDR_IN6 1
> | #define HAVE_STRUCT_IP6_HDR 1
> | #define HAVE_STRUCT_ICMP6_HDR 1
> | #define HAVE_STRUCT_ND_NEIGHBOR_SOLICIT 1
> | #define HAVE_STRUCT_ND_OPT_HDR 1
> | #define HAVE_ALLOCA_H 1
> | #define HAVE_ALLOCA 1
> | /* end confdefs.h.  */
> | #include <sys/types.h>
> | #include <signal.h>
> | 
> | int
> | main ()
> | {
> | return *(signal (0, 0)) (0) == 1;
> |   ;
> |   return 0;
> | }
> configure:5746: result: void
> configure:5757: checking for asprintf
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for daemon
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for fchmod
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for flock
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for ftime
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for fork
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> conftest.c:101:6: warning: conflicting types for built-in function 'fork'
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for get_current_dir_name
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for gettimeofday
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for mlockall
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for putenv
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for random
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for select
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for strdup
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> conftest.c:108:6: warning: conflicting types for built-in function 'strdup'
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for strerror
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for strsignal
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for strtol
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for system
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for unsetenv
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for vsyslog
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5757: checking for writev
> configure:5757: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5757: $? = 0
> configure:5757: result: yes
> configure:5769: checking for stdlib.h
> configure:5769: result: yes
> configure:5779: checking for GNU libc compatible malloc
> configure:5803: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5803: $? = 0
> configure:5803: ./conftest
> configure:5803: $? = 0
> configure:5813: result: yes
> configure:5836: checking for stdlib.h
> configure:5836: result: yes
> configure:5846: checking for GNU libc compatible realloc
> configure:5870: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5870: $? = 0
> configure:5870: ./conftest
> configure:5870: $? = 0
> configure:5880: result: yes
> configure:5903: checking for socket
> configure:5903: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5903: $? = 0
> configure:5903: result: yes
> configure:5956: checking for gethostbyname
> configure:5956: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
> configure:5956: $? = 0
> configure:5956: result: yes
> configure:6010: checking whether freeaddrinfo is declared
> configure:6010: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:6010: $? = 0
> configure:6010: result: yes
> configure:6022: checking whether gai_strerror is declared
> configure:6022: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:6022: $? = 0
> configure:6022: result: yes
> configure:6034: checking whether getaddrinfo is declared
> configure:6034: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:6034: $? = 0
> configure:6034: result: yes
> configure:6046: checking whether getnameinfo is declared
> configure:6046: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:6046: $? = 0
> configure:6046: result: yes
> configure:6168: checking openssl/evp.h usability
> configure:6168: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:6168: $? = 0
> configure:6168: result: yes
> configure:6168: checking openssl/evp.h presence
> configure:6168: gcc -E  conftest.c
> configure:6168: $? = 0
> configure:6168: result: yes
> configure:6168: checking for openssl/evp.h
> configure:6168: result: yes
> configure:6168: checking openssl/rsa.h usability
> configure:6168: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:6168: $? = 0
> configure:6168: result: yes
> configure:6168: checking openssl/rsa.h presence
> configure:6168: gcc -E  conftest.c
> configure:6168: $? = 0
> configure:6168: result: yes
> configure:6168: checking for openssl/rsa.h
> configure:6168: result: yes
> configure:6168: checking openssl/rand.h usability
> configure:6168: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:6168: $? = 0
> configure:6168: result: yes
> configure:6168: checking openssl/rand.h presence
> configure:6168: gcc -E  conftest.c
> configure:6168: $? = 0
> configure:6168: result: yes
> configure:6168: checking for openssl/rand.h
> configure:6168: result: yes
> configure:6168: checking openssl/err.h usability
> configure:6168: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:6168: $? = 0
> configure:6168: result: yes
> configure:6168: checking openssl/err.h presence
> configure:6168: gcc -E  conftest.c
> configure:6168: $? = 0
> configure:6168: result: yes
> configure:6168: checking for openssl/err.h
> configure:6168: result: yes
> configure:6168: checking openssl/sha.h usability
> configure:6168: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:6168: $? = 0
> configure:6168: result: yes
> configure:6168: checking openssl/sha.h presence
> configure:6168: gcc -E  conftest.c
> configure:6168: $? = 0
> configure:6168: result: yes
> configure:6168: checking for openssl/sha.h
> configure:6168: result: yes
> configure:6168: checking openssl/pem.h usability
> configure:6168: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:6168: $? = 0
> configure:6168: result: yes
> configure:6168: checking openssl/pem.h presence
> configure:6168: gcc -E  conftest.c
> configure:6168: $? = 0
> configure:6168: result: yes
> configure:6168: checking for openssl/pem.h
> configure:6168: result: yes
> configure:6168: checking openssl/engine.h usability
> configure:6168: gcc -std=gnu99 -c -g -O2  conftest.c >&5
> configure:6168: $? = 0
> configure:6168: result: yes
> configure:6168: checking openssl/engine.h presence
> configure:6168: gcc -E  conftest.c
> configure:6168: $? = 0
> configure:6168: result: yes
> configure:6168: checking for openssl/engine.h
> configure:6168: result: yes
> configure:6230: checking for SHA1_version in -lcrypto
> configure:6255: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lcrypto   >&5
> /tmp/cc2ehdi6.o: In function `main':
> /build/user-tinc_1.0.13-1-amd64-IOJ9fD/tinc-1.0.13/conftest.c:119: undefined 
> reference to `SHA1_version'
> collect2: ld returned 1 exit status

The full build log is available from:
   http://people.debian.org/~lucas/logs/2011/04/08/tinc_1.0.13-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.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to