-
-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hello team,
I encountered a dependency conflict while trying to upgrade the package armbian-bsp-cli-panther-x2-current to version 25.8.2. The issue seems to be a mismatch in the required version of base-files. Here's a summary of the issue:
Attempted upgrade command:
apt install armbian-bsp-cli-panther-x2-currentError message:
armbian-bsp-cli-panther-x2-current : Depends: base-files (>= 25.8.2) but 25.8.1-12.4+deb12u11-bookworm is to be installed
Currently installed version of base-files:
base-files: 25.8.1-12.4+deb12u11-bookworm (installed)
Available versions for base-files from the repository (apt policy base-files):
Installed: 25.8.1-12.4+deb12u11-bookworm
Candidate: 25.8.1-12.4+deb12u11-bookworm
Version table:
25.8.1-12.4+deb12u11-bookworm 500
25.5.1-12.4+deb12u11-bookworm 500
...
It appears that the repository (http://apt.armbian.com/pool/bookworm-utils/b/base-files) does not provide the required version of base-files (25.8.2) for the arm64 architecture. Only the armhf architecture package is available, but armbian-bsp-cli-panther-x2-current depends on the arm64 version.
Could you please help investigate the issue or confirm whether the repository will be updated to include version 25.8.2 of base-files?
Thank you for your support!