milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
29.9k stars 2.87k forks source link

[Bug]: #35710

Open lookou opened 1 month ago

lookou commented 1 month ago

Is there an existing issue for this?

Environment

- Milvus version: master version 
- OS(Ubuntu or CentOS):  MacOS
- CPU/Memory: M1 MAX / 32G 
- GPU: 
- Others: 14.6 (23G80)
- llvm version:  16.0.6
- go version:  go1.21.4 darwin/arm64
- Conan version:  1.61.0

Current Behavior

c-ares/1.33.0: CMake command: cmake --build "/Users/xxx/.conan/data/c-ares/1.33.0///build/aa424c3b8d58a9506811f973948500f1f0993dbe/build/Release" '--' '-j10' ` /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCPreferences.h:196:6: error: unknown type name 'AuthorizationRef' AuthorizationRef __nullable authorization ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCPreferences.h:196:23: error: nullability specifier '_Nullable' cannot be applied to non-pointer type 'int' AuthorizationRef __nullable authorization ^

:337:20: note: expanded from here #define __nullable _Nullable ` when i compile it on M1 Max, it come out the error above. But i can compile c-ares 1.33 independently. ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Milvus Log _No response_ ### Anything else? _No response_
xiaofan-luan commented 1 month ago

check this pr https://github.com/milvus-io/milvus/pull/35385

make sure you rollback grpc version to 1.50.1 and see how it works?

yanliang567 commented 1 month ago

/assign @lookou please retry as comments above.

lookou commented 1 month ago

/assign @lookou please retry as comments above.

Nothing change. The same error!

xiaofan-luan commented 1 month ago

this is related https://github.com/milvus-io/milvus/discussions/35614

xiaofan-luan commented 1 month ago

same as #35614