kiddin9 / openwrt-packages

openwrt packages
Apache License 2.0
1.79k stars 630 forks source link

用lienol19.07源编译bypass报错 #11

Closed lon91ong closed 3 years ago

lon91ong commented 3 years ago

已经参考bypass的说明加入了下面的命令:

find package/*/ feeds/*/ -maxdepth 2 -path "*luci-app-bypass/Makefile" | xargs -i sed -i 's/shadowsocksr-libev-ssr-redir/shadowsocksr-libev-alt/g' {}
        find package/*/ feeds/*/ -maxdepth 2 -path "*luci-app-bypass/Makefile" | xargs -i sed -i 's/shadowsocksr-libev-ssr-server/shadowsocksr-libev-server/g' {}

编译时报错如下:

Collected errors:
Configuring luci-app-control-weburl.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-app-bypass:
 *  shadowsocksr-libev-alt
 * opkg_install_cmd: Cannot install package luci-app-bypass.
make[2]: *** [package/install] Error 255
make[1]: *** [/workdir/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_install] Error 2
......
package/Makefile:65: recipe for target 'package/install' failed
make[2]: Leaving directory '/workdir/openwrt'
package/Makefile:108: recipe for target '/workdir/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_install' failed
make: *** [world] Error 2