ClickHouse / ClickHouse/clickhouse-odbc
Homebrew reports a warning of libc++ incompatibilities upon installation
- Dominant language
- C
- Stars
- 285
- Forks
- 105
- Avg merge
- 3h 56m
- Merged PRs (30d)
- 3
Description
```sh
$ brew install clickhouse-odbc
.
.
==> Reinstalling 1 dependent with broken linkage from source:
clickhouse-odbc
Warning: clickhouse-odbc has been deprecated because it vendors an old version of folly that is incompatible with new versions of libc++!
```
Contributor guide
Research direction
Reproduce the warning with `brew install clickhouse-odbc` and inspect the reported dependency relationship. Trace the vendored folly version and its libc++ compatibility in the build configuration; the issue does not name affected files or tests, so clarify the expected fix before implementation. Done should mean installation no longer reports this incompatibility.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100