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#2424 - generator of images cannot find wireless-regdb #7250

Closed
openwrt-bot opened this issue Aug 2, 2019 · 5 comments
Closed

FS#2424 - generator of images cannot find wireless-regdb #7250

openwrt-bot opened this issue Aug 2, 2019 · 5 comments
Labels

Comments

@openwrt-bot
Copy link

mistepien:

Supply the following if possible:

  • Device problem occurs on
  • Software versions of OpenWrt/LEDE release, packages, etc.
  • Steps to reproduce

Device:
ubnt_unifiac-lite

Version: snapshot

Steps to reproduce: make image PROFILE=ubnt_unifiac-lite PACKAGES="luci-ssl"

I got:

Collected errors:

  • satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ath10k-ct:
  • wireless-regdb
  • opkg_install_cmd: Cannot install package kmod-ath10k-ct.
@openwrt-bot
Copy link
Author

hnyman:

Compiling it currently fails at buildbot (at least in some buildslaves) due to python reasons:
https://downloads.openwrt.org/snapshots/faillogs/arm_cortex-a15_neon-vfpv4/base/wireless-regdb/compile.txt

Applying ./patches/500-world-regd-5GHz.patch using plaintext: patching file db.txt Traceback (most recent call last): File "/builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/wireless-regdb-2019.06.03/db2fw.py", line 6, in from dbparse import DBParser File "/builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/wireless-regdb-2019.06.03/dbparse.py", line 3, in from builtins import bytes ImportError: No module named builtins Makefile:31: recipe for target '/builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/wireless-regdb-2019.06.03/.built' failed make[3]: *** [/builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/wireless-regdb-2019.06.03/.built] Error 1 time: package/feeds/base/wireless-regdb/compile#0.21#0.09#0.44

Possible fix might be coming in
https://git.openwrt.org/?p=openwrt/staging/ynezz.git;a=commitdiff;h=3b2b62d556ba2787736b11788c44400394dd933a;hp=781933f348d0541a014f935b7dc62d469f439643

@openwrt-bot
Copy link
Author

Hauke:

Do you still have this problem?

I think it is fixed with this commit:
https://git.openwrt.org/b6bae4a2c9f11f7e55319c2b4c709396ce649688

@openwrt-bot
Copy link
Author

cshoredaniel:

Sorry that doesn't fix it -- the python script now exclusively works with python3. Python3 in $(STAGING_DIR_HOST)/bin/$(PYTHON3) is required to solve this build issue.

@openwrt-bot
Copy link
Author

ynezz:

Sorry that doesn't fix it

Please don't hijack someone else's issues, if you're experiencing some problems, please create another issue.

@openwrt-bot
Copy link
Author

ynezz:

I think it is fixed with this commit:

It seems like it needs more work, I've forget about the fact, that the packages are built with SDK, so need to take a look at the Python situation in the SDK as well.

bash: /builder/shared-workdir/build/sdk/staging_dir/host/bin/python: No such file or directory

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