Opened 5 years ago
Closed 5 years ago
#19769 closed defect (duplicate)
Kernel Modules for 6.1.12 in openSUSE Leap 15.2 don't compile
Reported by: | ichamel | Owned by: | |
---|---|---|---|
Component: | installer | Version: | VirtualBox 6.1.10 |
Keywords: | kernel modules compile | Cc: | |
Guest type: | Windows | Host type: | Linux |
Description
During installation the compilation of the kernel modules fails with these messages.
/tmp/vbox.0/linux/VBoxNetFlt-linux.c: In function ‘vboxNetFltLinuxSkBufToSG’: /tmp/vbox.0/linux/VBoxNetFlt-linux.c:931:36: error: ‘skb_frag_t {aka struct bio_vec}’ has no member named ‘size’
pSG->aSegs[iSeg].cb = pFrag->size;
~
/tmp/vbox.0/linux/VBoxNetFlt-linux.c:932:66: error: ‘skb_frag_t {aka struct bio_vec}’ has no member named ‘page_offset’; did you mean ‘bv_offset’?
pSG->aSegs[iSeg].pv = VBOX_SKB_KMAP_FRAG(pFrag) + pFrag->page_offset;
bv_offset
/tmp/vbox.0/linux/VBoxNetFlt-linux.c:952:40: error: ‘skb_frag_t {aka struct bio_vec}’ has no member named ‘size’
pSG->aSegs[iSeg].cb = pFrag->size;
~
/tmp/vbox.0/linux/VBoxNetFlt-linux.c:953:70: error: ‘skb_frag_t {aka struct bio_vec}’ has no member named ‘page_offset’; did you mean ‘bv_offset’?
pSG->aSegs[iSeg].pv = VBOX_SKB_KMAP_FRAG(pFrag) + pFrag->page_offset;
bv_offset
make[3]: * /tmp/vbox.0/linux/VBoxNetFlt-linux.o Error 1 make[2]: * _module_/tmp/vbox.0 Error 2 make[1]: * sub-make Error 2 make: * vboxnetflt Error 2
I'll try to attach the complete /var/log/vbox-setup.log.
Thanks in advance for any help... Michael Vinnemeier
Attachments (1)
Change History (3)
by , 5 years ago
Attachment: | vbox-setup.log added |
---|
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
vbox-setup.log