-
-
Notifications
You must be signed in to change notification settings - Fork 418
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
build faild with xmake_protobuf_grpc_cpp_plugin exemple #5798
Comments
In your screenshot it seems it used the fallback urls for c-ares and nasm just fine? It's ok if one of them fails as long as it tries a different one and builds and installs successfully (the broken urls can be fixed later). Of course I can't say for sure with the full logs cut off. |
upb link is missing, please provide full logs with or you can debug grpc package, xmake-repo/packages/g/grpc/xmake.lua Line 34 in fe18a6c
|
xmake -vD_ubuntu_log.txt @waruqi here the log with -vD |
I'm getting following errors while building.
It seems "upb" as well as "utf8_range2" is not correctly configured. |
Xmake Version
2.9.6+20241105
Operating System Version and Architecture
windows, ubuntu
Describe Bug
I'm trying to taste the project to compile grpc but it fails to compile, the example is from is hrere :
https://github.com/xmake-io/xmake/blob/dev/tests/projects/c++/protobuf_grpc_cpp_plugin
Expected Behavior
Dependencies need to be compiled successfully.
Project Configuration
Additional Information and Error Logs
for c-ares the link: https://c-ares.org/download/$(version).tar.gz The reason should be that c-real doesn't have a page like this anymore.
But the xmake-repo source code to build c-ares still takes a care
for nasm is the mirror repo is not updates yet ? https://github.com/xmake-mirror/nasm/releases for v2.16.03 ?
https://github.com/xmake-io/xmake-repo/blob/dev/packages/n/nasm/xmake.lua#L11C23-L11C68
build log on ubuntu
xmake - build log.txt
The text was updated successfully, but these errors were encountered: