Some C++ LLVM builds are failing with linker errors
#132
Opened by tazjin at
This is happening in newer channels. See e.g. this //third_party/grpc build.
We are marking these packages as broken until we figure out what's causing it.
I noticed while doing
pkgsLLVMstuff that llvm-compiled C++ stuff tends to be unhappy when not linked usinglldsometimes; not sure if this affecting us here though.Trying
pkgsLLVMcould also be an option in the future, however currentlygrpcdoesn't build and the boost fix is not yet inmaster.sterni at 2021-08-16T15·26+00
I get further (?) with
pkgsLLVMnow, but it fails with:[ 23%] Building CXX object CMakeFiles/grpc.dir/src/core/ext/filters/http/message_compress/message_decompress_filter.cc.o /build/source/src/core/ext/transport/chttp2/client/chttp2_connector.cc:185:21: error: no member named 'StrCat' in namespace 'absl' absl::StrCat(grpc_endpoint_get_peer(args->endpoint), ~~~~~~^
sterni at 2021-10-07T15·18+00
-
sterni at 2021-10-07T20·12+00
- grfn closed this issue at 2021-11-08T14·39+00
See also https://github.com/NixOS/nixpkgs/issues/142901.
sterni at 2021-11-08T15·57+00