IRC channel logs
2026-06-16.log
back to list of logs
<youpi>it's not ftbfs, it's waiting for samba getting fixed <yelninei>dmd master now works on the Hurd. Bootstrapping it is still a large amount of pain. How is this currently done in debian/gentoo? <sam_>yang3: we currently use gcc 11 and build up. maybe at some point I'll switch to using a binary (like we do for Ada, as there's no real bootstrap path for that; we used to use Adacore's binaries but they stopped publishing those). for hurd I have not tried D or Ada yet. <yelninei>sam_: I have backports for gdc-11 and gdc-14 which I have been using (including backporting minimal x86_64-gnu support into gcc-11). It is a bit anachronistic calling them backports as I had to port these first to be able to build dmd (selfhosted compilers are fun) <yelninei>they are in a guix pr if you want to try and have a few hours to compile gccs. (there are a few tests where I dont know yet why they fail, but almost all pass) <etno>I started writing a trivfs translator, and I call `ports_manage_port_operations_one_thread()` with the timeout parameter set to 1000. <etno>The translator interacts well with client apps, but the function above doesn't seem to return when there is no activity. Any idea what could be causing this ?