[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1358315515.14898.0.camel@cr0>
Date: Wed, 16 Jan 2013 13:51:55 +0800
From: Cong Wang <amwang@...hat.com>
To: Thomas Backlund <tmb@...eia.org>
Cc: Eric Blake <eblake@...hat.com>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, libvirt-list@...hat.com,
tgraf@...g.ch
Subject: Re: the patch "bridge: export multicast database via netlink" broke
kernel 3.8 uapi
On Tue, 2013-01-15 at 12:55 +0200, Thomas Backlund wrote:
>
> as it seemed to fix the libvirt case
>
> but then asked it to be ignored after I tried to build connman,
> and hit this conflict with glibc-2.17:
>
> In file included from /usr/include/arpa/inet.h:22:0,
> from ./include/connman/inet.h:25,
> from src/connman.h:128,
> from src/tethering.c:40:
> /usr/include/netinet/in.h:35:5: error: expected identifier before
> numeric constant
> /usr/include/netinet/in.h:197:8: error: redefinition of 'struct in6_addr'
> In file included from /usr/include/linux/if_bridge.h:17:0,
> from src/tethering.c:38:
> /usr/include/linux/in6.h:30:8: note: originally defined here
> In file included from /usr/include/arpa/inet.h:22:0,
> from ./include/connman/inet.h:25,
> from src/connman.h:128,
> from src/tethering.c:40:
> /usr/include/netinet/in.h:238:8: error: redefinition of 'struct
> sockaddr_in6'
> In file included from /usr/include/linux/if_bridge.h:17:0,
> from src/tethering.c:38:
> /usr/include/linux/in6.h:46:8: note: originally defined here
> In file included from /usr/include/arpa/inet.h:22:0,
> from ./include/connman/inet.h:25,
> from src/connman.h:128,
> from src/tethering.c:40:
> /usr/include/netinet/in.h:274:8: error: redefinition of 'struct ipv6_mreq'
> In file included from /usr/include/linux/if_bridge.h:17:0,
> from src/tethering.c:38:
> /usr/include/linux/in6.h:54:8: note: originally defined here
> make[1]: *** [src/src_connmand-tethering.o] Error 1
>
>
> So I'm not sure it's the right one...
% rpm -q --whatprovides /usr/include/netinet/in.h
glibc-headers-2.14.90-24.fc16.9.x86_64
Seems we have conflicts with glibc headers...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists