VirtualBox

Opened 14 years ago

Closed 14 years ago

#6345 closed defect (fixed)

VBox cannot be installed on Mac OS X Snow Leopard machines running a 64bit kernel -> fixed in SVN

Reported by: Mihai Moldovan Owned by:
Component: installer Version: VirtualBox 3.1.4
Keywords: Cc:
Guest type: other Host type: Mac OS X

Description

Hi,

in your VBoxKEXTs.pkg package, you are using a script to check for the machine architecture and whether it is supported by VirtualBox or not.

However, your check:

if test "uname -m" != "i386"; then

exit 112 # (112 = 96 + 16)

fi

is wrong, as uname -m can also report "x86_64" on a machine running a 64bit Kernel.

Please add this to your check as well.

Best regards,

Mihai

Change History (2)

comment:1 by Christian Pötzsch, 14 years ago

Summary: VBox cannot be installed on Mac OS X Snow Leopard machines running a 64bit kernelVBox cannot be installed on Mac OS X Snow Leopard machines running a 64bit kernel -> fixed in SVN

Thanks for the report. It is fixed in SVN and the fix will be available with the next version of VirtualBox.

comment:2 by Frank Mehnert, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use