[vbox-dev] Announcement: VirtualBox 4.1.22 released
Larry Finger
Larry.Finger at lwfinger.net
Fri Sep 7 16:37:42 PDT 2012
On 09/07/2012 03:59 PM, Frank Mehnert wrote:
> Hi,
>
> today Oracle released VirtualBox 4.1.22, a maintenance release of
> VirtualBox 4.1 which improves stability and fixes regressions.
> This release contains two important stability fixes.
>
> See the Changelog at
>
> http://www.virtualbox.org/wiki/Changelog
>
> for a complete list of all changes. You can download the binaries
> here:
>
> http://download.virtualbox.org/virtualbox/4.1.22/
>
> Kind regards,
The binary for openSUSE 11.4 and 12.1 also applies on openSUSE 12.2. You may
wish to change the Download web page.
The new version still does not build on kernel 3.6-rcX. Fortunately, it only
affects vboxpci, which I do not need.
One set of errors is due to a missing include. This is fixed by
Index: vboxhost/vboxpci/VBoxPciInternal.h
===================================================================
--- vboxhost.orig/vboxpci/VBoxPciInternal.h
+++ vboxhost/vboxpci/VBoxPciInternal.h
@@ -22,6 +22,7 @@
#include <VBox/rawpci.h>
#include <iprt/semaphore.h>
#include <iprt/assert.h>
+#include <linux/err.h>
#ifdef RT_OS_LINUX
There are also a lot of errors with messages of the form
/usr/share/virtualbox/src/vboxhost/vboxpci/VBoxPci.o: In function
`iommu_attach_group':
/home/finger/wireless-testing-new/include/linux/iommu.h:260: multiple definition
of `iommu_attach_group'
/usr/share/virtualbox/src/vboxhost/vboxpci/linux/VBoxPci-linux.o:/home/finger/wireless-testing-new/include/linux/iommu.h:260:
first defined here
I do not know the fix for these errors.
Larry
More information about the vbox-dev
mailing list