Source: argus
Version: 1:2.0.6.fixes.1-16.2
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| make[2]: Entering directory 
`/build/buildd-argus_2.0.6.fixes.1-16.2-kfreebsd-amd64-eYLH04/argus-2.0.6.fixes.1/common'
| gcc -O2 -Wall -g -O2 -I. -I../include -I/usr/include/pcap  
-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_TCP_WRAPPER=1 -DHAVE_SYS_SOCKIO_H=1 -DHAVE_STRING_H=1 
-DHAVE_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ETHER_HOSTTON=1 
-DHAVE_STRERROR=1 -DCONFIG_X86_BSWAP=1 -DSTDC_HEADERS=1  -DARGUS_SYSLOG=1 -c 
./argus_parse.c
| ./argus_parse.c: In function 'argus_parse_init':
| ./argus_parse.c:155: warning: implicit declaration of function 'localtime'
| ./argus_parse.c:155: warning: assignment makes pointer from integer without a 
cast
| ./argus_parse.c: In function 'main':
| ./argus_parse.c:259: warning: assignment makes pointer from integer without a 
cast
| ./argus_parse.c:260: error: dereferencing pointer to incomplete type
| ./argus_parse.c: In function 'ArgusParseCiscoRecordV1':
| ./argus_parse.c:764: error: 'TH_RST' undeclared (first use in this function)
| ./argus_parse.c:764: error: (Each undeclared identifier is reported only once
| ./argus_parse.c:764: error: for each function it appears in.)
| ./argus_parse.c:766: error: 'TH_ACK' undeclared (first use in this function)
| ./argus_parse.c:774: error: 'TH_FIN' undeclared (first use in this function)
| ./argus_parse.c:777: error: 'TH_PUSH' undeclared (first use in this function)
| ./argus_parse.c:777: error: 'TH_URG' undeclared (first use in this function)
| ./argus_parse.c:780: error: 'TH_SYN' undeclared (first use in this function)
| ./argus_parse.c: In function 'ArgusParseCiscoRecordV5':
| ./argus_parse.c:909: error: 'TH_RST' undeclared (first use in this function)
| ./argus_parse.c:912: error: 'TH_FIN' undeclared (first use in this function)
| ./argus_parse.c:915: error: 'TH_ACK' undeclared (first use in this function)
| ./argus_parse.c:915: error: 'TH_PUSH' undeclared (first use in this function)
| ./argus_parse.c:915: error: 'TH_URG' undeclared (first use in this function)
| ./argus_parse.c:918: error: 'TH_SYN' undeclared (first use in this function)
| ./argus_parse.c: In function 'ArgusParseCiscoRecordV6':
| ./argus_parse.c:1031: error: 'TH_RST' undeclared (first use in this function)
| ./argus_parse.c:1034: error: 'TH_FIN' undeclared (first use in this function)
| ./argus_parse.c:1037: error: 'TH_ACK' undeclared (first use in this function)
| ./argus_parse.c:1037: error: 'TH_PUSH' undeclared (first use in this function)
| ./argus_parse.c:1037: error: 'TH_URG' undeclared (first use in this function)
| ./argus_parse.c:1040: error: 'TH_SYN' undeclared (first use in this function)
| ./argus_parse.c: In function 'check_time':
| ./argus_parse.c:2741: error: storage size of 'tmbuf' isn't known
| ./argus_parse.c:2763: warning: assignment makes pointer from integer without 
a cast
| ./argus_parse.c:2764: error: invalid application of 'sizeof' to incomplete 
type 'struct tm' 
| ./argus_parse.c:2766: error: invalid application of 'sizeof' to incomplete 
type 'struct tm' 
| ./argus_parse.c:2768: warning: assignment makes pointer from integer without 
a cast
| ./argus_parse.c:2769: error: invalid application of 'sizeof' to incomplete 
type 'struct tm' 
| ./argus_parse.c:2771: error: invalid application of 'sizeof' to incomplete 
type 'struct tm' 
| ./argus_parse.c:2779: warning: assignment makes pointer from integer without 
a cast
| ./argus_parse.c:2780: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2780: error: invalid use of undefined type 'struct tm'
| ./argus_parse.c:2781: error: invalid application of 'sizeof' to incomplete 
type 'struct tm' 
| ./argus_parse.c:2741: warning: unused variable 'tmbuf'
| ./argus_parse.c: In function 'check_time_format':
| ./argus_parse.c:2947: error: invalid application of 'sizeof' to incomplete 
type 'struct tm' 
| ./argus_parse.c:2949: error: invalid use of undefined type 'struct tm'
| ./argus_parse.c:2950: error: invalid use of undefined type 'struct tm'
| ./argus_parse.c:2951: error: invalid use of undefined type 'struct tm'
| ./argus_parse.c:2952: error: invalid use of undefined type 'struct tm'
| ./argus_parse.c:2953: error: invalid use of undefined type 'struct tm'
| ./argus_parse.c:2954: error: invalid use of undefined type 'struct tm'
| ./argus_parse.c:2957: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2957: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2957: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2958: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2958: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2958: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2959: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2959: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2959: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2960: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2960: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2960: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2960: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2960: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2961: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2961: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2961: error: dereferencing pointer to incomplete type
| ./argus_parse.c:2968: warning: implicit declaration of function 'timelocal'
| ./argus_parse.c: In function 'parseTime':
| ./argus_parse.c:2990: error: invalid application of 'sizeof' to incomplete 
type 'struct tm' 
| ./argus_parse.c:3020: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3029: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3039: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3077: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3078: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3079: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3082: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3083: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3086: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3088: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3088: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3090: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3090: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3092: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3092: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3094: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3094: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3096: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3096: error: dereferencing pointer to incomplete type
| ./argus_parse.c:3101: warning: assignment makes pointer from integer without 
a cast
| make[2]: *** [argus_parse.o] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=argus

Mraw,
KiBi.



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

Reply via email to