Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: batman-adv14: does not build with kernels 4.14 and 4.18
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-5029@inbox.vuxu.org>
@ 2021-01-21 15:20 ` ericonr
  2022-04-15  0:50 ` github-actions
  2022-04-29  2:12 ` [ISSUE] [CLOSED] " github-actions
  2 siblings, 0 replies; 3+ messages in thread
From: ericonr @ 2021-01-21 15:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/5029#issuecomment-764716716

Comment:
@Gottox should we maybe update batman-adv14?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: batman-adv14: does not build with kernels 4.14 and 4.18
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-5029@inbox.vuxu.org>
  2021-01-21 15:20 ` batman-adv14: does not build with kernels 4.14 and 4.18 ericonr
@ 2022-04-15  0:50 ` github-actions
  2022-04-29  2:12 ` [ISSUE] [CLOSED] " github-actions
  2 siblings, 0 replies; 3+ messages in thread
From: github-actions @ 2022-04-15  0:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/5029#issuecomment-1099748929

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ISSUE] [CLOSED] batman-adv14: does not build with kernels 4.14 and 4.18
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-5029@inbox.vuxu.org>
  2021-01-21 15:20 ` batman-adv14: does not build with kernels 4.14 and 4.18 ericonr
  2022-04-15  0:50 ` github-actions
@ 2022-04-29  2:12 ` github-actions
  2 siblings, 0 replies; 3+ messages in thread
From: github-actions @ 2022-04-29  2:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2870 bytes --]

Closed issue by wAmpIre on void-packages repository

https://github.com/void-linux/void-packages/issues/5029

Description:
### System

* xuname:  
  `Void 4.18.19_1 x86_64 GenuineIntel/KVM uptodate rF`
* package:  
  `batman-adv14-2013.4.0_8`

### Expected behavior
- Should compile with newer kernels
- 4.9 works
- 4.14 and 4.18 don't work
- "gluon" guys already fixed this (de facto upstream/maintainer for "batman-adv-legacy")

### Actual behavior
```
$ /var/lib/dkms/batman-adv14/2013.4.0/build/make.log
DKMS make.log for batman-adv14-2013.4.0 for kernel 4.18.19_1 (x86_64)
Thu Nov 22 21:09:09 CET 2018
/var/lib/dkms/batman-adv14/2013.4.0/build/gen-compat-autoconf.sh /var/lib/dkms/batman-adv14/2013.4.0/build/compat-autoconf.h
make -C /lib/modules/4.18.19_1/build M=/var/lib/dkms/batman-adv14/2013.4.0/build PWD=/var/lib/dkms/batman-adv14/2013.4.0/build modules
make[1]: Entering directory '/usr/src/kernel-headers-4.18.19_1'
  CC [M]  /var/lib/dkms/batman-adv14/2013.4.0/build/compat.o
  CC [M]  /var/lib/dkms/batman-adv14/2013.4.0/build/bat_iv_ogm.o
  CC [M]  /var/lib/dkms/batman-adv14/2013.4.0/build/bitarray.o
  CC [M]  /var/lib/dkms/batman-adv14/2013.4.0/build/bridge_loop_avoidance.o
  CC [M]  /var/lib/dkms/batman-adv14/2013.4.0/build/debugfs.o
/var/lib/dkms/batman-adv14/2013.4.0/build/bridge_loop_avoidance.c: In function 'batadv_bla_send_claim':
/var/lib/dkms/batman-adv14/2013.4.0/build/bridge_loop_avoidance.c:354:12: error: 'struct net_device' has no member named 'last_rx'
  soft_iface->last_rx = jiffies;
            ^~
make[2]: *** [scripts/Makefile.build:317: /var/lib/dkms/batman-adv14/2013.4.0/build/bridge_loop_avoidance.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:1505: _module_/var/lib/dkms/batman-adv14/2013.4.0/build] Error 2
make[1]: Leaving directory '/usr/src/kernel-headers-4.18.19_1'
make: *** [Makefile:53: all] Error 2
```

### Steps to reproduce the behavior
```
$ xbps-install batman-adv14
$ dkms remove batman-adv14/2013.4.0  --all
$ dkms install batman-adv14/2013.4.0 --force
```

### (Quick) Fix
```
$ cd /usr/src/
$ mv batman-adv14-2013.4.0/ batman-adv14-2013.4.0.orig
$ git clone https://github.com/freifunk-gluon/batman-adv-legacy.git batman-adv14-2013.4.0
$ dkms install batman-adv14/2013.4.0 --force
$ rmmod batman_adv
$ modprobe batman_adv
$ modinfo batman_adv
filename:       /lib/modules/4.18.19_1/updates/net/batman-adv/batman-adv.ko.gz
version:        2013.4.0-57-g7b775e9-dirty
description:    B.A.T.M.A.N. advanced
author:         Marek Lindner <lindner_marek@yahoo.de>, Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
license:        GPL
srcversion:     6BE331B15F45BE7CF3320F2
depends:        libcrc32c,crc16
retpoline:      Y
name:           batman_adv
vermagic:       4.18.19_1 SMP preempt mod_unload modversions

```

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-29  2:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-5029@inbox.vuxu.org>
2021-01-21 15:20 ` batman-adv14: does not build with kernels 4.14 and 4.18 ericonr
2022-04-15  0:50 ` github-actions
2022-04-29  2:12 ` [ISSUE] [CLOSED] " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).