Failed update 23.05.5 to 24.10.1 Missing libpcre shadowsocks
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 450
- Forks
- 111
- PR merge metrics
- No merged PRs in 30d
Description
Request Data:
{
"url": "https://sysupgrade.openwrt.org",
"branch": "23.05",
"revision": "r24106-10cc5fcd00",
"efi": null,
"advanced_mode": "0",
"request_hash": "064f63697fb04056e2ee29cb683b724cd8d9ae7a73f3ed9b47dbc16de3a660fc",
"sha256_unsigned": "",
"client": "luci/git-25.103.51469-fee5112",
"packages": {
"terminfo": "6.4-2",
"luci-proto-wireguard": "git-25.103.51469-fee5112",
"libuci-lua": "2023-08-10-5781664d-1",
...............................................................................................
},
"profile": "xiaomi,redmi-router-ax6000-ubootmod",
"target": "mediatek/filogic",
"version": "23.05.5",
"diff_packages": true,
"filesystem": "squashfs"
}
Generate local signing keys...
Generate local certificate...
Package list missing or not up-to-date, generating it.
Building package index...
.................................................................................................
Updated list of available packages in /builder/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/../../../../builder/dl/imagebuilder
Downloading file:packages/Packages.sig
Signature check passed.
Collected errors:
- opkg_install_cmd: Cannot install package libpcre.
- opkg_install_cmd: Cannot install package luci-app-shadowsocks-libev.
- opkg_install_cmd: Cannot install package luci-i18n-shadowsocks-libev-uk.
- opkg_install_cmd: Cannot install package shadowsocks-libev-config.
- opkg_install_cmd: Cannot install package shadowsocks-libev-ss-local.
- opkg_install_cmd: Cannot install package shadowsocks-libev-ss-redir.
- opkg_install_cmd: Cannot install package shadowsocks-libev-ss-rules.
- opkg_install_cmd: Cannot install package shadowsocks-libev-ss-server.
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 with the sysupgrade.openwrt.org request details and the package_install failure in Makefile:234, then trace the manifest step reported at Makefile:171 and Makefile:349. Determine why libpcre and the shadowsocks-libev packages cannot be installed for the listed OpenWrt target and version. Done means the same upgrade request completes without those package-install errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100