From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ander GM Subject: bug#23682: can't create 32 bit guix container under a 64 bit GuixSD system Date: Thu, 2 Jun 2016 18:46:54 +0200 Message-ID: <20160602184654.1c1da3bc@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8W5K-0005sV-Ha for bug-guix@gnu.org; Thu, 02 Jun 2016 13:07:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8W5G-0000n8-4V for bug-guix@gnu.org; Thu, 02 Jun 2016 13:07:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8W5F-0000n4-UV for bug-guix@gnu.org; Thu, 02 Jun 2016 13:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1b8W5F-0002O2-Pt for bug-guix@gnu.org; Thu, 02 Jun 2016 13:07:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8Vm3-0004x7-RZ for bug-guix@gnu.org; Thu, 02 Jun 2016 12:47:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8Vlz-0003bQ-QW for bug-guix@gnu.org; Thu, 02 Jun 2016 12:47:11 -0400 Received: from mail.openmailbox.org ([62.4.1.34]:36519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8Vlz-0003b2-GY for bug-guix@gnu.org; Thu, 02 Jun 2016 12:47:07 -0400 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: 23682@debbugs.gnu.org I can't create a 32 bit Guix container, once I setup the container as it follows: $ guix environment -N --system=i686-linx --container --ad-hoc gcc-toolchain@4.9.3 findutils file coreutils sdl2 nano cang yasm mesa mesa-headers bash -- bash $ gcc -dumpmachine returns x86_64-unknown-linux-gnu instead of i686 .