Skip to content
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

[Bug]: Milvus cannot be compiled using clang-19 #36082

Open
1 task done
alexanderguzhva opened this issue Sep 6, 2024 · 1 comment
Open
1 task done

[Bug]: Milvus cannot be compiled using clang-19 #36082

alexanderguzhva opened this issue Sep 6, 2024 · 1 comment
Assignees
Labels
kind/bug Issues or changes related a bug triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@alexanderguzhva
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Environment

- Milvus version: master branch
- Deployment mode(standalone or cluster):
- MQ type(rocksmq, pulsar or kafka):    
- SDK version(e.g. pymilvus v2.0.0rc2):
- OS(Ubuntu or CentOS): 
- CPU/Memory: 
- GPU: 
- Others:

Current Behavior

Milvus cannot be compiled using the most up-to-date clang-19 (20240903024120+0c641568515a), because of the following error in grpc 1.50.1.

grpc/1.50.1: 
grpc/1.50.1: ERROR: Package '32da9aa5ad2d83d4c3396a84a985ed6f618ca9e9' build failed
grpc/1.50.1: WARN: Build folder /home/ubuntu/.conan/data/grpc/1.50.1/_/_/build/32da9aa5ad2d83d4c3396a84a985ed6f618ca9e9/build/Release

In file included from /home/ubuntu/.conan/data/grpc/1.50.1/_/_/build/32da9aa5ad2d83d4c3396a84a985ed6f618ca9e9/src/src/core/ext/filters/channel_idle/channel_idle_filter.cc:47:
In file included from /home/ubuntu/.conan/data/grpc/1.50.1/_/_/build/32da9aa5ad2d83d4c3396a84a985ed6f618ca9e9/src/src/core/lib/promise/try_seq.h:26:
/home/ubuntu/.conan/data/grpc/1.50.1/_/_/build/32da9aa5ad2d83d4c3396a84a985ed6f618ca9e9/src/src/core/lib/promise/detail/basic_seq.h:499:38: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  499 |                     Traits::template CallSeqFactory(f_, *cur_, std::move(arg)));
      |                        

I do not have such a problem with clang-18 or clang-17.

Knowhere cannot be compiled because of the same problem (zilliztech/knowhere#822)

Expected Behavior

No response

Steps To Reproduce

Compile using `clang-19` in ubuntu

Milvus Log

No response

Anything else?

No response

@alexanderguzhva alexanderguzhva added kind/bug Issues or changes related a bug needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Sep 6, 2024
@yanliang567
Copy link
Contributor

/assign @liliu-z
/unassign

@sre-ci-robot sre-ci-robot assigned liliu-z and unassigned yanliang567 Sep 11, 2024
@yanliang567 yanliang567 added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Issues or changes related a bug triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

3 participants