IRC channel logs
2026-01-30.log
back to list of logs
<gnu_srs1>youpi: Something might be wrong with mahler. All packages building fails. <youpi>gnu_srs1: that happens sometimes when the chroot gets corrupted <youpi>damo22: thinking about it: it would be useful to CI-test the build with --enable-platform=xen <youpi>I don't remember who asked about qemu-on-hurd: <youpi>qemu-running-in-hurd, not the converse <youpi>that's not enough to run the gnumach check suite <nexussfan>the gnumach tests require running it's own gnumach <youpi>yes, that's the point: testing the kernel, so it needs virtual hardware for that <damo22>ok it seems those patches never got picked up and made into v3 <damo22>i could collate them and address the comments and then submit v3? <damo22>cool, one of the patches is already upstreamed, but independently <damo22>hmm but there is a slight difference upstream that broke it stil <damo22>no, i dont have time to write code that removes it <nexussfan>Isn't there a path_max alternative for hurd? Let me check glibc <damo22>you have to malloc space for the path and fix it everywhere <nexussfan>> Unlike PATH_MAX, this macro is defined even if there is no actual limit imposed. In such a case, its value is typically a very large number. This is always the case on GNU/Hurd systems. <damo22>i dont know what the deal is with that parameter but getting a basic qemu is more important than fixing path lengths <damo22>if you want to remove the restriction, patch welcome <yelninei>Hi, has anyone tried dlang on hurd? gdc 11 seems to build but phobos seems unsupported