IRC channel logs

2024-04-26.log

back to list of logs

<rekado>I'm getting this error trying to install cuda: guix build: error: short write in copy_file_range `15' to `16': No such file or directory
<rekado>this happens right as it is completing the download of the 4+GB cuda_12.3.2_545.23.08_linux.run file.
<rekado>ran "guix gc" and I'm still getting a variant of this: guix build: error: short write in copy_file_range `16' to `20': No such file or directory
<rekado>this doesn't happen on an older version of Guix on a different system.
<rekado>worked on the third attempt.
<rekado>strange.
<rekado>it's so weird: when I do "guix download https://developer.download.nvidia.com/compute/cuda/12.3.2/local_installers/cuda_12.3.2_545.23.08_linux.run" it works. But when I do "guix build cuda" it insists on downloading it again. And this is when it fails.
<rekado>that's part of the daemon code that was added more recently to move a downloaded file.