VMware Player 6.0.4
2014/10/30に「VMware Player 6.0.4」がリリースされました。リリースノート
「VMware Player 6.0.4」のリリースノートです。Windows 8.1とWindows Server 2012で発生するメモリの問題が修正されているとのことです。
アップデートの確認
「Software Updates」を起動すれば、「VMware Player 6.0.4」へのアップデートを行うことができます。1.Software Updatesの起動
「Help」メニューを開き、「Software Updates」をクリックします。2.アップデートの確認
以下のように、アップデートの通知と確認の画面が表示されます。「Download and Install」ボタンをクリックします。
3.ダウンロー度開始
以下のように、「VMware Player 6.0.4」のダウンロードが始まります。4.アップデート開始
後は、「VMware Player 6.0をインストールする」の「5.」の手順以降と同じです。この画面が表示されたら、現在起動している「VMware Player 6.0.3」を終了しておいてください。
共有フォルダーモジュールのビルドが失敗する問題
VMware Toolsのインストール時に、共有フォルダーモジュール(vmhgfs.ko)のビルドが行われます。このビルドが失敗する問題が報告されています。
仮想マシンにインストールしたUbuntu 14.10上でVMware Toolsのインストールを行おうとすると、以下のように共有フォルダーモジュールのビルドでエラーが発生します。
/tmp/modconfig-ShCJQB/vmhgfs-only/link.c:186:10: error: implicit declaration of function ‘vfs_readlink’ [-Werror=implicit-function-declaration]
error = vfs_readlink(dentry, buffer, buflen, fileName);
^
cc1: some warnings being treated as errors
scripts/Makefile.build:257: recipe for target '/tmp/modconfig-ShCJQB/vmhgfs-only/link.o' failed
make[2]: *** [/tmp/modconfig-ShCJQB/vmhgfs-only/link.o] Error 1
make[2]: *** 未完了のジョブを待っています....
In file included from /tmp/modconfig-ShCJQB/vmhgfs-only/hgfs.h:40:0,
from /tmp/modconfig-ShCJQB/vmhgfs-only/hgfsDevLinux.h:30,
from /tmp/modconfig-ShCJQB/vmhgfs-only/transport.c:48:
/tmp/modconfig-ShCJQB/vmhgfs-only/./shared/vm_assert.h:259:0: warning: "DEPRECATED" redefined
#define DEPRECATED(_fix) do {} while (0)
^
In file included from include/linux/kernel.h:13:0,
from ./arch/x86/include/asm/percpu.h:44,
from ./arch/x86/include/asm/current.h:5,
from include/linux/mutex.h:13,
from /tmp/modconfig-ShCJQB/vmhgfs-only/./shared/compat_mutex.h:39,
from /tmp/modconfig-ShCJQB/vmhgfs-only/transport.c:37:
include/linux/printk.h:106:0: note: this is the location of the previous definition
#define DEPRECATED "[Deprecated]: "
^
Makefile:1345: recipe for target '_module_/tmp/modconfig-ShCJQB/vmhgfs-only' failed
make[1]: *** [_module_/tmp/modconfig-ShCJQB/vmhgfs-only] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-3.16.0-23-generic'
Makefile:130: recipe for target 'vmhgfs.ko' failed
make: *** [vmhgfs.ko] Error 2
make: Leaving directory '/tmp/modconfig-ShCJQB/vmhgfs-only'
error = vfs_readlink(dentry, buffer, buflen, fileName);
^
cc1: some warnings being treated as errors
scripts/Makefile.build:257: recipe for target '/tmp/modconfig-ShCJQB/vmhgfs-only/link.o' failed
make[2]: *** [/tmp/modconfig-ShCJQB/vmhgfs-only/link.o] Error 1
make[2]: *** 未完了のジョブを待っています....
In file included from /tmp/modconfig-ShCJQB/vmhgfs-only/hgfs.h:40:0,
from /tmp/modconfig-ShCJQB/vmhgfs-only/hgfsDevLinux.h:30,
from /tmp/modconfig-ShCJQB/vmhgfs-only/transport.c:48:
/tmp/modconfig-ShCJQB/vmhgfs-only/./shared/vm_assert.h:259:0: warning: "DEPRECATED" redefined
#define DEPRECATED(_fix) do {} while (0)
^
In file included from include/linux/kernel.h:13:0,
from ./arch/x86/include/asm/percpu.h:44,
from ./arch/x86/include/asm/current.h:5,
from include/linux/mutex.h:13,
from /tmp/modconfig-ShCJQB/vmhgfs-only/./shared/compat_mutex.h:39,
from /tmp/modconfig-ShCJQB/vmhgfs-only/transport.c:37:
include/linux/printk.h:106:0: note: this is the location of the previous definition
#define DEPRECATED "[Deprecated]: "
^
Makefile:1345: recipe for target '_module_/tmp/modconfig-ShCJQB/vmhgfs-only' failed
make[1]: *** [_module_/tmp/modconfig-ShCJQB/vmhgfs-only] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-3.16.0-23-generic'
Makefile:130: recipe for target 'vmhgfs.ko' failed
make: *** [vmhgfs.ko] Error 2
make: Leaving directory '/tmp/modconfig-ShCJQB/vmhgfs-only'
このエラーが発生しても、共有フォルダー以外の機能は利用できます。