[Bug 271146] emulators/virtualbox-ose{-*}: update to 7.1.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Dec 2024 09:33:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271146 --- Comment #35 from Frank Reisert <bugs@rufus.in-berlin.de> --- Created attachment 255799 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=255799&action=edit preliminary port for further development virtualbox-ose 7.0.22 update on my progress Base OS: 14.2-RELEASE VirtualBox: 7.0.22 LLVM: 18.1.8_2 Status: builds, kmods load and _do_not_ crash system, virtualbox starts, VM created, VM cannot be started (VERR_ACCESS_DENIED) I've hit a roadblock with VirtualBox 7.1.4 which is now based on QT6. Build stopped with tons of .moc-files missing of which I have no idea how they would be created. So I put my efforts on 7.0.22 again. So far I have adopted all usable patches from 6.1.50. Anybody who is able to do so, please check the newly created patches from 7.0.22 tree, especially the Ring-0 stuff. In Makefile section "do-build:" I needed to remove the sourcing of ${WRKSRC}/env.sh which is created by ${WRKSRC}/configure. With env.sh sourced header files in ${WRKSRC}/include were not found. And I needed to remove "VBOX_PROGS+= VBoxSDL" for it wouldn't be built and so block the install. I have installed 7.0.22-ose-kmods and ose on a testbed. I have started VirtualBox 7.0.22 and created a VM. I was not able to run the VM, error: VERR_ACCESS_DENIED. I will try to fix this issue but I have very little hopes that I'll succeed for I'm not a software devolper but just a random guy who has a basic understanding of programming. Anybody who might be able please step in here. regards -Frank -- You are receiving this mail because: You are on the CC list for the bug.