From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/12955 Path: news.gmane.org!.POSTED!not-for-mail From: Khem Raj Newsgroups: gmane.linux.lib.musl.general Subject: Re: Package build failure with musl 1.1.19 + Linux 4.14.48 (UAPI?) Date: Tue, 26 Jun 2018 21:54:27 -0700 Message-ID: References: <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: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1530075183 2927 195.159.176.226 (27 Jun 2018 04:53:03 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 27 Jun 2018 04:53:03 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-12971-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jun 27 06:52:59 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 1fY2Rv-0000fe-3d for gllmg-musl@m.gmane.org; Wed, 27 Jun 2018 06:52:59 +0200 Original-Received: (qmail 5321 invoked by uid 550); 27 Jun 2018 04:55:07 -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 5280 invoked from network); 27 Jun 2018 04:55:06 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-transfer-encoding; bh=3C56lJgfSB5KVan4+8jYCho2dOAMSpYsPZSdCCYNd7I=; b=uPjnj3OrCgUYQy2Ef3I5ztbxq5q2ZMsclEPHaFskcDqIh2oQNVZrpr5p/XWdmjv2C3 0OtIEL1Yu+1nAhsNfr3gy9/ovmGKq3FHYdfE57V5QC0Y8BGweO+p866WFHdZZFdjgR9Y cSz2zZfOvccBfKGoe5PJoJZV5SoMj8roD54vRwsgLuTCgWFrqScy2wNy+28latQJevDW MBOmo7j+yCBBBXARbLYCwrWrdbtAzmSUbV+Ax6K8/FrFpOopDfh2cYiyTqCAb4rR/eRu khZNTlSFgLlnlbwu/IOaM8Y4h8R8qkmchZ9ZLK5luYZvRUIdnIQtmXtx3UKjLT0tcd4h MXZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-transfer-encoding; bh=3C56lJgfSB5KVan4+8jYCho2dOAMSpYsPZSdCCYNd7I=; b=O1xOCLOuXrmoEgSpBfYRvtKfkbUzNcM0ED24Y6DfYEuFhaLPxVtDnFx6buyVMgA4/B jQWtriXykaNMNigmcva87emqeFY6FDmJwklVdlotLR5t6bRGShJqBtp8jI37l4h+arsE 5JGTd+0bGlR1uROrDoDLY5V49acVNQ44vnGPJHHoYreXdpizwYJp9BuMEhxiFHZY3Wsh RU6GYoSV2hTcnfm+ED+sG/2ahnIqCx/YsbNmtzrWglvsd1amsOMTjBHLdXwoomaJKJrX qMXFsRJaqSLBKlGL9l7Kv7JtFv9jylQX9hzKef7C0v2RlKD6aw48w23GdRXcbvn9iURf ZrAw== X-Gm-Message-State: APt69E0yAo2wPQ1wjll1kIYTzGkt4ErnJyAPD039IRPvh4+KyGoVLVWi vE1SGJNOFTKkfPMHB029hb0Jxhu8Eocn2q8iRPULPg== X-Google-Smtp-Source: AAOMgpdMkBXJIqtB5762mrhKkV2d/AjDdPhELYbyo402PVbk7OH196x1ocxIVUGoq2ZPZY92C5JCcnWh/qZK0CC+gWM= X-Received: by 2002:ab0:5851:: with SMTP id p17-v6mr2748754uac.164.1530075293807; Tue, 26 Jun 2018 21:54:53 -0700 (PDT) In-Reply-To: <8484b2d8-bdec-e84d-c7a1-cdb9112b651f@adelielinux.org> Xref: news.gmane.org gmane.linux.lib.musl.general:12955 Archived-At: On Tue, Jun 26, 2018 at 4:19 PM A. Wilcox wrote: > > 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. > you might want to apply this patch posted here https://sourceforge.net/p/net-tools/mailman/message/35413022/ > Best to you and yours, > --arw > > -- > A. Wilcox (awilfox) > Project Lead, Ad=C3=A9lie Linux > http://adelielinux.org >