You are not logged in.

#1 2022-08-07 15:52:29

Skippr
Member
Registered: 2022-08-07
Posts: 2

Build of module vmmon failed during installation of VMware Player

After running the installer the VMware Kernel Module Updater requires me to install the modules vmmon and vmnet.
Sadly the compilation of vmmon seems to fail due to missing dependencies, namely stddef.h and stdarg.h.
The last log message before the compilation errors is "Using kernel build system".
After that there are just the compilation error messages and then make exits with an error.
Sadly I couldn't find anything on that in the wiki page on VMware, which had served me well with all other issues I had during the installation up to this point.

Offline

#2 2022-08-07 15:59:03

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,544

Re: Build of module vmmon failed during installation of VMware Player

Did you install the headers for the kernel you're using?

If that's not it, ALWAYS post EXACT errors.

Last edited by Scimmia (2022-08-07 15:59:35)

Offline

#3 2022-08-07 16:43:42

Skippr
Member
Registered: 2022-08-07
Posts: 2

Re: Build of module vmmon failed during installation of VMware Player

Well, I installed the "linux-headers 5.18.16.1-1" package (version matching with my kernel version), as required, and then rebooted to load it.

The full error log is

2022-08-07T15:21:48.847Z In(05) host-3350 Log for VMware Workstation pid=3350 version=16.2.4 build=build-20089737 option=Release
2022-08-07T15:21:48.847Z In(05) host-3350 The host is 64-bit.
2022-08-07T15:21:48.847Z In(05) host-3350 Host codepage=UTF-8 encoding=UTF-8
2022-08-07T15:21:48.847Z In(05) host-3350 Host is Linux 5.18.16-arch1-1 Arch Linux Arch Linux rolling
2022-08-07T15:21:48.847Z In(05) host-3350 Host offset from UTC is +02:00.
2022-08-07T15:21:48.847Z In(05) host-3350 DictionaryLoad: Cannot open file "/usr/lib/vmware/settings": No such file or directory.
2022-08-07T15:21:48.847Z In(05) host-3350 [msg.dictionary.load.openFailed] Cannot open file "/usr/lib/vmware/settings": No such file or directory.
2022-08-07T15:21:48.847Z In(05) host-3350 PREF Optional preferences file not found at /usr/lib/vmware/settings. Using default values.
2022-08-07T15:21:48.847Z In(05) host-3350 DictionaryLoad: Cannot open file "/home/jan/.vmware/config": No such file or directory.
2022-08-07T15:21:48.847Z In(05) host-3350 [msg.dictionary.load.openFailed] Cannot open file "/home/jan/.vmware/config": No such file or directory.
2022-08-07T15:21:48.847Z In(05) host-3350 PREF Optional preferences file not found at /home/jan/.vmware/config. Using default values.
2022-08-07T15:21:48.847Z In(05) host-3350 DictionaryLoad: Cannot open file "/home/jan/.vmware/preferences": No such file or directory.
2022-08-07T15:21:48.847Z In(05) host-3350 [msg.dictionary.load.openFailed] Cannot open file "/home/jan/.vmware/preferences": No such file or directory.
2022-08-07T15:21:48.847Z In(05) host-3350 PREF Optional preferences file not found at /home/jan/.vmware/preferences. Using default values.
2022-08-07T15:21:48.870Z Wa(03) host-3350 Logging to /tmp/vmware-jan/vmware-3350.log
2022-08-07T15:21:48.876Z In(05) host-3350 Obtaining info using the running kernel.
2022-08-07T15:21:48.876Z In(05) host-3350 Created new pathsHash.
2022-08-07T15:21:48.876Z In(05) host-3350 Setting header path for 5.18.16-arch1-1 to "/lib/modules/5.18.16-arch1-1/build/include".
2022-08-07T15:21:48.876Z In(05) host-3350 Validating path "/lib/modules/5.18.16-arch1-1/build/include" for kernel release "5.18.16-arch1-1".
2022-08-07T15:21:48.877Z In(05) host-3350 Failed to find /lib/modules/5.18.16-arch1-1/build/include/linux/version.h
2022-08-07T15:21:48.877Z In(05) host-3350 /lib/modules/5.18.16-arch1-1/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2022-08-07T15:21:48.877Z In(05) host-3350 using /sbin/gcc for preprocess check
2022-08-07T15:21:48.903Z In(05) host-3350 Preprocessed UTS_RELEASE, got value "5.18.16-arch1-1".
2022-08-07T15:21:48.903Z In(05) host-3350 The header path "/lib/modules/5.18.16-arch1-1/build/include" for the kernel "5.18.16-arch1-1" is valid.  Whoohoo!
2022-08-07T15:21:49.054Z In(05) host-3350 found symbol version file /lib/modules/5.18.16-arch1-1/build/Module.symvers
2022-08-07T15:21:49.054Z In(05) host-3350 Reading symbol versions from /lib/modules/5.18.16-arch1-1/build/Module.symvers.
2022-08-07T15:21:49.076Z In(05) host-3350 Read 25970 symbol versions
2022-08-07T15:21:49.077Z In(05) host-3350 Reading in info for the vmmon module.
2022-08-07T15:21:49.077Z In(05) host-3350 Reading in info for the vmnet module.
2022-08-07T15:21:49.077Z In(05) host-3350 Invoking modinfo on "vmmon".
2022-08-07T15:21:49.078Z In(05) host-3350 "/sbin/modinfo" exited with status 256.
2022-08-07T15:21:49.078Z In(05) host-3350 Invoking modinfo on "vmnet".
2022-08-07T15:21:49.080Z In(05) host-3350 "/sbin/modinfo" exited with status 256.
2022-08-07T15:21:49.090Z In(05) host-3350 to be installed: vmmon status: 0
2022-08-07T15:21:49.090Z In(05) host-3350 to be installed: vmnet status: 0
2022-08-07T15:21:49.098Z In(05) host-3350 Obtaining info using the running kernel.
2022-08-07T15:21:49.098Z In(05) host-3350 Setting header path for 5.18.16-arch1-1 to "/lib/modules/5.18.16-arch1-1/build/include".
2022-08-07T15:21:49.098Z In(05) host-3350 Validating path "/lib/modules/5.18.16-arch1-1/build/include" for kernel release "5.18.16-arch1-1".
2022-08-07T15:21:49.098Z In(05) host-3350 Failed to find /lib/modules/5.18.16-arch1-1/build/include/linux/version.h
2022-08-07T15:21:49.098Z In(05) host-3350 /lib/modules/5.18.16-arch1-1/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2022-08-07T15:21:49.098Z In(05) host-3350 using /sbin/gcc for preprocess check
2022-08-07T15:21:49.105Z In(05) host-3350 Preprocessed UTS_RELEASE, got value "5.18.16-arch1-1".
2022-08-07T15:21:49.105Z In(05) host-3350 The header path "/lib/modules/5.18.16-arch1-1/build/include" for the kernel "5.18.16-arch1-1" is valid.  Whoohoo!
2022-08-07T15:21:49.238Z In(05) host-3350 found symbol version file /lib/modules/5.18.16-arch1-1/build/Module.symvers
2022-08-07T15:21:49.239Z In(05) host-3350 Reading symbol versions from /lib/modules/5.18.16-arch1-1/build/Module.symvers.
2022-08-07T15:21:49.251Z In(05) host-3350 Read 25970 symbol versions
2022-08-07T15:21:49.251Z In(05) host-3350 Kernel header path retrieved from FileEntry: /lib/modules/5.18.16-arch1-1/build/include
2022-08-07T15:21:49.251Z In(05) host-3350 Update kernel header path to /lib/modules/5.18.16-arch1-1/build/include
2022-08-07T15:21:49.251Z In(05) host-3350 Validating path "/lib/modules/5.18.16-arch1-1/build/include" for kernel release "5.18.16-arch1-1".
2022-08-07T15:21:49.251Z In(05) host-3350 Failed to find /lib/modules/5.18.16-arch1-1/build/include/linux/version.h
2022-08-07T15:21:49.251Z In(05) host-3350 /lib/modules/5.18.16-arch1-1/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2022-08-07T15:21:49.251Z In(05) host-3350 using /sbin/gcc for preprocess check
2022-08-07T15:21:49.257Z In(05) host-3350 Preprocessed UTS_RELEASE, got value "5.18.16-arch1-1".
2022-08-07T15:21:49.257Z In(05) host-3350 The header path "/lib/modules/5.18.16-arch1-1/build/include" for the kernel "5.18.16-arch1-1" is valid.  Whoohoo!
2022-08-07T15:21:49.258Z In(05) host-3350 Found compiler at "/sbin/gcc"
2022-08-07T15:21:49.260Z In(05) host-3350 Got gcc version "12.1.1".
2022-08-07T15:21:49.260Z In(05) host-3350 The GCC version matches the kernel GCC minor version like a glove.
2022-08-07T15:21:49.263Z In(05) host-3350 Got gcc version "12.1.1".
2022-08-07T15:21:49.263Z In(05) host-3350 The GCC version matches the kernel GCC minor version like a glove.
2022-08-07T15:21:49.264Z In(05) host-3350 Trying to find a suitable PBM set for kernel "5.18.16-arch1-1".
2022-08-07T15:21:49.264Z In(05) host-3350 No matching PBM set was found for kernel "5.18.16-arch1-1".
2022-08-07T15:21:49.264Z In(05) host-3350 The GCC version matches the kernel GCC minor version like a glove.
2022-08-07T15:21:49.264Z In(05) host-3350 Validating path "/lib/modules/5.18.16-arch1-1/build/include" for kernel release "5.18.16-arch1-1".
2022-08-07T15:21:49.264Z In(05) host-3350 Failed to find /lib/modules/5.18.16-arch1-1/build/include/linux/version.h
2022-08-07T15:21:49.264Z In(05) host-3350 /lib/modules/5.18.16-arch1-1/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2022-08-07T15:21:49.264Z In(05) host-3350 using /sbin/gcc for preprocess check
2022-08-07T15:21:49.269Z In(05) host-3350 Preprocessed UTS_RELEASE, got value "5.18.16-arch1-1".
2022-08-07T15:21:49.269Z In(05) host-3350 The header path "/lib/modules/5.18.16-arch1-1/build/include" for the kernel "5.18.16-arch1-1" is valid.  Whoohoo!
2022-08-07T15:21:57.356Z In(05) host-3350 The GCC version matches the kernel GCC minor version like a glove.
2022-08-07T15:21:57.356Z In(05) host-3350 Validating path "/lib/modules/5.18.16-arch1-1/build/include" for kernel release "5.18.16-arch1-1".
2022-08-07T15:21:57.356Z In(05) host-3350 Failed to find /lib/modules/5.18.16-arch1-1/build/include/linux/version.h
2022-08-07T15:21:57.356Z In(05) host-3350 /lib/modules/5.18.16-arch1-1/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2022-08-07T15:21:57.356Z In(05) host-3350 using /sbin/gcc for preprocess check
2022-08-07T15:21:57.367Z In(05) host-3350 Preprocessed UTS_RELEASE, got value "5.18.16-arch1-1".
2022-08-07T15:21:57.367Z In(05) host-3350 The header path "/lib/modules/5.18.16-arch1-1/build/include" for the kernel "5.18.16-arch1-1" is valid.  Whoohoo!
2022-08-07T15:21:57.367Z In(05) host-3350 Using temp dir "/tmp".
2022-08-07T15:22:38.177Z In(05) host-3350 Stopping VMware services:
2022-08-07T15:22:38.177Z In(05) host-3350    VMware Authentication Daemon#[71G done
2022-08-07T15:22:38.177Z In(05) host-3350    Virtual machine monitor#[71G done
2022-08-07T15:22:38.177Z In(05) host-3350 make: Entering directory '/tmp/modconfig-zUvkgj/vmmon-only'
2022-08-07T15:22:38.177Z In(05) host-3350 /sbin/make -C /lib/modules/5.18.16-arch1-1/build/include/.. M=$PWD SRCROOT=$PWD/. \
2022-08-07T15:22:38.177Z In(05) host-3350   MODULEBUILDDIR= modules
2022-08-07T15:22:38.177Z In(05) host-3350 make[1]: Entering directory '/usr/lib/modules/5.18.16-arch1-1/build'
2022-08-07T15:22:38.177Z In(05) host-3350   CC [M]  /tmp/modconfig-zUvkgj/vmmon-only/linux/driver.o
2022-08-07T15:22:38.177Z In(05) host-3350   CC [M]  /tmp/modconfig-zUvkgj/vmmon-only/linux/driverLog.o
2022-08-07T15:22:38.177Z In(05) host-3350   CC [M]  /tmp/modconfig-zUvkgj/vmmon-only/linux/hostif.o
2022-08-07T15:22:38.177Z In(05) host-3350   CC [M]  /tmp/modconfig-zUvkgj/vmmon-only/common/apic.o
2022-08-07T15:22:38.177Z In(05) host-3350   CC [M]  /tmp/modconfig-zUvkgj/vmmon-only/common/comport.o
2022-08-07T15:22:38.177Z In(05) host-3350   CC [M]  /tmp/modconfig-zUvkgj/vmmon-only/common/cpuid.o
2022-08-07T15:22:38.177Z In(05) host-3350   CC [M]  /tmp/modconfig-zUvkgj/vmmon-only/common/crosspage.o
2022-08-07T15:22:38.177Z In(05) host-3350   CC [M]  /tmp/modconfig-zUvkgj/vmmon-only/common/memtrack.o
2022-08-07T15:22:38.177Z In(05) host-3350 make[1]: Leaving directory '/usr/lib/modules/5.18.16-arch1-1/build'
2022-08-07T15:22:38.177Z In(05) host-3350 make: Leaving directory '/tmp/modconfig-zUvkgj/vmmon-only'
2022-08-07T15:22:38.177Z In(05) host-3350 make: Entering directory '/tmp/modconfig-zUvkgj/vmnet-only'
2022-08-07T15:22:38.177Z In(05) host-3350 /sbin/make -C /lib/modules/5.18.16-arch1-1/build/include/.. M=$PWD SRCROOT=$PWD/. \
2022-08-07T15:22:38.177Z In(05) host-3350   MODULEBUILDDIR= modules
2022-08-07T15:22:38.177Z In(05) host-3350 make[1]: Entering directory '/usr/lib/modules/5.18.16-arch1-1/build'
2022-08-07T15:22:38.177Z In(05) host-3350   CC [M]  /tmp/modconfig-zUvkgj/vmnet-only/driver.o
2022-08-07T15:22:38.177Z In(05) host-3350   CC [M]  /tmp/modconfig-zUvkgj/vmnet-only/hub.o
2022-08-07T15:22:38.177Z In(05) host-3350   CC [M]  /tmp/modconfig-zUvkgj/vmnet-only/userif.o
2022-08-07T15:22:38.177Z In(05) host-3350   CC [M]  /tmp/modconfig-zUvkgj/vmnet-only/netif.o
2022-08-07T15:22:38.177Z In(05) host-3350   CC [M]  /tmp/modconfig-zUvkgj/vmnet-only/bridge.o
2022-08-07T15:22:38.177Z In(05) host-3350   CC [M]  /tmp/modconfig-zUvkgj/vmnet-only/procfs.o
2022-08-07T15:22:38.177Z In(05) host-3350   CC [M]  /tmp/modconfig-zUvkgj/vmnet-only/smac_compat.o
2022-08-07T15:22:38.177Z In(05) host-3350   CC [M]  /tmp/modconfig-zUvkgj/vmnet-only/smac.o
2022-08-07T15:22:38.177Z In(05) host-3350 make[1]: Leaving directory '/usr/lib/modules/5.18.16-arch1-1/build'
2022-08-07T15:22:38.177Z In(05) host-3350 make: Leaving directory '/tmp/modconfig-zUvkgj/vmnet-only'
2022-08-07T15:22:38.177Z In(05) host-3350 [AppLoader] GLib does not have GSettings support.
2022-08-07T15:22:38.177Z In(05) host-3350 Using kernel build system.
2022-08-07T15:22:38.177Z In(05) host-3350 In file included from /tmp/modconfig-zUvkgj/vmmon-only/common/apic.c:19:
2022-08-07T15:22:38.177Z In(05) host-3350 /tmp/modconfig-zUvkgj/vmmon-only/./include/vm_basic_defs.h:54:12: fatal error: stddef.h: No such file or directory
2022-08-07T15:22:38.177Z In(05) host-3350    54 | #  include <stddef.h>
2022-08-07T15:22:38.177Z In(05) host-3350       |            ^~~~~~~~~~
2022-08-07T15:22:38.177Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-zUvkgj/vmmon-only/common/apic.o] Error 1
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** Waiting for unfinished jobs....
2022-08-07T15:22:38.177Z In(05) host-3350 In file included from /tmp/modconfig-zUvkgj/vmmon-only/./include/cpu_types.h:29,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmmon-only/./include/modulecall.h:33,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmmon-only/common/crosspage.c:57:
2022-08-07T15:22:38.177Z In(05) host-3350 /tmp/modconfig-zUvkgj/vmmon-only/./include/vm_basic_defs.h:54:12: fatal error: stddef.h: No such file or directory
2022-08-07T15:22:38.177Z In(05) host-3350    54 | #  include <stddef.h>
2022-08-07T15:22:38.177Z In(05) host-3350       |            ^~~~~~~~~~
2022-08-07T15:22:38.177Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-zUvkgj/vmmon-only/common/crosspage.o] Error 1
2022-08-07T15:22:38.177Z In(05) host-3350 In file included from /tmp/modconfig-zUvkgj/vmmon-only/common/cpuid.c:29:
2022-08-07T15:22:38.177Z In(05) host-3350 /tmp/modconfig-zUvkgj/vmmon-only/./include/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:38.177Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:38.177Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:38.177Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-zUvkgj/vmmon-only/common/cpuid.o] Error 1
2022-08-07T15:22:38.177Z In(05) host-3350 In file included from /tmp/modconfig-zUvkgj/vmmon-only/./include/cpu_types.h:29,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmmon-only/./include/modulecall.h:33,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmmon-only/common/vmx86.h:33,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmmon-only/common/hostif.h:32,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmmon-only/common/memtrack.c:89:
2022-08-07T15:22:38.177Z In(05) host-3350 /tmp/modconfig-zUvkgj/vmmon-only/./include/vm_basic_defs.h:54:12: fatal error: stddef.h: No such file or directory
2022-08-07T15:22:38.177Z In(05) host-3350    54 | #  include <stddef.h>
2022-08-07T15:22:38.177Z In(05) host-3350       |            ^~~~~~~~~~
2022-08-07T15:22:38.177Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-zUvkgj/vmmon-only/common/memtrack.o] Error 1
2022-08-07T15:22:38.177Z In(05) host-3350 In file included from /tmp/modconfig-zUvkgj/vmmon-only/linux/driverLog.h:33,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmmon-only/linux/driverLog.c:31:
2022-08-07T15:22:38.177Z In(05) host-3350 /tmp/modconfig-zUvkgj/vmmon-only/./include/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:38.177Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:38.177Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:38.177Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-zUvkgj/vmmon-only/linux/driverLog.o] Error 1
2022-08-07T15:22:38.177Z In(05) host-3350 In file included from /tmp/modconfig-zUvkgj/vmmon-only/./include/cpu_types.h:29,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmmon-only/./include/modulecall.h:33,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmmon-only/linux/hostif.c:58:
2022-08-07T15:22:38.177Z In(05) host-3350 /tmp/modconfig-zUvkgj/vmmon-only/./include/vm_basic_defs.h:54:12: fatal error: stddef.h: No such file or directory
2022-08-07T15:22:38.177Z In(05) host-3350    54 | #  include <stddef.h>
2022-08-07T15:22:38.177Z In(05) host-3350       |            ^~~~~~~~~~
2022-08-07T15:22:38.177Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-zUvkgj/vmmon-only/linux/hostif.o] Error 1
2022-08-07T15:22:38.177Z In(05) host-3350 In file included from /tmp/modconfig-zUvkgj/vmmon-only/linux/driverLog.h:33,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmmon-only/linux/driver.c:46:
2022-08-07T15:22:38.177Z In(05) host-3350 /tmp/modconfig-zUvkgj/vmmon-only/./include/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:38.177Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:38.177Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:38.177Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-zUvkgj/vmmon-only/linux/driver.o] Error 1
2022-08-07T15:22:38.177Z In(05) host-3350 make[1]: *** [Makefile:1838: /tmp/modconfig-zUvkgj/vmmon-only] Error 2
2022-08-07T15:22:38.177Z In(05) host-3350 make: *** [Makefile:117: vmmon.ko] Error 2
2022-08-07T15:22:38.177Z In(05) host-3350 Using kernel build system.
2022-08-07T15:22:38.177Z In(05) host-3350 In file included from /tmp/modconfig-zUvkgj/vmnet-only/smac.c:61:
2022-08-07T15:22:38.177Z In(05) host-3350 /tmp/modconfig-zUvkgj/vmnet-only/vm_basic_defs.h:54:12: fatal error: stddef.h: No such file or directory
2022-08-07T15:22:38.177Z In(05) host-3350    54 | #  include <stddef.h>
2022-08-07T15:22:38.177Z In(05) host-3350       |            ^~~~~~~~~~
2022-08-07T15:22:38.177Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-zUvkgj/vmnet-only/smac.o] Error 1
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** Waiting for unfinished jobs....
2022-08-07T15:22:38.177Z In(05) host-3350 In file included from /tmp/modconfig-zUvkgj/vmnet-only/vm_atomic.h:49,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/vnet.h:28,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/vnetInt.h:24,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/smac_compat.c:53:
2022-08-07T15:22:38.177Z In(05) host-3350 /tmp/modconfig-zUvkgj/vmnet-only/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:38.177Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:38.177Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:38.177Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:38.177Z In(05) host-3350 In file included from /tmp/modconfig-zUvkgj/vmnet-only/vm_atomic.h:49,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/vnet.h:28,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/vnetInt.h:24,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/hub.c:43:
2022-08-07T15:22:38.177Z In(05) host-3350 /tmp/modconfig-zUvkgj/vmnet-only/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:38.177Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:38.177Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:38.177Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-zUvkgj/vmnet-only/smac_compat.o] Error 1
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-zUvkgj/vmnet-only/hub.o] Error 1
2022-08-07T15:22:38.177Z In(05) host-3350 In file included from /tmp/modconfig-zUvkgj/vmnet-only/vm_atomic.h:49,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/vnet.h:28,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/vnetInt.h:24,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/procfs.c:43:
2022-08-07T15:22:38.177Z In(05) host-3350 /tmp/modconfig-zUvkgj/vmnet-only/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:38.177Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:38.177Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:38.177Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-zUvkgj/vmnet-only/procfs.o] Error 1
2022-08-07T15:22:38.177Z In(05) host-3350 In file included from /tmp/modconfig-zUvkgj/vmnet-only/vm_atomic.h:49,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/vnet.h:28,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/vnetInt.h:24,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/bridge.c:53:
2022-08-07T15:22:38.177Z In(05) host-3350 /tmp/modconfig-zUvkgj/vmnet-only/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:38.177Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:38.177Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:38.177Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-zUvkgj/vmnet-only/bridge.o] Error 1
2022-08-07T15:22:38.177Z In(05) host-3350 In file included from /tmp/modconfig-zUvkgj/vmnet-only/vm_atomic.h:49,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/vnet.h:28,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/vnetInt.h:24,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/netif.c:43:
2022-08-07T15:22:38.177Z In(05) host-3350 /tmp/modconfig-zUvkgj/vmnet-only/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:38.177Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:38.177Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:38.177Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-zUvkgj/vmnet-only/netif.o] Error 1
2022-08-07T15:22:38.177Z In(05) host-3350 In file included from /tmp/modconfig-zUvkgj/vmnet-only/vm_atomic.h:49,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/vnet.h:28,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/vnetInt.h:24,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/userif.c:46:
2022-08-07T15:22:38.177Z In(05) host-3350 /tmp/modconfig-zUvkgj/vmnet-only/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:38.177Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:38.177Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:38.177Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:38.177Z In(05) host-3350 In file included from /tmp/modconfig-zUvkgj/vmnet-only/vm_atomic.h:49,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/vnet.h:28,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/vnetInt.h:24,
2022-08-07T15:22:38.177Z In(05) host-3350                  from /tmp/modconfig-zUvkgj/vmnet-only/driver.c:48:
2022-08-07T15:22:38.177Z In(05) host-3350 /tmp/modconfig-zUvkgj/vmnet-only/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:38.177Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:38.177Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:38.177Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-zUvkgj/vmnet-only/userif.o] Error 1
2022-08-07T15:22:38.177Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-zUvkgj/vmnet-only/driver.o] Error 1
2022-08-07T15:22:38.177Z In(05) host-3350 make[1]: *** [Makefile:1838: /tmp/modconfig-zUvkgj/vmnet-only] Error 2
2022-08-07T15:22:38.177Z In(05) host-3350 make: *** [Makefile:117: vmnet.ko] Error 2
2022-08-07T15:22:38.177Z In(05) host-3350 Unable to install all modules.  See log for details.
2022-08-07T15:22:38.177Z In(05) host-3350
2022-08-07T15:22:44.570Z In(05) host-3350 The GCC version matches the kernel GCC minor version like a glove.
2022-08-07T15:22:44.570Z In(05) host-3350 Validating path "/lib/modules/5.18.16-arch1-1/build/include" for kernel release "5.18.16-arch1-1".
2022-08-07T15:22:44.570Z In(05) host-3350 Failed to find /lib/modules/5.18.16-arch1-1/build/include/linux/version.h
2022-08-07T15:22:44.570Z In(05) host-3350 /lib/modules/5.18.16-arch1-1/build/include/linux/version.h not found, looking for generated/uapi/linux/version.h instead.
2022-08-07T15:22:44.570Z In(05) host-3350 using /sbin/gcc for preprocess check
2022-08-07T15:22:44.578Z In(05) host-3350 Preprocessed UTS_RELEASE, got value "5.18.16-arch1-1".
2022-08-07T15:22:44.578Z In(05) host-3350 The header path "/lib/modules/5.18.16-arch1-1/build/include" for the kernel "5.18.16-arch1-1" is valid.  Whoohoo!
2022-08-07T15:22:44.579Z In(05) host-3350 Using temp dir "/tmp".
2022-08-07T15:22:56.820Z In(05) host-3350 Stopping VMware services:
2022-08-07T15:22:56.820Z In(05) host-3350    VMware Authentication Daemon#[71G done
2022-08-07T15:22:56.820Z In(05) host-3350    Virtual machine monitor#[71G done
2022-08-07T15:22:56.820Z In(05) host-3350 make: Entering directory '/tmp/modconfig-hnb056/vmmon-only'
2022-08-07T15:22:56.820Z In(05) host-3350 /sbin/make -C /lib/modules/5.18.16-arch1-1/build/include/.. M=$PWD SRCROOT=$PWD/. \
2022-08-07T15:22:56.820Z In(05) host-3350   MODULEBUILDDIR= modules
2022-08-07T15:22:56.820Z In(05) host-3350 make[1]: Entering directory '/usr/lib/modules/5.18.16-arch1-1/build'
2022-08-07T15:22:56.820Z In(05) host-3350   CC [M]  /tmp/modconfig-hnb056/vmmon-only/linux/driver.o
2022-08-07T15:22:56.820Z In(05) host-3350   CC [M]  /tmp/modconfig-hnb056/vmmon-only/linux/driverLog.o
2022-08-07T15:22:56.820Z In(05) host-3350   CC [M]  /tmp/modconfig-hnb056/vmmon-only/linux/hostif.o
2022-08-07T15:22:56.820Z In(05) host-3350   CC [M]  /tmp/modconfig-hnb056/vmmon-only/common/apic.o
2022-08-07T15:22:56.820Z In(05) host-3350   CC [M]  /tmp/modconfig-hnb056/vmmon-only/common/comport.o
2022-08-07T15:22:56.820Z In(05) host-3350   CC [M]  /tmp/modconfig-hnb056/vmmon-only/common/cpuid.o
2022-08-07T15:22:56.820Z In(05) host-3350   CC [M]  /tmp/modconfig-hnb056/vmmon-only/common/crosspage.o
2022-08-07T15:22:56.820Z In(05) host-3350   CC [M]  /tmp/modconfig-hnb056/vmmon-only/common/memtrack.o
2022-08-07T15:22:56.820Z In(05) host-3350 make[1]: Leaving directory '/usr/lib/modules/5.18.16-arch1-1/build'
2022-08-07T15:22:56.820Z In(05) host-3350 make: Leaving directory '/tmp/modconfig-hnb056/vmmon-only'
2022-08-07T15:22:56.820Z In(05) host-3350 make: Entering directory '/tmp/modconfig-hnb056/vmnet-only'
2022-08-07T15:22:56.820Z In(05) host-3350 /sbin/make -C /lib/modules/5.18.16-arch1-1/build/include/.. M=$PWD SRCROOT=$PWD/. \
2022-08-07T15:22:56.820Z In(05) host-3350   MODULEBUILDDIR= modules
2022-08-07T15:22:56.820Z In(05) host-3350 make[1]: Entering directory '/usr/lib/modules/5.18.16-arch1-1/build'
2022-08-07T15:22:56.820Z In(05) host-3350   CC [M]  /tmp/modconfig-hnb056/vmnet-only/driver.o
2022-08-07T15:22:56.820Z In(05) host-3350   CC [M]  /tmp/modconfig-hnb056/vmnet-only/hub.o
2022-08-07T15:22:56.820Z In(05) host-3350   CC [M]  /tmp/modconfig-hnb056/vmnet-only/userif.o
2022-08-07T15:22:56.820Z In(05) host-3350   CC [M]  /tmp/modconfig-hnb056/vmnet-only/netif.o
2022-08-07T15:22:56.820Z In(05) host-3350   CC [M]  /tmp/modconfig-hnb056/vmnet-only/bridge.o
2022-08-07T15:22:56.820Z In(05) host-3350   CC [M]  /tmp/modconfig-hnb056/vmnet-only/procfs.o
2022-08-07T15:22:56.820Z In(05) host-3350   CC [M]  /tmp/modconfig-hnb056/vmnet-only/smac_compat.o
2022-08-07T15:22:56.820Z In(05) host-3350   CC [M]  /tmp/modconfig-hnb056/vmnet-only/smac.o
2022-08-07T15:22:56.820Z In(05) host-3350 make[1]: Leaving directory '/usr/lib/modules/5.18.16-arch1-1/build'
2022-08-07T15:22:56.820Z In(05) host-3350 make: Leaving directory '/tmp/modconfig-hnb056/vmnet-only'
2022-08-07T15:22:56.820Z In(05) host-3350 [AppLoader] GLib does not have GSettings support.
2022-08-07T15:22:56.820Z In(05) host-3350 Using kernel build system.
2022-08-07T15:22:56.820Z In(05) host-3350 In file included from /tmp/modconfig-hnb056/vmmon-only/common/apic.c:19:
2022-08-07T15:22:56.820Z In(05) host-3350 /tmp/modconfig-hnb056/vmmon-only/./include/vm_basic_defs.h:54:12: fatal error: stddef.h: No such file or directory
2022-08-07T15:22:56.820Z In(05) host-3350    54 | #  include <stddef.h>
2022-08-07T15:22:56.820Z In(05) host-3350       |            ^~~~~~~~~~
2022-08-07T15:22:56.820Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-hnb056/vmmon-only/common/apic.o] Error 1
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** Waiting for unfinished jobs....
2022-08-07T15:22:56.820Z In(05) host-3350 In file included from /tmp/modconfig-hnb056/vmmon-only/./include/cpu_types.h:29,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmmon-only/./include/modulecall.h:33,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmmon-only/common/crosspage.c:57:
2022-08-07T15:22:56.820Z In(05) host-3350 /tmp/modconfig-hnb056/vmmon-only/./include/vm_basic_defs.h:54:12: fatal error: stddef.h: No such file or directory
2022-08-07T15:22:56.820Z In(05) host-3350    54 | #  include <stddef.h>
2022-08-07T15:22:56.820Z In(05) host-3350       |            ^~~~~~~~~~
2022-08-07T15:22:56.820Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-hnb056/vmmon-only/common/crosspage.o] Error 1
2022-08-07T15:22:56.820Z In(05) host-3350 In file included from /tmp/modconfig-hnb056/vmmon-only/common/cpuid.c:29:
2022-08-07T15:22:56.820Z In(05) host-3350 /tmp/modconfig-hnb056/vmmon-only/./include/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:56.820Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:56.820Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:56.820Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-hnb056/vmmon-only/common/cpuid.o] Error 1
2022-08-07T15:22:56.820Z In(05) host-3350 In file included from /tmp/modconfig-hnb056/vmmon-only/./include/cpu_types.h:29,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmmon-only/./include/modulecall.h:33,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmmon-only/common/vmx86.h:33,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmmon-only/common/hostif.h:32,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmmon-only/common/memtrack.c:89:
2022-08-07T15:22:56.820Z In(05) host-3350 /tmp/modconfig-hnb056/vmmon-only/./include/vm_basic_defs.h:54:12: fatal error: stddef.h: No such file or directory
2022-08-07T15:22:56.820Z In(05) host-3350    54 | #  include <stddef.h>
2022-08-07T15:22:56.820Z In(05) host-3350       |            ^~~~~~~~~~
2022-08-07T15:22:56.820Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-hnb056/vmmon-only/common/memtrack.o] Error 1
2022-08-07T15:22:56.820Z In(05) host-3350 In file included from /tmp/modconfig-hnb056/vmmon-only/linux/driverLog.h:33,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmmon-only/linux/driverLog.c:31:
2022-08-07T15:22:56.820Z In(05) host-3350 /tmp/modconfig-hnb056/vmmon-only/./include/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:56.820Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:56.820Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:56.820Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-hnb056/vmmon-only/linux/driverLog.o] Error 1
2022-08-07T15:22:56.820Z In(05) host-3350 In file included from /tmp/modconfig-hnb056/vmmon-only/./include/cpu_types.h:29,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmmon-only/./include/modulecall.h:33,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmmon-only/linux/hostif.c:58:
2022-08-07T15:22:56.820Z In(05) host-3350 /tmp/modconfig-hnb056/vmmon-only/./include/vm_basic_defs.h:54:12: fatal error: stddef.h: No such file or directory
2022-08-07T15:22:56.820Z In(05) host-3350    54 | #  include <stddef.h>
2022-08-07T15:22:56.820Z In(05) host-3350       |            ^~~~~~~~~~
2022-08-07T15:22:56.820Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-hnb056/vmmon-only/linux/hostif.o] Error 1
2022-08-07T15:22:56.820Z In(05) host-3350 In file included from /tmp/modconfig-hnb056/vmmon-only/linux/driverLog.h:33,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmmon-only/linux/driver.c:46:
2022-08-07T15:22:56.820Z In(05) host-3350 /tmp/modconfig-hnb056/vmmon-only/./include/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:56.820Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:56.820Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:56.820Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-hnb056/vmmon-only/linux/driver.o] Error 1
2022-08-07T15:22:56.820Z In(05) host-3350 make[1]: *** [Makefile:1838: /tmp/modconfig-hnb056/vmmon-only] Error 2
2022-08-07T15:22:56.820Z In(05) host-3350 make: *** [Makefile:117: vmmon.ko] Error 2
2022-08-07T15:22:56.820Z In(05) host-3350 Using kernel build system.
2022-08-07T15:22:56.820Z In(05) host-3350 In file included from /tmp/modconfig-hnb056/vmnet-only/smac.c:61:
2022-08-07T15:22:56.820Z In(05) host-3350 /tmp/modconfig-hnb056/vmnet-only/vm_basic_defs.h:54:12: fatal error: stddef.h: No such file or directory
2022-08-07T15:22:56.820Z In(05) host-3350    54 | #  include <stddef.h>
2022-08-07T15:22:56.820Z In(05) host-3350       |            ^~~~~~~~~~
2022-08-07T15:22:56.820Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-hnb056/vmnet-only/smac.o] Error 1
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** Waiting for unfinished jobs....
2022-08-07T15:22:56.820Z In(05) host-3350 In file included from /tmp/modconfig-hnb056/vmnet-only/vm_atomic.h:49,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/vnet.h:28,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/vnetInt.h:24,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/netif.c:43:
2022-08-07T15:22:56.820Z In(05) host-3350 /tmp/modconfig-hnb056/vmnet-only/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:56.820Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:56.820Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:56.820Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-hnb056/vmnet-only/netif.o] Error 1
2022-08-07T15:22:56.820Z In(05) host-3350 In file included from /tmp/modconfig-hnb056/vmnet-only/vm_atomic.h:49,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/vnet.h:28,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/vnetInt.h:24,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/smac_compat.c:53:
2022-08-07T15:22:56.820Z In(05) host-3350 /tmp/modconfig-hnb056/vmnet-only/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:56.820Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:56.820Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:56.820Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-hnb056/vmnet-only/smac_compat.o] Error 1
2022-08-07T15:22:56.820Z In(05) host-3350 In file included from /tmp/modconfig-hnb056/vmnet-only/vm_atomic.h:49,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/vnet.h:28,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/vnetInt.h:24,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/hub.c:43:
2022-08-07T15:22:56.820Z In(05) host-3350 /tmp/modconfig-hnb056/vmnet-only/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:56.820Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:56.820Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:56.820Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-hnb056/vmnet-only/hub.o] Error 1
2022-08-07T15:22:56.820Z In(05) host-3350 In file included from /tmp/modconfig-hnb056/vmnet-only/vm_atomic.h:49,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/vnet.h:28,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/vnetInt.h:24,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/driver.c:48:
2022-08-07T15:22:56.820Z In(05) host-3350 /tmp/modconfig-hnb056/vmnet-only/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:56.820Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:56.820Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:56.820Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:56.820Z In(05) host-3350 In file included from /tmp/modconfig-hnb056/vmnet-only/vm_atomic.h:49,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/vnet.h:28,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/vnetInt.h:24,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/userif.c:46:
2022-08-07T15:22:56.820Z In(05) host-3350 /tmp/modconfig-hnb056/vmnet-only/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:56.820Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:56.820Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:56.820Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:56.820Z In(05) host-3350 In file included from /tmp/modconfig-hnb056/vmnet-only/vm_atomic.h:49,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/vnet.h:28,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/vnetInt.h:24,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/procfs.c:43:
2022-08-07T15:22:56.820Z In(05) host-3350 /tmp/modconfig-hnb056/vmnet-only/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:56.820Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:56.820Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:56.820Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-hnb056/vmnet-only/driver.o] Error 1
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-hnb056/vmnet-only/userif.o] Error 1
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-hnb056/vmnet-only/procfs.o] Error 1
2022-08-07T15:22:56.820Z In(05) host-3350 In file included from /tmp/modconfig-hnb056/vmnet-only/vm_atomic.h:49,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/vnet.h:28,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/vnetInt.h:24,
2022-08-07T15:22:56.820Z In(05) host-3350                  from /tmp/modconfig-hnb056/vmnet-only/bridge.c:53:
2022-08-07T15:22:56.820Z In(05) host-3350 /tmp/modconfig-hnb056/vmnet-only/vm_assert.h:43:10: fatal error: stdarg.h: No such file or directory
2022-08-07T15:22:56.820Z In(05) host-3350    43 | #include <stdarg.h>
2022-08-07T15:22:56.820Z In(05) host-3350       |          ^~~~~~~~~~
2022-08-07T15:22:56.820Z In(05) host-3350 compilation terminated.
2022-08-07T15:22:56.820Z In(05) host-3350 make[2]: *** [scripts/Makefile.build:289: /tmp/modconfig-hnb056/vmnet-only/bridge.o] Error 1
2022-08-07T15:22:56.820Z In(05) host-3350 make[1]: *** [Makefile:1838: /tmp/modconfig-hnb056/vmnet-only] Error 2
2022-08-07T15:22:56.820Z In(05) host-3350 make: *** [Makefile:117: vmnet.ko] Error 2
2022-08-07T15:22:56.820Z In(05) host-3350 Unable to install all modules.  See log for details.
2022-08-07T15:22:56.820Z In(05) host-3350

Offline

Board footer

Powered by FluxBB