You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A suitable version of cmake was not found (required v3.27.1) Downloading portable cmake 3.27.1...
Downloading cmake...
But in My Linux Shows
cmake --version
cmake version 3.22.1
CMake suite maintained and supported by Kitware (kitware.com/cmake).
sudo apt-get install cmake=3.27.1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package cmake is a virtual package provided by:
cmake:i386 3.22.1-1ubuntu1.22.04.1 (= 3.22.1-1ubuntu1.22.04.1)
You should explicitly select one to install.
E: Version '3.27.1' for 'cmake' was not found
It's tried to Call files from the version 3.27.1
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
Command failed: /home/kcube/Projects/QField/build/_deps/vcpkg-src/downloads/tools/cmake-3.27.1-linux/cmake-3.27.1-linux-x86_64/bin/cmake --build . --config Release --target install -- -v -j5
Working Directory: /home/kcube/Projects/QField/build/_deps/vcpkg-src/buildtrees/zlib/arm64-android-rel
Please Check the Issues Logs and My Doubts
Thanks
The text was updated successfully, but these errors were encountered:
Well...
zlib uses CMake and should work with NDK r26, even if not tested in vcpkg CI.
However, dynamic linkage isn't tested for Android.
OTOH #35851 tests dynamic linkage and NDK r26 for arm64-android, and zlib doesn't fail in that test.
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: zlib:[email protected]
Host Environment
vcpkg-scripts version: f1c6efe 2023-12-24 (3 weeks ago)
To Reproduce
vcpkg install
Failure logs
/home/kcube/Projects/QField/build/_deps/vcpkg-src/buildtrees/zlib/install-arm64-android-rel-out.log
Additional context
vcpkg.json
My Doubts
I can see the log statements like
But in My Linux Shows
It's tried to Call files from the version 3.27.1
Please Check the Issues Logs and My Doubts
Thanks
The text was updated successfully, but these errors were encountered: