Your message dated Sat, 7 Oct 2023 14:15:24 +0300
with message-id <ZSE9zK+Fptjtvdno@localhost>
and subject line kFreeBSD has been removed from Debian ports
has caused the Debian Bug report #576893,
regarding argus: FTBFS on kfreebsd-*
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
576893: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576893
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: argus
Version: 1:2.0.6.fixes.1-16.2
Severity: serious
Justification: FTBFS
User: [email protected]
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.
--- End Message ---
--- Begin Message ---
kFreeBSD has been removed from Debian ports:
https://lists.debian.org/debian-bsd/2023/07/msg00003.html
cu
Adrian
--- End Message ---