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> https://sourceware.org/cgit/glibc/tree/timezone/private.h?id=4c6f92daead7aa989ae1b7c67760f81a3550f044#n839
<diegonc>it seems gnu shall be in that list, but I'm not sure
<sam_>diegonc: https://inbox.sourceware.org/libc-alpha/20260519170747.2449493-1-adhemerval.zanella@linaro.org/
<diegonc>thanks sam_!
<sam_>np :)
<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
<sam_>rsmarples: oh ok
<diegonc>cool, thanks
<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
<sam_>*Werror
<diegonc>oh, it's magic :)
<diegonc>thanks, it seems to work now
<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