When I updated the package, I got this warning Deprecated feature: CLEAN (/var/lib/dkms/vmware-workstation/17.6.3_24583834/source/dkms.conf
I think CLEAN="make clean"
should be removed from dkms.conf.in
.
Git Clone URL: | https://aur.archlinux.org/vmware-workstation.git (read-only, click to copy) |
---|---|
Package Base: | vmware-workstation |
Description: | The industry standard for running multiple operating systems as virtual machines on a single Linux PC. |
Upstream URL: | https://www.vmware.com/products/workstation-for-linux.html |
Keywords: | dkms ovftool player vmplayer vmware workstation |
Licenses: | custom |
Conflicts: | vmware-modules-dkms, vmware-ovftool, vmware-patch, vmware-systemd-services |
Provides: | vmware-ovftool |
Submitter: | synthead |
Maintainer: | JulianXhokaxhiu |
Last Packager: | JulianXhokaxhiu |
Votes: | 214 |
Popularity: | 3.15 |
First Submitted: | 2017-02-10 19:04 (UTC) |
Last Updated: | 2025-06-18 22:13 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 75 Next › Last »
When I updated the package, I got this warning Deprecated feature: CLEAN (/var/lib/dkms/vmware-workstation/17.6.3_24583834/source/dkms.conf
I think CLEAN="make clean"
should be removed from dkms.conf.in
.
Привіт @arch-lsf,
Це міжнародний проєкт, тому, будь ласка, використовуй англійську.
=> 缺失依赖关系: -> vmware-keymaps ==> 正在检查编译时依赖关系 ==> 错误: 无法解决所有的依赖关系。 -> error making: vmware-workstation-exit status 8 -> Failed to install the following packages. Manual intervention is required: vmware-workstation - exit status 8
=> 缺失依赖关系: -> vmware-keymaps ==> 正在检查编译时依赖关系 ==> 错误: 无法解决所有的依赖关系。 -> error making: vmware-workstation-exit status 8 -> Failed to install the following packages. Manual intervention is required: vmware-workstation - exit status 8
I tried this http://rglinuxtech.com/?p=3321 . I replaced EXTRA_CFLAGS by ccflags-y and del_timer_sync by timer_delete_sync. EXTRA_CFLAGS is in MAKEFILE and del_timer_sync is in various .c and .h of src. Now I have this log https://pastebin.com/EtQjPWJa
Sorry for my bad English. Thank you for all.
Regarding the cachyos build failure Perhaps a solution can be found here? http://rglinuxtech.com/?p=3321
build failed on 6.15.0-2-cachyos,
the failed log here https://pastebin.com/EtD9vQU1
Thanks @obones, added the new dependency so it comes with the package by default. Appreciated.
I'm trying to use vmrun
and it gives me the following error:
./pkg/vmware-workstation/usr/bin/vmrun: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
This appeared in the past month or so, and in other packages it was enough to force a rebuild to "use" the new libxml. But this does not seem to be the case here, maybe because it comes precompiled in the downloaded content.
EDIT: Answering myself here: install libxml2-legacy https://gitlab.archlinux.org/archlinux/packaging/packages/libxml2/-/issues/4#note_267022
An easier way to fix the DNS resolve is to add the addresses to your hosts file.
echo "$(curl -v softwareupdate-prod.broadcom.com 2>&1 | grep Connected | cut -d ' ' -f5 | sed -E 's/(([^)]+))/\1/') softwareupdate-dev.broadcom.com" | sudo tee -a /etc/hosts
Pinned Comments
JulianXhokaxhiu commented on 2025-06-18 22:14 (UTC) (edited on 2025-06-18 22:14 (UTC) by JulianXhokaxhiu)
New package version released: 17.6.3-9
Changelog:
jihem commented on 2020-02-10 17:29 (UTC) (edited on 2021-06-19 13:19 (UTC) by jihem)
After the first installation, please:
1) install the appropriate headers package(s) for your installed kernel(s): linux-headers for default kernel, linux-lts-headers for LTS kernel...
2) reboot or load vmw_vmci and vmmon kernel modules (modprobe -a vmw_vmci vmmon)
3) Enable the services you need (using .service units to activate them during boot or .path units to activate them when a VM is started) :
vmware-networks: to have network access inside VMs
vmware-usbarbitrator: to connect USB devices inside VMs