Package Details: vcpkg 2024.03.25-1

Git Clone URL: https://aur.archlinux.org/vcpkg.git (read-only, click to copy)
Package Base: vcpkg
Description: C++ library manager for Windows, Linux, and MacOS
Upstream URL: https://github.com/microsoft/vcpkg
Licenses: MIT
Conflicts: vcpkg
Provides: vcpkg
Submitter: pacifi5t
Maintainer: pacifi5t
Last Packager: pacifi5t
Votes: 3
Popularity: 0.71
First Submitted: 2022-03-18 19:41 (UTC)
Last Updated: 2024-03-26 09:26 (UTC)

Pinned Comments

lilgeek commented on 2022-09-23 21:34 (UTC) (edited on 2022-09-23 21:35 (UTC) by lilgeek)

Also there should be a note somewhere here on the aur page for that vcpkg group that I have to be in to use vcpkg without sudo because otherwise people will just use it with sudo which is not advised.

Latest Comments

1 2 Next › Last »

pacifi5t commented on 2023-11-30 16:31 (UTC)

@petronny It builds sucessfully, but it doesn't work unless you set VCPKG_FORCE_SYSTEM_BINARIES=1 in your environment as well. I think I can fix this easily.

petronny commented on 2023-11-27 15:28 (UTC)

Exporting VCPKG_FORCE_SYSTEM_BINARIES=1 somewhere in the PKGBUILD works.

pacifi5t commented on 2023-11-22 17:18 (UTC)

@petronny Thank you for notifying me about the issue. I'll test the possible patch on the Raspberry Pi shortly.

petronny commented on 2023-11-22 15:35 (UTC) (edited on 2023-11-22 15:35 (UTC) by petronny)

Build failed on aarch64:

 Environment variable VCPKG_FORCE_SYSTEM_BINARIES must be set on arm, s390x, ppc64le and riscv platforms.
==> ERROR: A failure occurred in build().
    Aborting...

https://github.com/arch4edu/cactus/actions/runs/6957553344/job/18930675352

lilgeek commented on 2022-09-23 21:34 (UTC) (edited on 2022-09-23 21:35 (UTC) by lilgeek)

Also there should be a note somewhere here on the aur page for that vcpkg group that I have to be in to use vcpkg without sudo because otherwise people will just use it with sudo which is not advised.

lilgeek commented on 2022-09-23 21:29 (UTC)

I think having the LICENSE.txt in VCPKG_ROOT_DIR /opt/vcpkg should be necessary as some ports in vcpkg for some reason do something for that file and the package installation would fail because the file is not there.

https://github.com/microsoft/vcpkg/blob/master/ports/vcpkg-cmake/portfile.cmake#L13

Package example: cppkafka, you can't install it without that file being in /opt/vcpkg

pacifi5t commented on 2022-08-31 13:54 (UTC)

@th3r00t Sorry I didn't respond for so long. The LICENSE file resides in /usr/share/licences/vcpkg. Just like with many other packages

th3r00t commented on 2022-08-15 01:33 (UTC) (edited on 2022-08-15 01:33 (UTC) by th3r00t)

The package appears to be missing the LICENSE.txt file that should reside /opt/vcpkg/ I just copied the one from the github repo, but i suspect any file named LICENSE.txt might do.

pacifi5t commented on 2022-06-15 16:56 (UTC)

@void09 Well, that means it's working fine. Ok, I think we'll get another monthly update for vcpkg in a few days and then I'll add aarch64.

void09 commented on 2022-06-15 16:40 (UTC)

@pacifi5t not exactly sure what working perfectly fine means for this package, as I don't use it, just needed it as a dependency to build rustdesk I had to "export VCPKG_FORCE_SYSTEM_BINARIES=1" before installing packages with it. vcpkg install 7zip worked It says this though: "-- Using community triplet arm64-linux. This triplet configuration is not guaranteed to succeed."