Hi naddy -- On 11/04/2021 09:03 AM, Christian Weisgerber wrote:
In my latest amd64 bulk build,devel/riscv-elf/newlib sysutils/opensbi failed to build. Both suffer the same error: ld.so: cc1: can't load library 'libisl.so.0.0' Apparently the riscv-elf compiler toolchain is broken. Any ideas? Logs attached.
It looks like math/isl is being picked up during riscv-elf gcc build time but is not listed as an LDEP there. If you added --without-isl to devel/riscv-elf/gcc, that may fix the issue.
~Brian
