From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id aIYwBNR51WH5FAAAgWs5BA (envelope-from ) for ; Wed, 05 Jan 2022 11:58:28 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id aIruANR51WHUWwEAauVa8A (envelope-from ) for ; Wed, 05 Jan 2022 11:58:28 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 8F3D9315A1 for ; Wed, 5 Jan 2022 11:58:27 +0100 (CET) Received: from localhost ([::1]:43556 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n53zu-0001oK-A9 for larch@yhetil.org; Wed, 05 Jan 2022 05:58:26 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40586) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n53zV-0001ny-TP for bug-guix@gnu.org; Wed, 05 Jan 2022 05:58:01 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56356) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n53zV-0003cu-KW for bug-guix@gnu.org; Wed, 05 Jan 2022 05:58:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n53zV-0005jo-Kv for bug-guix@gnu.org; Wed, 05 Jan 2022 05:58:01 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#52908: 'tests/guix-system.sh' fails on aarch64-linux Resent-From: Pierre Langlois Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 05 Jan 2022 10:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52908 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Chris Marusich X-Debbugs-Original-Cc: Aiko Kyle , 52908@debbugs.gnu.org, bug-guix@gnu.org, Leo Famulari Received: via spool by submit@debbugs.gnu.org id=B.164138026522033 (code B ref -1); Wed, 05 Jan 2022 10:58:01 +0000 Received: (at submit) by debbugs.gnu.org; 5 Jan 2022 10:57:45 +0000 Received: from localhost ([127.0.0.1]:39669 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n53zF-0005jJ-5X for submit@debbugs.gnu.org; Wed, 05 Jan 2022 05:57:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:45194) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n53zD-0005jB-DW for submit@debbugs.gnu.org; Wed, 05 Jan 2022 05:57:43 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40572) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n53zC-0001jH-80 for bug-guix@gnu.org; Wed, 05 Jan 2022 05:57:42 -0500 Received: from mout.gmx.net ([212.227.17.20]:51223) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n53z6-0003aW-Au for bug-guix@gnu.org; Wed, 05 Jan 2022 05:57:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1641380243; bh=h3TkAho7WsWIaO4QNWyosJJ5HDJvqQGnF9hdG8Fa3vA=; h=X-UI-Sender-Class:References:From:To:Cc:Subject:Date:In-reply-to; b=Sr5SY8Ud0eabw0qsvquNaFAU4A+wrfkP1xdPSZ8lj4S2TWdamuBaxzlNtrC2XReJi 82OzuecMrdoAToW70VlKm+hqkIfLp5ktkDDEXxMm4opipKTKUKg4M4wliDoaZ7dvZT J0ODiU0p5PZR+nb0VRsHqujVCM6PLSQoWXJKHOSQ= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from labiere ([82.69.64.142]) by mail.gmx.net (mrgmx105 [212.227.17.174]) with ESMTPSA (Nemesis) id 1MEFvp-1nCSNa0u9N-00ACpN; Wed, 05 Jan 2022 11:57:23 +0100 References: <87wnjgqm93.fsf@gmail.com> <87bl0s5cfx.fsf@gmail.com> <878rvua4h8.fsf_-_@gmail.com> User-agent: mu4e 1.6.10; emacs 27.2 From: Pierre Langlois Date: Wed, 05 Jan 2022 10:47:04 +0000 In-reply-to: <878rvua4h8.fsf_-_@gmail.com> Message-ID: <871r1me9gx.fsf@gmx.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Provags-ID: V03:K1:nwqB6MauP2qHKzL0JlyMRLh51CoNNcpy5z30IOHn+0U4kwuS8WG bxoTDRB9qpIVlXwfHnQ7i3ZCnKSMcaRfRpzZUbGIzRQ5sX/nPOASSkXWcv4MXmmjeaVBZ3X 1KYCjnI8gzB4YXwcXKhk/n5GLx43YMwVYVyZ90SMW3mcCUd7aESbj7yGl1haZCyv6A5CZrh beBp16mUY9lsRDGLwksMA== X-UI-Out-Filterresults: notjunk:1;V03:K0:QsmTluyJ1s8=:oms54n57J/N6OSjLs1PFa/ DP3dwdFNFDD7BCLw7yHLKuc2Z3cv6CTov9yEzO+aNMFaLZPX6xXu577SZJzmUErrqkeX8Xpnb CA0zErhYVYm1NPwIzXhzgLj/exMOmeaMpkIO8g5AIepF2BrMyb4SmuLqT/KjIRpmtZHeKLQ3R +fyB0r66vGE3HU39wXuHjxmCGh9ZPW5dLdasn+x+bz9xbvivoXZxTVVfkG13xl3C0Iw8vD7JM Gz9Wt7uLvewARTHhF+E3CBCDHNl4WkXTq8F/c/GSCaDNdBQBRmoz1KVuzYv46zMOW/5FMbh26 GYqMwvphbQ/JLo6vG519TRcosrG6QYe4Wt8K6xRZBrJHcyKUZwqsQAHe3P8zoUuwgiQMF5Jwm 066nxOIP2+9BguIcnu/PWvpKlbqAf2VQeNID2ByAAgetNP/gZAr9+sLZi3EVDqeqK85P1SH8p ns8sIyws3fogsD+EFknqbB0J1OjdbwC5vxeYpfqkSsfD3xmGieTUg24qc/wHxQFCClsBjX/LW O4H5OOQqIxf6FnP9bx/fcyVp6Ncv65fajYaWxS2uuFTE6toIH9rKwq9TCXhu0cidKy1S8epxO wNyUphC8gNP71rwzD/8Vd+GZx75DtxXkV2eKxPKga0jyoX0SV8XlZE3FvSXLde1aOrmmeQtbb +/jG6W8JgCVa6R3TGH6+NnY75ph87dc66vk5ytwf8YNmiLZ0vT0/Bc5L9wu7Cl54OCP9qR8Z9 fu1ZrEtZNTH4/wqCMCnkDRoX5+Yhp50Vdfl2IzjZ60GLMMRatBvVlmgpuroJuMogRuuxT/u1M xQogDkqUlxVgUrM/Qt4q3EJGmrLrfXoWyED/JmOhxoJwVkpiU+v4pKX4j6SHRmlflB4mrwPVH 1CKZEjnmL/8iJKCg1qvPeZSDbNlq/60VeQJC/CxLT+1MVbr7sUDgMZlwiHhk/wZxzH2cRhRnI MzccZ5bxiWX9P53ZNhh6COa3yrpWc9HlAGW5YggY9hSnsVwEMWGj0hI6HkX1cCJxJfJuRians 9t/tiB4Wk/9UAIVEu6Yq7IqPADbPAttgfapaq0B2TSJuVVgTMP8HmA3G1DJwRGpOCfVGtOD1V r1zD/+BqfrgxF0= Received-SPF: pass client-ip=212.227.17.20; envelope-from=pierre.langlois@gmx.com; helo=mout.gmx.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: aikokyle@gmail.com, 52908@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1641380307; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=Jb8pZkCmZ4RcGsWZLyjrbTvnsT1iRzDapncX3z+iIS8=; b=VCV0q5zc9Hd5KLPPQGVK5Ro3uq4FKfkSCEIEvntB5O6HqrYUouUMQpSWLco8YJUz38vYyg C/wCuhemBw4eGj/Kav5D5HRHhaV/Zh/LPnw4wXumif2Rqw9WgQZNRfOfMxAvpq8aBbnzhZ +HeRaQlLVZPpLxpNRV1lt3q58MUjALVFK4l6ee/Spo0sOKENB6S/MUaUIitY9YsxXyFUfV bvubBECcOtfs7Fa+nA8H48AFZQJpyO5jAyu0m3X/NK2pxnp1RSxMdgs6ryycLePIoNqxlu YzcY8iLt9em/qucePh80eVNFcJ4E6+DCi4oVQxngH0XMIpDu2FRHRYCZOeuoKA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1641380307; a=rsa-sha256; cv=none; b=cgc7NFhDQB09pvBJjdWfoHA32SlRCt1TAwQKYFjD1zzyvhm/K61+267LSpXYdZGEWSSn+i phcI59jh4ZrejGMP6odAWMxlZfK6tdsJ8sT/ZIGenw/2qv4ndU3lvb9kdXfrGH/b+dcsad 7WPtltyaY4WGZY1EsHyRI8huKM7lfFD/5EBXW1Tjo3Oq3G5GnVTHII/Ll2JrBKWTbhcaP9 o/BJd+ki/OlMJzCHoVXDKDs0YCfJlgFupofcplXGiMPridm2lWklk5Z4uGncMh5O6giMIQ hg4MqWsJgsJUE+rqd7h3+9K/37kzUze9HKnTEsboVybgk6dGwdbcQgaekVbR/Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmx.net header.s=badeba3b8450 header.b=Sr5SY8Ud; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmx.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.80 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmx.net header.s=badeba3b8450 header.b=Sr5SY8Ud; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmx.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 8F3D9315A1 X-Spam-Score: -4.80 X-Migadu-Scanner: scn0.migadu.com X-TUID: fL8RTdG10/Pa --=-=-= Content-Type: text/plain Hi Chris, Chris Marusich writes: > [[PGP Signed Part:Undecided]] > Hi Aiko and Leo, > > Aiko Kyle writes: > >> It would be great to get this upstreamed soon so I can start guix >> pulling master. I think the guix commit and revision in >> package-management.scm will also need to be bumped after applying this >> fix. > > It shouldn't be necessary to update the guix commit and revision in > package-management.scm. My understanding is that "guix pull" will > install Guix at the specified commit; it does not use the guix package > to decide which version to install. In other words, even if at the > specified commit the "guix" package is defined to use an older version > (I believe this is always the case, actually), it will not stop "guix > pull" from installing Guix at the specified commit. > > If it's necessary to update the "guix" package, we can certainly do it. > However, I don't recall that it's necessary for fixing "guix pull" > problems like this. If you still believe it's necessary, can you help > me to understand why it's necessary? I believe we'll have to update the package as well. For example on aarch64 I can do a `guix pull' just fine, however `guix system reconfigure' fails because it builds the full guix package, including running the tests. You've mentioned that `guix pull' was not working for you on ppc64 though right? I wonder why, is this a difference between using Guix as the OS as opposed to a package manager on top of another OS? Thanks, Pierre --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFMBAEBCgA2FiEEctU9gYy29KFyWDdMqPyeRH9PfVQFAmHVeY4YHHBpZXJyZS5s YW5nbG9pc0BnbXguY29tAAoJEKj8nkR/T31U9PoIAIv764y1vQxYlfwyuZkcyASU oqangC1dBej4OMH1A9Kvwz3Xwhtm/lFZszEzufTJsv87OrrJOW2QJP2oZ6YhDqCo zKhiLfcxVHaAU/9xf7iqrwI0PRtHxuYfQcuuIdxzEK+HH/WOCTr/p0Hr9whFYD7V KM28b+YMeNWbFVCDy59JRlhNygGxUMqHjfoHTg/BDt9IDGPDUsEC0CSQOhkrLD/u nTZaGMT7324V1wQ/HPZChRE4/p6bDphn0citSgbNVLl40wCDjM/zI6ObSEd1TxCv 4mTVhAduW4+L0xkvVVbk+Jy9ELcCqSsIzCIo9p27YTYP2jbTOcET1rQ3FOciekg= =erVf -----END PGP SIGNATURE----- --=-=-=--