Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Dec 3, 2023 · 5 comments
Open

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

ghost opened this issue Dec 3, 2023 · 5 comments

Comments

@ghost
Copy link

ghost commented Dec 3, 2023

我的设备是 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
Copy link

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

@ghost
Copy link
Author

ghost commented Dec 6, 2023

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

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

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

@ChaingTsung
Copy link

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

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

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

kmod-net-usb之类的包

@ghost
Copy link
Author

ghost commented Jan 14, 2024

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

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

kmod-net-usb之类的包

谢谢

1 similar comment
@ghost
Copy link
Author

ghost commented Jan 14, 2024

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

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

kmod-net-usb之类的包

谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant