Created
July 29, 2013 21:45
-
-
Save zzzeek/6108148 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The VMware Host-Guest Filesystem allows for shared folders between the host OS | |
| and the guest OS in a Fusion or Workstation virtual environment. Do you wish | |
| to enable this feature? [yes] | |
| Using 2.6.x kernel build system. | |
| make: Entering directory `/tmp/modconfig-OY9Dg4/vmci-only' | |
| /bin/make -C /lib/modules/3.10.3-300.fc19.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \ | |
| MODULEBUILDDIR= modules | |
| make[1]: Entering directory `/usr/src/kernels/3.10.3-300.fc19.x86_64' | |
| CC [M] /tmp/modconfig-OY9Dg4/vmci-only/linux/driver.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmci-only/linux/vmciKernelIf.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmci-only/common/vmciDriver.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmci-only/common/vmciDatagram.o | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_kernel_if.h:74, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/common/vmciDatagram.c:25: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:34:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_kernel_if.h:74, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/common/vmciDatagram.c:25: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h: In function ‘VMCIVA64ToPtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:64:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof (void *) == 8); | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h: In function ‘VMCIPtrToVA64’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:93:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof ptr <= sizeof (VA64)); | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/common/vmciDatagram.c: In function ‘VMCIDatagram_Dispatch’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/common/vmciDatagram.c:777:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof(VMCIDatagram) == 24); | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_kernel_if.h:74, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/common/vmciDriver.c:25: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:34:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_kernel_if.h:74, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/common/vmciDriver.c:25: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h: In function ‘VMCIVA64ToPtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:64:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof (void *) == 8); | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h: In function ‘VMCIPtrToVA64’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:93:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof ptr <= sizeof (VA64)); | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:36, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/linux/vmciKernelIf.c:59: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/linux/vmciKernelIf.c:57:0: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h: In function ‘VMCIVA64ToPtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:64:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof (void *) == 8); | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h: In function ‘VMCIPtrToVA64’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:93:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof ptr <= sizeof (VA64)); | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/linux/driver.c:65: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmware.h:39:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/linux/driver.c:62: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h: In function ‘VMCIVA64ToPtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:64:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof (void *) == 8); | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h: In function ‘VMCIPtrToVA64’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:93:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof ptr <= sizeof (VA64)); | |
| ^ | |
| CC [M] /tmp/modconfig-OY9Dg4/vmci-only/common/vmciResource.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmci-only/common/vmciRoute.o | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_kernel_if.h:74, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/common/vmciRoute.c:25: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_kernel_if.h:74, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/common/vmciResource.c:25: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| CC [M] /tmp/modconfig-OY9Dg4/vmci-only/common/vmciContext.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmci-only/common/vmciHashtable.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmci-only/common/vmciEvent.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmci-only/common/vmciQueuePair.o | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_kernel_if.h:74, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/common/vmciContext.c:25: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:34:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_kernel_if.h:74, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/common/vmciContext.c:25: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h: In function ‘VMCIVA64ToPtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:64:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof (void *) == 8); | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h: In function ‘VMCIPtrToVA64’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:93:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof ptr <= sizeof (VA64)); | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_kernel_if.h:74, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/common/vmciHashtable.c:27: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_kernel_if.h:74, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/common/vmciEvent.c:25: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_kernel_if.h:74, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/common/vmciQueuePair.c:25: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:34:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_kernel_if.h:74, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/common/vmciQueuePair.c:25: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h: In function ‘VMCIVA64ToPtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:64:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof (void *) == 8); | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h: In function ‘VMCIPtrToVA64’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:93:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof ptr <= sizeof (VA64)); | |
| ^ | |
| CC [M] /tmp/modconfig-OY9Dg4/vmci-only/common/vmciQPair.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmci-only/common/vmciDoorbell.o | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_kernel_if.h:74, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/common/vmciQPair.c:64: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:34:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_kernel_if.h:74, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/common/vmciQPair.c:64: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h: In function ‘VMCIVA64ToPtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:64:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof (void *) == 8); | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h: In function ‘VMCIPtrToVA64’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:93:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof ptr <= sizeof (VA64)); | |
| ^ | |
| CC [M] /tmp/modconfig-OY9Dg4/vmci-only/driverLog.o | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_kernel_if.h:74, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/common/vmciDoorbell.c:25: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_defs.h:34:0, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_kernel_if.h:74, | |
| from /tmp/modconfig-OY9Dg4/vmci-only/common/vmciDoorbell.c:25: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h: In function ‘VMCIVA64ToPtr’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:64:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof (void *) == 8); | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h: In function ‘VMCIPtrToVA64’: | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmci-only/./shared/vmci_iocontrols.h:93:4: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof ptr <= sizeof (VA64)); | |
| ^ | |
| LD [M] /tmp/modconfig-OY9Dg4/vmci-only/vmci.o | |
| Building modules, stage 2. | |
| MODPOST 1 modules | |
| CC /tmp/modconfig-OY9Dg4/vmci-only/vmci.mod.o | |
| LD [M] /tmp/modconfig-OY9Dg4/vmci-only/vmci.ko | |
| make[1]: Leaving directory `/usr/src/kernels/3.10.3-300.fc19.x86_64' | |
| /bin/make -C $PWD SRCROOT=$PWD/. \ | |
| MODULEBUILDDIR= postbuild | |
| make[1]: Entering directory `/tmp/modconfig-OY9Dg4/vmci-only' | |
| make[1]: `postbuild' is up to date. | |
| make[1]: Leaving directory `/tmp/modconfig-OY9Dg4/vmci-only' | |
| cp -f vmci.ko ./../vmci.o | |
| make: Leaving directory `/tmp/modconfig-OY9Dg4/vmci-only' | |
| Using 2.6.x kernel build system. | |
| make: Entering directory `/tmp/modconfig-OY9Dg4/vmhgfs-only' | |
| /bin/make -C /lib/modules/3.10.3-300.fc19.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \ | |
| MODULEBUILDDIR= modules | |
| make[1]: Entering directory `/usr/src/kernels/3.10.3-300.fc19.x86_64' | |
| CC [M] /tmp/modconfig-OY9Dg4/vmhgfs-only/message.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmhgfs-only/request.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmhgfs-only/cpName.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmhgfs-only/hgfsUtil.o | |
| In file included from /tmp/modconfig-OY9Dg4/vmhgfs-only/backdoor.h:30:0, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/message.c:54: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/backdoor_types.h: In function ‘BACKDOOR_STRUCT_SIZES’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_assert.h:342:7: note: in definition of macro ‘MY_ASSERTS’ | |
| assertions \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/backdoor_types.h:112:12: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof(Backdoor_proto) == 6 * sizeof(uintptr_t)); | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_assert.h:320:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_assert.h:342:7: note: in definition of macro ‘MY_ASSERTS’ | |
| assertions \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/backdoor_types.h:113:12: note: in expansion of macro ‘ASSERT_ON_COMPILE’ | |
| ASSERT_ON_COMPILE(sizeof(Backdoor_proto_hb) == 7 * sizeof(uintptr_t)); | |
| ^ | |
| CC [M] /tmp/modconfig-OY9Dg4/vmhgfs-only/rpcout.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmhgfs-only/module.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmhgfs-only/tcp.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmhgfs-only/hgfsEscape.o | |
| In file included from /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/hgfsTransport.h:28, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/request.h:39, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/request.c:39: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| CC [M] /tmp/modconfig-OY9Dg4/vmhgfs-only/link.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmhgfs-only/bdhandler.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmhgfs-only/transport.o | |
| In file included from /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/hgfsTransport.h:28, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/request.h:39, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/fsutil.h:36, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/link.c:34: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/hgfsTransport.h:28, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/request.h:39, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/transport.h:26, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/bdhandler.c:30: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/hgfsTransport.h:28, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/request.h:39, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/transport.h:26, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/tcp.c:51: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| CC [M] /tmp/modconfig-OY9Dg4/vmhgfs-only/inode.o | |
| In file included from /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/hgfsTransport.h:28, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/request.h:39, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/transport.c:51: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| CC [M] /tmp/modconfig-OY9Dg4/vmhgfs-only/file.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmhgfs-only/super.o | |
| CC [M] /tmp/modconfig-OY9Dg4/vmhgfs-only/vmci.o | |
| In file included from /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/hgfsTransport.h:28, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/request.h:39, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/inode.c:49: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/inode.c: In function ‘HgfsTruncatePages’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/inode.c:888:4: error: implicit declaration of function ‘vmtruncate’ [-Werror=implicit-function-declaration] | |
| result = compat_vmtruncate(inode, newSize); | |
| ^ | |
| cc1: some warnings being treated as errors | |
| make[2]: *** [/tmp/modconfig-OY9Dg4/vmhgfs-only/inode.o] Error 1 | |
| make[2]: *** Waiting for unfinished jobs.... | |
| In file included from /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/hgfsTransport.h:28, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/vmci.c:35: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| In file included from /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/hgfsTransport.h:28, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/request.h:39, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/file.c:39: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/file.c: In function ‘HgfsAioRead’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/file.c:754:32: error: dereferencing pointer to incomplete type | |
| result = HgfsRevalidate(iocb->ki_filp->f_dentry); | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/file.c: In function ‘HgfsAioWrite’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/file.c:803:32: error: dereferencing pointer to incomplete type | |
| result = HgfsRevalidate(iocb->ki_filp->f_dentry); | |
| ^ | |
| make[2]: *** [/tmp/modconfig-OY9Dg4/vmhgfs-only/file.o] Error 1 | |
| In file included from /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vmci_defs.h:33:0, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/hgfsTransport.h:28, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/request.h:39, | |
| from /tmp/modconfig-OY9Dg4/vmhgfs-only/super.c:40: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompilePtr’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2558:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Ptr, 64, void const *, void *, uintptr_t) | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h: In function ‘AtomicAssertOnCompileInt’: | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2397:20: warning: typedef ‘AssertOnCompileFailed’ locally defined but not used [-Wunused-local-typedefs] | |
| typedef char AssertOnCompileFailed[AssertOnCompileMisused]; \ | |
| ^ | |
| /tmp/modconfig-OY9Dg4/vmhgfs-only/./shared/vm_atomic.h:2562:1: note: in expansion of macro ‘MAKE_ATOMIC_TYPE’ | |
| MAKE_ATOMIC_TYPE(Int, 32, int, int, int) | |
| ^ | |
| make[1]: *** [_module_/tmp/modconfig-OY9Dg4/vmhgfs-only] Error 2 | |
| make[1]: Leaving directory `/usr/src/kernels/3.10.3-300.fc19.x86_64' | |
| make: *** [vmhgfs.ko] Error 2 | |
| make: Leaving directory `/tmp/modconfig-OY9Dg4/vmhgfs-only' | |
| The filesystem driver (vmhgfs module) is used only for the shared folder | |
| feature. The rest of the software provided by VMware Tools is designed to work | |
| independently of this feature. | |
| If you wish to have the shared folders feature, you can install the driver by | |
| running vmware-config-tools.pl again after making sure that gcc, binutils, make | |
| and the kernel sources for your running kernel are installed on your machine. | |
| These packages are available on your distribution's installation CD. | |
| [ Press Enter key to continue ] ^C | |
| Execution aborted. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment