xiaorouji / openwrt-passwall2

1.26k stars 417 forks source link

[Bug]: 构建带Passwall2的OpenWrt固件时报错 #296

Closed Karmylr closed 1 year ago

Karmylr commented 1 year ago

描述您遇到的bug

构建带Passwall2的OpenWrt固件时报错

复现此Bug的步骤

1、使用openwrt/openwrtmain分支构建 2、git clone https://github.com/xiaorouji/openwrt-passwall2.git 3、make menuconfig并按照图片勾选组件 4、make image

您想要实现的目的

完成构建

日志信息

Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency tcping for luci-app-passwall2
 * pkg_hash_check_unresolved: cannot find dependency brook for luci-app-passwall2
 * pkg_hash_check_unresolved: cannot find dependency hysteria for luci-app-passwall2
 * pkg_hash_check_unresolved: cannot find dependency naiveproxy for luci-app-passwall2
 * pkg_hash_check_unresolved: cannot find dependency shadowsocks-rust-sslocal for luci-app-passwall2
 * pkg_hash_check_unresolved: cannot find dependency shadowsocks-rust-ssserver for luci-app-passwall2
 * pkg_hash_check_unresolved: cannot find dependency shadowsocksr-libev-ssr-local for luci-app-passwall2
 * pkg_hash_check_unresolved: cannot find dependency shadowsocksr-libev-ssr-redir for luci-app-passwall2
 * pkg_hash_check_unresolved: cannot find dependency shadowsocksr-libev-ssr-server for luci-app-passwall2
 * pkg_hash_check_unresolved: cannot find dependency simple-obfs for luci-app-passwall2
 * pkg_hash_check_unresolved: cannot find dependency v2ray-plugin for luci-app-passwall2
 * pkg_hash_fetch_best_installation_candidate: Packages for luci-app-passwall2 found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package luci-app-passwall2.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-i18n-passwall2-zh-cn:
 *      tcping
 *      brook
 *      hysteria
 *      naiveproxy
 *      shadowsocks-rust-sslocal
 *      shadowsocks-rust-ssserver
 *      shadowsocksr-libev-ssr-local
 *      shadowsocksr-libev-ssr-redir
 *      shadowsocksr-libev-ssr-server
 *      simple-obfs
 *      v2ray-plugin
 * opkg_install_cmd: Cannot install package luci-i18n-passwall2-zh-cn.

截图

No response

系统相关信息

其他信息

No response

Travel2Here commented 1 year ago

组件默认的就好了为啥全选? 你这个错误是缺少依赖。。。

Karmylr commented 1 year ago

组件默认的就好了为啥全选? 你这个错误是缺少依赖。。。

应该怎么带上依赖呢

Travel2Here commented 1 year ago

组件默认的就好了为啥全选? 你这个错误是缺少依赖。。。

应该怎么带上依赖呢

你make download了没?

Karmylr commented 1 year ago

组件默认的就好了为啥全选? 你这个错误是缺少依赖。。。

应该怎么带上依赖呢

你make download了没?

有的

github-actions[bot] commented 1 year ago

Stale Issue