On Thu, Aug 28, 2014 at 01:42:13PM +0200, Jakub Wilk wrote: > Package: libc6 > Version: 2.19-10 > > $ grep i[45]86 /etc/ld.so.conf.d/i386-linux-gnu.conf > /lib/i586-linux-gnu > /usr/lib/i586-linux-gnu > > I don't think that's right. As far as I can tell, we've never had > (/usr)/lib/i586-linux-gnu in any Debian package. OTOH, we had > /usr/lib/i486-linux-gnu stuff in some deep past. So shouldn't it be > s/i586/i486/g?
This file is generated using the multiarch triplet, and if it doesn't match the GNU triplet, the latter is also added. That's why the i486-linux-gnu entry was added there. Since the last dpkg upload the GNU triplet on i386 has been changed from i486 to i586 hence the change you observed. I therefore don't think it's a bug. -- Aurelien Jarno GPG: 4096R/1DDD8C9B [email protected] http://www.aurel32.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

