Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#4142 - ImageBuilder cannot install mtd/umbim/uqmi due to dependencies. #9142

Closed
openwrt-bot opened this issue Nov 21, 2021 · 2 comments
Closed
Labels

Comments

@openwrt-bot
Copy link

kjonca:

I tried to prepare my own image for tplink_tl-wr902ac-v3 target, but image builder fails.

[...] Collected errors: * pkg_hash_check_unresolved: cannot find dependency libubox20211120 for uqmi * pkg_hash_check_unresolved: cannot find dependency libblobmsg-json20211120 for uqmi * pkg_hash_fetch_best_installation_candidate: Packages for uqmi found, but incompatible with the architectures configured * opkg_install_cmd: Cannot install package uqmi. * pkg_hash_check_unresolved: cannot find dependency libubox20211120 for umbim * pkg_hash_fetch_best_installation_candidate: Packages for umbim found, but incompatible with the architectures configured * opkg_install_cmd: Cannot install package umbim. * pkg_hash_check_unresolved: cannot find dependency libubox20211120 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.
@openwrt-bot
Copy link
Author

kjonca:

I forgot add command to build:
make image PROFILE=tplink_tl-wr902ac-v3 PACKAGES='-luci -luci-app-firewall -luci-i18n-english -luci-lib-core -luci-lib-ipkg -luci-lib-nixio -luci-lib-sys -luci-lib-web -luci-mod-admin-core -luci-mod-admin-full -luci-proto-core -luci-proto-ppp -luci-sgi-cgi -luci-theme-base -luci-theme-openwrt -wget -wpad-basic -wpad-basic-wolfssl -wpad-mini chat comgt-ncm curl hostapd ip iptables-mod-conntrack-extra kmod-mii kmod-usb-acm kmod-usb-net kmod-usb-net-cdc-eem kmod-usb-net-cdc-ether kmod-usb-net-cdc-mbim kmod-usb-net-cdc-ncm kmod-usb-net-huawei-cdc-ncm kmod-usb-net-qmi-wwan uqmi kmod-usb-ohci kmod-usb-serial kmod-usb-serial-option kmod-usb-serial-wwan kmod-usb-uhci kmod-usb-wdm kmod-usb2 ppp rsync umbim usb-modeswitch wpa-supplicant '

@attila-lendvai
Copy link

i'm still seeing this with openwrt-imagebuilder-22.03.0-rc1-ath79-generic.Linux-x86_64:

./build.sh ath79 generic tplink_tl-wdr4300-v1

[...]

Configuring urngd.
Configuring ppp-mod-pppoe.
Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency libubox20211120 for block-mount
 * pkg_hash_check_unresolved: cannot find dependency libblobmsg-json20211120 for block-mount
 * pkg_hash_fetch_best_installation_candidate: Packages for block-mount found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package block-mount.
 * pkg_hash_check_unresolved: cannot find dependency libubox20211120 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.
make[2]: *** [Makefile:169: package_install] Error 255
make[1]: *** [Makefile:124: _call_image] Error 2
make: *** [Makefile:242: image] Error 2

it's in the context of https://github.com/attila-lendvai/openwrt-auto-extroot/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants