FluffyTigerfear

Results 23 comments of FluffyTigerfear

> BTW 你确定 gentoo 默认是用 systemd 的吗?会不会是 OpenRC 或者 init( gentoo可以自行选择,gentoo的内核支持systemd和openrc切换。安装脚本不检测启动引导,而是检测包管理器,所以这不对

I also encountered this problem > FileNotFoundError: [Errno 2] No such file or directory: b'release/linux-unpacked/*' * ERROR: x11-misc/cerebro-0.3.2::jorgicio failed (install phase): * doins failed * * If you need support,...

(已解决)我也遇到了同样的问题,naive编译出错。貌似补丁打不上。以下是编译naive的出错提示 make[3]: Entering directory '/workdir/openwrt/feeds/kenzo/naiveproxy' touch /workdir/openwrt/build_dir/target-x86_64_musl/naiveproxy-86.0.4240.75-1/.prepared_a255e230b35d4fa48cf60921c3d84319_6664517399ebbbc92a37c5bb081b5c53_check . /workdir/openwrt/include/shell.sh; gzip -dc /workdir/openwrt/dl/naiveproxy-86.0.4240.75-1.tar.gz | tar -C /workdir/openwrt/build_dir/target-x86_64_musl/naiveproxy-86.0.4240.75-1/.. -xf - [ ! -d ./src/ ] || cp -fpR ./src/. /workdir/openwrt/build_dir/target-x86_64_musl/naiveproxy-86.0.4240.75-1 Applying ./patches/001-Remove-concurrency-limit.patch...

已解决 把两个patch文件修改一下即可。云编译的,在自定义脚本中增加两个命令 ``` # repatch kenso8's naiveproxy patchfiles sed -i 's/if (is_linux) {/if (is_linux || is_chromeos) {/' package/feeds/kenzo/naiveproxy/patches/100-build-add-OpenWrt-staging-libraries.patch sed -i 's/@@ -746,7 +746,6/@@ -751,7 +751,6/' package/feeds/kenzo/naiveproxy/patches/101-build-drop-useless-deps-simd_asm.patch ```

新版的naive需要一个chrome-linux的profdata文件,在默认的源码网站无法下载。所以失败了。本地编译能看到无法下载的文件名,可以从搜索引擎下载到本地后可以编译通过。也可以[点此下载](https://downloads.immortalwrt.cnsztl.eu.org/dl/chrome-linux-4664-1636557077-6e390f4e505916531ca2ab0c895d5903ab4d88a9.profdata)。

上游helloworld已经合并PR解决了,重新pull一下就可以了。[#Naiveissue722](https://github.com/fw876/helloworld/pull/722)

sed -i '122,124d' lede/package/feeds/kenzo/naiveproxy/Makefile。 删除Makefile 的122、123和124行

I encountered the same issue .my erroe is following > FAILED: plugins/kwineffects/blur/CMakeFiles/blur.dir/blur_autogen/mocs_compilation.o > /usr/bin/x86_64-pc-linux-gnu-g++ -DKCOREADDONS_LIB -DKWIN_VERSION_BUI=0 -DKWIN_VERSION_MAJ=5 -DKWIN_VERSION_MIN=21 -DKWIN_VERSION_PAT=3 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -Dblur_EXPORTS -Iplugins/kwineffects/blur -I/var/tmp/portage/x11-wm/dde-kwin-5.2.0.13/work/dde-kwin-5.2.0.13/plugins/kwineffects/blur -Iplugins/kwineffects/blur/blur_autogen/include -I/var/tmp/portage/x11-wm/dde-kwin-5.2.0.13/work/dde-kwin-5.2.0.13/plugins/kwineffects/blur/../../platforms/lib -isystem /usr/include/qt5...

> Needed > emerge -av kde-frameworks/extra-cmake-modules > Ebuild > emerge x11-wm/dde-kwin-5.2.0.13 > Ok > Возможно нужно пересобрать cmake > USE="qt5" emerge -av dev-util/cmake thanks to reply.but still same issue encountered...

I also encountered the same problem.Same configration for ss connect success in another proxy client,but failed in v2rayNG