Summary: | databases/clickhouse: fails to build with libc++ 4.0 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | iron.udjin, proler |
Priority: | --- | Keywords: | needs-patch, regression |
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(proler) |
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | |||
Bug Blocks: | 218666 |
Description
Jan Beich
2017-04-26 18:34:10 UTC
11.0 amd64 + llvm40 doesn't build[1], so you may want to bisect libc++ commits e.g., via -nostdinc++ -isystem /path/to/libcxx/include If in doubt ask toolchain@ folks. [1] http://sprunge.us/bfaW (In reply to Jan Beich from comment #1) > doesn't build Err, builds fine. ;) I've got exactly the same problem. I'm running 11.0-STABLE r317073 with Clang 4.0. Previous version clickhouse-1.1.54165_1 builds fine. 1.1.54214 version failes to build. Fixed in clickhouse/master. should be fixed with https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221690 I confirm, the port builds fine on FreeBSD 11.1-RELEASE amd64 which has Clang/libc++ 4.0. |