Bug #16674
Build issue of FreeBSD 12
Description
The current master branch and 2.7, 2.6 and 2.5 couldn't build with FreeBSD 12
see https://github.com/rbenv/ruby-build/issues/1272#issuecomment-455836665
We can build with --disable-dtrace
flag on FreeBSD 12.
Related issues
Updated by hsbt (Hiroshi SHIBATA) 11 months ago
- Assignee set to knu (Akinori MUSHA)
- Status changed from Open to Assigned
Updated by hsbt (Hiroshi SHIBATA) 4 months ago
- Related to Bug #17212: FreeBSDで3.0.0-preview1のビルドが失敗する added
Updated by ngoto (Naohisa Goto) 4 months ago
This could be fixed by using LLVM's LLD after rG88498f44dfe7d9b886f2622335cdeae4dbf2b02a
Reference:
[ELF] -r: allow SHT_X86_64_UNWIND to be merged into SHT_PROGBITS
https://reviews.llvm.org/D85785