#6345 closed defect (fixed)
VBox cannot be installed on Mac OS X Snow Leopard machines running a 64bit kernel -> fixed in SVN
回報者: | Mihai Moldovan | 負責人: | |
---|---|---|---|
元件: | installer | 版本: | VirtualBox 3.1.4 |
關鍵字: | 副本: | ||
Guest type: | other | Host type: | Mac OS X |
描述
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
更動歷史 (2)
注意:
瀏覽 TracTickets
來幫助您使用待辦事項功能
Thanks for the report. It is fixed in SVN and the fix will be available with the next version of VirtualBox.