tpwrules / nixos-apple-silicon

Resources to install NixOS bare metal on Apple Silicon Macs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build failure on latest nixpkgs

mirrortemplar opened this issue · comments

error: builder for '/nix/store/jp4qcz51b0csfhg6zjnbhxzjxlkbw250-uboot-apple_m1_defconfig-2023.07.02.asahi4-1.drv' failed with exit code 2;
       last 10 log lines:
       > Error: arch/arm/dts/t600x-die0.dtsi:459.31-32 syntax error
       > FATAL ERROR: Unable to parse input tree
       > Check /build/source/arch/arm/dts/.t6002-j375d.dtb.pre.tmp for errors
       > make[2]: *** [scripts/Makefile.lib:335: arch/arm/dts/t6002-j375d.dtb] Error 1
       > Error: arch/arm/dts/t602x-die0.dtsi:596.42-43 syntax error
       > FATAL ERROR: Unable to parse input tree
       > Check /build/source/arch/arm/dts/.t6020-j414s.dtb.pre.tmp for errors
       > make[2]: *** [scripts/Makefile.lib:335: arch/arm/dts/t6020-j414s.dtb] Error 1
       > make[1]: *** [dts/Makefile:44: arch-dtbs] Error 2
       > make: *** [Makefile:1152: dts/dt.dtb] Error 2
       For full logs, run 'nix log /nix/store/jp4qcz51b0csfhg6zjnbhxzjxlkbw250-uboot-apple_m1_defconfig-2023.07.02.asahi4-1.drv'.

The nix log content: log-latest-nixpkgs.txt. I don't know how to get the /build/source/arch/... files on NixOS, or else I'd have posted them here :<

Nixpkgs is "lastModified": 1709961763, "narHash": "sha256-6H95HGJHhEZtyYA3rIQpvamMKAGoa8Yh2rFV29QnuGw=", "owner": "nixos", "repo": "nixpkgs", "rev": "3030f185ba6a4bf4f18b87f345f104e6a6961f34", "type": "github", or in other words, the latest nixpkgs as per status.nixos.org.

#175 here are the required patches.

Fixed in the latest release.