Custom Query (16363 matches)
Results (1390 - 1392 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #11654 | obsolete | Segmentation fault when on release of non-existing harddrive from non-existing virtual machine | ||
| Description |
Press Check to open the Virtual Media Manager window and see what media are inaccessible, or press Ignore to ignore this message.
|
|||
| #15423 | duplicate | Kernel modules fail to compile on latest RHEL 6.8 kernel | ||
| Description |
CC [M] /var/lib/dkms/vboxhost/5.0.18-1.centos6g/build/vboxnetflt/linux/VBoxNetFlt-linux.o /var/lib/dkms/vboxhost/5.0.18-1.centos6g/build/vboxnetflt/linux/VBoxNetFlt-linux.c: In function ‘vboxNetFltLinuxPacketHandler’: /var/lib/dkms/vboxhost/5.0.18-1.centos6g/build/vboxnetflt/linux/VBoxNetFlt-linux.c:939: error: implicit declaration of function ‘vlan_tx_tag_present’ /var/lib/dkms/vboxhost/5.0.18-1.centos6g/build/vboxnetflt/linux/VBoxNetFlt-linux.c:949: error: implicit declaration of function ‘vlan_tx_tag_get’ make[2]: *** [/var/lib/dkms/vboxhost/5.0.18-1.centos6g/build/vboxnetflt/linux/VBoxNetFlt-linux.o] Error 1 make[1]: *** [/var/lib/dkms/vboxhost/5.0.18-1.centos6g/build/vboxnetflt] Error 2 make: *** [_module_/var/lib/dkms/vboxhost/5.0.18-1.centos6g/build] Error 2 make: Leaving directory `/usr/src/kernels/2.6.32-642.el6.x86_64' # uname -r 2.6.32-642.el6.x86_64 Changing vlan_tx_tag_get to skb_vlan_tag_get and vlan_tx_tag_present to skb_vlan_tag_present allowed kernel module to be built and function. Maybe changeset 58845 should also include RHEL 6.8. |
|||
| #16669 | fixed | VirtualBox 5.1.20 build failed | ||
| Description |
VirtualBox 5.1.20 cannot be built. $ . ./env.sh $ kmk VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= all .... kBuild: Linking SUPR3Static kBuild: Installing SUPR3Static => /home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/out/linux.amd64/release/lib/SUPR3Static.a kBuild: Compiling SUPR3HardenedStatic - /home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp kBuild: Compiling SUPR3HardenedStatic - /home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp kBuild: Compiling SUPR3HardenedStatic - /home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/src/VBox/HostDrivers/Support/SUPR3HardenedNoCrt.cpp kBuild: Compiling SUPR3HardenedStatic - /home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp kmk: *** No rule to make target `/home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/src/VBox/HostDrivers/Support/posix/SUPR3HardenedMain-posix.cpp', needed by `/home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/out/linux.amd64/release/obj/SUPR3HardenedStatic/posix/SUPR3HardenedMain-posix.o'. Stop. Investigating VirtualBox-5.1.20/src/VBox/HostDrivers/Support/Makefile.kmk file I found that there are two missing files in archive (maybe more?): posix/SUPR3HardenedMain-posix.cpp posix/SUPR3HardenedMainA-posix.asm There is no posix directory there. The Makefile.kmk file from SVN (latest) does not have the whole section: # Things specific to the posix crowd. if1of ($(KBUILD_TARGET), linux darwin solaris) ... endif How this this section ended in Makefile.kmk? |
|||

