Jérôme Duval
Jérôme Duval
Please document the required tools (find, sha256sum, sed, tar).
> Should we really add a recipe for this if it could potentially cause confusion in pkgman or HaikuPorter when looking for `cmd` provides? it's a bad idea, at least...
Try with the kernel debugger. It will show which mutex the SDLApplication thread wait on. Then you can check the current owner of the mutex. Looks like the runtime loader...
If you can reproduce the issue by installing the flat ControlLook again, then please report the issue at the Haiku bug tracker. You can generate a report: Debugger --team xxx...
@infrastation I see you suggested setting up a Haiku buildbot. I set it up as an example in my fork (only for r1beta4): https://github.com/korli/libpcap/commit/145663de6ec1db890af06dfb32be343a00d0f436
Isn't it more a Haikuports problem, than a Haiku problem anyway?
Sorry, I don't know much about buildbot.
Github CI does it in 26 minutes: https://github.com/korli/tcpdump/actions/runs/8349002774 What's the problem with Github actions?
using -std=c++0x doesn't include gnu extensions probably.