vmware 11.1.0 with kernel 3.19.0-9-generic on ubuntu 15.04

Asked by Andriopoulos Nikolaos

i installed ubuntumate 15.04 and im trying to install the bundle VMware-Workstation-Full-11.1.0-2496824.x86_64.bundle

im a bit confused if there is something that i didn't do so i put this as a question and not in bugs.

first step is ok, however when i run the workstation it was saying that it couldn't find version.h file and i executed

sudo ln -s /usr/src/linux-headers-3.19.0-9-generic/include/generated/uapi/linux/version.h /lib/modules/3.19.0-9-generic/build/include/linux/version.h

now i get this... (!)

2015-03-21T13:55:34.089+02:00| vthread-4| I120: Found compiler at "/usr/bin/gcc"
2015-03-21T13:55:34.095+02:00| vthread-4| I120: Got gcc version "4.9.2".
2015-03-21T13:55:34.095+02:00| vthread-4| I120: The GCC version matches the kernel GCC minor version like a glove.
2015-03-21T13:55:34.095+02:00| vthread-4| I120: Using user supplied compiler "/usr/bin/gcc".
2015-03-21T13:55:34.100+02:00| vthread-4| I120: Got gcc version "4.9.2".
2015-03-21T13:55:34.100+02:00| vthread-4| I120: The GCC version matches the kernel GCC minor version like a glove.
2015-03-21T13:55:34.103+02:00| vthread-4| I120: Trying to find a suitable PBM set for kernel "3.19.0-9-generic".
2015-03-21T13:55:34.103+02:00| vthread-4| I120: No matching PBM set was found for kernel "3.19.0-9-generic".
2015-03-21T13:55:34.103+02:00| vthread-4| I120: The GCC version matches the kernel GCC minor version like a glove.
2015-03-21T13:55:34.103+02:00| vthread-4| I120: Validating path "/lib/modules/3.19.0-9-generic/build/include" for kernel release "3.19.0-9-generic".
2015-03-21T13:55:34.103+02:00| vthread-4| I120: using /usr/bin/gcc-4.9 for preprocess check
2015-03-21T13:55:34.117+02:00| vthread-4| I120: Preprocessed UTS_RELEASE, got value "3.19.0-9-generic".
2015-03-21T13:55:34.118+02:00| vthread-4| I120: The header path "/lib/modules/3.19.0-9-generic/build/include" for the kernel "3.19.0-9-generic" is valid. Whoohoo!
2015-03-21T13:55:34.118+02:00| vthread-4| I120: The GCC version matches the kernel GCC minor version like a glove.
2015-03-21T13:55:34.118+02:00| vthread-4| I120: Validating path "/lib/modules/3.19.0-9-generic/build/include" for kernel release "3.19.0-9-generic".
2015-03-21T13:55:34.118+02:00| vthread-4| I120: using /usr/bin/gcc-4.9 for preprocess check
2015-03-21T13:55:34.128+02:00| vthread-4| I120: Preprocessed UTS_RELEASE, got value "3.19.0-9-generic".
2015-03-21T13:55:34.128+02:00| vthread-4| I120: The header path "/lib/modules/3.19.0-9-generic/build/include" for the kernel "3.19.0-9-generic" is valid. Whoohoo!
2015-03-21T13:55:34.128+02:00| vthread-4| I120: Using temp dir "/tmp".
2015-03-21T13:55:34.130+02:00| vthread-4| I120: Obtaining info using the running kernel.
2015-03-21T13:55:34.130+02:00| vthread-4| I120: Setting header path for 3.19.0-9-generic to "/lib/modules/3.19.0-9-generic/build/include".
2015-03-21T13:55:34.130+02:00| vthread-4| I120: Validating path "/lib/modules/3.19.0-9-generic/build/include" for kernel release "3.19.0-9-generic".
2015-03-21T13:55:34.130+02:00| vthread-4| I120: using /usr/bin/gcc-4.9 for preprocess check
2015-03-21T13:55:34.140+02:00| vthread-4| I120: Preprocessed UTS_RELEASE, got value "3.19.0-9-generic".
2015-03-21T13:55:34.140+02:00| vthread-4| I120: The header path "/lib/modules/3.19.0-9-generic/build/include" for the kernel "3.19.0-9-generic" is valid. Whoohoo!
2015-03-21T13:55:34.273+02:00| vthread-4| I120: found symbol version file /lib/modules/3.19.0-9-generic/build/Module.symvers
2015-03-21T13:55:34.273+02:00| vthread-4| I120: Reading symbol versions from /lib/modules/3.19.0-9-generic/build/Module.symvers.
2015-03-21T13:55:34.292+02:00| vthread-4| I120: Read 18764 symbol versions
2015-03-21T13:55:34.292+02:00| vthread-4| I120: Invoking modinfo on "vmnet".
2015-03-21T13:55:34.297+02:00| vthread-4| I120: "/sbin/modinfo" exited with status 256.
2015-03-21T13:55:34.721+02:00| vthread-4| I120: Setting destination path for vmnet to "/lib/modules/3.19.0-9-generic/misc/vmnet.ko".
2015-03-21T13:55:34.722+02:00| vthread-4| I120: Extracting the vmnet source from "/usr/lib/vmware/modules/source/vmnet.tar".
2015-03-21T13:55:34.733+02:00| vthread-4| I120: Successfully extracted the vmnet source.
2015-03-21T13:55:34.733+02:00| vthread-4| I120: Building module with command "/usr/bin/make -j6 -C /tmp/modconfig-SNs96c/vmnet-only auto-build HEADER_DIR=/lib/modules/3.19.0-9-generic/build/include CC=/usr/bin/gcc IS_GCC_3=no"
2015-03-21T13:55:36.555+02:00| vthread-4| W110: Failed to build vmnet. Failed to execute the build command.

