Hello, skribis: > Ludovic Courtès writes: [...] >> That warning comes from libgc and there’s no such warning when LC_ALL is >> left unset, which is why it works in that case. > > How about > > 0. Unsetting LC_ALL on the Hurd > > would that work? I’m not sure, but if it does, it’s only “by chance”. >> I see several possible things to do: >> >> 1. Disable GC warnings altogether in Guix by setting ‘GC_warn_proc’. >> >> 2. Make sure guix-daemon discards stderr from agents such as ‘guix >> authenticate’. >> >> 3. Figure out why those “Repeated allocation” messages are so frequent >> on i586-gnu and Do Something About It™. >> >> Thoughts? > > If 0., which seems easiest, does not work then Obviously(?) 3. is nicer > but (much?) harder than 2., which is nicer than 1. However, 1. is much > nicer than our current situation of not having offloading to our > childhurds and not having up-to-date substitutes. How about doing > 1. right now but only for the Hurd, until we get 2. or 3.? Yeah, let’s start with (1), maybe with the patch below (untested)? (2) and (3) would be nice, but it goes with increasing difficulty. Ludo’.