From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40574: [wip-hurd-vm]: cross-build of `guix' fails Date: Fri, 24 Apr 2020 00:14:35 +0200 Message-ID: <87a731luic.fsf@gnu.org> References: <87mu7gdco6.fsf@gnu.org> <871rongzk0.fsf@gnu.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:470:142:3::10]:42772) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRk7d-00074G-NU for bug-guix@gnu.org; Thu, 23 Apr 2020 18:15:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRk7c-0008Ux-Ku for bug-guix@gnu.org; Thu, 23 Apr 2020 18:15:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44409) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jRk7a-0008Sf-SK for bug-guix@gnu.org; Thu, 23 Apr 2020 18:15:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jRk7a-0002DF-NY for bug-guix@gnu.org; Thu, 23 Apr 2020 18:15:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <871rongzk0.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 16 Apr 2020 18:34:07 +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-mx.org@gnu.org Sender: "bug-Guix" To: Jan Nieuwenhuizen Cc: 40574-done@debbugs.gnu.org Hello! Ludovic Court=C3=A8s skribis: > (A good opportunity to learn about THAANA LETTER RAA! > ) I believe these commits on =E2=80=98master=E2=80=99 solve remaining cross-c= ompilation issues: 62bc3c5b04 build: Don't build man pages when cross-compiling. 12da5162e4 compile: Pre-load the compiler outside 'with-target'. The way I tested it is by running this command from current =E2=80=98core-updates=E2=80=99: guix build --target=3Di586-pc-gnu guix --with-branch=3Dguix=3Dmaster There=E2=80=99s another thing that needs to be done: in the =E2=80=98guix= =E2=80=99 package, the =E2=80=98copy-bootstrap-guile=E2=80=99 phase must be skipped when cross-com= piling (it=E2=80=99s useless since tests aren=E2=80=99t run and it crashes). When these commits are cherry-picked or merged on =E2=80=98core-updates=E2= =80=99, someone can run =E2=80=9Cmake update-guix-package=E2=80=9D there and it sho= uld be all fine. I=E2=80=99m optimistically closing the bug, but let me know if I was over-optimistic! :-) Ludo=E2=80=99.