[Bug 237619] clang assertion failed when building databases/clickhouse with -DENABLE_TESTS=1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 28 00:28:00 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237619
Bug ID: 237619
Summary: clang assertion failed when building
databases/clickhouse with -DENABLE_TESTS=1
Product: Base System
Version: CURRENT
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: bugs at FreeBSD.org
Reporter: kai at FreeBSD.org
While working on bug #237318 it came to light that Clang always crashes on
13.0-CURRENT at r346346 amd64 when the port databases/clickhouse is compiled with
-DENABLE_TESTS=1:
Assertion failed: (getActiveBits() <= 64 && "Too many bits for uint64_t"),
function getZExtValue, file
/usr/local/poudriere/jails/13Camd64/usr/src/contrib/llvm/include/llvm/
ADT/APInt.h, line 1566.
c++: error: unable to execute command: Abort trap (core dumped)
c++: error: clang frontend command failed due to signal (use -v to see
invocation)
FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM
8.0.0)
Target: x86_64-unknown-freebsd13.0
Thread model: posix
InstalledDir: /usr/bin
On 11.2-RELEASE and 12.0-RELEASE the port can be built without problems, even
if -DENABLE_TESTS=1 is set.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list