From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#33841: Building x86-64 on i686 not possible it seems - activation-service-error Date: Sun, 06 Jan 2019 04:46:09 +0100 Message-ID: <875zv2sb26.fsf@elephly.net> References: <253115d29737fa7b01a28094411bb921@riseup.net> <10F7A02C-46C5-49E4-819D-63A2CDAF7EB2@pretty.Easy.privacy> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggsout.gnu.org ([209.51.188.92]:56943 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfzPx-0003TC-T5 for bug-guix@gnu.org; Sat, 05 Jan 2019 22:48:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gfzPu-0001In-Pl for bug-guix@gnu.org; Sat, 05 Jan 2019 22:48:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:60825) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gfzPu-0001IZ-Hh for bug-guix@gnu.org; Sat, 05 Jan 2019 22:48:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gfzPu-0003o8-8X for bug-guix@gnu.org; Sat, 05 Jan 2019 22:48:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <10F7A02C-46C5-49E4-819D-63A2CDAF7EB2@pretty.Easy.privacy> 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: swedebugia Cc: "33841@debbugs.gnu.org" <33841@debbugs.gnu.org> Hi swedebugia, >>An i686 machine cannot run and build software for x86_64. You would >>need to set up offloading to do that, or use >>=E2=80=98qemu-binfmt-service-type=E2=80=99. [=E2=80=A6] > OK. Would it be OK to state this somewhere in the manual or am I the > only on trying to upgrade from 32->64 bit? I'd prefer not to add this to the manual as it is not particular to Guix. x86_64 is the outlier here, as it has a i686 persona. Generally, you cannot build software for a different architecture without a cross toolchain (not applicable for Guix) or emulation (e.g. via qemu-binfmt-service-type). -- Ricardo