openwrt / asu

An image on demand server for OpenWrt based distributions
https://sysupgrade.openwrt.org
GNU General Public License v2.0
321 stars 80 forks source link

Dependency for MTD (libubox202312041) cannot be found #678

Closed Razerwire closed 9 months ago

Razerwire commented 9 months ago

This has been going on for the better part of a week now, the issue blocks upgrading via AUC, Attended-Sysupgrade. Furthermore the OpenWRT-Firmware-Selector chokes on the missing dependency.

Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency libubox202312041 for mtd
 * pkg_hash_fetch_best_installation_candidate: Packages for mtd found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package mtd.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for mtd:
 *  libubox202312041
 * opkg_install_cmd: Cannot install package mtd.
make[2]: *** [Makefile:189: package_install] Error 255
make[1]: *** [Makefile:154: _call_manifest] Error 2
make: *** [Makefile:274: manifest] Error 2
Error: Impossible package selection
Bad message (74)

Causing the problem is the fact that 'libubox202312041' has not yet been built, or at least, is not part of the repo, as of now .

If this could be looked into that would be great.

Razerwire commented 9 months ago

Hurray, issue fixed.

'libubox202312041' is now available in the repo thus dependency can now be satisfied, images can be built again.