Advertisement
Guest User

Untitled

a guest
Jun 29th, 2024
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. [nixos@nixos:/etc/nixos]$ sudo nixos-rebuild switch
  2. building Nix...
  3. building the system configuration...
  4. these 15 derivations will be built:
  5. /nix/store/3wn891k6plivmwxylf8rms6xg8qkjicn-system-path.drv
  6. /nix/store/3sqpkkibmrmgsprmrlkvlaxs24nzwh2b-dbus-1.drv
  7. /nix/store/p3xb8rr20cgi8i8k6z00nimd67nnsd1j-X-Restart-Triggers-dbus.drv
  8. /nix/store/3ipxlpvip953zxqwansnqvqw16wfpyhn-unit-dbus.service.drv
  9. /nix/store/s8r62zix1j7nfyak9rbyn5864j2la1hc-nixos-wsl-utils-1.0.0.drv
  10. /nix/store/y7dprl2f6m8i46i70c7m5r0hjh3drhv4-wrapped-nologin.drv
  11. /nix/store/zlfwbcplqyspsi1b5vx82s16wb5iscmk-wrapped-bash.drv
  12. /nix/store/495lin6d7wl96qpgxl57qzbx08bz1pv8-users-groups.json.drv
  13. /nix/store/fk7l2qhd3skw8a9kikpywps6fq25vfya-set-environment.drv
  14. /nix/store/4w0j5z812g4snd0zkklzvlaqfxb2fkqn-etc-profile.drv
  15. /nix/store/ipasq37lb8scgkwx4pr7jj6lg8l8am2n-unit-dbus.service.drv
  16. /nix/store/qx5n1m1bhbcxh6n8lfs33fkb7cgdj0lq-user-units.drv
  17. /nix/store/r0hdh6pykrq3xcm9g7zsrginssp4d1pq-system-units.drv
  18. /nix/store/zn9rhd3scdwq6dijfbhcwb0n30q5xxhl-etc.drv
  19. /nix/store/myqzqipssw6jadprnx4kqdr9h3if5s4s-nixos-system-nixos-23.11.7621.842253bf992c.drv
  20. building '/nix/store/3wn891k6plivmwxylf8rms6xg8qkjicn-system-path.drv'...
  21. building '/nix/store/s8r62zix1j7nfyak9rbyn5864j2la1hc-nixos-wsl-utils-1.0.0.drv'...
  22. Running phase: unpackPhase
  23. unpacking source archive /nix/store/kv0zhniaa97ba9cx4zy9396xr8z8x0xv-utils
  24. source root is utils
  25. Executing cargoSetupPostUnpackHook
  26. created 6284 symlinks in user environment
  27. Finished cargoSetupPostUnpackHook
  28. Running phase: patchPhase
  29. Executing cargoSetupPostPatchHook
  30. Validating consistency between /build/utils/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock
  31. Finished cargoSetupPostPatchHook
  32. Running phase: updateAutotoolsGnuConfigScriptsPhase
  33. Running phase: configurePhase
  34. Running phase: buildPhase
  35. Executing cargoBuildHook
  36. ++ env CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/shdkxxdlpv66wl33rh9d01zfypaka1dn-gcc-wrapper-12.3.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/shdkxxdlpv66wl33rh9d01zfypaka1dn-gcc-wrapper-12.3.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/shdkxxdlpv66wl33rh9d01zfypaka1dn-gcc-wrapper-12.3.0/bin/cc CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/shdkxxdlpv66wl33rh9d01zfypaka1dn-gcc-wrapper-12.3.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/shdkxxdlpv66wl33rh9d01zfypaka1dn-gcc-wrapper-12.3.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/shdkxxdlpv66wl33rh9d01zfypaka1dn-gcc-wrapper-12.3.0/bin/cc CARGO_BUILD_TARGET=x86_64-unknown-linux-gnu HOST_CC=/nix/store/shdkxxdlpv66wl33rh9d01zfypaka1dn-gcc-wrapper-12.3.0/bin/cc HOST_CXX=/nix/store/shdkxxdlpv66wl33rh9d01zfypaka1dn-gcc-wrapper-12.3.0/bin/c++ cargo build -j 8 --target x86_64-unknown-linux-gnu --frozen --profile release
  37. building '/nix/store/3sqpkkibmrmgsprmrlkvlaxs24nzwh2b-dbus-1.drv'...
  38. error: package `clap v4.5.7` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.73.0
  39. Either upgrade to rustc 1.74 or newer, or use
  40. cargo update -p [email protected] --precise ver
  41. where `ver` is the latest version of `clap` supporting rustc 1.73.0
  42. error: builder for '/nix/store/s8r62zix1j7nfyak9rbyn5864j2la1hc-nixos-wsl-utils-1.0.0.drv' failed with exit code 101
  43. error: 1 dependencies of derivation '/nix/store/myqzqipssw6jadprnx4kqdr9h3if5s4s-nixos-system-nixos-23.11.7621.842253bf992c.drv' failed to build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement