From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/12953 Path: news.gmane.org!.POSTED!not-for-mail From: "A. Wilcox" Newsgroups: gmane.linux.lib.musl.general Subject: Package build failure with musl 1.1.19 + Linux 4.14.48 (UAPI?) Date: Tue, 26 Jun 2018 18:19:49 -0500 Organization: =?UTF-8?Q?Ad=c3=a9lie_Linux?= Message-ID: <8484b2d8-bdec-e84d-c7a1-cdb9112b651f@adelielinux.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="wi0X2ENCHPislhZWtW8ROD8OD1BasNDYz" X-Trace: blaine.gmane.org 1530055066 31173 195.159.176.226 (26 Jun 2018 23:17:46 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 26 Jun 2018 23:17:46 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 To: musl@lists.openwall.com Original-X-From: musl-return-12969-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jun 27 01:17:42 2018 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1fXxDS-00081s-DL for gllmg-musl@m.gmane.org; Wed, 27 Jun 2018 01:17:42 +0200 Original-Received: (qmail 7345 invoked by uid 550); 26 Jun 2018 23:19:51 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 7304 invoked from network); 26 Jun 2018 23:19:49 -0000 Openpgp: preference=signencrypt Autocrypt: addr=awilfox@adelielinux.org; prefer-encrypt=mutual; keydata= xsFNBE+DjPIBEADTQ1H/e/avDUhgt8+T3TJpjGYoY9Y47EMfHqWMm9LjR9aiZSG6GWRbpjWS 4V0DqzIhNQw7HLkPws9CVqQkmpIeltQyGDV2qcR5AXxJ4lCRWHxwRzWE0cCzhLUR9BBWOO0U NINQY+2IqmzRAqXZ9zL+mGTles/qeheXmaWLKf/T0kqJFihoM+ItQvUWOkWUdVv0prhzXr9Q QUdt0NTIW8n4sPwtuSvQgqwSzCJQArh1myugVSGiIIN38pCU8g41Vh35mHHhbHjbn0o1mhrX B/gbsndGo7QQBKz4CPaSel+Fl92dCvVWTp1XYyjqeZx2xlx1zfDrXOTuzY1WmNHi7BgHYuem tG7Zyp7u9MR6FvLKgQhmvCQZXaa+9oNtwKckxoP/I5R8ede9YRb6pLyG5JC0pTTk7kpUZCX2 tm8pLKy899zomm8BBm71aEJHE44ABEl/PbM7tA7XhSPiWsdBmVCxH4bqpUgGMx0ztqhNsUul SDDhiAWgtYFHATynhmeKBDKthkO7lj4CzwI54dn1uiwDtvUFVyVsPMjJcCxFnONbOPcvm1R9 sDg5sn57dv0f+EtaU3ppZdotutjM9X7OEC93d1flO3k1LO20qn2ZcI24f3tEOLAjn5xZ1GdV 3BYBwrtuaaiO8tMdp0uAtILzkkrcr0vOi2/SngxtXFw+44X+WQARAQABzTNBLiBXaWxjb3gg KEFkw6lsaWUgTGludXgpIDxhd2lsZm94QGFkZWxpZWxpbnV4Lm9yZz7CwXoEEwEIACQCGwMF CwkIBwIGFQgJ Xref: news.gmane.org gmane.linux.lib.musl.general:12953 Archived-At: This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --wi0X2ENCHPislhZWtW8ROD8OD1BasNDYz Content-Type: multipart/mixed; boundary="vObjfYX527IJbV0L0uh5pB7FMbgQzr8fJ"; protected-headers="v1" From: "A. Wilcox" To: musl@lists.openwall.com Message-ID: <8484b2d8-bdec-e84d-c7a1-cdb9112b651f@adelielinux.org> Subject: Package build failure with musl 1.1.19 + Linux 4.14.48 (UAPI?) --vObjfYX527IJbV0L0uh5pB7FMbgQzr8fJ Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Hi there, Attempting to build net-tools 1.60 on musl 1.1.19 with Linux headers from kernel 4.14.48 installed on a PowerPC computer, we're seeing the following build error: In file included from /usr/include/linux/if_tunnel.h:7:0, from iptunnel.c:34: /usr/include/linux/ip.h:86:8: error: redefinition of =E2=80=98struct iphd= r=E2=80=99 struct iphdr { ^~~~~ In file included from iptunnel.c:29:0: /usr/include/netinet/ip.h:25:8: note: originally defined here struct iphdr { ^~~~~ make: *** [Makefile:94: iptunnel.o] Error 1 This failure was not present with kernel headers from 4.4. This may be a regression in the kernel or it may just be a change that needs to be made to musl. I am not very experienced in dealing with UAPI and didn't see much in the kernel doc tree so I was wondering if someone on this list could point me towards any resources about how to debug/fix such issues. Thank you for your time and attention. Best to you and yours, --arw --=20 A. Wilcox (awilfox) Project Lead, Ad=C3=A9lie Linux http://adelielinux.org --vObjfYX527IJbV0L0uh5pB7FMbgQzr8fJ-- --wi0X2ENCHPislhZWtW8ROD8OD1BasNDYz Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEjNyWOYPU1SaTSMHHyynLUZIrnRQFAlsyyhUACgkQyynLUZIr nRR89w//QF9rpnWmBp78gwbYNWMJijDuJZbbgR8uATXjko7r4DiItaeguH4bVrQt Az+xRkiQ71/K+lfcC4zjzEJCNEZF26BPwrw3SVHhcdD6mdCxMqx+uXA2SqLdF1uK fE+aIyl1V8IfMGB54aN+zw+d0xA0qEfWYzdINlZSB/5PPaalFuAbTSZ4fVbTpwUm w2siUgp1BapA6Cs9CLrrKIRSnHCui+cMxTsT2nFSgFywhZPvnqle6Lov3v0H2fEM +Vbkc2RH1YtO5EWgu3np/LLiBIuKRJ9CudwefzkAuy0UEw5FECLxcARhWiCf3Yo1 vwySoe9WtftHHnm5eB0LMYWOstOipVnCuVeOyq1NTaHDhB/DTifxiK0EibXCU4Oc aK/U6fE3/R+mnJuzR830W+OnPEHqEWm5DW+iBGy3RVOpUfzcnhVrAjoKNMH5Y6rf Yewid0KRh2OBG3QM6rkTBfYSG2P1nPunk9GKuEYfoOevyLGhhRQpOd1tKDFZqX5z 1pej4hAqhXzxq6SinOet9qVMX8AwZPgENQX7TMkUF0jmzi8aOjmLO7K4vwiaKQvW QjeXbaBRKFEOZtyskGSB2FEZycZpol8KGu3RGmGLGOBghlYENwrVTho2bBFKmZm+ Y3c/Ca3Uk2/ohQL8kYj3VxzcpULRa8gkQrwWxG3EbmIsK/cJRw4= =Nrqh -----END PGP SIGNATURE----- --wi0X2ENCHPislhZWtW8ROD8OD1BasNDYz--