I’m trying to build Kodi on pi5.
I use the pi5 flake.
I build with:
pi5: export HOST=10.0.0.48 && nixos-rebuild switch --show-trace -vv --fast --flake /home/b0ef/proj/2025-07-23.pi5-flake/flake.nix#pi5 --target-host root@$HOST --build-host root@$HOST --impure
I get:
building '/nix/store/150xm6a2kb02cdlrav06l1gbx23c6gk9-X-Restart-Triggers-systemd-tmpfiles-resetup.drv'...
Sourcing sphinx-hook
substitution of path '/nix/store/qfpd3149h1bw9vlqkbgialffqc75nh3d-python3.12-hf-xet-1.1.5' succeeded
copying path '/nix/store/hrz0vj9521jv0qkvl88hix6qcb40b8kw-python3.12-pip-25.0.1' from 'https://cache.nixos.org'...
downloading 'https://cache.nixos.org/nar/0ylilfdkbmks57zq35y7j7p2nmz0z9nr0dfjfy32ig9il9lxsqbk.nar.xz'...
substitution of path '/nix/store/5rivgv227w60a3ai0m004k7y1a1dwcdb-python3.12-email-validator-2.2.0' succeeded
copying path '/nix/store/1dka0ik061a69z0dyw8k176dddl84x2f-python3.12-propcache-0.3.1' from 'https://cache.nixos.org'...
downloading 'https://cache.nixos.org/nar/1xd9kbvvm4gkxkq94p4f18qh64xdfpahydkkgicw2k2pnwq0cmzl.nar.xz'...
substitution of path '/nix/store/dkr4yyrnb0zxf0dm3rpakqxbssyag0x2-python3.12-pathspec-0.12.1' succeeded
copying path '/nix/store/lb7w7k8i8cab0s6k22s5z31xmxilrgrz-python3.12-protobuf-6.31.1' from 'https://cache.nixos.org'...
downloading 'https://cache.nixos.org/nar/1bdhg1akr88vglhqnq21qca52vjcmcvdfxvlvs7yppj31gji0zx7.nar.xz'...
substitution of path '/nix/store/852jfwvdsdgdzwl9imr4zkisp56b1m0z-kodi-inputstream-adaptive-21.5.13' succeeded
copying path '/nix/store/yf2h077pj3lrxzdza01fj07s590f16c7-python3.12-psutil-7.0.0' from 'https://cache.nixos.org'...
downloading 'https://cache.nixos.org/nar/043sbg6rgyv709zjmc85703sn0qgcjj3a3jjc3mq9fw8givhnjq6.nar.xz'...
error: a 'x86_64-linux' with features {} is required to build '/nix/store/h12qbp5zid0xs6yiprs0za0jdnav69nz-source.drv',
but I am a 'aarch64-linux' with features {benchmark, big-parallel, gccarch-armv8-a, kvm, nixos-test}
It doesn’t really tell me which package is failing.