Opened 13 years ago
Closed 13 years ago
#10307 closed defect (fixed)
disable-vmmraw and hardened do not work together
Reported by: | Marius Cirsta | Owned by: | |
---|---|---|---|
Component: | VMM | Version: | VirtualBox 4.1.8 |
Keywords: | disable-vmmraw | Cc: | |
Guest type: | Linux | Host type: | Linux |
Description
I'm trying to compile Vbox on a machine that has 64bit libs only, not 32bit. I set the disable-vmmraw option and then built Vbox like that. When trying to start it would complain about a missing gc file, VMMGC.gc which it didn't build. I have confirmed that disable-vmmraw also makes Vbox not build the gc files. Without those gc files I can only start Vbox with hardening disabled. Is there a way to get both hardening and disable-vmmraw ?
Note:
See TracTickets
for help on using tickets.
Fixed in r40370. The same changeset can be applied to the 4.1.8 source code and the fix will be part of the next maintenance release.