Attended Sysupgrade from 22.03.7 to 24.10.0 fails
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 450
- Forks
- 111
- PR merge metrics
- No merged PRs in 30d
Description
Collected errors:
- opkg_install_pkg: Checksum or size mismatch for package liblucihttp0. Either the opkg or the package index are corrupt. Try 'opkg update'.
- opkg_install_cmd: Cannot install package liblucihttp.
- opkg_install_pkg: Checksum or size mismatch for package liblucihttp-lua. Either the opkg or the package index are corrupt. Try 'opkg update'.
- opkg_install_cmd: Cannot install package liblucihttp-lua.
- opkg_install_pkg: Checksum or size mismatch for package rpcd-mod-luci. Either the opkg or the package index are corrupt. Try 'opkg update'.
- opkg_install_cmd: Cannot install package luci.
- opkg_install_cmd: Cannot install package luci-app-wireguard.
- opkg_install_cmd: Cannot install package luci-i18n-firewall-en.
- opkg_install_cmd: Cannot install package luci-i18n-package-manager-en.
- opkg_install_cmd: Cannot install package luci-i18n-wireguard-de.
- opkg_install_cmd: Cannot install package luci-i18n-wireguard-en.
- opkg_install_pkg: Checksum or size mismatch for package liblucihttp0. Either the opkg or the package index are corrupt. Try 'opkg update'.
- opkg_install_cmd: Cannot install package luci-lib-base.
- check_data_file_clashes: Package libustream-mbedtls20201210 wants to install file /builder/build_dir/target-x86_64_musl/root-x86/lib/libustream-ssl.so
But that file is already provided by package * libustream-wolfssl20201210 - opkg_install_cmd: Cannot install package luci-ssl.
- opkg_install_pkg: Checksum or size mismatch for package rpcd-mod-luci. Either the opkg or the package index are corrupt. Try 'opkg update'.
- opkg_install_cmd: Cannot install package rpcd-mod-luci.
- opkg_install_pkg: Checksum or size mismatch for package rpcd-mod-rrdns. Either the opkg or the package index are corrupt. Try 'opkg update'.
- opkg_install_cmd: Cannot install package rpcd-mod-rrdns.
make[2]: *** [Makefile:234: package_install] Error 255
make[1]: *** [Makefile:171: _call_manifest] Error 2
make: *** [Makefile:349: manifest] Error 2
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the manifest target in Makefile:349 and follow _call_manifest and package_install at Makefile:171 and Makefile:234. Reproduce the upgrade failure and determine why package checksum mismatches and the libustream-mbedtls20201210/libustream-wolfssl20201210 file clash occur; done means the manifest completes without these errors.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 18/100