Jeffery To
Jeffery To
Please rebase on master to pick up the latest CI changes.
> numpy: missing dependencies wheel, setuptools numpy was fixed in #20978. > python3-packages: missing whq file (probably exists, but something has changed and does not appear to be found anymore)...
> issue still remains. Do you get the same errors when building from a clean checkout of the main repo or sdk? I assume your packages repo is up-to-date?
> numpy is **not** fixed. Issue still remains. Perhaps it would help to ping the maintainer of numpy: @commodo
The fix for the poetry-related issues is https://github.com/openwrt/openwrt/pull/12710. The reason why the error message is `ModuleNotFoundError: No module named 'poetry'` is because poetry-core uses itself to build, and buildroot's .gitignore...
Not sure why but only 1 of the usual 10+ checks ran, I suggest rebasing on current master and doing a force push.
It seems to me that the removal of sourceMappingURL comments by `--fix` is a bug and unrelated to `no-empty-first-line` or any other stylistic rules. (The original issue description describes a...
A more general solution could be to persist the `unix_ffi=True` flag into nested `require()` calls, that would allow a top-level unix-ffi package to include non-unix-ffi packages and have the stream...
> For example glibc [`mips64el-linux-gnuabi64`](https://packages.debian.org/de/bookworm/mips64el/libc6/filelist) should be musl [`mips64el-linux-musl`](https://packages.debian.org/sid/mips64el/musl/filelist), not `mips64el-linux-muslabi64`. I believe musl for mips64 can be compiled for o32/n32 ABIs so `mips64el-linux-muslabi64` would be the most explicit/appropriate, but...
Apologies for being absent on this - I would like ask regarding 131-configure_ac-switch-PLATFORM_TRIPLET-suffix-to-musl.patch: * Is this an original patch for OpenWrt or was it originally submitted somewhere else? * Is...