lede
lede copied to clipboard
bpi-r3编译docker错误
详细叙述
bpi-r3编译docker错误去掉docker插件可以编译成功
重复 issue
- [X] 没有类似的 issue
具体型号
bpi-r3
详细日志
Collected errors:
- pkg_hash_check_unresolved: cannot find dependency iptables-mod-fullconenat for firewall
- pkg_hash_fetch_best_installation_candidate: Packages for firewall found, but incompatible with the architectures configured
- satisfy_dependencies_for: Cannot satisfy the following dependencies for default-settings:
- iptables-mod-fullconenat
- opkg_install_cmd: Cannot install package default-settings.
- check_conflicts_for: The following packages conflict with firewall:
- check_conflicts_for: firewall4 *
- opkg_install_cmd: Cannot install package firewall.
- check_data_file_clashes: Package luci-app-docker wants to install file /home/yph/lede/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/etc/config/dockerd But that file is already provided by package * dockerd
- check_data_file_clashes: Package luci-app-docker wants to install file /home/yph/lede/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/etc/init.d/dockerd But that file is already provided by package * dockerd
- opkg_install_cmd: Cannot install package luci-app-docker.
- check_data_file_clashes: Package luci-app-docker wants to install file /home/yph/lede/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/etc/config/dockerd But that file is already provided by package * dockerd
- check_data_file_clashes: Package luci-app-docker wants to install file /home/yph/lede/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/etc/init.d/dockerd But that file is already provided by package * dockerd
- opkg_install_cmd: Cannot install package luci-i18n-docker-zh-cn. make[2]: *** [package/Makefile:70: package/install] Error 255 make[2]: Leaving directory '/home/yph/lede' make[1]: *** [package/Makefile:111: /home/yph/lede/staging_dir/target-aarch64_cortex-a53_musl/stamp/.package_install] Error 2 make[1]: Leaving directory '/home/yph/lede' make: *** [/home/yph/lede/include/toplevel.mk:231: world] Error 2
make clean 之后呢
- luci-app-docker和[luci-app-dockerman冲突了,之前可以一起编译。 make dirclean rm -rf ./tmp && rm -rf .config 编译中