IRC channel logs
2026-05-20.log
back to list of logs
<diegonc>oh :( glibc doesn't build: error: static declaration of 'mempcpy' follows non-static declaration <diegonc>it seems gnu shall be in that list, but I'm not sure <diegonc>so I'll wait for the fix to be commiitted <sam_>rsmarples: looking at vanilla dhcpcd configure more, -DBSD gets defined for freebsd*|kfreebsd*. i suspect that either an error was made when making configure changes, or they'd hacked it to set OS=freebsd (or whatever) during testing <sam_>rsmarples: in any case, it's not a generic Hurd thing at all <sam_>rsmarples: as for your vm troubles: did you try something like the bare minimum one we use for gentoo? (like: qemu-system-i386 -drive file=hurd-i686-preview.qcow2,format=qcow2 -m 2G -net user,hostfwd=tcp:127.0.0.1:2222-:2222 -net nic,model=ne2k_pci --enable-kvm -M q35) <rsmarples>sam_: no, i have a shell script to start my many vm's easily, but every VM uses virtio so i just need to code an option not to use it i think <sam_>diegonc: hurd fix landed in glibc <diegonc>sam_ , how is coreutils compiled in gentoo? I'm getting "-Werror=unused-parameter" in copy-file-data.c with source cloned from git :/ <sam_>try --disable-gcc-warnings to disable -werror <diegonc>cool, now nice (the command) moves in the range [-20, 19] <diegonc>but I'm not sure whether to send the patch or wait till the gnumach part is reviewed and the RPC names are settled for once