From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Schwarzott Date: Sun, 24 Apr 2011 19:53:38 +0000 Subject: Re: why does udev-167 break /lib64/udev/firmware ? Message-Id: <201104242153.39314.zzam@gentoo.org> List-Id: References: <201104141753.22335.jason.vas.dias@gmail.com> In-Reply-To: <201104141753.22335.jason.vas.dias@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Donnerstag, 14. April 2011, Kay Sievers wrote: > > There is something seriously broken on your system: > > First, there is no /lib64/udev/ directory for udev ever. Gentoo should > finally stop doing that nonsense. /lib64 is for shared libs only, the > application private directory is /lib/udev/ regardless of the > architecture. The ebuild did install to /lib64/udev, correct. But there was always the assumption that /lib linked to /lib64 in these cases, so that /lib/udev always is valid. But it seems I was wrong, so that will get changed back to plain "/lib/udev" I think. Matthias