New comment by jhe2 on void-packages repository https://github.com/void-linux/void-packages/pull/33759#issuecomment-952151814 Comment: Thanks Chocimier, I managed to reproduce the failure locally with a separate i686 masterdir. To me it looks like the test failed due to a rounding error. I'm not sure what to do about that. There is not much I could do to fix that, except for disabling that test perhaps. Here is the logfile: ``` ===================================== viking 1.9: test/test-suite.log ===================================== # TOTAL: 11 # PASS: 10 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: check_parse_latlon.sh =========================== -34.20576 -3.76132 != -34.20576 -3.76131 FAIL check_parse_latlon.sh (exit status: 1) ```