[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#822396: marked as done (<linux/if.h> and <net/if.h> conflict needs to be resolved)



Your message dated Mon, 02 May 2016 18:50:07 +0000
with message-id <E1axIv1-0000iP-QE@franck.debian.org>
and subject line Bug#822393: fixed in connman 1.32-0.1
has caused the Debian Bug report #822393,
regarding <linux/if.h> and <net/if.h> conflict needs to be resolved
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 owner@bugs.debian.org
immediately.)


-- 
822393: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822393
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: strongswan
Version: 5.4.0-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src/libstrongswan -I../../../../src/libcharon -Wdate-time -D_FORTIFY_SOURCE=2 -rdynamic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -include /<<PKGBUILDDIR>>/config.h -c connmark_listener.c  -fPIC -DPIC -o .libs/connmark_listener.o
> In file included from /usr/include/libiptc/ipt_kernel_headers.h:13:0,
>                  from /usr/include/libiptc/libiptc.h:6,
>                  from connmark_listener.c:24:
> /usr/include/linux/if.h:71:2: error: redeclaration of enumerator 'IFF_UP'
>   IFF_UP    = 1<<0,  /* sysfs */
>   ^
> /usr/include/net/if.h:44:5: note: previous definition of 'IFF_UP' was here
>      IFF_UP = 0x1,  /* Interface is up.  */
>      ^
> /usr/include/linux/if.h:72:2: error: redeclaration of enumerator 'IFF_BROADCAST'
>   IFF_BROADCAST   = 1<<1,  /* __volatile__ */
>   ^
> /usr/include/net/if.h:46:5: note: previous definition of 'IFF_BROADCAST' was here
>      IFF_BROADCAST = 0x2, /* Broadcast address valid.  */
>      ^
> /usr/include/linux/if.h:73:2: error: redeclaration of enumerator 'IFF_DEBUG'
>   IFF_DEBUG   = 1<<2,  /* sysfs */
>   ^
> /usr/include/net/if.h:48:5: note: previous definition of 'IFF_DEBUG' was here
>      IFF_DEBUG = 0x4,  /* Turn on debugging.  */
>      ^
> /usr/include/linux/if.h:74:2: error: redeclaration of enumerator 'IFF_LOOPBACK'
>   IFF_LOOPBACK   = 1<<3,  /* __volatile__ */
>   ^
> /usr/include/net/if.h:50:5: note: previous definition of 'IFF_LOOPBACK' was here
>      IFF_LOOPBACK = 0x8,  /* Is a loopback net.  */
>      ^
> /usr/include/linux/if.h:75:2: error: redeclaration of enumerator 'IFF_POINTOPOINT'
>   IFF_POINTOPOINT   = 1<<4,  /* __volatile__ */
>   ^
> /usr/include/net/if.h:52:5: note: previous definition of 'IFF_POINTOPOINT' was here
>      IFF_POINTOPOINT = 0x10, /* Interface is point-to-point link.  */
>      ^
> /usr/include/linux/if.h:76:2: error: redeclaration of enumerator 'IFF_NOTRAILERS'
>   IFF_NOTRAILERS   = 1<<5,  /* sysfs */
>   ^
> /usr/include/net/if.h:54:5: note: previous definition of 'IFF_NOTRAILERS' was here
>      IFF_NOTRAILERS = 0x20, /* Avoid use of trailers.  */
>      ^
> /usr/include/linux/if.h:77:2: error: redeclaration of enumerator 'IFF_RUNNING'
>   IFF_RUNNING   = 1<<6,  /* __volatile__ */
>   ^
> /usr/include/net/if.h:56:5: note: previous definition of 'IFF_RUNNING' was here
>      IFF_RUNNING = 0x40,  /* Resources allocated.  */
>      ^
> /usr/include/linux/if.h:78:2: error: redeclaration of enumerator 'IFF_NOARP'
>   IFF_NOARP   = 1<<7,  /* sysfs */
>   ^
> /usr/include/net/if.h:58:5: note: previous definition of 'IFF_NOARP' was here
>      IFF_NOARP = 0x80,  /* No address resolution protocol.  */
>      ^
> /usr/include/linux/if.h:79:2: error: redeclaration of enumerator 'IFF_PROMISC'
>   IFF_PROMISC   = 1<<8,  /* sysfs */
>   ^
> /usr/include/net/if.h:60:5: note: previous definition of 'IFF_PROMISC' was here
>      IFF_PROMISC = 0x100, /* Receive all packets.  */
>      ^
> /usr/include/linux/if.h:80:2: error: redeclaration of enumerator 'IFF_ALLMULTI'
>   IFF_ALLMULTI   = 1<<9,  /* sysfs */
>   ^
> /usr/include/net/if.h:64:5: note: previous definition of 'IFF_ALLMULTI' was here
>      IFF_ALLMULTI = 0x200, /* Receive all multicast packets.  */
>      ^
> /usr/include/linux/if.h:81:2: error: redeclaration of enumerator 'IFF_MASTER'
>   IFF_MASTER   = 1<<10, /* __volatile__ */
>   ^
> /usr/include/net/if.h:67:5: note: previous definition of 'IFF_MASTER' was here
>      IFF_MASTER = 0x400,  /* Master of a load balancer.  */
>      ^
> /usr/include/linux/if.h:82:2: error: redeclaration of enumerator 'IFF_SLAVE'
>   IFF_SLAVE   = 1<<11, /* __volatile__ */
>   ^
> /usr/include/net/if.h:69:5: note: previous definition of 'IFF_SLAVE' was here
>      IFF_SLAVE = 0x800,  /* Slave of a load balancer.  */
>      ^
> /usr/include/linux/if.h:83:2: error: redeclaration of enumerator 'IFF_MULTICAST'
>   IFF_MULTICAST   = 1<<12, /* sysfs */
>   ^
> /usr/include/net/if.h:72:5: note: previous definition of 'IFF_MULTICAST' was here
>      IFF_MULTICAST = 0x1000, /* Supports multicast.  */
>      ^
> /usr/include/linux/if.h:84:2: error: redeclaration of enumerator 'IFF_PORTSEL'
>   IFF_PORTSEL   = 1<<13, /* sysfs */
>   ^
> /usr/include/net/if.h:75:5: note: previous definition of 'IFF_PORTSEL' was here
>      IFF_PORTSEL = 0x2000, /* Can set media type.  */
>      ^
> /usr/include/linux/if.h:85:2: error: redeclaration of enumerator 'IFF_AUTOMEDIA'
>   IFF_AUTOMEDIA   = 1<<14, /* sysfs */
>   ^
> /usr/include/net/if.h:77:5: note: previous definition of 'IFF_AUTOMEDIA' was here
>      IFF_AUTOMEDIA = 0x4000, /* Auto media select active.  */
>      ^
> /usr/include/linux/if.h:86:2: error: redeclaration of enumerator 'IFF_DYNAMIC'
>   IFF_DYNAMIC   = 1<<15, /* sysfs */
>   ^
> /usr/include/net/if.h:79:5: note: previous definition of 'IFF_DYNAMIC' was here
>      IFF_DYNAMIC = 0x8000 /* Dialup device with changing addresses.  */
>      ^
> In file included from /usr/include/linux/netfilter_ipv4/ip_tables.h:20:0,
>                  from /usr/include/libiptc/libiptc.h:12,
>                  from connmark_listener.c:24:
> /usr/include/linux/if.h:169:8: error: redefinition of 'struct ifmap'
>  struct ifmap {
>         ^
> In file included from /usr/include/libiptc/ipt_kernel_headers.h:13:0,
>                  from /usr/include/libiptc/libiptc.h:6,
>                  from connmark_listener.c:24:
> /usr/include/net/if.h:111:8: note: originally defined here
>  struct ifmap
>         ^
> In file included from /usr/include/linux/netfilter_ipv4/ip_tables.h:20:0,
>                  from /usr/include/libiptc/libiptc.h:12,
>                  from connmark_listener.c:24:
> /usr/include/linux/if.h:203:8: error: redefinition of 'struct ifreq'
>  struct ifreq {
>         ^
> In file included from /usr/include/libiptc/ipt_kernel_headers.h:13:0,
>                  from /usr/include/libiptc/libiptc.h:6,
>                  from connmark_listener.c:24:
> /usr/include/net/if.h:126:8: note: originally defined here
>  struct ifreq
>         ^
> In file included from /usr/include/linux/netfilter_ipv4/ip_tables.h:20:0,
>                  from /usr/include/libiptc/libiptc.h:12,
>                  from connmark_listener.c:24:
> /usr/include/linux/if.h:252:8: error: redefinition of 'struct ifconf'
>  struct ifconf  {
>         ^
> In file included from /usr/include/libiptc/ipt_kernel_headers.h:13:0,
>                  from /usr/include/libiptc/libiptc.h:6,
>                  from connmark_listener.c:24:
> /usr/include/net/if.h:176:8: note: originally defined here
>  struct ifconf
>         ^
> Makefile:576: recipe for target 'connmark_listener.lo' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: connman
Source-Version: 1.32-0.1

We believe that the bug you reported is fixed in the latest version of
connman, 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 822393@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mateusz Łukasik <mati75@linuxmint.pl> (supplier of updated connman 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 27 Apr 2016 19:40:29 +0200
Source: connman
Binary: connman connman-vpn connman-dev connman-doc
Architecture: source
Version: 1.32-0.1
Distribution: unstable
Urgency: medium
Maintainer: Alexander Sack <asac@debian.org>
Changed-By: Mateusz Łukasik <mati75@linuxmint.pl>
Description:
 connman    - Intel Connection Manager daemon
 connman-dev - Development files for connman
 connman-doc - ConnMan documentation
 connman-vpn - Intel Connection Manager daemon - VPN daemon
Closes: 742408 745874 751234 763628 797638 813580 813647 822393
Changes:
 connman (1.32-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Shawn Landden ]
   * New upstream release (1.29) (Closes: #742408)
     - Drop 02-test-pbkdf2-sha1-maximum-salt-len-should-be-32-instead.patch
   * Conflict with resolvconf (Closes: #763628)
   * Conflict with wicd-daemon instead of wicd metapackage (Closes: #745874, #797638)
   * Enable pptp and l2tp vpn plugins (Closes: #751234)
   * debian/copyright: some files have moved, use kernel.org git url for source
   * debian/control: new upstream url http://01.org/connman
 .
   [ Mateusz Łukasik ]
   * Take git changes from git to version 1.29 it never was upload to Debian.
   * New upstream release (1.31) (Closes: #813580, #813647)
     - cherry-pick the two patches from git
   * Refresh 01-init-script-lsb-headers.patch.
   * debian/connman.install: update for new files.
 .
   [ Gianfranco Costamagna ]
   * New upstream release (1.32)
   * Fix build failure with recent headers:
     - d/p/fix-ftbfs-headers.patch (Closes: #822393)
   * debian/patches/fix-failure-kernel-4.5.patch:
     - fix build failure with kernel 4.5.1, due to bad kernel commit
       1ffad83dffd675cd742286ae82dca7d746cb0da8 (cfr: #822393)
Checksums-Sha1:
 487046492ae9f6cf69db3b0fd1b356827415a7b2 2276 connman_1.32-0.1.dsc
 c5b1a0ac244130792658317e5637b8f7846e8068 668404 connman_1.32.orig.tar.xz
 7f5884906f6f817d915bcf0ba0ec78a079bf7d48 10192 connman_1.32-0.1.debian.tar.xz
Checksums-Sha256:
 aa6f8c8e96911787426e67e44803e88c0693c1012d8b19bdf1d290d6be6cecc0 2276 connman_1.32-0.1.dsc
 3185864c73206a6033d12e9f583689dcd03f714a40a58333709d3f74a4e0934c 668404 connman_1.32.orig.tar.xz
 04f9de3fea2f928d52df55b3f5f5c0e220d2091889abf549306b573a2a3a5a94 10192 connman_1.32-0.1.debian.tar.xz
Files:
 4a0ba8fe16a035280b392b04723462b2 2276 net optional connman_1.32-0.1.dsc
 d0c3071c1d8dec9cd17b760f862de2ad 668404 net optional connman_1.32.orig.tar.xz
 5a01891a5f320c25b3a01f21a91edf6d 10192 net optional connman_1.32-0.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXIPxhAAoJEPNPCXROn13Z9ZYP/A1YsNOjV7FTm4CYX489V44J
gtJ6KX8BS3xejVisaCDoZ+k/pv6ZikDZYcENlEk2Osz+okKU60fuKrOgtnFjG8cA
JAnSUcnuMSu3r78xuxvUMZM1ToI9zdw284dYa56y7Vkvqn1DcAHn9mnKifp6dgYl
ikR9Obp1rEYN2egrtcvxTHp+PdhoO/nF5VG51z0MP4en+QiVxXEHaY8wdvV0tXUh
qNBEXK17I0HKqI4q/jc/XDLURwPOpjn7GXMBm/KykGcCv8b3y2VpsvruyaGbu5UU
8kBqQBvFuYKk+kjYPnD1fF2V54NVt/0jw7gD/I2gk09ancQzCxQJEKveOR5xim2y
5MD0nBoBryfiSAfCJU2ZTp+tWIWOv0wZxh0RfCWVp1Xb9SwtzlpxovxJsWkNjy+4
8xZ5M66x/Os6mZr+EANuoeBqCpoWa8qktKf5lesRJ/GchJbFBVej/MMX+JAlVYhc
3q2JG7tVP5hP8SDSjnML1BuSTOqiGrtW3PeeBh+9/Bjqf+vo40aDCWag4Pc5T9hE
B6yfUZ2rDIgoscFixyF83yDI7ttUArcxLwSC34BD6Bf7IcXUxIcR85yVkzVo8eAd
YbIf4q/ujg5yI+6hNpsjUsvpVRnUwwUAGj2ox7SJeswBCbJO8332zWpEx1SUXP9U
+Uh8TXQHy8PSvth6Aesb
=MK7/
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: