Bugzilla – Bug 1076650
xtables-addons: no longer works after kernel update to 4.14.13-1-default
Last modified: 2018-10-18 09:16:50 UTC
During the installation of xtables-addons-kmp-default, the following is logged: Aanvullende rpm-uitvoer: depmod: WARNING: //lib/modules/4.14.13-1-default/extra/xt_condition.ko needs unknown symbol (null) [ repeats many times ] depmod: WARNING: //lib/modules/4.14.13-1-default/extra/xt_geoip.ko needs unknown symbol (null) [ repeats many times ] Warning: /lib/modules/4.14.13-1-default is inconsistent Warning: weak-updates symlinks might not be created depmod: WARNING: /lib/modules/4.14.13-1-default/extra/xt_condition.ko needs unknown symbol (null) [ repeats many times ] depmod: WARNING: /lib/modules/4.14.13-1-default/extra/xt_geoip.ko needs unknown symbol (null) [ repeats many times ] cat: write error: Broken pipe After the installation, at least the xt_geoip extension can no longer be loaded (I don't use xt_condition, so I don't know about that one).
# modprobe --all xt_condition xt_geoip modprobe: ERROR: could not insert 'xt_condition': Exec format error modprobe: ERROR: could not insert 'xt_geoip': Exec format error
Could it be that the problem is in the toolchain, rather than xtables-addons-kmp? I noticed that over the course of a couple of days, with the same kernel and xtables-addons sources, the module(s) that fail(s) is/are different. Binutils?
Created attachment 757820 [details] Errors during installation Problems persist after update to kernel 4.14.15 (different modules fail)
Should be a duplicate. *** This bug has been marked as a duplicate of bug 1076819 ***
The changes were accepted to Factory almost a week ago, yet this package is still failing to build correctly. Could this be a similar, but different bug?
A month has passed and the problem still exists in the snapshot installed today. Is there anything I can provide in order to help fix this?
Problem still exists. Reported again as bug 1085728 as this one seems to be ignored.
This problem seems to be resolved. I can no longer reproduce this.