Summary: | lang/julia: link errors on stable/11 after clang 7.0.1 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Trond Endrestøl <Trond.Endrestol> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed Overcome By Events | ||
Severity: | Affects Only Me | CC: | iblis.dif01, jhibbits, lwhsu, rene |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(iblis.dif01) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | 237068 | ||
Bug Blocks: |
Description
Trond Endrestøl
2019-02-20 18:05:41 UTC
Hi, Seems the error is from the build process of private LLVM build. Are you able to build devel/llvm60 on your environment? (In reply to Iblis Lin from comment #1) Yes, graphics/mesa-libs depends on lang/llvm60, and they are both well and alive. what is your malloc.conf setting? (In reply to Iblis Lin from comment #3) It's non-existent. This failure is consistent with that of https://www.mail-archive.com/freebsd-pkg-fallout@freebsd.org/msg1022301.html However, in my case both kernel and world are in sync. well, I installed a vm from the 11.2-STABLE snapshot. (https://download.freebsd.org/ftp/snapshots/VM-IMAGES/11.2-STABLE/amd64/Latest/) Found that if I build Julia v1.0 from github source, it builds without error. But the one in ports failed. I'm investigating the environment variables set by ports framework. This looks to be a bug in binutils 2.32. I see the exact same assertion failure when building devel/llvm60 on powerpcspe, but it succeeds on powerpc64. Unfortunately for me it takes 20 hours to reproduce for that target. lang/julia10, the only consumer left of lang/julia, expired two days ago and this port is useless without lang/julia10. Please open a new PR for new similar issues. |