Custom Query (16363 matches)
Results (2140 - 2142 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #15327 | fixed | Compatibility with 4.5 Kernel => Fixed in SVN | ||
| Description |
Compiling the host modules fails if CONFIG_NET_CLS_ACT is set with: CC [M] /var/lib/dkms/virtualbox/5.0.18/build/vboxnetflt/linux/VBoxNetFlt-linux.o
In file included from include/linux/filter.h:16:0,
from include/net/sock.h:64,
from include/linux/tcp.h:22,
from include/linux/ipv6.h:72,
from include/net/ipv6.h:16,
from /var/lib/dkms/virtualbox/5.0.18/build/vboxnetflt/linux/VBoxNetFlt-linux.c:38:
include/net/sch_generic.h: In function ‘skb_at_tc_ingress’:
include/net/sch_generic.h:413:9: error: implicit declaration of function ‘G_TC_AT’ [-Werror=implicit-function-declaration]
return G_TC_AT(skb->tc_verd) & AT_INGRESS;
^
include/net/sch_generic.h:413:33: error: ‘AT_INGRESS’ undeclared (first use in this function)
return G_TC_AT(skb->tc_verd) & AT_INGRESS;
^
include/net/sch_generic.h:413:33: note: each undeclared identifier is reported only once for each function it appears in
cc1: some warnings being treated as errors
scripts/Makefile.build:258: recipe for target '/var/lib/dkms/virtualbox/5.0.18/build/vboxnetflt/linux/VBoxNetFlt-linux.o' failed
This is due to a change in the kernel headers in 4.5: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=fdc5432 The appended patch fixes compilation on linux 4.5 |
|||
| #844 | worksforme | Compatibility with VB 1.3.8 | ||
| Description |
After upgrading VB 1.3.8 to 1.5.2 on linux (the binary version) I have problems running VMs from older version of VB. They don't even start just their status is changet to Aborted (I hope it is this word in english - I am using Slovak language mutation). When I downgrade VB back to 1.3.8 - the machines work again. Is there some workaround? |
|||
| #2103 | worksforme | Compilation - moc error | ||
| Description |
kmk[4]: Entering directory `/tmp/virtualbox/virtualbox-2.0.0/ ......
kBuild: moc VirtualBox4 - src/VBoxSelectorWnd.cpp
Qt meta object compiler
moc: Invalid argument
Usage: moc [options] <header-file>
-o file Write output to file rather than stdout
-f[file] Force #include, optional file name
-p path Path prefix for included file
-i Do not generate an #include statement
-k Do not stop on errors
-nw Do not display warnings
-v Display version of moc
kmk[4]: *** [/tmp/virtualbox/virtualbox-2.0.0/ou .... Error 1
The failing command:
@/usr/bin/moc -I./include .....
kmk[4]: Leaving directory `/tmp/virtualbox/virtualbox-2.0.0/src/VBox/Frontends/VirtualBox4'
kmk[3]: *** [pass_dlls_after] Error 2
kmk[3]: Leaving directory `/tmp/virtualbox/virtualbox-2.0.0/src/VBox/Frontends'
kmk[2]: *** [pass_dlls_before] Error 2
kmk[2]: Leaving directory `/tmp/virtualbox/virtualbox-2.0.0/src/VBox'
kmk[1]: *** [pass_dlls_before] Error 2
kmk[1]: Leaving directory `/tmp/virtualbox/virtualbox-2.0.0/src'
kmk: *** [pass_dlls_before] Error 2
Qt 3.3.8b and 4.4.1. This moc comes from 3. |
|||

