Enviado em 03/07/2018 - 18:41h
Boa noite pessal,
#define DEPRECATED "[Deprecated]: "
^
make[1]: ** [_module_/tmp/modconfig-0XYTm1/vmnet-only] Erro 2
make[1]: Saindo do diretório `/usr/src/linux-headers-4.4.0-130-generic'
make: ** [vmnet.ko] Erro 2
make: Saindo do diretório `/tmp/modconfig-0XYTm1/vmnet-only'
Failed to build vmnet. Failed to execute the build command.
Starting VMware services:
Virtual machine monitor failed
Virtual machine communication interface done
VM communication interface socket family done
Blocking file system done
Virtual ethernet failed
VMware Authentication Daemon done
carlos@carlos-deskhk:~$ sudo vmware-modconfig --console --install-all
Stopping VMware services:
VMware Authentication Daemon done
VM communication interface socket family done
Virtual machine communication interface done
Virtual machine monitor done
Blocking file system done
Using 2.6.x kernel build system.
make: Entrando no diretório `/tmp/modconfig-lEpn78/vmmon-only'
/usr/bin/make -C /lib/modules/4.4.0-130-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entrando no diretório `/usr/src/linux-headers-4.4.0-130-generic'
CC [M] /tmp/modconfig-lEpn78/vmmon-only/linux/driver.o
CC [M] /tmp/modconfig-lEpn78/vmmon-only/linux/driverLog.o
CC [M] /tmp/modconfig-lEpn78/vmmon-only/linux/hostif.o
CC [M] /tmp/modconfig-lEpn78/vmmon-only/common/apic.o
CC [M] /tmp/modconfig-lEpn78/vmmon-only/common/comport.o
In file included from /tmp/modconfig-lEpn78/vmmon-only/linux/driverLog.h:33:0,
from /tmp/modconfig-lEpn78/vmmon-only/linux/driverLog.c:31:
/tmp/modconfig-lEpn78/vmmon-only/./include/vm_assert.h:259:0: warning: "DEPRECATED" redefined [enabled by default]
#define DEPRECATED(_fix) do {} while (0)
^
In file included from include/linux/kernel.h:13:0,
from /tmp/modconfig-lEpn78/vmmon-only/./include/compat_kernel.h:23,
from /tmp/modconfig-lEpn78/vmmon-only/linux/driverLog.c:27:
include/linux/printk.h:105:0: note: this is the location of the previous definition
#define DEPRECATED "[Deprecated]: "
^
CC [M] /tmp/modconfig-lEpn78/vmmon-only/common/cpuid.o
CC [M] /tmp/modconfig-lEpn78/vmmon-only/common/hashFunc.o
In file included from /tmp/modconfig-lEpn78/vmmon-only/./include/vmware.h:39:0,
from /tmp/modconfig-lEpn78/vmmon-only/linux/hostif.c:82:
/tmp/modconfig-lEpn78/vmmon-only/./include/vm_assert.h:259:0: warning: "DEPRECATED" redefined [enabled by default]
#define DEPRECATED(_fix) do {} while (0)
^
In file included from include/linux/kernel.h:13:0,
from include/asm-generic/bug.h:13,
from ./arch/x86/include/asm/bug.h:35,
from include/linux/bug.h:4,
from include/linux/mmdebug.h:4,
from include/linux/mm.h:8,
from /tmp/modconfig-lEpn78/vmmon-only/./include/compat_page.h:23,
from /tmp/modconfig-lEpn78/vmmon-only/linux/hostif.c:32:
include/linux/printk.h:105:0: note: this is the location of the previous definition
#define DEPRECATED "[Deprecated]: "
^
In file included from /tmp/modconfig-lEpn78/vmmon-only/./include/vmware.h:39:0,
from /tmp/modconfig-lEpn78/vmmon-only/linux/driver.c:46:
/tmp/modconfig-lEpn78/vmmon-only/./include/vm_assert.h:259:0: warning: "DEPRECATED" redefined [enabled by default]
#define DEPRECATED(_fix) do {} while (0)
^
In file included from include/linux/kernel.h:13:0,
from include/linux/list.h:8,
from include/linux/wait.h:6,
from include/linux/fs.h:5,
from include/linux/highmem.h:4,
from /tmp/modconfig-lEpn78/vmmon-only/linux/driver.c:25:
include/linux/printk.h:105:0: note: this is the location of the previous definition
#define DEPRECATED "[Deprecated]: "
^
/tmp/modconfig-lEpn78/vmmon-only/linux/driver.c: In function ‘cleanup_module’:
/tmp/modconfig-lEpn78/vmmon-only/linux/driver.c:409:8: error: void value not ignored as it ought to be
if (misc_deregister(&linuxState.misc)) {
^
CC [M] /tmp/modconfig-lEpn78/vmmon-only/common/memtrack.o
/tmp/modconfig-lEpn78/vmmon-only/linux/driver.c: At top level:
/tmp/modconfig-lEpn78/vmmon-only/linux/driver.c:1342:1: warning: always_inline function might not be inlinable [-Wattributes]
LinuxDriverSyncReadTSCs(uint64 *delta) // OUT: TSC max - TSC min
^
make[2]: ** [/tmp/modconfig-lEpn78/vmmon-only/linux/driver.o] Erro 1
make[2]: ** Esperando que outros processos terminem.
contentmap: 00000000: invalid offset
make[1]: ** [_module_/tmp/modconfig-lEpn78/vmmon-only] Erro 2
make[1]: Saindo do diretório `/usr/src/linux-headers-4.4.0-130-generic'
make: ** [vmmon.ko] Erro 2
make: Saindo do diretório `/tmp/modconfig-lEpn78/vmmon-only'
Using 2.6.x kernel build system.
make: Entrando no diretório `/tmp/modconfig-lEpn78/vmnet-only'
/usr/bin/make -C /lib/modules/4.4.0-130-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entrando no diretório `/usr/src/linux-headers-4.4.0-130-generic'
CC [M] /tmp/modconfig-lEpn78/vmnet-only/driver.o
CC [M] /tmp/modconfig-lEpn78/vmnet-only/hub.o
CC [M] /tmp/modconfig-lEpn78/vmnet-only/userif.o
CC [M] /tmp/modconfig-lEpn78/vmnet-only/netif.o
In file included from /tmp/modconfig-lEpn78/vmnet-only/vm_assert.h:45:0,
from /tmp/modconfig-lEpn78/vmnet-only/monitorAction_exported.h:31,
from /tmp/modconfig-lEpn78/vmnet-only/vnet.h:29,
from /tmp/modconfig-lEpn78/vmnet-only/vnetInt.h:24,
from /tmp/modconfig-lEpn78/vmnet-only/hub.c:43:
/tmp/modconfig-lEpn78/vmnet-only/vm_basic_defs.h:696:0: warning: "DO_ONCE" redefined [enabled by default]
#define DO_ONCE(code) \
^
In file included from include/linux/random.h:10:0,
from include/linux/net.h:22,
from include/linux/skbuff.h:29,
from include/linux/if_ether.h:23,
from include/uapi/linux/ethtool.h:17,
from include/linux/ethtool.h:17,
from include/linux/netdevice.h:42,
from /tmp/modconfig-lEpn78/vmnet-only/hub.c:29:
include/linux/once.h:37:0: note: this is the location of the previous definition
#define DO_ONCE(func, ...) \
^
In file included from /tmp/modconfig-lEpn78/vmnet-only/monitorAction_exported.h:31:0,
from /tmp/modconfig-lEpn78/vmnet-only/vnet.h:29,
from /tmp/modconfig-lEpn78/vmnet-only/vnetInt.h:24,
from /tmp/modconfig-lEpn78/vmnet-only/hub.c:43:
/tmp/modconfig-lEpn78/vmnet-only/vm_assert.h:259:0: warning: "DEPRECATED" redefined [enabled by default]
#define DEPRECATED(_fix) do {} while (0)
^
In file included from include/linux/kernel.h:13:0,
from /tmp/modconfig-lEpn78/vmnet-only/hub.c:23:
include/linux/printk.h:105:0: note: this is the location of the previous definition
#define DEPRECATED "[Deprecated]: "
^
In file included from /tmp/modconfig-lEpn78/vmnet-only/vm_assert.h:45:0,
from /tmp/modconfig-lEpn78/vmnet-only/monitorAction_exported.h:31,
from /tmp/modconfig-lEpn78/vmnet-only/vnet.h:29,
from /tmp/modconfig-lEpn78/vmnet-only/vnetInt.h:24,
from /tmp/modconfig-lEpn78/vmnet-only/driver.c:51:
/tmp/modconfig-lEpn78/vmnet-only/vm_basic_defs.h:696:0: warning: "DO_ONCE" redefined [enabled by default]
#define DO_ONCE(code) \
^
In file included from include/linux/random.h:10:0,
from include/linux/net.h:22,
from include/linux/skbuff.h:29,
from include/linux/if_ether.h:23,
from include/uapi/linux/ethtool.h:17,
from include/linux/ethtool.h:17,
from include/linux/netdevice.h:42,
from /tmp/modconfig-lEpn78/vmnet-only/driver.c:32:
include/linux/once.h:37:0: note: this is the location of the previous definition
#define DO_ONCE(func, ...) \
^
In file included from /tmp/modconfig-lEpn78/vmnet-only/monitorAction_exported.h:31:0,
from /tmp/modconfig-lEpn78/vmnet-only/vnet.h:29,
from /tmp/modconfig-lEpn78/vmnet-only/vnetInt.h:24,
from /tmp/modconfig-lEpn78/vmnet-only/driver.c:51:
/tmp/modconfig-lEpn78/vmnet-only/vm_assert.h:259:0: warning: "DEPRECATED" redefined [enabled by default]
#define DEPRECATED(_fix) do {} while (0)
^
In file included from include/linux/kernel.h:13:0,
from /tmp/modconfig-lEpn78/vmnet-only/driver.c:23:
include/linux/printk.h:105:0: note: this is the location of the previous definition
#define DEPRECATED "[Deprecated]: "
^
/tmp/modconfig-lEpn78/vmnet-only/driver.c: In function ‘VNetFileOpUnlockedIoctl’:
/tmp/modconfig-lEpn78/vmnet-only/driver.c:1194:20: error: ‘struct file’ has no member named ‘f_dentry’
if (filp && filp->f_dentry) {
^
/tmp/modconfig-lEpn78/vmnet-only/driver.c:1195:19: error: ‘struct file’ has no member named ‘f_dentry’
inode = filp->f_dentry->d_inode;
^
In file included from /tmp/modconfig-lEpn78/vmnet-only/vm_assert.h:45:0,
from /tmp/modconfig-lEpn78/vmnet-only/monitorAction_exported.h:31,
from /tmp/modconfig-lEpn78/vmnet-only/vnet.h:29,
from /tmp/modconfig-lEpn78/vmnet-only/vnetInt.h:24,
from /tmp/modconfig-lEpn78/vmnet-only/netif.c:42:
/tmp/modconfig-lEpn78/vmnet-only/vm_basic_defs.h:696:0: warning: "DO_ONCE" redefined [enabled by default]
#define DO_ONCE(code) \
^
In file included from include/linux/random.h:10:0,
from include/linux/net.h:22,
from include/linux/skbuff.h:29,
from include/linux/if_ether.h:23,
from include/uapi/linux/ethtool.h:17,
from include/linux/ethtool.h:17,
from include/linux/netdevice.h:42,
from /tmp/modconfig-lEpn78/vmnet-only/netif.c:29:
include/linux/once.h:37:0: note: this is the location of the previous definition
#define DO_ONCE(func, ...) \
^
In file included from /tmp/modconfig-lEpn78/vmnet-only/monitorAction_exported.h:31:0,
from /tmp/modconfig-lEpn78/vmnet-only/vnet.h:29,
from /tmp/modconfig-lEpn78/vmnet-only/vnetInt.h:24,
from /tmp/modconfig-lEpn78/vmnet-only/netif.c:42:
/tmp/modconfig-lEpn78/vmnet-only/vm_assert.h:259:0: warning: "DEPRECATED" redefined [enabled by default]
#define DEPRECATED(_fix) do {} while (0)
^
In file included from include/linux/kernel.h:13:0,
from /tmp/modconfig-lEpn78/vmnet-only/netif.c:23:
include/linux/printk.h:105:0: note: this is the location of the previous definition
#define DEPRECATED "[Deprecated]: "
^
In file included from /tmp/modconfig-lEpn78/vmnet-only/vm_assert.h:45:0,
from /tmp/modconfig-lEpn78/vmnet-only/monitorAction_exported.h:31,
from /tmp/modconfig-lEpn78/vmnet-only/vnet.h:29,
from /tmp/modconfig-lEpn78/vmnet-only/vnetInt.h:24,
from /tmp/modconfig-lEpn78/vmnet-only/userif.c:45:
/tmp/modconfig-lEpn78/vmnet-only/vm_basic_defs.h:696:0: warning: "DO_ONCE" redefined [enabled by default]
#define DO_ONCE(code) \
^
In file included from include/linux/random.h:10:0,
from include/linux/net.h:22,
from include/linux/skbuff.h:29,
from include/linux/if_ether.h:23,
from /tmp/modconfig-lEpn78/vmnet-only/userif.c:27:
include/linux/once.h:37:0: note: this is the location of the previous definition
#define DO_ONCE(func, ...) \
^
In file included from /tmp/modconfig-lEpn78/vmnet-only/monitorAction_exported.h:31:0,
from /tmp/modconfig-lEpn78/vmnet-only/vnet.h:29,
from /tmp/modconfig-lEpn78/vmnet-only/vnetInt.h:24,
from /tmp/modconfig-lEpn78/vmnet-only/userif.c:45:
/tmp/modconfig-lEpn78/vmnet-only/vm_assert.h:259:0: warning: "DEPRECATED" redefined [enabled by default]
#define DEPRECATED(_fix) do {} while (0)
^
In file included from include/linux/kernel.h:13:0,
from include/linux/list.h:8,
from include/linux/wait.h:6,
from include/linux/fs.h:5,
from include/linux/highmem.h:4,
from /tmp/modconfig-lEpn78/vmnet-only/userif.c:26:
include/linux/printk.h:105:0: note: this is the location of the previous definition
#define DEPRECATED "[Deprecated]: "
^
/tmp/modconfig-lEpn78/vmnet-only/userif.c: In function ‘VNetCopyDatagram’:
/tmp/modconfig-lEpn78/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);
^
In file included from include/linux/pci.h:35:0,
from /tmp/modconfig-lEpn78/vmnet-only/compat_netdevice.h:27,
from /tmp/modconfig-lEpn78/vmnet-only/netif.c:43:
include/linux/pci_ids.h:2253:0: warning: "PCI_VENDOR_ID_VMWARE" redefined [enabled by default]
#define PCI_VENDOR_ID_VMWARE 0x15ad
^
In file included from /tmp/modconfig-lEpn78/vmnet-only/net.h:38:0,
from /tmp/modconfig-lEpn78/vmnet-only/vnetInt.h:26,
from /tmp/modconfig-lEpn78/vmnet-only/netif.c:42:
/tmp/modconfig-lEpn78/vmnet-only/vm_device_version.h:56:0: note: this is the location of the previous definition
#define PCI_VENDOR_ID_VMWARE 0x15AD
^
make[2]: ** [/tmp/modconfig-lEpn78/vmnet-only/driver.o] Erro 1
make[2]: ** Esperando que outros processos terminem.
cc1: some warnings being treated as errors
make[2]: ** [/tmp/modconfig-lEpn78/vmnet-only/userif.o] Erro 1
make[1]: ** [_module_/tmp/modconfig-lEpn78/vmnet-only] Erro 2
make[1]: Saindo do diretório `/usr/src/linux-headers-4.4.0-130-generic'
make: ** [vmnet.ko] Erro 2
make: Saindo do diretório `/tmp/modconfig-lEpn78/vmnet-only'
Unable to install all modules. See log for details.
carlos@carlos-deskhk:~$
Como gerar qualquer emoji ou símbolo unicode a partir do seu teclado
Instalar e Configurar o Slackware Linux em 2025
Como configurar os repositórios do apt no Debian 12 em 2025
Passkeys: A Evolução da Autenticação Digital
Instalação de distro Linux em computadores, netbooks, etc, em rede com o Clonezilla
Configurando o Conky para iniciar corretamente no sistema
3 configurações básicas que podem melhorar muito a sua edição pelo editor nano
Como colorir os logs do terminal com ccze
Instalação Microsoft Edge no Linux Mint 22
Como configurar posicionamento e movimento de janelas no Lubuntu (Openbox) com atalhos de teclado
firefox nao guarda meus logins nos sites (1)
Instalar debian testing (13) "por cima" do debian 12 (2)
Erro de segmentação «Segmentation fault (core dumped)» ao retornar obj... (1)