manual execution of make...

sudo /usr/bin/make -j6 -C /tmp/modconfig-SNs96c/vmnet-only auto-build HEADER_DIR=/lib/modules/3.19.0-9-generic/build/include CC=/usr/bin/gcc IS_GCC_3=no

gives...

make: Entering directory '/tmp/modconfig-SNs96c/vmnet-only'
Using kernel build system.
/usr/bin/make -C /lib/modules/3.19.0-9-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= modules
make[1]: Entering directory '/usr/src/linux-headers-3.19.0-9-generic'
  CC [M] /tmp/modconfig-SNs96c/vmnet-only/driver.o
  CC [M] /tmp/modconfig-SNs96c/vmnet-only/userif.o
  CC [M] /tmp/modconfig-SNs96c/vmnet-only/smac_compat.o
  CC [M] /tmp/modconfig-SNs96c/vmnet-only/smac.o
  CC [M] /tmp/modconfig-SNs96c/vmnet-only/vnetEvent.o
  CC [M] /tmp/modconfig-SNs96c/vmnet-only/vnetUserListener.o
/tmp/modconfig-SNs96c/vmnet-only/userif.c: In function ‘VNetCopyDatagram’:
/tmp/modconfig-SNs96c/vmnet-only/userif.c:526:4: error: implicit declaration of function ‘skb_copy_datagram_iovec’ [-Werror=implicit-function-declaration]
    return skb_copy_datagram_iovec(skb, 0, &iov, len);
    ^
/tmp/modconfig-SNs96c/vmnet-only/driver.c: In function ‘VNetFileOpUnlockedIoctl’:
/tmp/modconfig-SNs96c/vmnet-only/driver.c:1194:20: error: ‘struct file’ has no member named ‘f_dentry’
    if (filp && filp->f_dentry) {
                    ^
/tmp/modconfig-SNs96c/vmnet-only/driver.c:1195:19: error: ‘struct file’ has no member named ‘f_dentry’
       inode = filp->f_dentry->d_inode;
                   ^
scripts/Makefile.build:257: recipe for target '/tmp/modconfig-SNs96c/vmnet-only/driver.o' failed
make[2]: *** [/tmp/modconfig-SNs96c/vmnet-only/driver.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1: some warnings being treated as errors
scripts/Makefile.build:257: recipe for target '/tmp/modconfig-SNs96c/vmnet-only/userif.o' failed
make[2]: *** [/tmp/modconfig-SNs96c/vmnet-only/userif.o] Error 1
Makefile:1394: recipe for target '_module_/tmp/modconfig-SNs96c/vmnet-only' failed
make[1]: *** [_module_/tmp/modconfig-SNs96c/vmnet-only] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-3.19.0-9-generic'
Makefile:120: recipe for target 'vmnet.ko' failed
make: *** [vmnet.ko] Error 2
make: Leaving directory '/tmp/modconfig-SNs96c/vmnet-only'

dowgrading the bundle from vmware site to 11.0.0 gives exactly the same errors.
removing kernel 3.19 and using 3.18 everything is working fine.

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Ian! D. Allen (idallen) said :
#2

Same problem, same vmnet failure, using 15.04 with kernel 3.19.0-15-generic

Revision history for this message
Ian! D. Allen (idallen) said :
#3