New comment by sogaiu on void-packages repository https://github.com/void-linux/void-packages/pull/46271#issuecomment-1737102176 Comment: I've updated the `update` file to point to a more appropriate location. Running `xbps-src` with `-Q` to get the checking to occur showed that there is a failing test. I added `dbus` to `checkdepends` and the result is a slightly shorter error. The content of `tests/test-suite.log` is: ``` ============================================= ibus-hangul 1.5.5: tests/test-suite.log ============================================= # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: ibus-hangul ================= TAP version 13 # random seed: R02S88717f854347403b1b81a7e895f1b454 (././ibus-hangul:18285): Gtk-WARNING **: 10:00:26.181: cannot open display: ./runtest: line 20: 18285 Trace/breakpoint trap $builddir/$tst FAIL ibus-hangul (exit status: 133) ``` Perhaps there needs to be some kind of Xorg running to get this test to execute?