-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[mongo-c-driver]:arm64-android build failure #42424
Labels
requires:more-information
This Issue requires more information to solve
Comments
xengine-qyt
added
the
category:port-bug
The issue is with a library, which is something the port should already support
label
Nov 29, 2024
xengine-qyt
changed the title
[mongo-c-driver] build failure
[mongo-c-driver]:arm64-android build failure
Nov 29, 2024
JonLiu1993
added
requires:more-information
This Issue requires more information to solve
and removed
category:port-bug
The issue is with a library, which is something the port should already support
labels
Nov 29, 2024
Please provide this error log thanks:
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Operating system
ubuntu22.04
Compiler
android-ndk 32r
Steps to reproduce the behavior
Failure logs
ubuntu@ubuntu-virtual-machine:~/vcpkg$ proxychains ./vcpkg install mongo-c-driver:arm64-android libpq[openssl]:arm64-android
ProxyChains-3.1 (http://proxychains.sf.net)
Computing installation plan...
The following packages will be built and installed:
libpq[core,lz4,openssl,zlib]:[email protected]
mongo-c-driver[core,openssl]:[email protected]
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet arm64-android...
Compiler found: /home/ubuntu/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++
Restored 0 package(s) from /home/ubuntu/.cache/vcpkg/archives in 47.4 us. Use --debug to see more details.
Installing 1/4 libbson:[email protected]...
Building libbson:[email protected]...
Downloading mongodb-mongo-c-driver-1.29.0.tar.gz
Successfully downloaded mongodb-mongo-c-driver-1.29.0.tar.gz.
-- Extracting source /home/ubuntu/vcpkg/downloads/mongodb-mongo-c-driver-1.29.0.tar.gz
-- Applying patch fix-include-directory.patch
-- Using source at /home/ubuntu/vcpkg/buildtrees/libbson/src/1.29.0-b27c03c40b.clean
-- Configuring arm64-android-dbg
-- Configuring arm64-android-rel
-- Building arm64-android-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
Command failed: /home/ubuntu/vcpkg/downloads/tools/cmake-3.30.1-linux/cmake-3.30.1-linux-x86_64/bin/cmake --build . --config Debug --target install -- -v -j5
Working Directory: /home/ubuntu/vcpkg/buildtrees/libbson/arm64-android-dbg
See logs for more information:
/home/ubuntu/vcpkg/buildtrees/libbson/install-arm64-android-dbg-out.log
Call Stack (most recent call first):
installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
ports/libbson/portfile.cmake:45 (vcpkg_cmake_install)
scripts/ports.cmake:196 (include)
error: building libbson:arm64-android failed with: BUILD_FAILED
See https://learn.microsoft.com/vcpkg/troubleshoot/build-failures?WT.mc_id=vcpkg_inproduct_cli for more information.
Elapsed time to handle libbson:arm64-android: 9.4 s
Please ensure you're using the latest port files with
git pull
andvcpkg update
.Then check for known issues at:
https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+libbson
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?title=[libbson]+Build+error+on+arm64-android&body=Copy+issue+body+from+%2Fhome%2Fubuntu%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md
Additional context
No response
The text was updated successfully, but these errors were encountered: