From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RCyMP-00048G-Tz for garchives@archives.gentoo.org; Sun, 09 Oct 2011 18:44:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF14521C047; Sun, 9 Oct 2011 18:44:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 92AE821C047 for ; Sun, 9 Oct 2011 18:44:20 +0000 (UTC) Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mattst88) by smtp.gentoo.org (Postfix) with ESMTPSA id 03A851B400F for ; Sun, 9 Oct 2011 18:44:19 +0000 (UTC) Received: by vws19 with SMTP id 19so7191457vws.40 for ; Sun, 09 Oct 2011 11:44:18 -0700 (PDT) Received: by 10.52.29.77 with SMTP id i13mr10446453vdh.20.1318185858053; Sun, 09 Oct 2011 11:44:18 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-mips@lists.gentoo.org Reply-to: gentoo-mips@lists.gentoo.org MIME-Version: 1.0 Received: by 10.52.188.136 with HTTP; Sun, 9 Oct 2011 11:43:58 -0700 (PDT) In-Reply-To: <20111009180824.GA28763@alumni-linux.ccs.neu.edu> References: <20111009180824.GA28763@alumni-linux.ccs.neu.edu> From: Matt Turner Date: Sun, 9 Oct 2011 14:43:58 -0400 Message-ID: Subject: Re: [gentoo-mips] merging /lib32 into /lib To: gentoo-mips@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: bcce137918b68b3209921e5a65ba0df4 On Sun, Oct 9, 2011 at 2:08 PM, Jim Faulkner wrote: > sys-apps/baselayout-2.1 tells me I need to merge my /lib32 dir into > /lib. =A0What's the best way to do this on a live system? =A0Basic comman= ds > like "mv" and "ln" are linked against /lib32/libc.so.6, so I can't > delete or rename that directory without hosing my system. I haven't heard of this, probably because I haven't done much lately. Assuming you're using an n32 system (multilib or otherwise) this isn't correct. I'm looking at baselayout-2.1.ebuild, and I think the problem is that I don't have SYMLINK_LIB=3D"no" in the mips profiles. Relevant: https://bugs.gentoo.org/show_bug.cgi?id=3D355283#c4 I'll update those profiles. emerge --sync in an hour or two and let me know if the problem goes away. Thanks, Matt