[GH-ISSUE #67] Cannot compile as addon feed on OpenWrt latest snapshot #51

Closed
opened 2026-03-04 11:58:10 +03:00 by kerem · 2 comments
Owner

Originally created by @stich86 on GitHub (Apr 9, 2024).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/67

Hi @4IceG,

i'm trying to add your tools on my custom build for BPI-R3-Mini, but when add your plugin, I got this error during compile about chat package:

Collected errors:
 * check_data_file_clashes: Package busybox wants to install file /home/lynx/5G_Router/Banana-BPI-R3-Mini/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/sbin/chat
	But that file is already provided by package  * chat
 * opkg_install_cmd: Cannot install package busybox.

Your plugin select automatically chat package, and busybox has chat binary disabled, but looks like during the build it still tries to override. Any suggestion? Are you able to compile latest snapshot adding your feed?

Thanks in advance!

Originally created by @stich86 on GitHub (Apr 9, 2024). Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/67 Hi @4IceG, i'm trying to add your tools on my custom build for BPI-R3-Mini, but when add your plugin, I got this error during compile about `chat` package: ``` Collected errors: * check_data_file_clashes: Package busybox wants to install file /home/lynx/5G_Router/Banana-BPI-R3-Mini/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/sbin/chat But that file is already provided by package * chat * opkg_install_cmd: Cannot install package busybox. ``` Your plugin select automatically `chat` package, and `busybox` has `chat` binary disabled, but looks like during the build it still tries to override. Any suggestion? Are you able to compile latest snapshot adding your feed? Thanks in advance!
kerem closed this issue 2026-03-04 11:58:10 +03:00
Author
Owner

@4IceG commented on GitHub (Apr 9, 2024):

Hey @stich86 ,
The last time I compiled, I had no problems with my packages.

This is your compilation :), if the dependencies conflict with each other, remove the chat package from the Makefile.

The question is which package requires chat LUCI_DEPENDS:=+sms-tool +comgt +kmod-usb-serial-option.

<!-- gh-comment-id:2045518513 --> @4IceG commented on GitHub (Apr 9, 2024): Hey @stich86 , The last time I compiled, I had no problems with my packages. This is your compilation :), if the dependencies conflict with each other, remove the chat package from the Makefile. The question is which package requires chat LUCI_DEPENDS:=+sms-tool +comgt +kmod-usb-serial-option.
Author
Owner

@stich86 commented on GitHub (Apr 15, 2024):

it was local problem on the build, solved after a make clean ;)

<!-- gh-comment-id:2056443830 --> @stich86 commented on GitHub (Apr 15, 2024): it was local problem on the build, solved after a make clean ;)
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/luci-app-3ginfo-lite#51
No description provided.