Mayuresh <mayuresh%acm.org@localhost> wrote:
I am attempting to use Xilinx Vivado 2022.2 (Linux version) closed sourceproduct on NetBSD 9.2 amd64 using Linux emulation.
You could run it using ktrace(1) to find out which syscalls it is trying to
use.I suspect that it is trying to use futexes that are not correctly emulated
in NetBSD. The Vivado installer written in Java locks up in futex calls.