Advertisement
evanjs

nixos-rebuild systemd-boot-builder failure

Aug 3rd, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. $ nixos-rebuild switch
  2. building Nix...
  3. building the system configuration...
  4. unpacking 'https://github.com/domenkozar/hie-nix/archive/96af698f0cfefdb4c3375fc199374856b88978dc.tar.gz'...
  5. building '/nix/store/9rb1ahsfz79kcb4a49dsn41bc2gxiy34-083220867c71443b0473374e8abe871cecb8b7d9.tar.gz.drv'...
  6. building '/nix/store/m7lvp0rfmiwwzfkim1rrggc4gjbq9x04-083220867c71443b0473374e8abe871cecb8b7d9.tar.gz-unpacked.drv'...
  7. Traceback (most recent call last):
  8. File "/nix/store/0wjmhzqfgv1asikb2aahg54qs4vhblw7-systemd-boot-builder.py", line 240, in <module>
  9. main()
  10. File "/nix/store/0wjmhzqfgv1asikb2aahg54qs4vhblw7-systemd-boot-builder.py", line 207, in main
  11. remove_old_entries(gens)
  12. File "/nix/store/0wjmhzqfgv1asikb2aahg54qs4vhblw7-systemd-boot-builder.py", line 145, in remove_old_entries
  13. known_paths.append(copy_from_profile(*gen, "kernel", True))
  14. File "/nix/store/0wjmhzqfgv1asikb2aahg54qs4vhblw7-systemd-boot-builder.py", line 62, in copy_from_profile
  15. store_file_path = profile_path(profile, generation, name)
  16. File "/nix/store/0wjmhzqfgv1asikb2aahg54qs4vhblw7-systemd-boot-builder.py", line 59, in profile_path
  17. return os.readlink("%s/%s" % (system_dir(profile, generation), name))
  18. FileNotFoundError: [Errno 2] No such file or directory: '/nix/var/nix/profiles/system-174-link/kernel'
  19. warning: error(s) occurred while switching to the new configuration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement