IRC channel logs
2026-08-16.log
back to list of logs
<solid_black>cool, apparently the IRC proper still works even without a VPN <solid_black>damo22: we don't have epoll upstream, but I have previously written (and recently pade public) an implementaiton of epoll <solid_black>things that want inotify, you add a Hurd-native fs notification backend to <damo22>mincore, syscall, and sched_getaffinity seems missing <damo22>my previous build of jdk7 crashed when running the new java, so i found a bug and am rebuilding <damo22>i have a branch that should be buildable now though <damo22>if this works, i'll try to build a deb package <GNU_Hurd_Rocks>Getting catalyst built on Gentoo right now, along with a crossdev of {i686,x86_64}-gnu. Will be fun to look into Hurd more <damo22>GNU_Hurd_Rocks: what is catalyst? <damo22>lol i just compiled java and it threw an exception : <damo22>OpenJDK 64-Bit Server VM warning: sched_getaffinity failed (Function not implemented)- using online processor count (1) which may exceed available processors <damo22>Exception in thread "main" java.lang.AssertionError: Platform not recognized <damo22>solid_black: i think the build is stuck because i did not implement inotify and its trying to watch for some build file changes <azeem>hrm, inotify is a Linux-specific interface, I'd be surprised if the Java build system hard depends on it <damo22>i stubbed it out for hurd but now the functionality is broken <damo22>i need to figure out how to use fs.defs <damo22>do i need a new thread for every file it watches? <damo22>maybe it is apache ant that is hung, waiting for java to do something <azeem>but I'll find that elsewhere, thanks <azeem>looking in that directory, there is a BsdFileStore and UnixFileStore as well, and they don't have a WatchService, so it might just be a case of defining too much Hurd == Linux somewhere? <damo22>azeem: can you try my link again <azeem>still 403, but maybe a cache? <azeem>it's a plan apache error message, not something from forgejo or so