waddlesplash

Results 259 comments of waddlesplash

It's a beta release, there will be things that don't work. We should re-enable the recipe anyway. So far the only thing anyone has said is "it doesn't open", which...

It built and ran just fine here so I re-enabled it in https://github.com/haikuports/haikuports/commit/06a81c636e17c0e4e2e5c49e1e6e3c641edcd7c6. We can investigate it not working on whatever systems it doesn't.

https://github.com/haikuports/haikuports/commit/27a18180ca33d643db70e54d62ef901d0192d357

beta3 deprecated, so no need to keep this open.

FWIW, a (very basic, FDs/PROC only) implementation of `kqueue` is being worked on and should make its way into Haiku nightly builds before too long, hopefully removing the need for...

> Windows is OK with allocating a ton of virtual memory, but other system are not. You can set this to false in ksystem.cpp Haiku should be fine with it,...

Haiku now has `dl_iterate_phdr`, but you must link against `-lbsd` for it. (It also does not have all the struct members that the BSDs do.)

> Can you attach the file? Maybe there are some weird characters that are not recognized. The file doesn't actually exist.

I guess this is probably somehow caused by the GCC 13 upgrade, though I don't know what the mechanism for that would be.

So, we have pinpointed the problem as being somewhere in the new syslibs on 32-bit. Paging @nielx, perhaps he might have some ideas for what we can investigate next; all...