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

Failed to configuring knot package #23735

Open
trippleflux opened this issue Mar 24, 2024 · 2 comments · May be fixed by #24059
Open

Failed to configuring knot package #23735

trippleflux opened this issue Mar 24, 2024 · 2 comments · May be fixed by #24059

Comments

@trippleflux
Copy link

I don't change much of my OpenWRT .config but somehow suddenly after using latest OpenWRT snapshot 8753022 for x86_64 , I am getting the following when configuring knot at the end of packages compilation :

Configuring strongswan-mod-cmaCollected errors:
 * resolve_conffiles: Existing conffile /home/user/works/openwrt/build_dir/target-x86_64_glibc_custom/root-x86/etc/ppp/options is different from the conffile in the new package. The new conffile will be placed at /home/user/works/openwrt/build_dir/target-x86_64_glibc_custom/root-x86/etc/ppp/options-opkg.
 * resolve_conffiles: Existing conffile /home/user/works/openwrt/build_dir/target-x86_64_glibc_custom/root-x86/etc/config/crowdsec is different from the conffile in the new package. The new conffile will be placed at /home/user/works/openwrt/build_dir/target-x86_64_glibc_custom/root-x86/etc/config/crowdsec-opkg.
 * pkg_hash_check_unresolved: cannot find dependency knot-libs (= 3.3.5-1) for knot
 * pkg_hash_check_unresolved: cannot find dependency knot-libzscanner (= 3.3.5-1) for knot
 * pkg_hash_fetch_best_installation_candidate: Packages for knot found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package knot.
 * pkg_hash_check_unresolved: cannot find dependency knot-libs (= 3.3.5-1) for knot-dig
 * pkg_hash_fetch_best_installation_candidate: Packages for knot-dig found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package knot-dig.
 * pkg_hash_check_unresolved: cannot find dependency knot-libs (= 3.3.5-1) for knot-host
 * pkg_hash_fetch_best_installation_candidate: Packages for knot-host found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package knot-host.
 * pkg_hash_check_unresolved: cannot find dependency knot-libs (= 3.3.5-1) for knot-nsupdate
 * pkg_hash_check_unresolved: cannot find dependency knot-libzscanner (= 3.3.5-1) for knot-nsupdate
 * pkg_hash_fetch_best_installation_candidate: Packages for knot-nsupdate found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package knot-nsupdate.
 * pkg_hash_check_unresolved: cannot find dependency knot-libs (= 3.3.5-1) for knot-zonecheck
 * pkg_hash_check_unresolved: cannot find dependency knot-libzscanner (= 3.3.5-1) for knot-zonecheck
 * pkg_hash_fetch_best_installation_candidate: Packages for knot-zonecheck found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package knot-zonecheck.
 * pkg_hash_check_unresolved: cannot find dependency knot-libs (= 3.3.5-1) for knot-keymgr
 * pkg_hash_check_unresolved: cannot find dependency knot-libzscanner (= 3.3.5-1) for knot-keymgr
 * pkg_hash_fetch_best_installation_candidate: Packages for knot-keymgr found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package knot-keymgr.
 * pkg_hash_check_unresolved: cannot find dependency knot-libs (= 3.3.5-1) for knot-tests
 * pkg_hash_check_unresolved: cannot find dependency knot-libzscanner (= 3.3.5-1) for knot-tests
 * pkg_hash_fetch_best_installation_candidate: Packages for knot-tests found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package knot-tests.
 * pkg_alternatives_update_path: /home/user/works/openwrt/build_dir/target-x86_64_glibc_custom/root-x86/usr/bin/groups exists but is not a symlink
c.
Configuring strongswan-mod-ctr.

Perhaps this is related with recent apk commit ?.

@BKPepe
Copy link
Member

BKPepe commented Mar 24, 2024

Could be, it seems there is now missing character "r" in EXTRA_DEPENDS as it done in the commit, which you referenced: https://github.com/openwrt/openwrt/pull/14918/files#diff-30d3ce228a1284069df1e00e9a7911b595532052a822a01b546f9007b3a30462R258 , so thats will be probably fixed by doing treewide commit here as well.

@trippleflux
Copy link
Author

It's compiling, thanks for the pointer.

facboy added a commit to facboy/packages that referenced this issue May 1, 2024
EXTRA_DEPENDS now requires an `r` before the `PKG_RELEASE` because of
openwrt/openwrt@e8725a9.

Fixes openwrt#23735

Signed-off-by: Christopher Ng <facboy@gmail.com>
@facboy facboy linked a pull request May 1, 2024 that will close this issue
facboy added a commit to facboy/packages that referenced this issue May 5, 2024
EXTRA_DEPENDS now requires an `r` before the `PKG_RELEASE` because of
openwrt/openwrt@e8725a9.

Fixes openwrt#23735

Signed-off-by: Christopher Ng <facboy@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants