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 1RDQKR-0003Fd-Ja for garchives@archives.gentoo.org; Tue, 11 Oct 2011 00:36:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A0BD21C099; Tue, 11 Oct 2011 00:36:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0C09021C099 for ; Tue, 11 Oct 2011 00:36:07 +0000 (UTC) Received: from mail-vx0-f181.google.com (mail-vx0-f181.google.com [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mattst88) by smtp.gentoo.org (Postfix) with ESMTPSA id 5EEE21B400E for ; Tue, 11 Oct 2011 00:36:07 +0000 (UTC) Received: by vcdn13 with SMTP id n13so8666238vcd.40 for ; Mon, 10 Oct 2011 17:36:05 -0700 (PDT) Received: by 10.52.34.78 with SMTP id x14mr15910778vdi.122.1318293365053; Mon, 10 Oct 2011 17:36:05 -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; Mon, 10 Oct 2011 17:35:45 -0700 (PDT) In-Reply-To: <20111010235247.GA12343@alumni-linux.ccs.neu.edu> References: <20111009180824.GA28763@alumni-linux.ccs.neu.edu> <20111010235247.GA12343@alumni-linux.ccs.neu.edu> From: Matt Turner Date: Tue, 11 Oct 2011 00:35:45 +0000 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: a2c3ed922df08fa1ef9bb88931c30d24 On Mon, Oct 10, 2011 at 11:52 PM, Jim Faulkner wrote= : > On Sun, Oct 09, 2011 at 02:43:58PM -0400, Matt Turner wrote: >> > sys-apps/baselayout-2.1 tells me I need to merge my /lib32 dir into /l= ib. >> >> I'll update those profiles. emerge --sync in an hour or two and let me >> know if the problem goes away. > > I do have a multilib n32 system. =A0I waited ~24 hours, but baselayout is > still telling me to merge /lib32 into /lib. =A0I've attached my emerge > --info and the output of emerge baselayout. Ah, I see the problem now. Thanks for the logs. The problem is that the baselayout ebuild thinks that lib and lib32 must never exist. This is true on other platforms, but these two folders can exist together on mips. I'll file a bug report in a day or so if you don't beat me to it. :) Thanks, Matt