From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ig0-f177.google.com (mail-ig0-f177.google.com [209.85.213.177]) by mail.openembedded.org (Postfix) with ESMTP id C3246731FE for ; Fri, 8 Jan 2016 10:08:56 +0000 (UTC) Received: by mail-ig0-f177.google.com with SMTP id z14so72077081igp.0 for ; Fri, 08 Jan 2016 02:08:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=intel-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=6tgNOoDE/J1Fxpm7fZyDZiJyBv4qWIAcre+52KP7070=; b=ckbFgemtwUgLqDpvY3uFWhDmSOM4EZjtvRtoBFgCDycRs59AVXbOw7eUiDqXqODQas F0Er/dOBfx7MNysYkTbdikRh3QOQ30lquWsVIMFOyfpIe+K/Kj4sbSTfgwUFFmAyhRLo OtqPUbLJyCwPpQEEZ64lOKOKaoXTrHWNG9x7lAluIGbMR/7mceHhcp9mB9fDJWx+eMi+ IUeWVORYXRaGsCRRnWVaz+eoPLM9Pd5zfIVVjAwWIGNhPpGd+tTvSM/mTfvnXknRkDjZ Zr9njhQzE0jLCHRNJMOYxDlNsOGh33UIlAbpDmuk6Hd0eW8zcdsVPkvod8KetdeqNv2q K0lA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=6tgNOoDE/J1Fxpm7fZyDZiJyBv4qWIAcre+52KP7070=; b=lmuR9LBoNLW1GNbl6eKZOaV1Kzg3uUdPT5TNs2Rrp573mHRWBZfmvwMcrlue5lBpCd pCmbFEO4qdWpX52801QPF1impuLjEOpH2zJKFImwWUI8x/TMuIpZ3DyM9JDINE2nYusu 0RPp9zzNfPIujWF5+p/krM3xKhOBWA5pIqn+Otn51kTViloAZ7IGRt/ZIhYPsOUzJQID hkvjipqhxA9kiz3OkBUif+uwUe4s+ylBXIi/rT8eBgaPfgwXV/60hAxucDVC+faX3Y8C fqJeN9eI1giU98IjDOgtoGvH/3AV7U2sftWdvDibdsKfaJq6k+4itk4N0c0Pq7kDl9D8 YrAA== X-Gm-Message-State: ALoCoQlqEpFVnNQTklYF0sYWCyq7cXcpvrdlitvXTEj2qE67JH3ygoWy1NlqPstQmIxSaQPh6ES+qE8A1VXNGXzbbB5wInEy8Kjc6GhcOUVFr76I5skolq0= X-Received: by 10.50.43.133 with SMTP id w5mr15628924igl.52.1452247737249; Fri, 08 Jan 2016 02:08:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.162.70 with HTTP; Fri, 8 Jan 2016 02:08:37 -0800 (PST) In-Reply-To: References: From: "Burton, Ross" Date: Fri, 8 Jan 2016 10:08:37 +0000 Message-ID: To: Khem Raj Cc: OE-core Subject: Re: [PATCH 10/17] connman: include config.h for HAVE_STRUCT_IN6_PKTINFO_IPI6_ADDR X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2016 10:08:57 -0000 Content-Type: multipart/alternative; boundary=089e01175f2b8153d80528cfc66a --089e01175f2b8153d80528cfc66a Content-Type: text/plain; charset=UTF-8 On 19 December 2015 at 23:52, Khem Raj wrote: > We now check at configure time of libc has pktinfo struct > | In file included from /data/poky-master/tmp/sysroots/intel-corei7-64/usr/include/linux/if_tun.h:20:0, | from /data/poky-master/tmp/work/corei7-64-poky-linux-musl/connman/1.30-r0/connman-1.30/src/inet.c:46: | /data/poky-master/tmp/sysroots/intel-corei7-64/usr/include/linux/if_ether.h:137:8: error: redefinition of 'struct ethhdr' | struct ethhdr { | ^ | In file included from /data/poky-master/tmp/sysroots/intel-corei7-64/usr/include/net/ethernet.h:10:0, | from /data/poky-master/tmp/work/corei7-64-poky-linux-musl/connman/1.30-r0/connman-1.30/src/inet.c:41: | /data/poky-master/tmp/sysroots/intel-corei7-64/usr/include/netinet/if_ether.h:96:8: note: originally defined here | struct ethhdr { | ^ connman still fails to build with musl for me. Ross --089e01175f2b8153d80528cfc66a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= On 19 December 2015 at 23:52, Khem Raj <raj.khem@gmail.com>= wrote:
We now check at configure time of libc has pktinfo struct
<= /blockquote>

| In file included from /data/poky-master/tmp/sysroots/intel-corei7-64/usr= /include/linux/if_tun.h:20:0,
| =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from /data/poky-mast= er/tmp/work/corei7-64-poky-linux-musl/connman/1.30-r0/connman-1.30/src/inet= .c:46:
| /data/poky-master/tmp/sysroots/int= el-corei7-64/usr/include/linux/if_ether.h:137:8: error: redefinition of = 9;struct ethhdr'
| =C2=A0struct ethhdr = {
| =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
| In file included from /data/poky-master/tmp/sysroo= ts/intel-corei7-64/usr/include/net/ethernet.h:10:0,
| =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fr= om /data/poky-master/tmp/work/corei7-64-poky-linux-musl/connman/1.30-r0/con= nman-1.30/src/inet.c:41:
| /data/poky-maste= r/tmp/sysroots/intel-corei7-64/usr/include/netinet/if_ether.h:96:8: note: o= riginally defined here
| =C2=A0struct ethhd= r {
| =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^

connman still= fails to build with musl for me. =C2=A0
Ross
--089e01175f2b8153d80528cfc66a--