kenzok8 / openwrt-packages

openwrt常用软件包
https://op.dllkids.xyz
6.43k stars 2.6k forks source link

Passwall 3.9-56 的small源缺少依赖导致编译失败 #56

Closed zhucaidan closed 4 years ago

zhucaidan commented 4 years ago

源更新的时候提示: Create index file './feeds/small.index' WARNING: Makefile 'package/feeds/kenzo/luci-app-passwall/Makefile' has a dependency on 'ssocks', which does not exist WARNING: Makefile 'package/feeds/kenzo/luci-app-passwall/Makefile' has a dependency on 'ssocksd', which does not exist WARNING: Makefile 'package/feeds/kenzo/luci-app-ssr-plus/Makefile' has a dependency on 'naiveproxy', which does not exist

编译输出时候会失败: Collected errors:

kenzok8 commented 4 years ago

readd support SS && Socks 已添加

xzjue5 commented 4 years ago

readd support SS && Socks已添加

( cd /home/xzj/lede/build_dir/target-x86_64_musl/naiveproxy-85.0.4183.83-1 ; ./tools/import-upstream.sh ; . ./init_env.sh "x86_64" "x86" "" "" "/home/xzj/lede/staging_dir/toolchain-x86_64_gcc-8.4.0_musl" "/home/xzj/lede/dl"; export naive_flags="${naive_flags} ${naive_ccache_flags}" ; export OP_STAGING_DIR="/home/xzj/lede/staging_dir/target-x86_64_musl" ; mkdir -p out ; ./gn/out/gn gen "out/Release" --args="${naive_flags}" --script-executable="/home/xzj/lede/staging_dir/hostpkg/bin/python3" ; /home/xzj/lede/staging_dir/hostpkg/bin/ninja -C "out/Release" naive ; )

还是报错

lenngennd commented 4 years ago

相同的报错+1

brianzc commented 4 years ago

相同的报错+1

hgq5 commented 4 years ago

今天已经解决了,谢谢。

xzjue5 commented 4 years ago

今天已经解决了,谢谢。 怎么解决的

hzjnet commented 4 years ago

如何解决的说一下吧

kenzok8 commented 4 years ago

./scripts/feeds clean ./scripts/feeds update -a ./scripts/feeds install -a

运行下此命令,重新拉取最新源

hzjnet notifications@github.com 于2020年9月16日周三 下午12:30写道:

如何解决的说一下吧

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kenzok8/openwrt-packages/issues/56#issuecomment-693162563, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJJZ3ASRCI2SWJSCCBBA4STSGA5M7ANCNFSM4Q6UUCMA .