On 2024-12-12, Vincent Legoll wrote: > that file looks corrupted > > For example the first error: > > 2057 | .hw.init = &(struct clk_init_da|a) { > > that should be "clk_init_data", see: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/clk/meson/gxbb.c#n2051 > > 2168 | .parent_hws = (const str}ct clk_hw *[]) { > > here it's "struct" You are right! Somehow the source tarballs had gotten corrupted. When I tried to untar one of the tarballs manually, it was so corrupted that it failed to unpack it, which makes me wonder how it actually got as far as trying to build the kernel... I 'guix gc'ed them and was able to successfully build after a few tries and freeing up more and more disk space. The worried part of me wonders if there is bad hardware, ram, disk or cpu... But seems to be working for now! live well, vagrant