kenzok8 / small

ssr passwall homeprxoy 依赖
Apache License 2.0
1.02k stars 797 forks source link

编译原版OpenWrt启用了 ssr puls 出现下面错误 #108

Open ghost opened 9 months ago

ghost commented 9 months ago

我的设备是 gl-mt3000

在 feeds.conf.default 文件 添加以下两行内容:

src-git kenzo https://github.com/kenzok8/openwrt-packages
src-git small https://github.com/kenzok8/small

然后执行编译:

./scripts/feeds update -a
./scripts/feeds install -a
make download -j8
make V=s -j1

出现下面的错误:

Collected errors:
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/etc/hotplug.d/ntp/25-dnsmasqsec
    But that file is already provided by package  * dnsmasq
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/etc/init.d/dnsmasq
    But that file is already provided by package  * dnsmasq
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/etc/uci-defaults/50-dnsmasq-migrate-ipset.sh
    But that file is already provided by package  * dnsmasq
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/etc/uci-defaults/50-dnsmasq-migrate-resolv-conf-auto.sh
    But that file is already provided by package  * dnsmasq
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/lib/dnsmasq/dhcp-script.sh
    But that file is already provided by package  * dnsmasq
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/sbin/dnsmasq
    But that file is already provided by package  * dnsmasq
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/share/acl.d/dnsmasq_acl.json
    But that file is already provided by package  * dnsmasq
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/share/dnsmasq/dhcpbogushostname.conf
    But that file is already provided by package  * dnsmasq
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/share/dnsmasq/rfc6761.conf
    But that file is already provided by package  * dnsmasq
 * opkg_install_cmd: Cannot install package dnsmasq-full.
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/etc/hotplug.d/ntp/25-dnsmasqsec
    But that file is already provided by package  * dnsmasq
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/etc/init.d/dnsmasq
    But that file is already provided by package  * dnsmasq
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/etc/uci-defaults/50-dnsmasq-migrate-ipset.sh
    But that file is already provided by package  * dnsmasq
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/etc/uci-defaults/50-dnsmasq-migrate-resolv-conf-auto.sh
    But that file is already provided by package  * dnsmasq
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/lib/dnsmasq/dhcp-script.sh
    But that file is already provided by package  * dnsmasq
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/sbin/dnsmasq
    But that file is already provided by package  * dnsmasq
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/share/acl.d/dnsmasq_acl.json
    But that file is already provided by package  * dnsmasq
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/share/dnsmasq/dhcpbogushostname.conf
    But that file is already provided by package  * dnsmasq
 * check_data_file_clashes: Package dnsmasq-full wants to install file /home/igg/Desktop/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/share/dnsmasq/rfc6761.conf
    But that file is already provided by package  * dnsmasq
 * opkg_install_cmd: Cannot install package luci-app-ssr-plus.
make[2]: *** [package/Makefile:70: package/install] Error 255
ChaingTsung commented 9 months ago

很明显,包冲突了。把dnsmasq这个包取消

ghost commented 9 months ago

很明显,包冲突了。把dnsmasq这个包取消

感谢回复,今晚我试一试。

另外,你知道 usb 随身wifi安装哪个驱动吗?

ChaingTsung commented 8 months ago

很明显,包冲突了。把dnsmasq这个包取消

谢谢回复,今晚我试了一下。

另外,你知道 usb 随身 wifi 安装哪个驱动吗?

kmod-net-usb之类的包

ghost commented 8 months ago

很明显,包冲突了。把dnsmasq这个包取消

谢谢回复,今晚我试了一下。 另外,你知道 usb 随身 wifi 安装哪个驱动吗?

kmod-net-usb之类的包

谢谢

ghost commented 8 months ago

很明显,包冲突了。把dnsmasq这个包取消

谢谢回复,今晚我试了一下。 另外,你知道 usb 随身 wifi 安装哪个驱动吗?

kmod-net-usb之类的包

谢谢