[Bug 282624] devel/bear libgrpc.so.44 Undefined symbol
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Nov 2024 09:57:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282624 Bug ID: 282624 Summary: devel/bear libgrpc.so.44 Undefined symbol Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: jrm@freebsd.org Reporter: yom@iaelu.net Flags: maintainer-feedback?(jrm@freebsd.org) Assignee: jrm@freebsd.org Hello I'm using bear for a project to be able to get clangd informations in Helix editor. I've tried this on FreeBSD 13.4-RELEASE-p1 and it's working clearly well. But on FreeBSD 14.1-RELEASEp-5, I'm getting some interesting error messages: ld-elf.so.1: /usr/local/lib/libgrpc.so.44: Undefined symbol "_ZN4absl12lts_202407224CordC1INSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEETnNS3_9enable_ifIXsr3std7is_sameIT_S9_EE5valueEiE4typeELi0EEEOSB_" ld-elf.so.1: /usr/local/lib/libgrpc.so.44: Undefined symbol "_ZN4absl12lts_202407224CordC1INSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEETnNS3_9enable_ifIXsr3std7is_sameIT_S9_EE5valueEiE4typeELi0EEEOSB_" make: "/usr/share/mk/bsd.compiler.mk" line 200: warning: "cc -v 2>&1 | grep "gcc version"" returned non-zero status make: "/usr/share/mk/bsd.compiler.mk" line 204: Unable to determine compiler type for CC=cc. Consider setting COMPILER_TYPE. I've tried reinstalling the packages, and also tried on another 14.1-RELEASE machine, both output the same. The command I'm using is: bear --force-wrapper --append -- make CC=cc -C srcdir is there something I'm not doing right? -- You are receiving this mail because: You are the assignee for the bug.