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

Unable to build rock-3a image any longer #36

Closed Porro66 closed 8 months ago

Porro66 commented 8 months ago

Hi, I'm unable to build rock-3a image any longer:

# ./rbuild rock-3a bullseye cli
...
2023/11/20 14:15:21 ==== Install task-rock-3a package ====
2023/11/20 14:15:23 apt | Get:1 https://deb.debian.org/debian bullseye InRelease [116 kB]
2023/11/20 14:15:23 apt | Get:2 https://deb.debian.org/debian bullseye-backports InRelease [49.0 kB]
2023/11/20 14:15:23 apt | Get:3 https://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
2023/11/20 14:15:23 apt | Get:4 https://radxa-repo.github.io/bullseye bullseye InRelease [3394 B]
2023/11/20 14:15:23 apt | Get:5 https://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
2023/11/20 14:15:27 apt | Get:6 https://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB]
2023/11/20 14:15:28 apt | Get:7 https://deb.debian.org/debian bullseye/main Translation-en [6236 kB]
2023/11/20 14:15:29 apt | Get:8 https://deb.debian.org/debian bullseye/contrib arm64 Packages [40.8 kB]
2023/11/20 14:15:29 apt | Get:9 https://deb.debian.org/debian bullseye/contrib Translation-en [46.9 kB]
2023/11/20 14:15:29 apt | Get:10 https://deb.debian.org/debian bullseye/non-free arm64 Packages [72.2 kB]
2023/11/20 14:15:29 apt | Get:11 https://deb.debian.org/debian bullseye/non-free Translation-en [92.4 kB]
2023/11/20 14:15:30 apt | Get:12 https://deb.debian.org/debian bullseye-backports/main arm64 Packages [400 kB]
2023/11/20 14:15:30 apt | Get:13 https://deb.debian.org/debian bullseye-backports/main Translation-en [343 kB]
2023/11/20 14:15:30 apt | Get:14 https://deb.debian.org/debian bullseye-backports/contrib arm64 Packages [5176 B]
2023/11/20 14:15:30 apt | Get:15 https://deb.debian.org/debian bullseye-backports/contrib Translation-en [6004 B]
2023/11/20 14:15:30 apt | Get:16 https://deb.debian.org/debian bullseye-backports/non-free arm64 Packages [9664 B]
2023/11/20 14:15:30 apt | Get:17 https://deb.debian.org/debian bullseye-backports/non-free Translation-en [27.6 kB]
2023/11/20 14:15:33 apt | Get:18 https://deb.debian.org/debian-security bullseye-security/main arm64 Packages [253 kB]
2023/11/20 14:15:33 apt | Get:19 https://deb.debian.org/debian-security bullseye-security/main Translation-en [166 kB]
2023/11/20 14:15:34 apt | Get:20 https://deb.debian.org/debian-security bullseye-security/non-free Translation-en [472 B]
2023/11/20 14:15:35 apt | Get:21 https://radxa-repo.github.io/bullseye bullseye/main all Packages [44.0 kB]
2023/11/20 14:15:35 apt | Get:22 https://radxa-repo.github.io/bullseye bullseye/main arm64 Packages [52.3 kB]
2023/11/20 14:15:38 apt | Get:23 https://deb.debian.org/debian bullseye-updates/main arm64 Packages [15.1 kB]
2023/11/20 14:15:38 apt | Get:24 https://deb.debian.org/debian bullseye-updates/main Translation-en [10.1 kB]
2023/11/20 14:15:38 apt | Fetched 16.0 MB in 16s (974 kB/s)
2023/11/20 14:15:47 apt | Reading package lists...
2023/11/20 14:15:48 apt | Reading package lists...
2023/11/20 14:15:49 apt | Building dependency tree...
2023/11/20 14:15:49 apt | Reading state information...
2023/11/20 14:15:49 apt | Some packages could not be installed. This may mean that you have
2023/11/20 14:15:49 apt | requested an impossible situation or if you are using the unstable
2023/11/20 14:15:49 apt | distribution that some required packages have not yet been created
2023/11/20 14:15:49 apt | or been moved out of Incoming.
2023/11/20 14:15:49 apt | The following information may help to resolve the situation:
2023/11/20 14:15:49 apt | 
2023/11/20 14:15:49 apt | The following packages have unmet dependencies:
2023/11/20 14:15:50 apt |  task-rk356x : Depends: task-rockchip but it is not going to be installed
2023/11/20 14:15:50 apt |                Depends: task-rk356x-camera but it is not going to be installed
2023/11/20 14:15:50 apt |                Depends: libmali-bifrost-g52-g2p0-x11 but it is not installable or
2023/11/20 14:15:50 apt |                         libmali-bifrost-g52-g2p0-x11-gbm but it is not installable
2023/11/20 14:15:50 apt |                Depends: rknpu2-rk356x but it is not installable
2023/11/20 14:15:50 apt |                Depends: python3-rknnlite2 but it is not installable
2023/11/20 14:15:50 apt | E: Unable to correct problems, you have held broken packages.
2023/11/20 14:15:50 Action `Install task-rock-3a package` failed at stage Run, error: exit status 100

What am I missing? It was OK just a couple of weeks ago.
Thank you
RadxaYuntian commented 8 months ago

From time to time we make changes to package dependencies to better manage our system. This requires rbuild to be updated to accommodate it. However, those package changes usually go to our test channel first for validation, before being released to the production channel. We usually sync the production and test channel when we are ready for the new RC/official system releases.

Please use -T parameter in the mean time to select the test channel when building the image.