ChanServ changed the topic of #robotnix to: Robotnix: https://github.com/danielfullmer/robotnix || Channel logs: https://logs.nix.samueldr.com/robotnix
_Qubasa has joined #robotnix
Ox4A6F has joined #robotnix
<_Qubasa> Hey there~
<_Qubasa> Currently I am trying to get robotnix to build however it fails quite often. Right now I am stuck at this error message: https://cloud.gchq.icu/s/mS8WKJa6caRms5s with this config https://cloud.gchq.icu/s/ZkXZEqN7qQdmJFQ
<_Qubasa> Has somebody an idea? :-)
lassulus has joined #robotnix
samueldr has quit [*.net *.split]
samueldr has joined #robotnix
hexa- has joined #robotnix
<danielrf[m]> _Qubasa: I noticed you have `device="arm64";` set. Were you intending to build a "Generic System Image" (GSI)?
<danielrf[m]> The aosp_arm64 target is a bit more strict about what files can be put into /system
<danielrf[m]> And it's looking like seedvault is trying to be included in /system, (while it should probably be included in /product instead)
<danielrf[m]> So that's potentially an upstream issue with Seedvault
<danielrf[m]> Builds for actual phone targets aren't as strict, so seedvault should work if you set `device` to your actual phone.
<_Qubasa> danielrf: Ah yeah I do not have a Pixel Phone
<_Qubasa> daielrf[m]: ^