On Tuesday 2013-02-19 23:14, Yann E. MORIN wrote: >I'm pleased to announce the release of kconfig-frontends 3.8.0.0! >Go download it there: > http://ymorin.is-a-geek.org/download/kconfig-frontends/kconfig-frontends-3.8.0.0.tar.xz > http://ymorin.is-a-geek.org/download/kconfig-frontends/kconfig-frontends-3.8.0.0.tar.bz2 This seems to install /usr/bin/conf /usr/bin/diff /usr/bin/gettext /usr/bin/merge /usr/bin/tweak Which conflicts quite hard with various preexisting system packages. $ rpm -qf /usr/bin/diff diffutils-3.2-2.1.2.x86_64 $ rpm -qf /usr/bin/gettext gettext-runtime-0.18.1.1-15.2.2.x86_64 $ rpm -qf /usr/bin/merge rcs-5.8-1011.1.2.x86_64 You need to give your binaries better names -- or a separate path (like /usr/libexec/kconfig-frontends/{conf,diff,gettext,...} by way of pkglibexec_PROGRAMS = conf diff gettext...) -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html