asu icon indicating copy to clipboard operation
asu copied to clipboard

Failed update 23.05.5 to 24.10.1 Missing libpcre shadowsocks

Open electro-nic opened this issue 7 months ago • 3 comments

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

electro-nic avatar May 06 '25 10:05 electro-nic

libpcre should not be in your top-level packages, so something is wrong with its installation. It was replaced by libpcre2 in the 24.10 release.

Turn on advanced mode and uninstall libpcre, then try again.

efahl avatar May 08 '25 16:05 efahl

Collected errors:

  • 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-redir.
  • opkg_install_cmd: Cannot install package shadowsocks-libev-ss-rules. make[2]: *** [Makefile:234: package_install] Error 255

electro-nic avatar May 08 '25 18:05 electro-nic

See https://openwrt.org/docs/guide-user/services/proxy/shadowsocks

efahl avatar May 08 '25 20:05 efahl