Closed jianglibo closed 3 months ago
Using the latest version of vcpkg for local installation does not reproduce the issue.
It might be file permissions issue. Please try vcpkg install libffi
with latest vcpkg to check whether the mentioned port could be built.
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.
Package: libffi:x64-linux@3.4.6
Host Environment
To Reproduce
vcpkg install
Failure logs
/home/jianglibo/dic-cxx/external/vcpkg/buildtrees/libffi/config-x64-linux-dbg-err.log
``` configure: error: working directory cannot be determined ```Additional context
vcpkg.json
``` { "name": "openpiv-cplusplus", "version-string": "latest", "dependencies": [ "armadillo", "asyncplusplus", { "name": "benchmark", "platform": "!windows" }, { "name": "opencv4", "features": [ "cuda" ] }, "catch2", "cxxopts", "fftw3", "fmt", "gtest", { "name": "mimalloc", "platform": "!(arm | uwp)" }, "spdlog", "tiff" ] } ```