SystemCrafters / guix-installer

A GNU Guix installer image with the full Linux kernel!
GNU General Public License v3.0
217 stars 30 forks source link

error: opening file guile-3.0.7.drv no such file or dir #19

Open FabArd opened 1 year ago

FabArd commented 1 year ago

Hi,

During the installation I have the following error :

error: opening file '/gnu/store/psv1j490rzfxv6r55qk3ap7rnajgrgmy-guile-3.0.7.drv : no such file or dir

After that it is impossible to continue.

sirmacik commented 10 months ago

Sorry for necrobump, but since it's still an open issue and a highly visible at that, I thought, I'd add solution that worked for me today. First I tried to run:

guix build --repair guile

but the error switched to missing tar file. Further research led me to:

guix gc --verify=contents,repair

After that I was able to run guix time-machine command from installation instructions without a problem.