Installation went smooth, but before running it, it must compile some extra modules into the kernel (that's what it says in a dialog box). On ubuntu, this procedure was often repeated after an ubuntu update. On Antix something goes wrong. I tried to make sense of the log file, but it's way above my head. Any suggestions?
Here's both the console output and the log-file produced when starting vmplayer:
Code: Select all
root@dokux:/home/dd# vmplayer
Logging to /tmp/vmware-root/vmware-modconfig-12653.log
Stopping VMware services:
VMware Authentication Daemon done
VM communication interface socket family done
Virtual machine communication interface done
Virtual machine monitor done
Blocking file system done
make: Entering directory '/var/tmp/modconfig-e9J3pt/vmnet-only'
Using 2.6.x kernel build system.
/usr/bin/make -C /lib/modules/4.0.5-antix.1-486-smp/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entering directory '/usr/src/linux-headers-4.0.5-antix.1-486-smp'
CC [M] /var/tmp/modconfig-e9J3pt/vmnet-only/driver.o
CC [M] /var/tmp/modconfig-e9J3pt/vmnet-only/hub.o
In file included from /var/tmp/modconfig-e9J3pt/vmnet-only/monitorAction_exported.h:31:0,
from /var/tmp/modconfig-e9J3pt/vmnet-only/vnet.h:29,
from /var/tmp/modconfig-e9J3pt/vmnet-only/vnetInt.h:24,
from /var/tmp/modconfig-e9J3pt/vmnet-only/driver.c:51:
/var/tmp/modconfig-e9J3pt/vmnet-only/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 /var/tmp/modconfig-e9J3pt/vmnet-only/driver.c:23:
include/linux/printk.h:103:0: note: this is the location of the previous definition
#define DEPRECATED"[Deprecated]:"
^
/var/tmp/modconfig-e9J3pt/vmnet-only/driver.c: In function ‘VNetFileOpUnlockedIoctl’:
/var/tmp/modconfig-e9J3pt/vmnet-only/driver.c:1239:20: error: ‘struct file’ has no member named ‘f_dentry’
if (filp && filp->f_dentry) {
^
/var/tmp/modconfig-e9J3pt/vmnet-only/driver.c:1240:19: error: ‘struct file’ has no member named ‘f_dentry’
inode = filp->f_dentry->d_inode;
^
scripts/Makefile.build:258: recipe for target '/var/tmp/modconfig-e9J3pt/vmnet-only/driver.o' failed
make[2]: *** [/var/tmp/modconfig-e9J3pt/vmnet-only/driver.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /var/tmp/modconfig-e9J3pt/vmnet-only/monitorAction_exported.h:31:0,
from /var/tmp/modconfig-e9J3pt/vmnet-only/vnet.h:29,
from /var/tmp/modconfig-e9J3pt/vmnet-only/vnetInt.h:24,
from /var/tmp/modconfig-e9J3pt/vmnet-only/hub.c:43:
/var/tmp/modconfig-e9J3pt/vmnet-only/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 /var/tmp/modconfig-e9J3pt/vmnet-only/hub.c:23:
include/linux/printk.h:103:0: note: this is the location of the previous definition
#define DEPRECATED"[Deprecated]:"
^
Makefile:1405: recipe for target '_module_/var/tmp/modconfig-e9J3pt/vmnet-only' failed
make[1]: *** [_module_/var/tmp/modconfig-e9J3pt/vmnet-only] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.0.5-antix.1-486-smp'
Makefile:130: recipe for target 'vmnet.ko' failed
make: *** [vmnet.ko] Error 2
make: Leaving directory '/var/tmp/modconfig-e9J3pt/vmnet-only'
Failed to build vmnet. Failed to execute the build command.
Starting VMware services:
Virtual machine monitor done
Virtual machine communication interface done
VM communication interface socket family done
Blocking file system done
Virtual ethernet failed
VMware Authentication Daemon done
root@dokux:/home/dd#
Code: Select all
2015-07-26 09:58:59.054+01:00| vthread-3| I120: Log for VMware Workstation pid=12653 version=10.0.3 build=build-1895310 option=Release
2015-07-26 09:58:59.054+01:00| vthread-3| I120: The process is 32-bit.
2015-07-26 09:58:59.054+01:00| vthread-3| I120: Host codepage=UTF-8 encoding=UTF-8
2015-07-26 09:58:59.054+01:00| vthread-3| I120: Host is Linux 4.0.5-antix.1-486-smp antiX 15
2015-07-26 09:58:59.053+01:00| vthread-3| I120: Msg_Reset:
2015-07-26 09:58:59.054+01:00| vthread-3| I120: [msg.dictionary.load.openFailed] Cannot open file"/usr/lib/vmware/settings": No such file or directory.
2015-07-26 09:58:59.054+01:00| vthread-3| I120: ----------------------------------------
2015-07-26 09:58:59.054+01:00| vthread-3| I120: PREF Optional preferences file not found at /usr/lib/vmware/settings. Using default values.
2015-07-26 09:58:59.054+01:00| vthread-3| I120: Msg_Reset:
2015-07-26 09:58:59.054+01:00| vthread-3| I120: [msg.dictionary.load.openFailed] Cannot open file"/root/.vmware/config": No such file or directory.
2015-07-26 09:58:59.054+01:00| vthread-3| I120: ----------------------------------------
2015-07-26 09:58:59.054+01:00| vthread-3| I120: PREF Optional preferences file not found at /root/.vmware/config. Using default values.
2015-07-26 09:58:59.054+01:00| vthread-3| I120: PREF Unable to check permissions for preferences file.
2015-07-26 09:58:59.054+01:00| vthread-3| I120: Msg_Reset:
2015-07-26 09:58:59.054+01:00| vthread-3| I120: [msg.dictionary.load.openFailed] Cannot open file"/root/.vmware/preferences": No such file or directory.
2015-07-26 09:58:59.054+01:00| vthread-3| I120: ----------------------------------------
2015-07-26 09:58:59.054+01:00| vthread-3| I120: PREF Failed to load user preferences.
2015-07-26 09:58:59.054+01:00| vthread-3| W110: Logging to /tmp/vmware-root/vmware-modconfig-12653.log
2015-07-26 09:58:59.104+01:00| vthread-3| I120: Obtaining info using the running kernel.
2015-07-26 09:58:59.104+01:00| vthread-3| I120: Created new pathsHash.
2015-07-26 09:58:59.104+01:00| vthread-3| I120: Setting header path for 4.0.5-antix.1-486-smp to"/lib/modules/4.0.5-antix.1-486-smp/build/include".
2015-07-26 09:58:59.104+01:00| vthread-3| I120: Validating path"/lib/modules/4.0.5-antix.1-486-smp/build/include" for kernel release"4.0.5-antix.1-486-smp".
2015-07-26 09:58:59.104+01:00| vthread-3| I120: Failed to find /lib/modules/4.0.5-antix.1-486-smp/build/include/linux/version.h
2015-07-26 09:58:59.104+01:00| vthread-3| I120: /lib/modules/4.0.5-antix.1-486-smp/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2015-07-26 09:58:59.104+01:00| vthread-3| I120: using /usr/bin/gcc-4.9 for preprocess check
2015-07-26 09:58:59.110+01:00| vthread-3| I120: Preprocessed UTS_RELEASE, got value"4.0.5-antix.1-486-smp".
2015-07-26 09:58:59.110+01:00| vthread-3| I120: The header path"/lib/modules/4.0.5-antix.1-486-smp/build/include" for the kernel"4.0.5-antix.1-486-smp" is valid. Whoohoo!
2015-07-26 09:58:59.162+01:00| vthread-3| I120: Reading in info for the vmmon module.
2015-07-26 09:58:59.162+01:00| vthread-3| I120: Reading in info for the vmnet module.
2015-07-26 09:58:59.162+01:00| vthread-3| I120: Reading in info for the vmblock module.
2015-07-26 09:58:59.162+01:00| vthread-3| I120: Reading in info for the vmci module.
2015-07-26 09:58:59.162+01:00| vthread-3| I120: Reading in info for the vsock module.
2015-07-26 09:58:59.162+01:00| vthread-3| I120: Setting vsock to depend on vmci.
2015-07-26 09:58:59.162+01:00| vthread-3| I120: Invoking modinfo on"vmmon".
2015-07-26 09:58:59.163+01:00| vthread-3| I120:"/sbin/modinfo" exited with status 0.
2015-07-26 09:58:59.163+01:00| vthread-3| I120: Invoking modinfo on"vmnet".
2015-07-26 09:58:59.164+01:00| vthread-3| I120:"/sbin/modinfo" exited with status 256.
2015-07-26 09:58:59.164+01:00| vthread-3| I120: Invoking modinfo on"vmblock".
2015-07-26 09:58:59.165+01:00| vthread-3| I120:"/sbin/modinfo" exited with status 256.
2015-07-26 09:58:59.165+01:00| vthread-3| I120: Invoking modinfo on"vmci".
2015-07-26 09:58:59.166+01:00| vthread-3| I120:"/sbin/modinfo" exited with status 256.
2015-07-26 09:58:59.166+01:00| vthread-3| I120: Invoking modinfo on"vsock".
2015-07-26 09:58:59.167+01:00| vthread-3| I120:"/sbin/modinfo" exited with status 0.
2015-07-26 09:58:59.184+01:00| vthread-3| I120: to be installed: vmnet status: 0
2015-07-26 09:58:59.195+01:00| vthread-3| I120: Obtaining info using the running kernel.
2015-07-26 09:58:59.195+01:00| vthread-3| I120: Setting header path for 4.0.5-antix.1-486-smp to"/lib/modules/4.0.5-antix.1-486-smp/build/include".
2015-07-26 09:58:59.195+01:00| vthread-3| I120: Validating path"/lib/modules/4.0.5-antix.1-486-smp/build/include" for kernel release"4.0.5-antix.1-486-smp".
2015-07-26 09:58:59.195+01:00| vthread-3| I120: Failed to find /lib/modules/4.0.5-antix.1-486-smp/build/include/linux/version.h
2015-07-26 09:58:59.195+01:00| vthread-3| I120: /lib/modules/4.0.5-antix.1-486-smp/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2015-07-26 09:58:59.195+01:00| vthread-3| I120: using /usr/bin/gcc-4.9 for preprocess check
2015-07-26 09:58:59.203+01:00| vthread-3| I120: Preprocessed UTS_RELEASE, got value"4.0.5-antix.1-486-smp".
2015-07-26 09:58:59.203+01:00| vthread-3| I120: The header path"/lib/modules/4.0.5-antix.1-486-smp/build/include" for the kernel"4.0.5-antix.1-486-smp" is valid. Whoohoo!
2015-07-26 09:58:59.254+01:00| vthread-3| I120: Kernel header path retrieved from FileEntry: /lib/modules/4.0.5-antix.1-486-smp/build/include
2015-07-26 09:58:59.254+01:00| vthread-3| I120: Update kernel header path to /lib/modules/4.0.5-antix.1-486-smp/build/include
2015-07-26 09:58:59.254+01:00| vthread-3| I120: Validating path"/lib/modules/4.0.5-antix.1-486-smp/build/include" for kernel release"4.0.5-antix.1-486-smp".
2015-07-26 09:58:59.254+01:00| vthread-3| I120: Failed to find /lib/modules/4.0.5-antix.1-486-smp/build/include/linux/version.h
2015-07-26 09:58:59.254+01:00| vthread-3| I120: /lib/modules/4.0.5-antix.1-486-smp/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2015-07-26 09:58:59.254+01:00| vthread-3| I120: using /usr/bin/gcc-4.9 for preprocess check
2015-07-26 09:58:59.260+01:00| vthread-3| I120: Preprocessed UTS_RELEASE, got value"4.0.5-antix.1-486-smp".
2015-07-26 09:58:59.260+01:00| vthread-3| I120: The header path"/lib/modules/4.0.5-antix.1-486-smp/build/include" for the kernel"4.0.5-antix.1-486-smp" is valid. Whoohoo!
2015-07-26 09:58:59.261+01:00| vthread-3| I120: Found compiler at"/usr/bin/gcc"
2015-07-26 09:58:59.263+01:00| vthread-3| I120: Got gcc version"4.9.2".
2015-07-26 09:58:59.263+01:00| vthread-3| I120: The GCC version matches the kernel GCC minor version like a glove.
2015-07-26 09:58:59.263+01:00| vthread-3| I120: Using user supplied compiler"/usr/bin/gcc".
2015-07-26 09:58:59.265+01:00| vthread-3| I120: Got gcc version"4.9.2".
2015-07-26 09:58:59.265+01:00| vthread-3| I120: The GCC version matches the kernel GCC minor version like a glove.
2015-07-26 09:58:59.269+01:00| vthread-3| I120: Trying to find a suitable PBM set for kernel"4.0.5-antix.1-486-smp".
2015-07-26 09:58:59.269+01:00| vthread-3| I120: No matching PBM set was found for kernel"4.0.5-antix.1-486-smp".
2015-07-26 09:58:59.269+01:00| vthread-3| I120: The GCC version matches the kernel GCC minor version like a glove.
2015-07-26 09:58:59.269+01:00| vthread-3| I120: Validating path"/lib/modules/4.0.5-antix.1-486-smp/build/include" for kernel release"4.0.5-antix.1-486-smp".
2015-07-26 09:58:59.269+01:00| vthread-3| I120: Failed to find /lib/modules/4.0.5-antix.1-486-smp/build/include/linux/version.h
2015-07-26 09:58:59.269+01:00| vthread-3| I120: /lib/modules/4.0.5-antix.1-486-smp/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2015-07-26 09:58:59.269+01:00| vthread-3| I120: using /usr/bin/gcc-4.9 for preprocess check
2015-07-26 09:58:59.275+01:00| vthread-3| I120: Preprocessed UTS_RELEASE, got value"4.0.5-antix.1-486-smp".
2015-07-26 09:58:59.275+01:00| vthread-3| I120: The header path"/lib/modules/4.0.5-antix.1-486-smp/build/include" for the kernel"4.0.5-antix.1-486-smp" is valid. Whoohoo!
2015-07-26 09:58:59.276+01:00| vthread-3| I120: The GCC version matches the kernel GCC minor version like a glove.
2015-07-26 09:58:59.276+01:00| vthread-3| I120: Validating path"/lib/modules/4.0.5-antix.1-486-smp/build/include" for kernel release"4.0.5-antix.1-486-smp".
2015-07-26 09:58:59.276+01:00| vthread-3| I120: Failed to find /lib/modules/4.0.5-antix.1-486-smp/build/include/linux/version.h
2015-07-26 09:58:59.276+01:00| vthread-3| I120: /lib/modules/4.0.5-antix.1-486-smp/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2015-07-26 09:58:59.276+01:00| vthread-3| I120: using /usr/bin/gcc-4.9 for preprocess check
2015-07-26 09:58:59.282+01:00| vthread-3| I120: Preprocessed UTS_RELEASE, got value"4.0.5-antix.1-486-smp".
2015-07-26 09:58:59.282+01:00| vthread-3| I120: The header path"/lib/modules/4.0.5-antix.1-486-smp/build/include" for the kernel"4.0.5-antix.1-486-smp" is valid. Whoohoo!
2015-07-26 09:58:59.282+01:00| vthread-3| I120: Using temp dir"/tmp".
2015-07-26 09:58:59.283+01:00| vthread-3| I120: Obtaining info using the running kernel.
2015-07-26 09:58:59.283+01:00| vthread-3| I120: Setting header path for 4.0.5-antix.1-486-smp to"/lib/modules/4.0.5-antix.1-486-smp/build/include".
2015-07-26 09:58:59.283+01:00| vthread-3| I120: Validating path"/lib/modules/4.0.5-antix.1-486-smp/build/include" for kernel release"4.0.5-antix.1-486-smp".
2015-07-26 09:58:59.283+01:00| vthread-3| I120: Failed to find /lib/modules/4.0.5-antix.1-486-smp/build/include/linux/version.h
2015-07-26 09:58:59.283+01:00| vthread-3| I120: /lib/modules/4.0.5-antix.1-486-smp/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2015-07-26 09:58:59.283+01:00| vthread-3| I120: using /usr/bin/gcc-4.9 for preprocess check
2015-07-26 09:58:59.290+01:00| vthread-3| I120: Preprocessed UTS_RELEASE, got value"4.0.5-antix.1-486-smp".
2015-07-26 09:58:59.290+01:00| vthread-3| I120: The header path"/lib/modules/4.0.5-antix.1-486-smp/build/include" for the kernel"4.0.5-antix.1-486-smp" is valid. Whoohoo!
2015-07-26 09:58:59.342+01:00| vthread-3| I120: Invoking modinfo on"vmnet".
2015-07-26 09:58:59.344+01:00| vthread-3| I120:"/sbin/modinfo" exited with status 256.
2015-07-26 09:58:59.658+01:00| vthread-3| I120: Setting destination path for vmnet to"/lib/modules/4.0.5-antix.1-486-smp/misc/vmnet.ko".
2015-07-26 09:58:59.659+01:00| vthread-3| I120: Extracting the vmnet source from"/usr/lib/vmware/modules/source/vmnet.tar".
2015-07-26 09:58:59.664+01:00| vthread-3| I120: Successfully extracted the vmnet source.
2015-07-26 09:58:59.664+01:00| vthread-3| I120: Building module with command"/usr/bin/make -j2 -C /tmp/modconfig-e9J3pt/vmnet-only auto-build HEADER_DIR=/lib/modules/4.0.5-antix.1-486-smp/build/include CC=/usr/bin/gcc IS_GCC_3=no"
2015-07-26 09:59:01.160+01:00| vthread-3| W110: Failed to build vmnet. Failed to execute the build command.