Your message dated Tue, 04 Jul 2017 12:05:24 +0000
with message-id <e1dsma4-0002c5...@fasolo.debian.org>
and subject line Bug#866076: fixed in clamsmtp 1.10-14
has caused the Debian Bug report #866076,
regarding clamsmtp FTBFS: error: redefinition of 'struct in_addr'
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 ow...@bugs.debian.org
immediately.)
--
866076: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866076
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: clamsmtp
Version: 1.10-13
Severity: serious
Tags: buster sid
clamsmtp FTBFS in unstable:
https://tests.reproducible-builds.org/debian/history/clamsmtp.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/clamsmtp.html
...
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../common/
-I../ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security
-I/usr/local/include -pthread -D_POSIX_PTHREAD_SEMANTICS -c -o
clamsmtpd-smtppass.o `test -f '../common/smtppass.c' || echo
'./'`../common/smtppass.c
In file included from ../common/sock_any.h:44:0,
from ../common/smtppass.c:66:
/usr/include/netinet/in.h:31:8: error: redefinition of 'struct in_addr'
struct in_addr
^~~~~~~
In file included from /usr/include/linux/netfilter.h:6:0,
from /usr/include/linux/netfilter_ipv4.h:8,
from ../common/smtppass.c:62:
/usr/include/linux/in.h:84:8: note: originally defined here
struct in_addr {
^~~~~~~
In file included from /usr/include/netinet/in.h:37:0,
from ../common/sock_any.h:44,
from ../common/smtppass.c:66:
/usr/include/x86_64-linux-gnu/bits/in.h:148:8: error: redefinition of 'struct
ip_mreqn'
struct ip_mreqn
^~~~~~~~
In file included from /usr/include/linux/netfilter.h:6:0,
from /usr/include/linux/netfilter_ipv4.h:8,
from ../common/smtppass.c:62:
/usr/include/linux/in.h:172:8: note: originally defined here
struct ip_mreqn {
^~~~~~~~
In file included from /usr/include/netinet/in.h:37:0,
from ../common/sock_any.h:44,
from ../common/smtppass.c:66:
/usr/include/x86_64-linux-gnu/bits/in.h:156:8: error: redefinition of 'struct
in_pktinfo'
struct in_pktinfo
^~~~~~~~~~
In file included from /usr/include/linux/netfilter.h:6:0,
from /usr/include/linux/netfilter_ipv4.h:8,
from ../common/smtppass.c:62:
/usr/include/linux/in.h:221:8: note: originally defined here
struct in_pktinfo {
^~~~~~~~~~
/usr/include/netinet/in.h:42:5: error: redeclaration of enumerator 'IPPROTO_IP'
IPPROTO_IP = 0, /* Dummy protocol for TCP. */
^
/usr/include/linux/in.h:28:3: note: previous definition of 'IPPROTO_IP' was here
IPPROTO_IP = 0, /* Dummy protocol for TCP */
^~~~~~~~~~
/usr/include/netinet/in.h:44:5: error: redeclaration of enumerator
'IPPROTO_ICMP'
IPPROTO_ICMP = 1, /* Internet Control Message Protocol. */
^
/usr/include/linux/in.h:30:3: note: previous definition of 'IPPROTO_ICMP' was
here
IPPROTO_ICMP = 1, /* Internet Control Message Protocol */
^~~~~~~~~~~~
/usr/include/netinet/in.h:46:5: error: redeclaration of enumerator
'IPPROTO_IGMP'
IPPROTO_IGMP = 2, /* Internet Group Management Protocol. */
^
/usr/include/linux/in.h:32:3: note: previous definition of 'IPPROTO_IGMP' was
here
IPPROTO_IGMP = 2, /* Internet Group Management Protocol */
^~~~~~~~~~~~
/usr/include/netinet/in.h:48:5: error: redeclaration of enumerator
'IPPROTO_IPIP'
IPPROTO_IPIP = 4, /* IPIP tunnels (older KA9Q tunnels use 94). */
^
/usr/include/linux/in.h:34:3: note: previous definition of 'IPPROTO_IPIP' was
here
IPPROTO_IPIP = 4, /* IPIP tunnels (older KA9Q tunnels use 94) */
^~~~~~~~~~~~
/usr/include/netinet/in.h:50:5: error: redeclaration of enumerator 'IPPROTO_TCP'
IPPROTO_TCP = 6, /* Transmission Control Protocol. */
^
/usr/include/linux/in.h:36:3: note: previous definition of 'IPPROTO_TCP' was
here
IPPROTO_TCP = 6, /* Transmission Control Protocol */
^~~~~~~~~~~
/usr/include/netinet/in.h:52:5: error: redeclaration of enumerator 'IPPROTO_EGP'
IPPROTO_EGP = 8, /* Exterior Gateway Protocol. */
^
/usr/include/linux/in.h:38:3: note: previous definition of 'IPPROTO_EGP' was
here
IPPROTO_EGP = 8, /* Exterior Gateway Protocol */
^~~~~~~~~~~
/usr/include/netinet/in.h:54:5: error: redeclaration of enumerator 'IPPROTO_PUP'
IPPROTO_PUP = 12, /* PUP protocol. */
^
/usr/include/linux/in.h:40:3: note: previous definition of 'IPPROTO_PUP' was
here
IPPROTO_PUP = 12, /* PUP protocol */
^~~~~~~~~~~
/usr/include/netinet/in.h:56:5: error: redeclaration of enumerator 'IPPROTO_UDP'
IPPROTO_UDP = 17, /* User Datagram Protocol. */
^
/usr/include/linux/in.h:42:3: note: previous definition of 'IPPROTO_UDP' was
here
IPPROTO_UDP = 17, /* User Datagram Protocol */
^~~~~~~~~~~
/usr/include/netinet/in.h:58:5: error: redeclaration of enumerator 'IPPROTO_IDP'
IPPROTO_IDP = 22, /* XNS IDP protocol. */
^
/usr/include/linux/in.h:44:3: note: previous definition of 'IPPROTO_IDP' was
here
IPPROTO_IDP = 22, /* XNS IDP protocol */
^~~~~~~~~~~
/usr/include/netinet/in.h:60:5: error: redeclaration of enumerator 'IPPROTO_TP'
IPPROTO_TP = 29, /* SO Transport Protocol Class 4. */
^
/usr/include/linux/in.h:46:3: note: previous definition of 'IPPROTO_TP' was here
IPPROTO_TP = 29, /* SO Transport Protocol Class 4 */
^~~~~~~~~~
/usr/include/netinet/in.h:62:5: error: redeclaration of enumerator
'IPPROTO_DCCP'
IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol. */
^
/usr/include/linux/in.h:48:3: note: previous definition of 'IPPROTO_DCCP' was
here
IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */
^~~~~~~~~~~~
/usr/include/netinet/in.h:64:5: error: redeclaration of enumerator
'IPPROTO_IPV6'
IPPROTO_IPV6 = 41, /* IPv6 header. */
^
/usr/include/linux/in.h:50:3: note: previous definition of 'IPPROTO_IPV6' was
here
IPPROTO_IPV6 = 41, /* IPv6-in-IPv4 tunnelling */
^~~~~~~~~~~~
/usr/include/netinet/in.h:66:5: error: redeclaration of enumerator
'IPPROTO_RSVP'
IPPROTO_RSVP = 46, /* Reservation Protocol. */
^
/usr/include/linux/in.h:52:3: note: previous definition of 'IPPROTO_RSVP' was
here
IPPROTO_RSVP = 46, /* RSVP Protocol */
^~~~~~~~~~~~
/usr/include/netinet/in.h:68:5: error: redeclaration of enumerator 'IPPROTO_GRE'
IPPROTO_GRE = 47, /* General Routing Encapsulation. */
^
/usr/include/linux/in.h:54:3: note: previous definition of 'IPPROTO_GRE' was
here
IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */
^~~~~~~~~~~
/usr/include/netinet/in.h:70:5: error: redeclaration of enumerator 'IPPROTO_ESP'
IPPROTO_ESP = 50, /* encapsulating security payload. */
^
/usr/include/linux/in.h:56:3: note: previous definition of 'IPPROTO_ESP' was
here
IPPROTO_ESP = 50, /* Encapsulation Security Payload protocol */
^~~~~~~~~~~
/usr/include/netinet/in.h:72:5: error: redeclaration of enumerator 'IPPROTO_AH'
IPPROTO_AH = 51, /* authentication header. */
^
/usr/include/linux/in.h:58:3: note: previous definition of 'IPPROTO_AH' was here
IPPROTO_AH = 51, /* Authentication Header protocol */
^~~~~~~~~~
/usr/include/netinet/in.h:74:5: error: redeclaration of enumerator 'IPPROTO_MTP'
IPPROTO_MTP = 92, /* Multicast Transport Protocol. */
^
/usr/include/linux/in.h:60:3: note: previous definition of 'IPPROTO_MTP' was
here
IPPROTO_MTP = 92, /* Multicast Transport Protocol */
^~~~~~~~~~~
/usr/include/netinet/in.h:76:5: error: redeclaration of enumerator
'IPPROTO_BEETPH'
IPPROTO_BEETPH = 94, /* IP option pseudo header for BEET. */
^
/usr/include/linux/in.h:62:3: note: previous definition of 'IPPROTO_BEETPH' was
here
IPPROTO_BEETPH = 94, /* IP option pseudo header for BEET */
^~~~~~~~~~~~~~
/usr/include/netinet/in.h:78:5: error: redeclaration of enumerator
'IPPROTO_ENCAP'
IPPROTO_ENCAP = 98, /* Encapsulation Header. */
^
/usr/include/linux/in.h:64:3: note: previous definition of 'IPPROTO_ENCAP' was
here
IPPROTO_ENCAP = 98, /* Encapsulation Header */
^~~~~~~~~~~~~
/usr/include/netinet/in.h:80:5: error: redeclaration of enumerator 'IPPROTO_PIM'
IPPROTO_PIM = 103, /* Protocol Independent Multicast. */
^
/usr/include/linux/in.h:66:3: note: previous definition of 'IPPROTO_PIM' was
here
IPPROTO_PIM = 103, /* Protocol Independent Multicast */
^~~~~~~~~~~
/usr/include/netinet/in.h:82:5: error: redeclaration of enumerator
'IPPROTO_COMP'
IPPROTO_COMP = 108, /* Compression Header Protocol. */
^
/usr/include/linux/in.h:68:3: note: previous definition of 'IPPROTO_COMP' was
here
IPPROTO_COMP = 108, /* Compression Header Protocol */
^~~~~~~~~~~~
/usr/include/netinet/in.h:84:5: error: redeclaration of enumerator
'IPPROTO_SCTP'
IPPROTO_SCTP = 132, /* Stream Control Transmission Protocol. */
^
/usr/include/linux/in.h:70:3: note: previous definition of 'IPPROTO_SCTP' was
here
IPPROTO_SCTP = 132, /* Stream Control Transport Protocol */
^~~~~~~~~~~~
/usr/include/netinet/in.h:86:5: error: redeclaration of enumerator
'IPPROTO_UDPLITE'
IPPROTO_UDPLITE = 136, /* UDP-Lite protocol. */
^
/usr/include/linux/in.h:72:3: note: previous definition of 'IPPROTO_UDPLITE'
was here
IPPROTO_UDPLITE = 136, /* UDP-Lite (RFC 3828) */
^~~~~~~~~~~~~~~
/usr/include/netinet/in.h:88:5: error: redeclaration of enumerator
'IPPROTO_MPLS'
IPPROTO_MPLS = 137, /* MPLS in IP. */
^
/usr/include/linux/in.h:74:3: note: previous definition of 'IPPROTO_MPLS' was
here
IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */
^~~~~~~~~~~~
/usr/include/netinet/in.h:90:5: error: redeclaration of enumerator 'IPPROTO_RAW'
IPPROTO_RAW = 255, /* Raw IP packets. */
^
/usr/include/linux/in.h:76:3: note: previous definition of 'IPPROTO_RAW' was
here
IPPROTO_RAW = 255, /* Raw IP packets */
^~~~~~~~~~~
In file included from ../common/sock_any.h:44:0,
from ../common/smtppass.c:66:
/usr/include/netinet/in.h:92:5: error: redeclaration of enumerator 'IPPROTO_MAX'
IPPROTO_MAX
^~~~~~~~~~~
In file included from /usr/include/linux/netfilter.h:6:0,
from /usr/include/linux/netfilter_ipv4.h:8,
from ../common/smtppass.c:62:
/usr/include/linux/in.h:78:3: note: previous definition of 'IPPROTO_MAX' was
here
IPPROTO_MAX
^~~~~~~~~~~
In file included from ../common/sock_any.h:44:0,
from ../common/smtppass.c:66:
/usr/include/netinet/in.h:239:8: error: redefinition of 'struct sockaddr_in'
struct sockaddr_in
^~~~~~~~~~~
In file included from ../common/smtppass.c:45:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:90:17: note: originally defined here
typedef union { __SOCKADDR_ALLTYPES
^
In file included from ../common/sock_any.h:44:0,
from ../common/smtppass.c:66:
/usr/include/netinet/in.h:266:8: error: redefinition of 'struct ip_mreq'
struct ip_mreq
^~~~~~~
In file included from /usr/include/linux/netfilter.h:6:0,
from /usr/include/linux/netfilter_ipv4.h:8,
from ../common/smtppass.c:62:
/usr/include/linux/in.h:167:8: note: originally defined here
struct ip_mreq {
^~~~~~~
In file included from ../common/sock_any.h:44:0,
from ../common/smtppass.c:66:
/usr/include/netinet/in.h:275:8: error: redefinition of 'struct ip_mreq_source'
struct ip_mreq_source
^~~~~~~~~~~~~~
In file included from /usr/include/linux/netfilter.h:6:0,
from /usr/include/linux/netfilter_ipv4.h:8,
from ../common/smtppass.c:62:
/usr/include/linux/in.h:178:8: note: originally defined here
struct ip_mreq_source {
^~~~~~~~~~~~~~
In file included from ../common/sock_any.h:44:0,
from ../common/smtppass.c:66:
/usr/include/netinet/in.h:302:8: error: redefinition of 'struct group_req'
struct group_req
^~~~~~~~~
In file included from /usr/include/linux/netfilter.h:6:0,
from /usr/include/linux/netfilter_ipv4.h:8,
from ../common/smtppass.c:62:
/usr/include/linux/in.h:196:8: note: originally defined here
struct group_req {
^~~~~~~~~
In file included from ../common/sock_any.h:44:0,
from ../common/smtppass.c:66:
/usr/include/netinet/in.h:311:8: error: redefinition of 'struct
group_source_req'
struct group_source_req
^~~~~~~~~~~~~~~~
In file included from /usr/include/linux/netfilter.h:6:0,
from /usr/include/linux/netfilter_ipv4.h:8,
from ../common/smtppass.c:62:
/usr/include/linux/in.h:201:8: note: originally defined here
struct group_source_req {
^~~~~~~~~~~~~~~~
In file included from ../common/sock_any.h:44:0,
from ../common/smtppass.c:66:
/usr/include/netinet/in.h:325:8: error: redefinition of 'struct ip_msfilter'
struct ip_msfilter
^~~~~~~~~~~
In file included from /usr/include/linux/netfilter.h:6:0,
from /usr/include/linux/netfilter_ipv4.h:8,
from ../common/smtppass.c:62:
/usr/include/linux/in.h:184:8: note: originally defined here
struct ip_msfilter {
^~~~~~~~~~~
In file included from ../common/sock_any.h:44:0,
from ../common/smtppass.c:66:
/usr/include/netinet/in.h:346:8: error: redefinition of 'struct group_filter'
struct group_filter
^~~~~~~~~~~~
In file included from /usr/include/linux/netfilter.h:6:0,
from /usr/include/linux/netfilter_ipv4.h:8,
from ../common/smtppass.c:62:
/usr/include/linux/in.h:207:8: note: originally defined here
struct group_filter {
^~~~~~~~~~~~
...
--- End Message ---
--- Begin Message ---
Source: clamsmtp
Source-Version: 1.10-14
We believe that the bug you reported is fixed in the latest version of
clamsmtp, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 866...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Meskes <mes...@debian.org> (supplier of updated clamsmtp package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 04 Jul 2017 13:26:19 +0200
Source: clamsmtp
Binary: clamsmtp
Architecture: source amd64
Version: 1.10-14
Distribution: unstable
Urgency: medium
Maintainer: ClamAV Team <pkg-clamav-de...@lists.alioth.debian.org>
Changed-By: Michael Meskes <mes...@debian.org>
Description:
clamsmtp - virus-scanning SMTP proxy
Closes: 866076
Changes:
clamsmtp (1.10-14) unstable; urgency=medium
.
* Change order of some include files to make package compile again.
(Closes: #866076)
* Bumped Standards-Version to 4.0.0, no changes needed.
* Changed checks in postrm to not look for command with full path.
* Added dependency on lsb-base.
Checksums-Sha1:
69e038905426e6fe7aed124eb5720c5ce0adc712 1965 clamsmtp_1.10-14.dsc
1741ea22a9c4a294d3349b5bf80ea5637d715dfc 33928 clamsmtp_1.10-14.diff.gz
78534e85123eaf98e0f33ff5fcb7f0e09f5026fd 44550
clamsmtp-dbgsym_1.10-14_amd64.deb
020839923396ad9b72e03b712a9fe075be909aac 5789 clamsmtp_1.10-14_amd64.buildinfo
6a7980f36ad229dbb9fe9dfa466744f1191f6587 56826 clamsmtp_1.10-14_amd64.deb
Checksums-Sha256:
aee00f7a4b77949c2579d315cf35e0f8204d1c2c899009140e7d67705ad52833 1965
clamsmtp_1.10-14.dsc
7ffd02d819cc7cb094a83ea8c1711ed97dab5f5435d7e05dfa45383ff410613e 33928
clamsmtp_1.10-14.diff.gz
2427f4ca4b66602aeeb6f975604c1f436272f15c6d24e434f1741e12cb4fb82f 44550
clamsmtp-dbgsym_1.10-14_amd64.deb
dc33c45cd7c1d1e677dd2f702bd8fb19206f42334939dfddf46d15f307b6f699 5789
clamsmtp_1.10-14_amd64.buildinfo
e1b133da57d1de03fc23d10878dffb197ad02c44e50be01ffc436b42ecd237c3 56826
clamsmtp_1.10-14_amd64.deb
Files:
8b9642cf88cbc7507bee0b316aa1ef72 1965 mail optional clamsmtp_1.10-14.dsc
973a4c885f4e95ab93a4c605c8b5b79e 33928 mail optional clamsmtp_1.10-14.diff.gz
3ed8353e1a88148e94da8a234cdf9a19 44550 debug extra
clamsmtp-dbgsym_1.10-14_amd64.deb
578002bb01f0a4aa8b114cbee9ae7b03 5789 mail optional
clamsmtp_1.10-14_amd64.buildinfo
fbe8166a46eb91d9073ff668c1315007 56826 mail optional clamsmtp_1.10-14_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQJKBAEBCAA0FiEEZ/2RWVGI6sRsEOjtNdhXwLvLOyUFAllbf/MWHG1lc2tlc0Bw
b3N0Z3Jlc3FsLm9yZwAKCRA12FfAu8s7JYCkD/9MhgDUjYmbb1M5AWU7d9qG3ck5
9LPn3iL+p7J814ynz4n7fuVeh6vCASOONio42r0vole4a4cM1aSy/Ai2+qtdqkt8
HTZgBXy4p5MZAhrGWS+OI17BZIFVVMnHww4tmj79+Qepm7E2cQwILS6VfK3ZxNNd
2FUBFjup+G6LgQOdKLulDpjZCK7MBxFvfhC3fvYKdQFz5tcd/uk178Cig6MhEpd8
zJPCgRc+kQmtXCuKQJcwUVoxgVbJP8cGhBl1LYi/xgGFYkQM78sd1GCGKKmjJGee
BCbozV6GMjlUjOiLK23g1NJIvwwtUR5j+0WG4gNQyDuZB5WmERnBqXQ+bT8JSOxS
Tb3P3DqSJqk2pV5gkpTkpdJc3/fQyQxTHFyV9PWsvbWRZ8K3AGwPyPvKXYkHtjOA
WfIspi6byB6KFE84W7lvtsryppEseUInLuLxzq6uTtxiiuR0KOcvHnnwOine2cmV
lHFoEIlnEzcTeAMwAx+kBYD416x3zzzXx9U9cVn/QFxtFP+h7BUvEgKsZPYFM7sd
9DVLpIo1zgj0VDsnZVizxkjR9t9mGkS3asQEZFvVJhAdLZnvxaxy0ADy6IhRdwKH
5653hvVNXq2M7mxK0VVhX1dAep8hKdfKrTk9vZiNzSTeAys9tTj+dWLUeD1A4kHP
SwATWPJo3542wGL/fQ==
=TTEP
-----END PGP SIGNATURE-----
--- End Message ---