radxa-repo / rbuild

Radxa Image Builder (Maintenance mode)
https://radxa-repo.github.io/rbuild/
GNU General Public License v3.0
53 stars 44 forks source link

Action `Install radxa-system-config` failed at stage Run #35

Closed BigMuscle85 closed 9 months ago

BigMuscle85 commented 9 months ago

When trying to build the image (:~$ rbuild/rbuild rock-pi-4b-plus buster cli), it fails with the following error. I tried buster/bullseye/bookworm, all the same error:

2023/10/23 08:40:20 apt | E: Unable to locate package radxa-system-config
2023/10/23 08:40:20 Action `Install radxa-system-config` failed at stage Run, error: exit status 100

Just a while before this error appears, there is another error but I'm not sure if it is related:

2023/10/23 08:39:30 ==== Clean up rootfs ====
2023/10/23 08:39:30 ==== Clean up rootfs ====
2023/10/23 08:39:30 ==== Save rootfs ====
2023/10/23 08:39:30 Compressing to /home/kolsi/rbuild/.rootfs/debian_buster_cli.tar
2023/10/23 08:39:44 ==== Recipe done ====
~
fatal: not a git repository (or any of the parent directories): .git
warning: Not a git repository. Use --no-index to compare two paths outside a working tree
usage: git diff --no-index [<options>] <path> <path>
RadxaYuntian commented 9 months ago

This is because it is a new package that was not released on the production channel. You could use -T flag to use the test repo, which is tested by CI.

The 2nd issue is unrelated and should not affect the build output. I'll fix it later.

BigMuscle85 commented 9 months ago

Thank you very much. Now works as expected.