[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-03-11 Thread Mathew Hodson
** No longer affects: xtables-addons (Ubuntu Groovy)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-03-11 Thread Kleber Sacilotto de Souza
Hello Ahmed,

By the logs I'm assuming you are running 20.04 (Focal Fossa). For this
series there is an update to xtables-addons-dkms currently in -proposed
(this fix is being tracked via bug 1915177). To get this update you can
either enable the -proposed pocket or wait for a few more days until the
fix is available in -updates.

Regards.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-03-05 Thread Ahmed EL-Nazer
Hi kleber,

xtables-addons-common is already the newest version (3.8-2ubuntu0.2) |
and facing the below error

make  all-recursive
make[1]: Entering directory '/usr/share/xt_geoip/xtables-addons-3.9'
Making all in extensions
make[2]: Entering directory '/usr/share/xt_geoip/xtables-addons-3.9/extensions'
Xtables-addons 3.9 - Linux 5.4.86
if [ -n "/lib/modules/5.4.0-66-generic/build" ]; then make -C 
/lib/modules/5.4.0-66-generic/build 
M=/usr/share/xt_geoip/xtables-addons-3.9/extensions modules; fi;
make[3]: Entering directory '/usr/src/linux-headers-5.4.0-66-generic'
  CC [M]  /usr/share/xt_geoip/xtables-addons-3.9/extensions/xt_DELUDE.o
/usr/share/xt_geoip/xtables-addons-3.9/extensions/xt_DELUDE.c: In function 
‘delude_send_reset’:
/usr/share/xt_geoip/xtables-addons-3.9/extensions/xt_DELUDE.c:125:30: error: 
passing argument 2 of ‘ip_route_me_harder’ from incompatible pointer type 
[-Werror=incompatible-pointer-types]
  125 |  if (ip_route_me_harder(net, nskb, addr_type))
  |  ^~~~
  |  |
  |  struct sk_buff *
In file included from ./include/linux/netfilter/x_tables.h:245,
 from 
/usr/share/xt_geoip/xtables-addons-3.9/extensions/xt_DELUDE.c:20:
./include/linux/netfilter_ipv4.h:19:54: note: expected ‘struct sock *’ but 
argument is of type ‘struct sk_buff *’
   19 | int ip_route_me_harder(struct net *net, struct sock *sk, struct sk_buff 
*skb, unsigned addr_type);
  | ~^~
/usr/share/xt_geoip/xtables-addons-3.9/extensions/xt_DELUDE.c:125:36: warning: 
passing argument 3 of ‘ip_route_me_harder’ makes pointer from integer without a 
cast [-Wint-conversion]
  125 |  if (ip_route_me_harder(net, nskb, addr_type))
  |^
  ||
  |unsigned int
In file included from ./include/linux/netfilter/x_tables.h:245,
 from 
/usr/share/xt_geoip/xtables-addons-3.9/extensions/xt_DELUDE.c:20:
./include/linux/netfilter_ipv4.h:19:74: note: expected ‘struct sk_buff *’ but 
argument is of type ‘unsigned int’
   19 | int ip_route_me_harder(struct net *net, struct sock *sk, struct sk_buff 
*skb, unsigned addr_type);
  |  
^~~
/usr/share/xt_geoip/xtables-addons-3.9/extensions/xt_DELUDE.c:125:6: error: too 
few arguments to function ‘ip_route_me_harder’
  125 |  if (ip_route_me_harder(net, nskb, addr_type))
  |  ^~
In file included from ./include/linux/netfilter/x_tables.h:245,
 from 
/usr/share/xt_geoip/xtables-addons-3.9/extensions/xt_DELUDE.c:20:
./include/linux/netfilter_ipv4.h:19:5: note: declared here
   19 | int ip_route_me_harder(struct net *net, struct sock *sk, struct sk_buff 
*skb, unsigned addr_type);
  | ^~
cc1: some warnings being treated as errors
make[4]: *** [scripts/Makefile.build:271: 
/usr/share/xt_geoip/xtables-addons-3.9/extensions/xt_DELUDE.o] Error 1
make[3]: *** [Makefile:1760: /usr/share/xt_geoip/xtables-addons-3.9/extensions] 
Error 2
make[3]: Leaving directory '/usr/src/linux-headers-5.4.0-66-generic'
make[2]: *** [Makefile:465: modules] Error 2
make[2]: Leaving directory '/usr/share/xt_geoip/xtables-addons-3.9/extensions'
make[1]: *** [Makefile:495: all-recursive] Error 1
make[1]: Leaving directory '/usr/share/xt_geoip/xtables-addons-3.9'
make: *** [Makefile:380: all] Error 2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-03-02 Thread MikeR
Also there is no option
Software & Updates -->  Pre-release updates (focal-proposed) 
either via Software & Updates  or via Synaptic.

Is there a chance of getting the update in vanilla focal? (hwe:
5.8.0-45-generic)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-03-02 Thread MikeR
Sorry, but...

started Synaptic, and checked proposed, and reloaded.
Searched for xtables-addons and found latest version was still 3.8-2ubuntu0.2

Tried installing xtables-addons-dkms and xtables-addons-common, and saw the 
following:

Loading new xtables-addons-3.8 DKMS files...
Building for 5.8.0-44-generic
Building initial module for 5.8.0-44-generic
ERROR: Cannot create report: [Errno 17] File exists: 
'/var/crash/xtables-addons-dkms.0.crash'
Error!  Build of xt_ACCOUNT.ko failed for: 5.8.0-44-generic (x86_64)
Consult the make.log in the build directory
/var/lib/dkms/xtables-addons/3.8/build/ for more information.
dpkg: error processing package xtables-addons-dkms (--configure):
 installed xtables-addons-dkms package post-installation script subprocess 
returned error exit status 7
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
Errors were encountered while processing:
 xtables-addons-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up xtables-addons-dkms (3.8-2ubuntu0.2) ...
Removing old xtables-addons-3.8 DKMS files...


I'll wait a day or two and try again...
Here's hoping.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-03-02 Thread Kleber Sacilotto de Souza
Hello MikeR,

For this new issue with the 5.8 kernels we have opened another bug
report: bug 1915177.

The status is that the fix is currently in groovy-proposed. The fixed
package should be available in -updates on the following days, however,
if you are willing to test it from -proposed you can follow these steps:
https://wiki.ubuntu.com/Testing/EnableProposed

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-02-24 Thread MikeR
Updated to 5.8.0-44-generic, and problem installing or re-installing
xtables-addons-dkms reappeared.

from /var/lib/dkms/xtables-addons/3.8/build/make.log:

   70 |  return ip_route_me_harder(net, skb, addr_type);
  | ^~~
  | |
  | struct sk_buff *
In file included from ./include/linux/netfilter/x_tables.h:245,
 from 
/var/lib/dkms/xtables-addons/3.8/build/extensions/xt_CHAOS.c:17:
./include/linux/netfilter_ipv4.h:19:54: note: expected 'struct sock *' but 
argument is of type 'struct sk_buff *'
   19 | int ip_route_me_harder(struct net *net, struct sock *sk, struct sk_buff 
*skb, unsigned addr_type);
  | ~^~
In file included from 
/var/lib/dkms/xtables-addons/3.8/build/extensions/xt_CHAOS.c:24:
/var/lib/dkms/xtables-addons/3.8/build/extensions/compat_xtables.h:70:38: 
warning: passing argument 3 of 'ip_route_
me_harder' makes pointer from integer without a cast [-Wint-conversion]
   70 |  return ip_route_me_harder(net, skb, addr_type);
  |  ^
  |  |
  |  

Is there any workaround?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-02-09 Thread Kleber Sacilotto de Souza
** Changed in: xtables-addons (Ubuntu Groovy)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-01-25 Thread Launchpad Bug Tracker
This bug was fixed in the package xtables-addons - 3.0-0.1ubuntu5

---
xtables-addons (3.0-0.1ubuntu5) bionic; urgency=medium

  * Adjust for changed signature of ip_route_me_harder (LP: #1907109)
- 0005-ip_route_me_hard-use-actual-socket-sk-rather-than-sk.patch

 -- Kleber Sacilotto de Souza   Tue, 08 Dec
2020 15:05:29 +0100

** Changed in: xtables-addons (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-01-25 Thread Łukasz Zemczak
Please be sure to fix the west-chamber issue whenever possible. I have
not hinted that ADT failure as I think it's a good reminder that the
package needs to be fixed sooner or later.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-01-25 Thread Launchpad Bug Tracker
This bug was fixed in the package xtables-addons - 3.8-2ubuntu0.2

---
xtables-addons (3.8-2ubuntu0.2) focal; urgency=medium

  * Adjust for changed signature of ip_route_me_harder (LP: #1907109)
- 0002-ip_route_me_hard-use-actual-socket-sk-rather-than-sk.patch

 -- Kleber Sacilotto de Souza   Mon, 07 Dec
2020 18:21:27 +0100

** Changed in: xtables-addons (Ubuntu Focal)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-01-22 Thread Kleber Sacilotto de Souza
I have opened another bug for the west-chamber issue: bug 1912783.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-01-22 Thread Kleber Sacilotto de Souza
I can confirm that xtables-addons 3.0-0.1ubuntu5 can be built and the
modules loaded on Bionic with both generic (4.15.0-134-generic,) and hwe
(5.4.0-64-generic) kernels.

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-01-22 Thread Kleber Sacilotto de Souza
west-chamber/20100405+svn2007.r124-12 has the same issue and also
needs to be fixed. This was not spotted before because xtables-addons is
a dependency so building west-chamber failed in an earlier stage.

I will prepare a fix for west-chamber.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-01-16 Thread Brian Smith
Can confirm that the xtables-addons 3.8-2ubuntu0.2 modules now compile
and install cleanly on Focal (5.4.0-62, amd64). No problem loading the
patched modules, either.

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-01-13 Thread Robie Basak
Hello Kleber, or anyone else affected,

Accepted xtables-addons into bionic-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/xtables-
addons/3.0-0.1ubuntu5 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
bionic to verification-done-bionic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-bionic. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: xtables-addons (Ubuntu Bionic)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2021-01-12 Thread Brian Murray
Hello Kleber, or anyone else affected,

Accepted xtables-addons into focal-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/xtables-
addons/3.8-2ubuntu0.2 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: xtables-addons (Ubuntu Focal)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2020-12-10 Thread Kleber Sacilotto de Souza
** Description changed:

  [Impact]
  Focal linux 5.4.0-57.63 backported from v5.4.78 upstream stable release the 
following commit, which broke the build of xtables-addons dkms modules on Focal 
and Bionic for all 5.4 kernels based on this release:
  
  "netfilter: use actual socket sk rather than skb sk when routing harder"
  (Upstream commit 46d6c5ae953cc0be38efd0e469284df7c4328cf8).
+ 
+ For Groovy, linux-5.8.y is not maintained upstream anymore. Our Groovy
+ kernel will receive upstream stabled patches from 5.4.y and 5.9.y, which
+ will get this commit applied likely for the next SRU cycle.
  
  [Test case]
  Install xtables-addons-dkms package.
  
  [Fix]
  The proposed fix is a backport of a fix applied to xtables-addons 
3.9-1ubuntu1 on the development release (hirsute). This patch fixes the API 
change for the 5.10.0 kernel, the proposed fix extends the check for all 5.4.y 
kernels after 5.4.78.
  
  [Where problems could occur]
  If the backport was not done correctly, the dkms packages could fail building 
again.
  
  -
  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/amd64/x/xtables-addons/20201130_225717_5a440@/log.gz
  arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/arm64/x/xtables-addons/20201130_231636_db3fa@/log.gz
  armhf: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/armhf/x/xtables-addons/20201130_230156_f17a8@/log.gz
  ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/ppc64el/x/xtables-addons/20201130_231718_e060b@/log.gz
  s390x: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/s390x/x/xtables-addons/20201130_225000_2fcfa@/log.gz
  
  Build of the dkms is failing with the following error:
  
  /var/lib/dkms/xtables-addons/3.8/build/extensions/xt_DELUDE.c: In function 
‘delude_send_reset’:
  /var/lib/dkms/xtables-addons/3.8/build/extensions/xt_DELUDE.c:125:30: error: 
passing argument 2 of ‘ip_route_me_harder’ from incompatible pointer type 
[-Werror=incompatible-pointer-types]
    125 |  if (ip_route_me_harder(net, nskb, addr_type))
    |  ^~~~
    |  |
    |  struct sk_buff *
  In file included from ./include/linux/netfilter/x_tables.h:245,
   from 
/var/lib/dkms/xtables-addons/3.8/build/extensions/xt_DELUDE.c:20:
  ./include/linux/netfilter_ipv4.h:19:54: note: expected ‘struct sock *’ but 
argument is of type ‘struct sk_buff *’

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2020-12-10 Thread Kleber Sacilotto de Souza
** Also affects: xtables-addons (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Changed in: xtables-addons (Ubuntu Groovy)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2020-12-08 Thread Kleber Sacilotto de Souza
The attached debdiff contains the proposed fix for xtables-addons in
Bionic.

A build can be found on the following PPA:
https://launchpad.net/~kleber-souza/+archive/ubuntu/ppa/+sourcepub/11811362/+listing-archive-extra

The source package can be found at:
https://kernel.ubuntu.com/~ksouza/lp1907109/bionic/

** Patch added: "Fix for xtables-addons in Bionic"
   
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+attachment/5442005/+files/xtables-addons_3.0-0.1ubuntu5.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2020-12-08 Thread Kleber Sacilotto de Souza
** Description changed:

  [Impact]
  Focal linux 5.4.0-57.63 backported from v5.4.78 upstream stable release the 
following commit, which broke the build of xtables-addons dkms modules on Focal 
and Bionic for all 5.4 kernels based on this release:
  
  "netfilter: use actual socket sk rather than skb sk when routing harder"
  (Upstream commit 46d6c5ae953cc0be38efd0e469284df7c4328cf8).
  
  [Test case]
  Install xtables-addons-dkms package.
  
  [Fix]
  The proposed fix is a backport of a fix applied to xtables-addons 
3.9-1ubuntu1 on the development release (hirsute). This patch fixes the API 
change for the 5.10.0 kernel, the proposed fix extends the check for all 5.4.y 
kernels after 5.4.78.
  
  [Where problems could occur]
- If the macros check are not done correctly, the dkms packages could fail 
building again.
+ If the backport was not done correctly, the dkms packages could fail building 
again.
  
  -
  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/amd64/x/xtables-addons/20201130_225717_5a440@/log.gz
  arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/arm64/x/xtables-addons/20201130_231636_db3fa@/log.gz
  armhf: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/armhf/x/xtables-addons/20201130_230156_f17a8@/log.gz
  ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/ppc64el/x/xtables-addons/20201130_231718_e060b@/log.gz
  s390x: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/s390x/x/xtables-addons/20201130_225000_2fcfa@/log.gz
  
  Build of the dkms is failing with the following error:
  
  /var/lib/dkms/xtables-addons/3.8/build/extensions/xt_DELUDE.c: In function 
‘delude_send_reset’:
  /var/lib/dkms/xtables-addons/3.8/build/extensions/xt_DELUDE.c:125:30: error: 
passing argument 2 of ‘ip_route_me_harder’ from incompatible pointer type 
[-Werror=incompatible-pointer-types]
    125 |  if (ip_route_me_harder(net, nskb, addr_type))
    |  ^~~~
    |  |
    |  struct sk_buff *
  In file included from ./include/linux/netfilter/x_tables.h:245,
   from 
/var/lib/dkms/xtables-addons/3.8/build/extensions/xt_DELUDE.c:20:
  ./include/linux/netfilter_ipv4.h:19:54: note: expected ‘struct sock *’ but 
argument is of type ‘struct sk_buff *’

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2020-12-08 Thread Kleber Sacilotto de Souza
The attached debdiff contains the proposed fix for xtables-addons in
Focal.

A build can be found on the following PPA:
https://launchpad.net/~kleber-souza/+archive/ubuntu/ppa/+sourcepub/11809351/+listing-archive-extra

The source package can be found at:
https://kernel.ubuntu.com/~ksouza/lp1907109/focal/

** Description changed:

+ [Impact]
+ Focal linux 5.4.0-57.63 backported from v5.4.78 upstream stable release the 
following commit, which broke the build of xtables-addons dkms modules on Focal 
and Bionic for all 5.4 kernels based on this release:
+ 
+ "netfilter: use actual socket sk rather than skb sk when routing harder"
+ (Upstream commit 46d6c5ae953cc0be38efd0e469284df7c4328cf8).
+ 
+ [Test case]
+ Install xtables-addons-dkms package.
+ 
+ [Fix]
+ The proposed fix is a backport of a fix applied to xtables-addons 
3.9-1ubuntu1 on the development release (hirsute). This patch fixes the API 
change for the 5.10.0 kernel, the proposed fix extends the check for all 5.4.y 
kernels after 5.4.78.
+ 
+ [Where problems could occur]
+ If the macros check are not done correctly, the dkms packages could fail 
building again.
+ 
+ -
  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/amd64/x/xtables-addons/20201130_225717_5a440@/log.gz
  arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/arm64/x/xtables-addons/20201130_231636_db3fa@/log.gz
  armhf: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/armhf/x/xtables-addons/20201130_230156_f17a8@/log.gz
  ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/ppc64el/x/xtables-addons/20201130_231718_e060b@/log.gz
  s390x: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/s390x/x/xtables-addons/20201130_225000_2fcfa@/log.gz
  
  Build of the dkms is failing with the following error:
  
  /var/lib/dkms/xtables-addons/3.8/build/extensions/xt_DELUDE.c: In function 
‘delude_send_reset’:
  /var/lib/dkms/xtables-addons/3.8/build/extensions/xt_DELUDE.c:125:30: error: 
passing argument 2 of ‘ip_route_me_harder’ from incompatible pointer type 
[-Werror=incompatible-pointer-types]
    125 |  if (ip_route_me_harder(net, nskb, addr_type))
    |  ^~~~
    |  |
    |  struct sk_buff *
  In file included from ./include/linux/netfilter/x_tables.h:245,
   from 
/var/lib/dkms/xtables-addons/3.8/build/extensions/xt_DELUDE.c:20:
  ./include/linux/netfilter_ipv4.h:19:54: note: expected ‘struct sock *’ but 
argument is of type ‘struct sk_buff *’
- 
- The build broke between Ubuntu-5.4.0-56.62 and Ubuntu-5.4.0-57.63, with
- the changes introduced by commit "netfilter: use actual socket sk rather
- than skb sk when routing harder" (Upstream commit
- 46d6c5ae953cc0be38efd0e469284df7c4328cf8).
- 
- This also breaks the dkms package in Bionic with the 5.4 kernels.

** Changed in: xtables-addons (Ubuntu)
   Status: New => Invalid

** Changed in: xtables-addons (Ubuntu)
   Status: Invalid => Fix Released

** Patch added: "Fix for xtables-addons in Focal"
   
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+attachment/5441974/+files/xtables-addons_3.8-2ubuntu0.2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2020-12-08 Thread Kleber Sacilotto de Souza
** Changed in: xtables-addons (Ubuntu Bionic)
 Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza)

** Changed in: xtables-addons (Ubuntu Focal)
 Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1907109] Re: xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63

2020-12-07 Thread Kleber Sacilotto de Souza
** Summary changed:

- xtables-addons 3.8-2ubuntu0.1 fails to build with linux 5.4.0-57.63
+ xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux 
5.4.0-57.63

** Changed in: xtables-addons (Ubuntu Bionic)
   Importance: Undecided => High

** Changed in: xtables-addons (Ubuntu Focal)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1907109

Title:
  xtables-addons 3.0-0.1ubuntu4/3.8-2ubuntu0.1 fails to build with linux
  5.4.0-57.63

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1907109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs