Search Criteria
Package Details: vmware-auto-unlocker-git v1.1.r5.g79ef82d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vmware-auto-unlocker-git.git (read-only, click to copy) |
---|---|
Package Base: | vmware-auto-unlocker-git |
Description: | Unlocker for VMWare macOS |
Upstream URL: | https://github.com/paolo-projects/auto-unlocker/ |
Licenses: | GPL3 |
Conflicts: | vmware-auto-unlocker |
Provides: | vmware-auto-unlocker |
Submitter: | mrapplexz |
Maintainer: | None |
Last Packager: | mrapplexz |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-02-16 08:16 (UTC) |
Last Updated: | 2020-02-16 08:16 (UTC) |
Dependencies (5)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- libarchive (libarchive-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
k_wolf commented on 2021-05-31 19:07 (UTC)
There is a dependency mixup in the
Makefile
. Replace thelarchive
withlzip
.Source : https://github.com/paolo-projects/auto-unlocker/issues/45
Kido commented on 2021-04-24 20:00 (UTC) (edited on 2021-04-24 20:01 (UTC) by Kido)
Can't build package. Any help?
Error:
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+0x330): undefined reference to
zip_open'/usr/bin/ld: archiveutils.cpp:(.text+0x396): undefined reference to `zip_fopen'
/usr/bin/ld: archiveutils.cpp:(.text+0x3b6): undefined reference to `zip_strerror'
/usr/bin/ld: archiveutils.cpp:(.text+0x405): undefined reference to `zip_close'
/usr/bin/ld: archiveutils.cpp:(.text+0x454): undefined reference to `zip_fread'
/usr/bin/ld: archiveutils.cpp:(.text+0x4ac): undefined reference to `zip_fclose'
/usr/bin/ld: archiveutils.cpp:(.text+0x4bb): undefined reference to `zip_close'
collect2: error: ld returned 1 exit status
make: *** [Makefile:14: auto-unlocker] Error 1