bugzilla-daemon at netfilter.org
2018-Sep-04 04:58 UTC
[Bug 1277] New: v1.8.0 FTBFS on Void Linux due to conflicting definitions
https://bugzilla.netfilter.org/show_bug.cgi?id=1277 Bug ID: 1277 Summary: v1.8.0 FTBFS on Void Linux due to conflicting definitions Product: iptables Version: unspecified Hardware: x86_64 OS: other Status: NEW Severity: blocker Priority: P5 Component: unknown Assignee: netfilter-buglog at lists.netfilter.org Reporter: camerontnorman at gmail.com Created attachment 546 --> https://bugzilla.netfilter.org/attachment.cgi?id=546&action=edit Void Linux x86_64 build log Build log is attached. -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20180904/b3356230/attachment.html>
bugzilla-daemon at netfilter.org
2018-Sep-04 04:58 UTC
[Bug 1277] v1.8.0 FTBFS on Void Linux due to conflicting definitions
https://bugzilla.netfilter.org/show_bug.cgi?id=1277 Cameron Nemo <camerontnorman at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |critical CC| |camerontnorman at gmail.com -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20180904/3b429794/attachment.html>
bugzilla-daemon at netfilter.org
2018-Oct-27 20:13 UTC
[Bug 1277] v1.8.0 FTBFS on Void Linux due to conflicting definitions
https://bugzilla.netfilter.org/show_bug.cgi?id=1277 --- Comment #1 from Cameron Nemo <camerontnorman at gmail.com> --- Can reproduce on 1.8.1. -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20181027/ec4f59ba/attachment.html>
bugzilla-daemon at netfilter.org
2018-Oct-27 20:13 UTC
[Bug 1277] v1.8.1 FTBFS on Void Linux due to conflicting definitions
https://bugzilla.netfilter.org/show_bug.cgi?id=1277 Cameron Nemo <camerontnorman at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|v1.8.0 FTBFS on Void Linux |v1.8.1 FTBFS on Void Linux |due to conflicting |due to conflicting |definitions |definitions -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20181027/efcebc64/attachment.html>
bugzilla-daemon at netfilter.org
2018-Oct-27 21:32 UTC
[Bug 1277] v1.8.1 FTBFS on Void Linux due to conflicting definitions
https://bugzilla.netfilter.org/show_bug.cgi?id=1277 Florian Westphal <fw at strlen.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fw at strlen.de --- Comment #2 from Florian Westphal <fw at strlen.de> --- (In reply to Cameron Nemo from comment #1)> Can reproduce on 1.8.1.Dies this help? diff --git a/extensions/libxt_mac.c b/extensions/libxt_mac.c --- a/extensions/libxt_mac.c +++ b/extensions/libxt_mac.c @@ -1,9 +1,5 @@ #include <stdio.h> -#if defined(__GLIBC__) && __GLIBC__ == 2 #include <net/ethernet.h> -#else -#include <linux/if_ether.h> -#endif -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20181027/6db9556e/attachment.html>
bugzilla-daemon at netfilter.org
2018-Oct-27 21:51 UTC
[Bug 1277] v1.8.1 FTBFS on Void Linux due to conflicting definitions
https://bugzilla.netfilter.org/show_bug.cgi?id=1277 --- Comment #3 from Cameron Nemo <camerontnorman at gmail.com> --- Unfortunately the patch does not make a difference. For reference, the failing build architecture is x86_64, glibc version 2.28. -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20181027/53a193c7/attachment.html>
bugzilla-daemon at netfilter.org
2018-Dec-15 01:37 UTC
[Bug 1277] v1.8.1 FTBFS on Void Linux due to conflicting definitions
https://bugzilla.netfilter.org/show_bug.cgi?id=1277 --- Comment #4 from Cameron Nemo <camerontnorman at gmail.com> --- Still getting a build failure on 1.8.2, with or without the mentioned patch applied. http://ix.io/1w1L -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20181215/a0e5ff8a/attachment.html>
bugzilla-daemon at netfilter.org
2019-Jan-10 03:54 UTC
[Bug 1277] v1.8.1 FTBFS on Void Linux due to conflicting definitions
https://bugzilla.netfilter.org/show_bug.cgi?id=1277 ndowens04 at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ndowens04 at gmail.com --- Comment #5 from ndowens04 at gmail.com --- Created attachment 552 --> https://bugzilla.netfilter.org/attachment.cgi?id=552&action=edit Fix Attached is a patch I created that fixed our build issue on GLIBC and MUSL based systems. I am hoping this can be used in upstream sources for future releases -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20190110/e2ae4541/attachment.html>
bugzilla-daemon at netfilter.org
2019-Jun-20 05:28 UTC
[Bug 1277] v1.8.1 FTBFS on Void Linux due to conflicting definitions
https://bugzilla.netfilter.org/show_bug.cgi?id=1277 Castrob <castro8583bennett at gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |castro8583bennett at gmx.com --- Comment #6 from Castrob <castro8583bennett at gmx.com> --- still doesn't fix anything with the mentioned patch applied please Help. Castro B, http://1minutereview.org -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20190620/0db7cffa/attachment.html>
Maybe Matching Threads
- [Bug 1278] New: FTBFS on musl due to missing include
- [Bug 1342] New: IPv6 NAT translates to addresses outside of specified range
- [Bug 1308] New: iptables -i + is broken in v1.8.0
- [Bug 1302] New: iptables v1.8.0 (nf_tables) has a problem inverting in-interface and maybe out
- Tripp-Lite USB constantlly disconnecting.