From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23682: can't create 32 bit guix container under a 64 bit GuixSD system Date: Sun, 05 Jun 2016 00:08:34 +0200 Message-ID: <871t4cwqsd.fsf@gnu.org> References: <20160602184654.1c1da3bc@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9Jkg-0002eM-Lz for bug-guix@gnu.org; Sat, 04 Jun 2016 18:09:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9Jkc-0004hZ-Ee for bug-guix@gnu.org; Sat, 04 Jun 2016 18:09:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9Jkc-0004hU-BE for bug-guix@gnu.org; Sat, 04 Jun 2016 18:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1b9Jkb-0006Wu-Rx for bug-guix@gnu.org; Sat, 04 Jun 2016 18:09:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160602184654.1c1da3bc@openmailbox.org> (Ander GM's message of "Thu, 2 Jun 2016 18:46:54 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ander GM Cc: 23682@debbugs.gnu.org, David Thompson Ander GM skribis: > I can't create a 32 bit Guix container, once I setup the container as > it follows: > > $ guix environment -N --system=3Di686-linx --container --ad-hoc > gcc-toolchain@4.9.3 findutils file coreutils sdl2 nano cang yasm > mesa mesa-headers bash -- bash > > $ gcc -dumpmachine > > returns=20 > > x86_64-unknown-linux-gnu instead of i686 . Fixed in 40d71e44f5068b28f48bd131940260cc0ab2e2d1, thanks. Note: in the future =E2=80=98guix environment --container=E2=80=99 should p= robably use personality(2) to ask for a 32-bit kernel personality in this case. That=E2=80=99s something we can live without, but it=E2=80=99s a nice bonus. Ludo=E2=80=99.