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

findutils-find: Cannot install package due to conflict with busybox #7834

Closed
johnstonjs opened this issue Jan 1, 2019 · 2 comments · Fixed by #7862
Closed

findutils-find: Cannot install package due to conflict with busybox #7834

johnstonjs opened this issue Jan 1, 2019 · 2 comments · Fixed by #7862

Comments

@johnstonjs
Copy link

Maintainer: @ cshoredaniel
Environment: ARMv7, Netgear R7800, OpenWrt 18.06.1 r7258-5eb055306f

Description: I'm trying to build a package for etckeeper and in the process found that findutils-find conflicts with the version installed by busybox.

root@OpenWRT:~# opkg install findutils-find
Installing findutils-find (4.6.0-1) to root...                                           
Downloading http://downloads.openwrt.org/releases/18.06.1/packages/arm_cortex-a15_neon-vfpv4/packages/findutils-find_4.6.0-1_arm_cortex-a15_neon-vfpv4.ipk                         
Collected errors:
 * check_data_file_clashes: Package findutils-find wants to install file /usr/bin/find   
        But that file is already provided by package  * busybox                          
 * opkg_install_cmd: Cannot install package findutils-find. 

In an emulated installation of OpenWRT (in VirtualBox) I was able to override this error by using the flag --force-overwrite, however I suspect this isn't the intended behavior.

Thanks for making such an excellent system for routers (and supporting such variety)!

@danielfdickinson
Copy link
Contributor

I'm working on an PR that uses the new ALTERNATIVES mechanism that should fix this.

@danielfdickinson
Copy link
Contributor

I've created #7862 to fix this

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

Successfully merging a pull request may close this issue.

2 participants