Kevin.MX
Kevin.MX
> 这种个人认为只有在站点明确不能使用ptpp的情况下才会进行。各类插件是个很模糊的说法。 根据 Mod 在论坛的回复,包括 PTPP 在内的所有 WebExtensions 插件,都算。 > 个人认为ptpp不会带来巨额压力和流量 如果有多分类并发搜索的话,可能是个问题。我不想揣测站方是出于何种考虑禁用所有插件的,个人愚见,还是谨慎为先吧。
So, uh, this issue still exists? I'm also having stuttering, out of memory issues on my device, and that's not only for Google apps, non-Google apps have the same issue....
Seems I finally have a solution now: https://github.com/Magisk-Modules-Alt-Repo/magisk_overlayfs Steps: 1. Install this module and QuickSwitch 2. Setup QuickSwitch as normal 3. Enable OverlayFS for QuickSwitch (steps as in the overlayfs...
建议去找上游 openwrt 提。
> Can you please test something to see if we can find out which module might be causing this? > > In settings, disable every PowerToys Run plugin and restart...
```bash $ make -j$(nproc) package/feeds/packages/lm-sensors/compile V=s ....... /home/mx/lede/staging_dir/toolchain-x86_64_gcc-11.3.0_musl/lib/gcc/x86_64-openwrt-linux-musl/11.3.0/../../../../x86_64-openwrt-linux-musl/bin/ld: cannot find -liconv ....... ``` 我这边也复现了,工具链找不到 iconv。目前我这里测试 x86_64 的工具链也受影响,ramips/mt7621, ipq40xx 暂时没事。不止 irqbalance,其他用到 iconv 的都会有这个报错。
临时改 build flag 解决一下? https://github.com/coolsnowwolf/lede/issues/10424 `sed -i 's/-liconv//g' package/feeds/packages/irqbalance/Makefile` 参照上面的 issue 和这一行,对两个文件修改之后,我这边是可以正常构建出 x86_64 的固件了。
https://github.com/openwrt/packages/commit/59cadc7c65d5540b3e1bba26dfcd782cad98a5fe 上游主线似乎已经移除了对 libiconv 的依赖,也许这边的 irqbalance 包也应该跟进更新? (或者这个 issue 应该开在 packages 那边吗) 不过,本质问题还是缺少 libiconv,目前原因不明,懂 OpenWrt 构建系统的大佬可以来帮忙 debug 一下(
找到问题原因了。 问题出在这个 PR。Revert 之后就好了。 https://github.com/coolsnowwolf/lede/pull/10454 进入源码目录执行: ``` git revert 62461731d77cb739238449777d42711cf8d9478a git revert 75d227e14fd9bec5f0748403351e3e86ba678440 ``` 除了 irqbalance,应该也能解决之前的 amule 和 lm-sensors 编译错误。我这边用 x86_64 测试已经没有问题了。 ~~这个 sync upstream 带来的问题似乎不小啊。~~
> 这个问题没有在这里的仓库主干修复啊? 没有。 @lovehackintosh 麻烦再检查下 https://github.com/coolsnowwolf/lede/pull/10454 ,直到现在依旧无法通过编译。