Package Details: vmware-auto-unlocker 1.1.3-1

Git Clone URL: https://aur.archlinux.org/vmware-auto-unlocker.git (read-only, click to copy)
Package Base: vmware-auto-unlocker
Description: Unlocker for VMWare macOS
Upstream URL: https://github.com/paolo-projects/auto-unlocker/
Licenses: GPL3
Submitter: mrapplexz
Maintainer: None
Last Packager: hayao
Votes: 0
Popularity: 0.000000
First Submitted: 2020-02-15 20:29 (UTC)
Last Updated: 2021-07-02 07:31 (UTC)

Latest Comments

rod2ik commented on 2023-09-03 15:14 (UTC) (edited on 2023-09-03 15:28 (UTC) by rod2ik)

Hello,

This package seems broken (09/03/2023):

==> ERREUR : Une erreur s’est produite dans build(). Abandon… -> error making: vmware-auto-unlocker-exit status 4 -> Failed to install the following packages. Manual intervention is required: vmware-auto-unlocker - exit status 4

You may consider using the vmware-auto-unlocker-git package instead

FabioLolix commented on 2021-12-08 22:12 (UTC)

git is missing from makedepends

doctorx commented on 2021-07-02 15:30 (UTC)

get error compiling:

g++ -Wall -std=c++17 -Iinclude -c -o src/archiveutils.o src/archiveutils.cpp g++ -Wall -std=c++17 -Iinclude -c -o src/buildsparser.o src/buildsparser.cpp g++ -Wall -std=c++17 -Iinclude -c -o src/debugutils.o src/debugutils.cpp g++ -Wall -std=c++17 -Iinclude -c -o src/installinfoutils.o src/installinfoutils.cpp g++ -Wall -std=c++17 -Iinclude -c -o src/netutils.o src/netutils.cpp g++ -Wall -std=c++17 -Iinclude -c -o src/patchutils.o src/patchutils.cpp g++ -Wall -std=c++17 -Iinclude -c -o src/servicestoputils.o src/servicestoputils.cpp g++ -Wall -std=c++17 -Iinclude -c -o src/tar.o src/tar.cpp g++ -Wall -std=c++17 -Iinclude -c -o src/unlocker.o src/unlocker.cpp g++ -Wall -std=c++17 -Iinclude -c -o src/versionparser.o src/versionparser.cpp src/tar.cpp: In constructor ‘Tar::Tar(std::string)’: src/tar.cpp:20:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 20 | for (int i = 0; i < sizeof(tar_posix_header); i++) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ src/tar.cpp:38:17: warning: case label value exceeds maximum value for type [-Wswitch-outside-range] 38 | case 0x80: | ^~~~ src/tar.cpp:35:17: warning: case label value exceeds maximum value for type [-Wswitch-outside-range] 35 | case 0xFF: // base-256 | ^~~~ src/tar.cpp:18:23: warning: unused variable ‘header_data’ [-Wunused-variable] 18 | char header_data = reinterpret_cast<char*>(&fileheader); | ^~~~~~~~~~~ src/patchutils.cpp: In function ‘void Patcher::patchBase(std::filesystem::__cxx11::path)’: src/patchutils.cpp:464:22: warning: unused variable ‘mStreamLen’ [-Wunused-variable] 464 | const size_t mStreamLen = memFile.size(); | ^~~~~~~~~~ src/unlocker.cpp: In function ‘void uninstall()’: src/unlocker.cpp:266:45: warning: catching polymorphic type ‘class std::filesystem::__cxx11::filesystem_error’ by value [-Wcatch-value=] 266 | catch (fs::filesystem_error ex) | ^~ src/unlocker.cpp:283:53: warning: catching polymorphic type ‘class std::filesystem::__cxx11::filesystem_error’ by value [-Wcatch-value=] 283 | catch (fs::filesystem_error ex) | ^~ g++ -Wall -std=c++17 -Iinclude -o auto-unlocker src/archiveutils.o src/buildsparser.o src/debugutils.o src/installinfoutils.o src/netutils.o src/patchutils.o src/servicestoputils.o src/tar.o src/unlocker.o src/versionparser.o -lcurl -larchive -lpthread -lstdc++fs /usr/bin/ld: src/archiveutils.o: in function Archive::extract_zip(std::filesystem::__cxx11::path, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::filesystem::__cxx11::path)': archiveutils.cpp:(.text+0x336): undefined reference tozip_open' /usr/bin/ld: archiveutils.cpp:(.text+0x39f): undefined reference to zip_fopen' /usr/bin/ld: archiveutils.cpp:(.text+0x3bf): undefined reference tozip_strerror' /usr/bin/ld: archiveutils.cpp:(.text+0x40e): undefined reference to zip_close' /usr/bin/ld: archiveutils.cpp:(.text+0x486): undefined reference tozip_fread' /usr/bin/ld: archiveutils.cpp:(.text+0x4b8): undefined reference to zip_fclose' /usr/bin/ld: archiveutils.cpp:(.text+0x4c7): undefined reference tozip_close' collect2: error: ld returned 1 exit status make: ** [Makefile:14: auto-unlocker] Error 1 ==> ERROR: A failure occurred in build(). Aborting... error making: vmware-auto-unlocker

FabioLolix commented on 2021-05-10 16:23 (UTC)

Hello this pkgbuild is flagged OOD since several time and not build from source