3 | | II tried two searches for the build bot status ([https://www.haiku-os.org/search/node/build%20bot 1 ] [https://dev.haiku-os.org/search?q=build+bot 2 ]) but came up empty. Curious to see what breaks.. Apparently the build bot is not "advertised" but I'm sure I've seen a link somewhere that shows the status of the latest build from the build bot(s) |
| 3 | EDIT: found it at http://buildbot.haiku-os.org/ |
| 4 | If [http://buildbot.haiku-os.org/builders/haiku-nightlies-x86_hybrid/builds/663/steps/jam%20@nightly-raw%20build%20<repository>Haiku/logs/stdio this] is the right log to look for then that'd be the error: |
| 5 | |
| 6 | {{{ |
| 7 | chmod: cannot access ‘/var/lib/buildbot/slaves/haiku/haiku-nightlies-x86_hybrid/generated/objects/haiku/x86/release/system/runtime_loader/runtime_loader’: No such file or directory |
| 8 | }}} |
| 9 | |
| 10 | Not sure if it's a mismatch with/without a "_x86" suffix ? Or between the .so and the linked executable ? |