lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 19 Feb 2013 23:51:56 +0100 (CET)
From:	Jan Engelhardt <jengelh@...i.de>
To:	"Yann E. MORIN" <yann.morin.1998@...e.fr>
cc:	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
	lwn@....net
Subject: Re: kconfig-frontends-3.8.0.0 release


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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