From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 02 14:57:41 2021 Received: (at submit) by debbugs.gnu.org; 2 Jul 2021 18:57:41 +0000 Received: from localhost ([127.0.0.1]:37137 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzOM7-00072R-35 for submit@debbugs.gnu.org; Fri, 02 Jul 2021 14:57:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:52382) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzMs1-0004e3-PR for submit@debbugs.gnu.org; Fri, 02 Jul 2021 13:22:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33106) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lzMs1-0007g4-Ep; Fri, 02 Jul 2021 13:22:29 -0400 Received: from mailout3.hostsharing.net ([176.9.242.54]:42157) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lzMrx-0004Jr-Ss; Fri, 02 Jul 2021 13:22:29 -0400 Received: from h20.hostsharing.net (h20.hostsharing.net [83.223.95.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.hostsharing.net", Issuer "RapidSSL TLS DV RSA Mixed SHA256 2020 CA-1" (verified OK)) by mailout3.hostsharing.net (Postfix) with ESMTPS id 788CE100AF8E3; Fri, 2 Jul 2021 19:22:20 +0200 (CEST) Received: from anna (p200300ddff229200fc95735350ba27af.dip0.t-ipconnect.de [IPv6:2003:dd:ff22:9200:fc95:7353:50ba:27af]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by h20.hostsharing.net (Postfix) with ESMTPSA id 3CC2F96FA; Fri, 2 Jul 2021 19:22:20 +0200 (CEST) Date: Fri, 2 Jul 2021 19:22:19 +0200 From: Tobias Platen To: bug-guix@gnu.org Subject: Guix pull fails on my Talos II Message-Id: <20210702192219.abc0fc7dcc44cfe953299d9b@platen-software.de> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; powerpc64le-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=176.9.242.54; envelope-from=guix@platen-software.de; helo=mailout3.hostsharing.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 02 Jul 2021 14:57:38 -0400 Cc: guix-devel@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) /gnu/store/vc2j3816jx9z4vgrw6zmk357xrka3zy0-texlive-latex-amsmath-51265.drv wird erstellt … \ „build“-PhaseBacktrace: 13 (primitive-load "/gnu/store/y5sniqlw2x5aaixyk4bw162v2a7bwdpl-compute-guix-derivation") In ice-9/eval.scm: 155:9 12 (_ _) 159:9 11 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(# ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?)) In ice-9/boot-9.scm: 152:2 10 (with-fluid* _ _ _) 152:2 9 (with-fluid* _ _ _) In ./guix/store.scm: 2090:24 8 (run-with-store # _ #:guile-for-build _ #:system _ #:target _) 1927:8 7 (_ _) In ./guix/gexp.scm: 275:18 6 (_ _) 1156:2 5 (_ _) 1022:2 4 (_ _) 868:4 3 (_ _) In ./guix/store.scm: 1975:12 2 (_ #) 1377:5 1 (map/accumulate-builds # _ _) 1388:15 0 (_ # _ _) ./guix/store.scm:1388:15: ERROR: 1. &store-protocol-error: message: "build of `/gnu/store/bbvxcaa31h006wg2kp1ysly55hkm56hn-po4a-0.63.drv' failed" status: 100 guix pull: error: You found a bug: the program '/gnu/store/y5sniqlw2x5aaixyk4bw162v2a7bwdpl-compute-guix-derivation' failed to compute the derivation for Guix (version: "6243ad3812f8c689599a19f0e8b9719ba14461f2"; system: "powerpc64le-linux"; host version: "1.3.0"; pull-version: 1). Please report it by email to . -- Tobias Platen From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 02 15:35:30 2021 Received: (at 49337) by debbugs.gnu.org; 2 Jul 2021 19:35:30 +0000 Received: from localhost ([127.0.0.1]:37191 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzOwk-00082h-7s for submit@debbugs.gnu.org; Fri, 02 Jul 2021 15:35:30 -0400 Received: from mail-pf1-f182.google.com ([209.85.210.182]:34568) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzOwf-00082P-Fp for 49337@debbugs.gnu.org; Fri, 02 Jul 2021 15:35:29 -0400 Received: by mail-pf1-f182.google.com with SMTP id f20so2014625pfa.1 for <49337@debbugs.gnu.org>; Fri, 02 Jul 2021 12:35:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=zd3HXunpoH1JqGf+eyzSTa0G3XXCUPX6afSwFCTDLYQ=; b=opvXNxP5VRtob6l3ZfZoxpcy7SYyocrJDzDLhxfnpiLLvWORUJb8C+hsnxar+SZKRK OiWrH84MVnU1bTYjbfn/QR5qu5umV6w2phmD4VQf9IIMvLbsTJHKZXWtDNZica7vymem zR4khqbJxZb6sNCTLkkQL4AsBQ0PtaFVuCw0qxnv9dCkz7K+iOnN1Tkzz+ffBaGVFj8o YKqBUDeEo9+8Jruf+a+SvYUMHImU//S6woRTIRLmBJC9S4ANgM5ozEoVemUsS0uKf/UA INki48pjg3pWqJpP07xVqajNJbkKl/rP+96v1rOPCCA2meaxOzGCcS3q+aK6eJcy3ORv vVwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=zd3HXunpoH1JqGf+eyzSTa0G3XXCUPX6afSwFCTDLYQ=; b=b2Qg9cnvwqXv2CGBE5bu5CA3+pSMFO+1WqTtEz/hQuk37ux9oppZyNx6L9S4Q+2XfD tUITmIpDcqCYkhNNdKWn0lm5fTL1h3Uz38OatMTlmCyxSBOOanW+ZG7NCj5Cfrfhzm8N 1d2qKo3NBa85cFZsvFCQlXW6osZNgGY4qqChmoozqDlIgUDSPvdwzic3JfP8rb2G+FGy lUcW9piMxnF/sRVr9MPa8r40CLGrMtVLe7LIDH1uvpKlGoobi47HruSt3ZgvpV72a0Su O3EQCjCSoar3G7+PiruihfqVs9/pzV5Wn2v9m8tac4Hb6WXhrufi7tJjhkeWgPhUf0Yv T0kQ== X-Gm-Message-State: AOAM532ZZ1KVHSIj5/iiVk55cjOiw1Vwzequ0ZmhS0jWpiL+129Vwq7u blmKz6wGby7q+D4VyTidt1g= X-Google-Smtp-Source: ABdhPJweYhXaJWDe5h6jTNDej8GS+O71zr9zB2kfjgoDp028Db3xNrFQ6ES8HCUVcAnhzaPq5A6Nxg== X-Received: by 2002:a63:5963:: with SMTP id j35mr1491835pgm.341.1625254519591; Fri, 02 Jul 2021 12:35:19 -0700 (PDT) Received: from garuda-lan ([2601:601:9d01:3f90::c0b3]) by smtp.gmail.com with ESMTPSA id w11sm4617982pgp.60.2021.07.02.12.35.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 02 Jul 2021 12:35:18 -0700 (PDT) From: Chris Marusich To: Tobias Platen Subject: Re: bug#49337: Guix pull fails on my Talos II References: <20210702192219.abc0fc7dcc44cfe953299d9b@platen-software.de> Date: Fri, 02 Jul 2021 12:35:14 -0700 In-Reply-To: <20210702192219.abc0fc7dcc44cfe953299d9b@platen-software.de> (Tobias Platen's message of "Fri, 2 Jul 2021 19:22:19 +0200") Message-ID: <87sg0w8q6l.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49337 Cc: guix-devel@gnu.org, 49337@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Tobias, Tobias Platen writes: > /gnu/store/vc2j3816jx9z4vgrw6zmk357xrka3zy0-texlive-latex-amsmath-51265.d= rv wird erstellt =E2=80=A6 > \ =E2=80=9Ebuild=E2=80=9C-PhaseBacktrace: > 13 (primitive-load "/gnu/store/y5sniqlw2x5aaixyk4bw162v2a7bwdpl= -compute-guix-derivation") > In ice-9/eval.scm: > 155:9 12 (_ _) > 159:9 11 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(# ?)= ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?)) > In ice-9/boot-9.scm: > 152:2 10 (with-fluid* _ _ _) > 152:2 9 (with-fluid* _ _ _) > In ./guix/store.scm: > 2090:24 8 (run-with-store # _ #:= guile-for-build _ #:system _ #:target _) > 1927:8 7 (_ _) > In ./guix/gexp.scm: > 275:18 6 (_ _) > 1156:2 5 (_ _) > 1022:2 4 (_ _) > 868:4 3 (_ _) > In ./guix/store.scm: > 1975:12 2 (_ #) > 1377:5 1 (map/accumulate-builds # _ _) > 1388:15 0 (_ # _ _) > > ./guix/store.scm:1388:15: ERROR: > 1. &store-protocol-error: > message: "build of `/gnu/store/bbvxcaa31h006wg2kp1ysly55hkm56hn-po4= a-0.63.drv' failed" > status: 100 > guix pull: error: You found a bug: the program '/gnu/store/y5sniqlw2x5aai= xyk4bw162v2a7bwdpl-compute-guix-derivation' > failed to compute the derivation for Guix (version: "6243ad3812f8c689599a= 19f0e8b9719ba14461f2"; system: "powerpc64le-linux"; > host version: "1.3.0"; pull-version: 1). > Please report it by email to . Thanks for the report! I'll try reproducing it locally, but in the meantime, if you could provide the following information, it would be helpful. What is the output of "guix describe" on your Talos II? When you ran "guix pull", did you just run "guix pull" or did you pass some options in? I.e., were you trying to pull to a specific branch or commit? If you are pulling using a channel file (e.g., ~/.config/guix/channels.scm), could you share it? Does "guix build po4a" successfully build po4a? Does "guix build -d po4a" show the same derivation as above (/gnu/store/bbvxcaa31h006wg2kp1ysly55hkm56hn-po4a-0.63.drv)? =2D-=20 Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEy/WXVcvn5+/vGD+x3UCaFdgiRp0FAmDfanIVHGNtbWFydXNp Y2hAZ21haWwuY29tAAoJEN1AmhXYIkadk9kP/0AnFfeHwCgXNlVI0T7HmB/KvAiQ IAQjbNu53pmvkIez2rcxUDI8sqRAdGZsfwTo4soyelBAH17JhX7N9HCzyeLE2Epi YIouCqaxpSw7YES18R5GxVjQ0l1/TO1V4pyJemhulrF/Og65N87cjFqIx66GmWa4 ZxsVQCwmpZfTcoI2LbZMyVzXaT7ciXH0oWrbcdgu7hnJGNckWk4YC04OjR26RbF1 0OhoHbh7lOowchMTB8oRbKXsLOIy02Gnf404CTcX+2gScwA/5WXZX3O/QXX0gMOj 1H1M9DMZAX6GfR6bFUAXJgrbZ6Y/zJa+PCYguMcHYoWiwOb0uLgUcmSiI89gOfw7 e4G0TZlYl0VdmN+s/rpj8ATYG2EdJbngTANV9uwO+POIaqeUt5Qd6jT3zTBmBn5R xuFHIcDd24G3abhTbtWafIHmKhZmIvOvYiQEavpZctArNT2QpUfE3p557w/RiVlg EJEps9G4P8uT+tTPqljT/BWwMO04tlNk2Ned0KA6k5abpT/2wfrpOjhX33OYDwkH YkKq15Px9GXXAW/rPm+0yv/+Y7Wj9SDDlh67AUC1C38CSS1ikDLws+EdvyCf7dx8 d47rwcJPX7a5FZI3qbjmC0bd2/pEAAR589FfIYX2ohyGpYXRhTEnCYbz76sA9qN1 NYMcyohIMfKExlQn =DuAf -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 02 21:36:40 2021 Received: (at 49337) by debbugs.gnu.org; 3 Jul 2021 01:36:40 +0000 Received: from localhost ([127.0.0.1]:37401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzUaG-0008DS-1I for submit@debbugs.gnu.org; Fri, 02 Jul 2021 21:36:40 -0400 Received: from mail-pj1-f42.google.com ([209.85.216.42]:51983) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzUaD-0008DC-VN for 49337@debbugs.gnu.org; Fri, 02 Jul 2021 21:36:38 -0400 Received: by mail-pj1-f42.google.com with SMTP id n11so7655272pjo.1 for <49337@debbugs.gnu.org>; Fri, 02 Jul 2021 18:36:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=XEEGUqaW+SnJF0YENi8GkLKwLcIDSsV3xNs6N5U6uJk=; b=GHRRclte3nsmhPFT/vDbapGuYVkgVhk3TcH7wri48HnxAdW9Bqatcd89HISTtqTGfD cgYGR5U/GSWAlnwhgFlVRAi5XRlUMhvJvEyDIIjVdg0Eh/sD7Tfr5p5McTmcPqLJHws/ TbsdrmmcHcQ5NXsvt9nIETfZJuX36n1KluMrq3NjGIMFtCi0KvKECQeiWGtqR54SmBbV PPfJAagMTTu3D9lz4kez7hGJg7AqS6+b6J70tfAd7AmsNYTE+IMB1bHOCPpISm/dPyxP VW1z9hjw4JAoFnNlfhpXUZ2GX+R48hINIi00ivuKGHR7aF8ez68Ffe4AAyX2JOy0gSW1 VulQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=XEEGUqaW+SnJF0YENi8GkLKwLcIDSsV3xNs6N5U6uJk=; b=K25lGcI89KdOxjiL9jewAL9TdmOGfqI0AbQf6NjrDNhL7FYX1SbC1wI1fa0/Trf9GU KU6oxJ/aqyU/jjt+SLIW5Ln+jxQsLNo86CiaLp7ERSuHcdr0kap/eIv/D0Co99DSbzes J9cg6Tdu6Ygp2FFKVwl0J7QvHcUEK2HHxjkn4abVml/9b78supzX/bnlD8V9mkXsTi1Q PdT9lFGeapj0n3tZB7Fgd9wNRADBGdEohJ1VdV/PP08rKutvBY5P4TPCfMqVXVwMwDlF Et3trvhdBd5QFfzHOLV0Yg87LXnZkBhtw3KY6491m8cjD5LhofY5wYMYbmuGUtkDN4ME CT4g== X-Gm-Message-State: AOAM531/x5vxYvG8Iu1BXk9kJFcdV97J+MzmOvso47ZugO52WSclIaTF OPDICDaGq+96brojH7RGLzE+IAKoJWjgUQ== X-Google-Smtp-Source: ABdhPJxCBc8kEpWhThyD/KoZ+VASwDBjbEwm+OT5k46F8R2lOWXY8UW2cXNcuxTNsMSG+xc65TdKJw== X-Received: by 2002:a17:90b:370b:: with SMTP id mg11mr2421086pjb.136.1625276191712; Fri, 02 Jul 2021 18:36:31 -0700 (PDT) Received: from garuda-lan ([2601:601:9d01:3f90::c0b3]) by smtp.gmail.com with ESMTPSA id ay3sm3859599pjb.38.2021.07.02.18.36.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 02 Jul 2021 18:36:31 -0700 (PDT) From: Chris Marusich To: Tobias Platen Subject: Re: bug#49337: Guix pull fails on my Talos II References: <20210702192219.abc0fc7dcc44cfe953299d9b@platen-software.de> Date: Fri, 02 Jul 2021 18:36:26 -0700 In-Reply-To: <20210702192219.abc0fc7dcc44cfe953299d9b@platen-software.de> (Tobias Platen's message of "Fri, 2 Jul 2021 19:22:19 +0200") Message-ID: <87fswwmb51.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49337 Cc: guix-devel@gnu.org, 49337@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, FYI, I was able to successfully "guix pull" from 83f8b6d (Apr 09) to c33e200 (Jul 02) just now on my own POWER9 machine (a Blackbird). =2D-=20 Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEy/WXVcvn5+/vGD+x3UCaFdgiRp0FAmDfvxoVHGNtbWFydXNp Y2hAZ21haWwuY29tAAoJEN1AmhXYIkaduCoQALut0jI7AkX58HYRL5L74BST7HuX IlfQuUx7zcsyoXjAYpPMG0vt+Ujm5SQs0UmKSd51rvHVcRLPg79/0iu4nuQZEIk0 4Hm5C9l9HPu8yDq0nEQZyn3mt3pZCG+mH2Q0N/e0+tOvXCe2JJLmg+XlORo+uU35 jk4SS0f4FFl1Zm0Q6dLmU2xXBxkyNpFaRcLCz/J9zVHzn3KHgtlXxGBDJD2HUT6M nkWt5UmSSK4UkMvv/30q1OsO7ngJz4WJHj+XOwHzeOQC+LgqMHRXKzGdskFa4kKh pPerXAgRWePve7NvG7iV4vvxzDx/WF/jZjUzfCmuCCxE7pPN0h0jEX0/vahE+Z1U b8FOi++avXmj13/rWtyVSCaP340D3E/PwXYEF9UYwCIG/8AvslQ2x9Ty7BQXIMZA NTHmP0T1wU8ucuCd6eJRWVv0Q7rGOKvfwT6gPjARebUAoPyyo1QOHLvgQaYqbb2u itEMWbWV/Aocr/FssbmwlwVwlsluGiNtmdEPQg2fBcKsHEYudVNH/hayTzCr0Wbd +YBZ5HD5SW5kqjwIfjiEHCCnxM+kF8sDG+hCk2Lq/qGZBsQWj7SSjxrGs2DCxxq2 ZK3NAC6Frwg7PIyGYYe0pF1qi2fkHx0az7IxSIvNDCLYyufkmm0iDrCSbmaRpnWw R16xWpEMQEt+FYvb =2kN4 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 03 20:44:17 2021 Received: (at 49337) by debbugs.gnu.org; 4 Jul 2021 00:44:17 +0000 Received: from localhost ([127.0.0.1]:40096 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzqF5-0003Xe-KH for submit@debbugs.gnu.org; Sat, 03 Jul 2021 20:44:17 -0400 Received: from mx.kolabnow.com ([95.128.36.40]:42130) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzqF0-0003XM-BK for 49337@debbugs.gnu.org; Sat, 03 Jul 2021 20:44:14 -0400 Received: from localhost (unknown [127.0.0.1]) by ext-mx-out003.mykolab.com (Postfix) with ESMTP id 8389A404BD; Sun, 4 Jul 2021 02:44:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-type:content-type:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:date:subject:subject :from:from:received:received:received; s=dkim20160331; t= 1625359444; x=1627173845; bh=5dX4+kMm6TeZYc3ubH91blT0xrF9X4MZgO1 4/wX0BwY=; b=0WdqECBb38eGvakJwUhd7QEyKx75tXhKSdvYeC9LoBpXsB7E0Vi 7pgRnGzskNhXBWlcvwbHkDjV0fsnBEcECMOuuMs+AOh8xZJ9i46DAOhAb9aFQJ+7 ozcuB/R+EujtZbgs/OAYiNUp1aj0plt/n3iPq3OhlCWfqWFtbcki1LDypkE8lJUP 6nRnGWmCDOY+Rws1KbMteKs6g4J6rd1y2Pn97WO4/8/eqxeSAOfwUShSTVZuCmK3 KQzJ/tZuk7aADj+XyGWKT5JvuWO6UiG41JpjBFxHdRkl7lKmS4C80BiLwTU3I6VW gmgV2A9GsDuUzrf93XMHxkp01JigRXxywtFCMwtrwehK3IrEu5F/iqntH2hQS5qB p0IdwKqke4mP7SQr/8p6z5S/fQZnioFCOqe/SppeGTk/HvLL3LEOVfdUnSUQXgN1 2BuRjbqRXrfXrBLJwC3z0JOVdQ2zpEw+deR87rUJe3jvtaF5CQZnwrSH/Ogm7VkO Xl/AB1AUi5AxmyuWkZq96k+FHFcqmFJRfF8BW7JoqkMdl7BEEKxmPQcdyCaYQa+I D9W1xWl2/kUDCjeq3c2Fj5p0wjoji5EaKuIggkFJTD6ZZ5ZAr4m0Pol3AUjg+tYt 9SATwatKznPetbRugX5A9zr55GA+PZuXppD1vsUYesI1WKkrBHwmBgxk= X-Virus-Scanned: amavisd-new at mykolab.com X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-10 required=5 tests=[BAYES_00=-1.9] autolearn=ham autolearn_force=no Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out003.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6yTK8HPuKUYP; Sun, 4 Jul 2021 02:44:04 +0200 (CEST) Received: from int-mx002.mykolab.com (unknown [10.9.13.2]) by ext-mx-out003.mykolab.com (Postfix) with ESMTPS id E361C40344; Sun, 4 Jul 2021 02:44:02 +0200 (CEST) Received: from ext-subm002.mykolab.com (unknown [10.9.6.2]) by int-mx002.mykolab.com (Postfix) with ESMTPS id 8652F4A4E; Sun, 4 Jul 2021 02:44:01 +0200 (CEST) From: Thiago Jung Bauermann To: Tobias Platen , guix-devel@gnu.org, 49337@debbugs.gnu.org Subject: Re: bug#49337: Guix pull fails on my Talos II Date: Sat, 03 Jul 2021 21:43:53 -0300 Message-ID: <5197471.A6eXukNXs3@popigai> In-Reply-To: <87fswwmb51.fsf@gmail.com> References: <20210702192219.abc0fc7dcc44cfe953299d9b@platen-software.de> <87fswwmb51.fsf@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49337 Cc: Chris Marusich X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, Em sexta-feira, 2 de julho de 2021, =C3=A0s 22:36:26 -03, Chris Marusich=20 escreveu: > FYI, I was able to successfully "guix pull" from 83f8b6d (Apr 09) to > c33e200 (Jul 02) just now on my own POWER9 machine (a Blackbird). This could be bug 48064. If it is, then it=E2=80=99s an intermitent problem= and=20 running `guix pull` again has a good chance of succeeding. Similarly, if `guix pull` succeeds then running `guix build --check=20 texlive-latex-amsmath` a few times will eventually fail. There=E2=80=99s a patch to work around the problem at the end of that bug r= eport. =2D-=20 Thanks, Thiago From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 10 23:08:19 2021 Received: (at 49337) by debbugs.gnu.org; 11 Jul 2021 03:08:20 +0000 Received: from localhost ([127.0.0.1]:33686 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2PpL-0008O3-Og for submit@debbugs.gnu.org; Sat, 10 Jul 2021 23:08:19 -0400 Received: from mail-pj1-f51.google.com ([209.85.216.51]:53013) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2PpJ-0008Np-Hs for 49337@debbugs.gnu.org; Sat, 10 Jul 2021 23:08:17 -0400 Received: by mail-pj1-f51.google.com with SMTP id bt15so2932777pjb.2 for <49337@debbugs.gnu.org>; Sat, 10 Jul 2021 20:08:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=YsEmBEg8eKIIKdcHxfhSsOiV9uTy0MHra3zE/hGjyw8=; b=P1N81AAXX7xnzBA2gN4LsaN1rYxUrRB4CnnoV+Z983/Yr0G67nWjLRfIbRyKQmkqcP FnfG0fyio5g4QSmwu/1CU5enqxZ9fLrakP81AKUpcqTqH020i5AeT9tjOxLxB63k9mRL 47kPBUu7w/0GLHCtyQqHVWpa9YDat4lu79L4yt7TzPLLVl/dwoluAWNFoan81hUgk2jn RNIMqJVkZ/Oi17Mi5d+fQ1eaUuxdr4Sx4GyosCV4C4aZ1JesPCUDQRQkF5Ezyhf80fbP aev/IWzPRWiQEQ1QfPK7limSMp5EMWN4FMaxX7majX9G8tfJD4KTK05I7ZT4pX30npw9 SuWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=YsEmBEg8eKIIKdcHxfhSsOiV9uTy0MHra3zE/hGjyw8=; b=osRlABO9A2SYEN063TTPykL9DRsSmUQaB+P9Ul1bgsvdpL9XB2XltMxXB+qQLr6OKc dfmnAONmXhReC0qlOFokj9JYGuK0fRuo/qDr0gAh/FxyLOWSPvMxjBnKm7Uq+JgmeOwO wvgpKzII+RqljzfbCklIs4tEqjzJpdnKu4WzJG/cRfiAMyjbWnSSXx4iKab4BF5yb7+p /kq1VMlxXgod0kF3S45Ye0HoYcD4QcJJL+2KDIWpa8KF+Cv2XVFcGhLZy68ZSxBml2u1 4CRK1CnTxcwQ5ZIlC49dFtNYgzODq2JhB30JSrjQ5UIActWSgZ/MxHT6VVGpQkgR/ViK LQOw== X-Gm-Message-State: AOAM533KHlxegyXIJk1vajVdQBlWJMFBbHgXaiMiRDA06XA84LAQUVkD ectcmq4uTPXoY8eOtnuP1Vw= X-Google-Smtp-Source: ABdhPJysiY/1xlcCZerOsozmDYXrvtCl2XIVQTjVrQeBWuVe13oJDZArp95/rA6I7/M3D/EnUjkQzw== X-Received: by 2002:a17:90a:2c09:: with SMTP id m9mr7338419pjd.212.1625972891448; Sat, 10 Jul 2021 20:08:11 -0700 (PDT) Received: from garuda-lan ([2601:601:9d01:3f90::a1ab]) by smtp.gmail.com with ESMTPSA id s9sm7701185pgv.37.2021.07.10.20.08.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 10 Jul 2021 20:08:10 -0700 (PDT) From: Chris Marusich To: Tobias Platen Subject: Re: bug#49337: Guix pull fails on my Talos II References: <20210702192219.abc0fc7dcc44cfe953299d9b@platen-software.de> Date: Sat, 10 Jul 2021 20:08:03 -0700 In-Reply-To: <20210702192219.abc0fc7dcc44cfe953299d9b@platen-software.de> (Tobias Platen's message of "Fri, 2 Jul 2021 19:22:19 +0200") Message-ID: <87k0lx5yzw.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49337 Cc: guix-devel@gnu.org, 49337@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Tobias, Were you able to "guix pull" successfully? =2D-=20 Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEy/WXVcvn5+/vGD+x3UCaFdgiRp0FAmDqYJMVHGNtbWFydXNp Y2hAZ21haWwuY29tAAoJEN1AmhXYIkadM4IP/iDEKKpgq68HVuUNfI5Kp/Jah0OP IkLCsvRcnt+mWZsEBpeEWm7vFYU/gJ3ut2fJNsIeDydfFCLmFtypcXcELDhCUs6G J5QHk2RKASyaP1X2yGv4nXntjlwVo2hJOE15xtpz7h0hL6+kGBJKdMy1hWM9PhLc 9VcqL/qyOwC0NUpMTqRIWUHX1w6oX49+zCvM/HpZAm2MGJRo1c5U/6ONTlfxa4nL NIfeTeEO+pTjY3mVHlO4CBCtWzMrbNafHbjJL+xNQlg9Biq11AfGet2EdzAnpTtB mA1zruOsobYwOYqJih74Goq/kyoNvGkrl4wWK/ZmYdVn0OkwD5oliCq7KB5jc1+l 1L6ozvaVAiUO6aRpiRQE684XsmP6yJ04J2zXPmRt1cEk2L66swDTSeKsAEdk6gFu T2Tzc422zGjfMvvwMuB4mFg+0/+b4Ab3GMpT/W4Q+t4EDHDSIK4QZwRjp1mD6qqb NUmx6g/iK52/aFDHE1VGjvRWKZMD416zmKC9ZB1FQryv2xmj5fePYguGIq5R9GOb n/zzj+vngTHbbjteA5WLYGjlKWsjvbnFAouDxuFuRXUeuGRlAYb2F/CkK8dP91EX h5ckt1OMbouP6hhYKIQYodIsIPGZU5gTrVQ2COZzSPltTTC1wI661o0q2JWL9jyQ YPJ+xvVbpP1UwK1I =u0wY -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 10 19:18:36 2023 Received: (at 49337) by debbugs.gnu.org; 10 Aug 2023 23:18:36 +0000 Received: from localhost ([127.0.0.1]:44271 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qUEvL-0004v6-SF for submit@debbugs.gnu.org; Thu, 10 Aug 2023 19:18:36 -0400 Received: from mx1.dismail.de ([78.46.223.134]:27869) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qUEvI-0004uo-Uq for 49337@debbugs.gnu.org; Thu, 10 Aug 2023 19:18:34 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 3f0933b2; Fri, 11 Aug 2023 01:18:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h= mime-version:date:content-type:content-transfer-encoding:from :message-id:subject:to; s=20190914; bh=37anZF5wu1A7pcEinSgFOWD3f UUzvbjwxcoYVqcndvc=; b=F21nurvK5XqTVlbRRQ48uGMG/hL4WthE+qxbTJfDZ CnQJwhLzry6iYta+SysX/QJLBRa0h0XVMnNgTRy7NVUlM4sOkYxqTIYNwLdYU1NI UerOULIQqMr4JIlDQdab8oF1l4te/f7DM17lqtvLJ4XsZTy5+BNf84GapX6Sn37d DjPKWWWc6ee5tqVpotxw6AqtbyJK7cyfV+31lH46twjVi4//0Ft7aPLPM5AxmWV6 cMOhq58UDcj8jMqxf/dvR+SGgswxia/YaBTQznnYFKXXqjZ5410oVYOURrdh+/+I wCdNHHomrUmix7BqvMsjRnpIdyr554k1NKWg9ZXJD4Cgw== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 89f57971; Fri, 11 Aug 2023 01:18:25 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id bd7ac935; Fri, 11 Aug 2023 01:18:25 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id c2ccbd94 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 11 Aug 2023 01:18:24 +0200 (CEST) MIME-Version: 1.0 Date: Thu, 10 Aug 2023 23:18:24 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: RainLoop/1.17.0 From: jbranso@dismail.de Message-ID: <783739e6c59e8b875762d04b355328e3@dismail.de> Subject: Re: Guix pull fails on my Talos II To: 49337@debbugs.gnu.org, cmmarusich@gmail.com X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49337 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) This bug appears to be solved. I was able to run guix pull successfully o= n my friends Talos II yesterday and take advantage of the new guix locate command. Chris I vote that we close this bug report. Thanks, Joshua FYI, my friend is running Chimera Linux on said Talos II. From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 10 19:27:27 2023 Received: (at 49337-done) by debbugs.gnu.org; 10 Aug 2023 23:27:27 +0000 Received: from localhost ([127.0.0.1]:44278 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qUF3v-00058d-BM for submit@debbugs.gnu.org; Thu, 10 Aug 2023 19:27:27 -0400 Received: from mail-yw1-x1133.google.com ([2607:f8b0:4864:20::1133]:61808) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qUF3p-00058N-LC for 49337-done@debbugs.gnu.org; Thu, 10 Aug 2023 19:27:25 -0400 Received: by mail-yw1-x1133.google.com with SMTP id 00721157ae682-589addee1c1so13790107b3.3 for <49337-done@debbugs.gnu.org>; Thu, 10 Aug 2023 16:27:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1691710036; x=1692314836; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=S5C9x3GVZ1c5oCCx8VB0eEDTp2MT5QK47g8Xt/bf1K8=; b=jBCQs+PNMAS7KZMdF6tPsGahKgRIJ7JntMgeEkb6R0LLAg4fT74AW+0vZs+FilNgcA 6AcF9nxYPNiOYlJwIqYV5Ud349+Vs0kim9WsKpAckRHBXolHIEfJTSVf0LKyx2N1FaP/ Sn9UZr/sD8JT/O9phEbUc6Sz0p31vh4mJFnOuylZfuQSjnMmjkU/myZIf0l/8YmOf4pt 325rZVWdwkRItCwWJxMDDZGoGnpO9uIiZc+Mn4Lkpi8wKXK9lBnX4d1SLVlgVfuxguPb wclavW4KvF/DfUjCf5It9OIjKNxUjXXCEl38JYkUgFA1RgIcCwVurahrgSmb8q89j5K7 CMeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691710036; x=1692314836; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=S5C9x3GVZ1c5oCCx8VB0eEDTp2MT5QK47g8Xt/bf1K8=; b=MX5uFwA+AXbbBo1JO16/2yLs1hmcYlwCYcAb5pT4QcoNblnznLGqVOGJWaR+OS77SG s4cH84UN+7jkQZM8/6oZANI97QJmPVny2eOoTSmGjK7+J5aEBXJpUTvh4BmPc7jOPB26 0bggWhcb3NasQb/GONMNBILHn4GHJqadEMXNY9PV5UuuDq7hV5PxGnoecPR8oD0fu9gh ZYepKYP8qFlLL81LUHnorpZQIeZdN2p9UTSzu36VoeCLPpKgBI/E0DfrF5guCfKAmQEJ /xnYAs+YzqAbYtWZFCkxsFLTmehk7oYvLrnFCfYC53Dy1N7Vy0wRxY+sy7351Ya4V+AL zHmA== X-Gm-Message-State: AOJu0YyA+QCqlRrCjHPh24NwjmmMlQ+WTW6FwA0Ogw2GQFspm3t7fi6D 4MdfUJvSux7KX3MfEDYdR/YWCCM2ML05EEYbr/P7+FQL X-Google-Smtp-Source: AGHT+IFkszBGscVtNh15jK0H1uKDY5OUHiuQMiAoRjOh7zLEfYIDwBcywUPil/QQ+AQ1EkiC04tHC4cUsm0JIIVpec8= X-Received: by 2002:a25:804e:0:b0:d12:25d:fd43 with SMTP id a14-20020a25804e000000b00d12025dfd43mr129035ybn.42.1691710035918; Thu, 10 Aug 2023 16:27:15 -0700 (PDT) MIME-Version: 1.0 References: <783739e6c59e8b875762d04b355328e3@dismail.de> In-Reply-To: <783739e6c59e8b875762d04b355328e3@dismail.de> From: Chris Marusich Date: Thu, 10 Aug 2023 16:27:06 -0700 Message-ID: Subject: Re: Guix pull fails on my Talos II To: Joshua Branson Content-Type: multipart/alternative; boundary="000000000000c103f9060299ef90" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49337-done Cc: 49337-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --000000000000c103f9060299ef90 Content-Type: text/plain; charset="UTF-8" That's fine with me. Thank you for letting us know. If others have similar issues, they can open a new bug for it. Sorry for the top post. On Thu, Aug 10, 2023, 16:18 wrote: > This bug appears to be solved. I was able to run guix pull successfully on > my friends Talos II > yesterday and take advantage of the new guix locate command. > > Chris I vote that we close this bug report. > > Thanks, > > Joshua > > FYI, my friend is running Chimera Linux on said Talos II. > --000000000000c103f9060299ef90 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
That's fine with me.=C2=A0 Thank you for letting= us know.=C2=A0 If others have similar issues, they can open a new bug for = it.

Sorry for the top po= st.

On Thu, Aug 10, 2023, 16:18 <jbranso@dismail.de> wrote:
<= blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px= #ccc solid;padding-left:1ex">This bug appears to be solved. I was able to = run guix pull successfully on my friends Talos II
yesterday and take advantage of the new guix locate command.

Chris I vote that we close this bug report.

Thanks,

Joshua

FYI, my friend is running Chimera Linux on said Talos II.
--000000000000c103f9060299ef90-- From unknown Sun Sep 07 16:50:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 08 Sep 2023 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator