New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/31062#issuecomment-846496284 Comment: Ooof, I had built `gtkd` with my `ldc` that hadn't been rebuilt to contain `llvm-unwind-devel`, but it seems `gtkd` requires `libunwind-devel` via `gstreamer1-devel`, and they conflict. I would really appreciate it if languages stopped shoving external stack unwinding into their stuff >.< Any idea for a proper fix? Turns out `ldd tilix` still spits out two different `libunwind.so.{8,1}` which offer symbols with the same names, so I would expect things to get ugly.