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#3917 - ImageBuilder fails for lantiq target #8968

Closed
openwrt-bot opened this issue Jul 6, 2021 · 1 comment
Closed

FS#3917 - ImageBuilder fails for lantiq target #8968

openwrt-bot opened this issue Jul 6, 2021 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

Mijzelf:

When using the ImageBuilder 21.02.0-rc3 to generate an image for the ZyXEL P2812HNU-F1 (lantiq,xrx200) it fails with
Collected errors:

  • opkg_install_cmd: Cannot install package libubus.
    make[2]: *** [Makefile:167: package_install] Error 255
    make[1]: *** [Makefile:122: _call_image] Error 2
    make: *** [Makefile:240: image] Error 2

I think this is because the package ltq-vdsl-app has a dependency on libubus20210603, while all other dependencies are libubus20210630.

@openwrt-bot
Copy link
Author

Mijzelf:

This problem was solved by removing the libubus from the list of explicitly installed packages (make PACKAGES="libubus"), and let it being installed implicitly.

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

1 participant