From unknown Tue Jun 17 20:07:31 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#47841 <47841@debbugs.gnu.org> To: bug#47841 <47841@debbugs.gnu.org> Subject: Status: 'tarball' jobs on ci.guix.gnu.org install the wrong profile Reply-To: bug#47841 <47841@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:07:31 +0000 retitle 47841 'tarball' jobs on ci.guix.gnu.org install the wrong profile reassign 47841 guix submitter 47841 Julien Lepiller severity 47841 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 17 09:29:49 2021 Received: (at submit) by debbugs.gnu.org; 17 Apr 2021 13:29:49 +0000 Received: from localhost ([127.0.0.1]:42483 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXl1A-0008GB-Tj for submit@debbugs.gnu.org; Sat, 17 Apr 2021 09:29:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:49790) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXl19-0008G1-5q for submit@debbugs.gnu.org; Sat, 17 Apr 2021 09:29:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57002) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lXl19-00075p-00 for bug-guix@gnu.org; Sat, 17 Apr 2021 09:29:47 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:51954) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lXl16-00028Q-DK for bug-guix@gnu.org; Sat, 17 Apr 2021 09:29:46 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 33dc8804 for ; Sat, 17 Apr 2021 13:29:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:message-id:mime-version:content-type :content-transfer-encoding; s=dkim; bh=eZXeYjbxkeRwM0eI+OwX6gTL4 ARnC1hCgtDDR6ARYr4=; b=RKEy4HXK94lt5NELilEAmM5bYSmHbVcq3v6odHdzb FgYmXMslGAj4qqOCcwHGPZVOWC5DSpnCb+36a+15KqxIJc6myD2dWyvOVkn+N0Kk n4q0CGJWfBEgVMhEfVI2uQ47uwcisviM6JF1QLBD0klaVyv2wkjUk39XUYeRLlTg TktbPY02t7hBAWyJ1ThPUzfFo28qKQKAhx2u3zcoiSYo67qonvfDb8dNIKPJlRmR TiQKPfnf3XRjJxqWW/MoFuZ6RHIVAbWnPvbJQCyTbXQNM569hyPnm7RUs4RnLjrV EpZDHr8wCmGgfl11NMHjptz+2XUKQeVeuReI7Dvsf2Llw== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id c2f2fd9d (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sat, 17 Apr 2021 13:29:42 +0000 (UTC) Date: Sat, 17 Apr 2021 15:29:27 +0200 From: Julien Lepiller To: bug-guix@gnu.org Subject: [release 1.2.1] could not install on foreign distro Message-ID: <20210417152927.3a98fe21@tachikoma.lepiller.eu> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=2a00:5884:8208::1; envelope-from=julien@lepiller.eu; helo=lepiller.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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: -2.3 (--) Hi Guix! I tried using the latest tarball to install guix, by modifying the current script. To do that, I downloaded the latest installation script from savannah and modified it a bit: In guix_get_bin, I removed the tar.xz extension and the download of the signature. I also commented out the verification with gpg. In main, I commented out the call to guix_get_bin_list and replace the call to guix_get_bin with guix_get_bin "https://ci.guix.gnu.org/download/" "114" "$tmp_path" (114 being obtained by looking at the latest build of the tarball: https://ci.guix.gnu.org/jobset/tarball). After these changes, I was able to run: sudo -i $HOME/guix-install.sh which initially asked me to get the key, then managed to download the tarball, but failed like so: https://www.gnu.org/software/guix/ Press return to continue... Starting installation (Sat Apr 17 08:59:36 AM EDT 2021) [ PASS ] verification of required commands completed [ INFO ] init system is: systemd [ WARN ] We recommend installing and/or starting your distribution 'nscd' service [ WARN ] Please read 'info guix "Application Setup"' about "Name Service Switch" [ INFO ] system is x86_64-linux [ INFO ] Downloading Guix release archive 114 100%[===================>] 85.11M 4.27MB/s in 19s [ PASS ] download completed. [ PASS ] unpacked archive [ INFO ] Installing /var/guix and /gnu... [ INFO ] Linking the root user's profile /home/roptat/guix-install.sh: line 317: /root/.config/guix/current/etc/profile: No such file or directory Indeed, the tarball only has the following in var/guix: /var/guix/ /var/guix/db/ /var/guix/db/db.sqlite /var/guix/gcroots/ /var/guix/gcroots/profiles /var/guix/profiles/ /var/guix/profiles/per-user/ /var/guix/profiles/per-user/root/ /var/guix/profiles/per-user/root/guix-profile /var/guix/profiles/per-user/root/guix-profile-1-link whereas the release (1.2.0) tarball contains: /var/guix/ /var/guix/db/ /var/guix/db/db.sqlite /var/guix/gcroots/ /var/guix/gcroots/profiles /var/guix/profiles/ /var/guix/profiles/per-user/ /var/guix/profiles/per-user/root/ /var/guix/profiles/per-user/root/current-guix /var/guix/profiles/per-user/root/current-guix-1-link Note guix-profile <> current-guix The manual still suggests to create a symlink to /var/guix/profiles/per-user/root/current-guix and source the profile from it. From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 17 13:42:49 2021 Received: (at control) by debbugs.gnu.org; 17 Apr 2021 17:42:49 +0000 Received: from localhost ([127.0.0.1]:44476 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXoy0-0006Xv-PC for submit@debbugs.gnu.org; Sat, 17 Apr 2021 13:42:48 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:40049) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXoxz-0006Xg-10 for control@debbugs.gnu.org; Sat, 17 Apr 2021 13:42:47 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id D8D855C0088; Sat, 17 Apr 2021 13:42:41 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Sat, 17 Apr 2021 13:42:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:message-id:mime-version:content-type; s=mesmtp; bh=dZNz+/cQa37IIdAVFJdmuUeTWDSMufa3FCnXwdof6s8=; b=Dm7ONkkfuxZF fJFRb2ez1iFh6KuzYYI+ToxAybRTp3jQdBBqGG4gZWn28rx9jh/E5pbFPtCoeEQJ v8UFv2a/5bQyxQoS1HippSLFsFU9/wbYbs2QQxuKkLiWl2PA+0OqlfxSbQrAYfBg ZgfoG+d1zufQ2dLjja/LWGN5MHwSqY4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=dZNz+/cQa37IIdAVFJdmuUeTWDSMufa3FCnXwdof6 s8=; b=WN5J/Fj83blfeeo1lw2QNyDqgcKa46EDUCVmUmi+9oO2uuce2jCpCpqaS 4OojqsFGhmeUvhdQLpPr0x3Ltp5dULGxli5++uluMm9kVI06ReVCugQJhO9cPqqR xfPVDv1LZ7j4wuHKENmvMne9Cfvg5sYD9gX+Rx+SRvPPJjvHDr2ZIzsvEdZknBJh hQ/t7nhXwXvZx86ZhMNXOPuQvN1IoXdf5v1G58DUDqvBbbEkEOZE4ymh9aUfiV7I Rz/iaDENfBm6LjaEfACR/y4IW2cAKyRlAriNo7A8rfN2Fy0N5VJhmuBkC5uMqQ5s F3tnH+VxNJHPSvMeriZn+v25n10QQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudeliedgvdeghecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecugfhmphhthicushhusghjvggtthculddutddmne cujfgurhepfffhvffkgggtugesthdtredttddtvdenucfhrhhomhepnfgvohcuhfgrmhhu lhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrthhtvghrnh ephfejiefgfeevvdefteehgeeltdekvedutdegtdduieetheetgedvfeffudfffeffnecu kfhppedutddtrdduuddrudeiledruddukeenucevlhhushhtvghrufhiiigvpedtnecurf grrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (pool-100-11-169-118.phlapa.fios.verizon.net [100.11.169.118]) by mail.messagingengine.com (Postfix) with ESMTPA id 4A3A9240054 for ; Sat, 17 Apr 2021 13:42:41 -0400 (EDT) Date: Sat, 17 Apr 2021 13:42:39 -0400 From: Leo Famulari To: control@debbugs.gnu.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: block 47297 with 47841 Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [66.111.4.25 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [66.111.4.25 listed in wl.mailspike.net] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: control 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: 0.3 (/) block 47297 with 47841 From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 17 14:58:04 2021 Received: (at control) by debbugs.gnu.org; 17 Apr 2021 18:58:04 +0000 Received: from localhost ([127.0.0.1]:44579 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXq8p-0006Id-Tr for submit@debbugs.gnu.org; Sat, 17 Apr 2021 14:58:04 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:36169) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXq8o-0006Hj-FK for control@debbugs.gnu.org; Sat, 17 Apr 2021 14:58:03 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 3C5785C00E6; Sat, 17 Apr 2021 14:57:57 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Sat, 17 Apr 2021 14:57:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:message-id:mime-version:content-type; s=mesmtp; bh=1z10HO5az+1KI9I5JXdLbduLMRS1ZknYzTS+Nx3Ul8w=; b=mQ592DGyGqTA wq41Ph5asUcHMLlw2FftmUyk7bYSgVx7aCuKEVy29RI3I/yaJBIpiAqoj+4dk5uz Uf6P7PjGzNkil5IswMA+n+RC34FGcXhTtr1af5iMexHBcD/qXiDq5E1F0cIY4ist F580fxGPwPHHW2rgkzO+Sm6zHlqy75s= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=1z10HO5az+1KI9I5JXdLbduLMRS1ZknYzTS+Nx3Ul 8w=; b=e7FD0YnwOyIrwlHUkRbDWHdfBAM8/FqMPSPskchCvLKnZXhu7IisViFrf n+Ba6J9kewcgYuOjaOyAv4rkHzU6Xi32qGZlFXaEyzdeRTiQP6Gylex+YkYRAzAp C6/X7Y8hz1ZXoyqBwurrWYzDF9OrZvmeX/om6NM3963kESZQ3XvYY1xnNOLUdZKW 9nj/SWmzev4GkkzvzeT6x3g2TFeuFsr9QCfLue7qNW6bq6GI2JEa8/BKKuWgZXZS NqmV8xFFwGv1JJh5gFT+ioD4AlSM5W/WUvqkzHF/YmC1E/bUXa9wSbjojJcmFXv8 ewCpmnR1wfiShk2ad3lCjz3s2jeVQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudeliedgvdeitdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd engfhmphhthicushhusghjvggtthculddutddmnecujfgurhepfffhvffkgggtugesthdt redttddtvdenucfhrhhomhepnfgvohcuhfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulh grrhhirdhnrghmvgeqnecuggftrfgrthhtvghrnhepleeiheeuudeftdegffelvefhfeef leeluefhveeuvedugfeguefhkefhveekjeeunecuffhomhgrihhnpehgnhhurdhorhhgne cukfhppedutddtrdduuddrudeiledruddukeenucevlhhushhtvghrufhiiigvpedtnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (pool-100-11-169-118.phlapa.fios.verizon.net [100.11.169.118]) by mail.messagingengine.com (Postfix) with ESMTPA id 86BC2108005C for ; Sat, 17 Apr 2021 14:57:56 -0400 (EDT) Date: Sat, 17 Apr 2021 14:57:55 -0400 From: Leo Famulari To: GNU bug tracker automated control server Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: retitle 47841 'tarball' jobs on ci.guix.gnu.org install the wrong profile Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [66.111.4.25 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [66.111.4.25 listed in wl.mailspike.net] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: control 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: 0.3 (/) retitle 47841 'tarball' jobs on ci.guix.gnu.org install the wrong profile From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 17 14:59:33 2021 Received: (at 47841) by debbugs.gnu.org; 17 Apr 2021 18:59:33 +0000 Received: from localhost ([127.0.0.1]:44588 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXqAH-0006LU-FU for submit@debbugs.gnu.org; Sat, 17 Apr 2021 14:59:33 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:58153) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXqAF-0006LI-LC for 47841@debbugs.gnu.org; Sat, 17 Apr 2021 14:59:32 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 67E595C02E9; Sat, 17 Apr 2021 14:59:26 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Sat, 17 Apr 2021 14:59:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=3cbqEy7z2U3nUbRVHJl/tLJJ +jjdEK41hVgRuCXcjgE=; b=YFQZw6IdIuME1Qu3EbbPInmNUqbtLkFJgfzOibPA ms41RXT8k/ZiSnLnmwO8J/K05NU9PTd/ef/B0aErjw6p8TtSWZb7J7AkwsEj+NzK oWeG0WmFRphSoGf5LGH+xV7250/ExvdOFDf3JIfK954g57VlAB/cFjS006MvRIME Gno= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=3cbqEy 7z2U3nUbRVHJl/tLJJ+jjdEK41hVgRuCXcjgE=; b=pbO5G6DmLDAjJ0wmLVznox wNurTPM6Df7a6XHCqzqIx5cOs3jeS8j48yA8mIq2S4YkPmkkt9W+UUrX/tompAWN 3FopUGfhFqV0EIh3yOkwPo3BAMFiVa7K+HE23icLc2NO1W8X+gSLib+jA162E0Pa io0lfgkOhbbEOmbkleC2PVcV5Odj+FhoW4ghnknluyA0LRkD6fcBhJSzdQzDpdL7 J7s1gAPG2dv3mMBUmI4pdsxirvyHl1X47CRV2YJTB4K9ihpbfI2F12iHGbFkHCi2 hVTLU3zSfwUJCgIKG/shIMFyl6j6A1dzaV3YiM2FmLruX3lZzweHZ8jXPvlGKZAg == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudeliedgvdeiudcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkfhggtggujgesghdtreertddtvdenucfhrhhomhepnfgvohcu hfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrth htvghrnhepvdevgeekudeivdeileduveekuefgueeuleehtdffgefftdefkeevleffueef udeknecuffhomhgrihhnpehgnhhurdhorhhgnecukfhppedutddtrdduuddrudeiledrud dukeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehl vghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (pool-100-11-169-118.phlapa.fios.verizon.net [100.11.169.118]) by mail.messagingengine.com (Postfix) with ESMTPA id 9DAAA24005D; Sat, 17 Apr 2021 14:59:25 -0400 (EDT) Date: Sat, 17 Apr 2021 14:59:23 -0400 From: Leo Famulari To: Julien Lepiller Subject: Re: bug#47841: 'tarball' jobs on ci.guix.gnu.org install the wrong profile Message-ID: References: <20210417152927.3a98fe21@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="EEYMM3ovcng/xOL9" Content-Disposition: inline In-Reply-To: <20210417152927.3a98fe21@tachikoma.lepiller.eu> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47841 Cc: 47841@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.7 (-) --EEYMM3ovcng/xOL9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Apr 17, 2021 at 03:29:27PM +0200, Julien Lepiller wrote: > (114 being obtained by looking at the latest build of the tarball: > https://ci.guix.gnu.org/jobset/tarball). [...] > /root/.config/guix/current/etc/profile: No such file or directory I built the tarball as it's done by `make release` [0]: `./pre-inst-env guix pack -C xz --fallback -s x86_64-linux --localstatedir --profile-name=current-guix guix` And, this tarball seems right: ------ var/guix var/guix/db var/guix/db/db.sqlite var/guix/gcroots var/guix/gcroots/profiles var/guix/profiles var/guix/profiles/per-user var/guix/profiles/per-user/root var/guix/profiles/per-user/root/current-guix var/guix/profiles/per-user/root/current-guix-1-link ------ So, I guess that the CI job for these tarballs needs to be adjusted. I'm going to test installing with this tarball in a Debian ISO now. [0] https://git.savannah.gnu.org/cgit/guix.git/tree/Makefile.am?id=b18f45c21f5d697d384a7bd5c9d3ee314bba9e35#n739 --EEYMM3ovcng/xOL9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAmB7MAgACgkQJkb6MLrK fwgDdQ//RAAOrs0SIqGvoTIUgZLUkmCCeOGcz98tlkI+I9lZGI/oyogxlXElyxYo aQfdg2PCps5QYubK46+W/gqSRhOzA4C/TQsM2bVu7R5fjtudcBGQfOiuhqHDLEM3 e62rEaq6cLm1H2yeF6tzcgEscrRTs7iKvmGKNfN4i+YWPrFrnej9DzvepW/THfR8 J/1O36dqd/PMp8AB049FdKupyHzda0sFFb2AcoXsbKLFUzCs6le8uMjRttUhP9tc 5vB17L5IGnWhAfG+y9JBmC9TI3M5jYiIaBuvYOMMHmdiW/5qqCcGixbLotEureKH Rklynf77RvL/oNk3PiOOTewk+FcwJMaUjX1ZqGkJJQwIAA5CR5MY5LZ1Qc4uQnfk eP+eo2l8c297+YySkaz1/9IlYj9/tG5EjNcDI8Ot4BZIGSfT3DYA07r7G/Ra1nCj Eb6Q4oj7zMLxsZeHmOxJh7TO4VHnRssq/JLJv+h+LE3416v4pKPjUHXzbUfKo2Of PzgV297a/QkzGgZ7DCCmXhywzV91OQFLcvO662A8O6Y3uetBUDSfdFqqzeb9UTtD +VCo89oCOy5c8lNuDMmYlYKdSr7ck40GPIdl5XzoYQrqNE/5anCE9CdYDXhJ0cce wulAJ0BHojkomFDzVIeQx26vFFvyFwcaGYZZwCQc47uV+hyckrk= =8FBw -----END PGP SIGNATURE----- --EEYMM3ovcng/xOL9-- From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 17 15:22:52 2021 Received: (at 47841) by debbugs.gnu.org; 17 Apr 2021 19:22:52 +0000 Received: from localhost ([127.0.0.1]:44662 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXqWq-0000ej-AU for submit@debbugs.gnu.org; Sat, 17 Apr 2021 15:22:52 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:47363) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXqWn-0000eT-R7 for 47841@debbugs.gnu.org; Sat, 17 Apr 2021 15:22:50 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id BC8F65C006C; Sat, 17 Apr 2021 15:22:43 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Sat, 17 Apr 2021 15:22:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=rwKKHds4JLqVs9JCo/z0Kq8o Mc8hiqA45a6zFWNplbU=; b=UXxiYo38TcZNl/w3JgHjo/zT/ovMPxFXIPhOkXwm JA2Zga5j9TwKsnF7eCsz3XemB0/usZYJNI3A3wNCwA2VO1U13KDzvXqjvMEL4flK ixci6fNfhqqaDcAgNr2A178MKazYx8In3fs8LZxjakFLfFPfalLisQbzOySjHs0t 5TM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=rwKKHd s4JLqVs9JCo/z0Kq8oMc8hiqA45a6zFWNplbU=; b=stvUqOANyPr8objC+4Urg6 I8cR2krEXKisyVLINC/4iw+tE6dPDGvHZyAUyto7zPtvxUbFXltt8aA+fvHjdivq mQPUAz8WxMlNM3TRLtClB72OofcPWoLsjoSeulVjsJrnIuDnPeCPXnuv7jU2GP07 sF1nSeT45tX2LWeDI7LE+LTmsOlfHClyYzmrxDBfdCib5J1dXZtKPuoW6Rep3Hs/ HJ7nZu94A9trMKsCcFIfGDVp2ZLkZnE2utTfqCkn3VF6vUlvaCo4p2xb3rjTG0CR 17HRBQ2yWLM1uvj2+3wTdrDyGfi3rWGaQVSM4rDkj7TyQAJ+ClsKtiVHetB9XY2A == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudeliedgvdeihecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcu hfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrth htvghrnhepvddvudegffefiedttdfhfedvuefhgfekieekgeekveetgefhfeetgfeguedu ffeinecuffhomhgrihhnpehgnhhurdhorhhgnecukfhppedutddtrdduuddrudeiledrud dukeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehl vghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (pool-100-11-169-118.phlapa.fios.verizon.net [100.11.169.118]) by mail.messagingengine.com (Postfix) with ESMTPA id 8DECC240054; Sat, 17 Apr 2021 15:22:42 -0400 (EDT) Date: Sat, 17 Apr 2021 15:22:37 -0400 From: Leo Famulari To: Julien Lepiller Subject: Re: bug#47841: [release 1.2.1] could not install on foreign distro Message-ID: References: <20210417152927.3a98fe21@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210417152927.3a98fe21@tachikoma.lepiller.eu> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47841 Cc: 47841@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.7 (-) On Sat, Apr 17, 2021 at 03:29:27PM +0200, Julien Lepiller wrote: > I tried using the latest tarball to install guix, by modifying the > current script. To do that, I downloaded the latest installation script > from savannah and modified it a bit: > > In guix_get_bin, I removed the tar.xz extension and the download of the > signature. I also commented out the verification with gpg. > > In main, I commented out the call to guix_get_bin_list and replace the > call to guix_get_bin with > > guix_get_bin "https://ci.guix.gnu.org/download/" "114" "$tmp_path" > > (114 being obtained by looking at the latest build of the tarball: > https://ci.guix.gnu.org/jobset/tarball). Can you share your diff? I tried to alter guix-install.sh to download the tarball I built from my server, but it's easier said than done. From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 17 16:17:57 2021 Received: (at 47841) by debbugs.gnu.org; 17 Apr 2021 20:17:57 +0000 Received: from localhost ([127.0.0.1]:44745 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXrO9-00021Q-Cr for submit@debbugs.gnu.org; Sat, 17 Apr 2021 16:17:57 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:49327) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXrO7-00021D-KY for 47841@debbugs.gnu.org; Sat, 17 Apr 2021 16:17:56 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 5E83A5C0380; Sat, 17 Apr 2021 16:17:50 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Sat, 17 Apr 2021 16:17:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=dK+EDPcy0CXt5GIDbk4vZ8wP KrE0GHaLTtLorEEXbAI=; b=DcIQTcI0P28YZqcxmQISxtoiiS6ftG1kLY2Ip324 tak6KDMtY9XHJv0QYCJYj+jSFepGSuGJ73j1zQSQBtdImDQC1EAqXwv9PAgEA7HK yHblvhYwlRhHM7ObGuCT2LvXS+UKa/cQ3udiZXYwGKzVrmE8RAryiLwqis5joNhv 4Ag= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=dK+EDP cy0CXt5GIDbk4vZ8wPKrE0GHaLTtLorEEXbAI=; b=tBbot4KjZz9gERJbeLY+1I 9BuPxq9kK1U5Y3jwwBCfSX4hbgrjvu7bMU9IuDYVIHCIWvW/M7yTRkLASdmpIPJk YFjRt9iFzjP+Eau37/3XdRxeABQ1ngesotcBhajBggvzwVxNpSqZKGKXYnk/nTJN jIUyhmuLUpf22iAvNL4mE7atnkVPl6Ijp7DZSLihCdcnnHv8EYrxS1TjQiesavNj Ci7AQljGV5KH2gYuRTX2+dSJfY1fuKcozzrBuSCrdT9vRVQ5pwbKhN3P9r8q8ot2 ZdV5MPF+0c0if0eXSUtILI8ec52qPcK2p3laxNgD5JiXPxvmuFAyu3BMUXYIYwCA == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudeliedgvdejiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkfhggtggujgesghdtreertddtvdenucfhrhhomhepnfgvohcu hfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrth htvghrnhepvdevgeekudeivdeileduveekuefgueeuleehtdffgefftdefkeevleffueef udeknecuffhomhgrihhnpehgnhhurdhorhhgnecukfhppedutddtrdduuddrudeiledrud dukeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehl vghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (pool-100-11-169-118.phlapa.fios.verizon.net [100.11.169.118]) by mail.messagingengine.com (Postfix) with ESMTPA id 7722F24005B; Sat, 17 Apr 2021 16:17:49 -0400 (EDT) Date: Sat, 17 Apr 2021 16:17:47 -0400 From: Leo Famulari To: Julien Lepiller Subject: Re: bug#47841: 'tarball' jobs on ci.guix.gnu.org install the wrong profile Message-ID: References: <20210417152927.3a98fe21@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="uMuGXj76dAJComDO" Content-Disposition: inline In-Reply-To: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47841 Cc: Mathieu Othacehe , 47841@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.7 (-) --uMuGXj76dAJComDO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Apr 17, 2021 at 02:59:23PM -0400, Leo Famulari wrote: > I'm going to test installing with this tarball in a Debian ISO now. I installed "by hand" using this tarball, and it worked fine. Since this bug is really about a broken CI job, and not the release artifacts, I'm removing it from the list of release blockers. --uMuGXj76dAJComDO Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAmB7QmsACgkQJkb6MLrK fwhImBAA50aBQ5s/4UdQkzOrDgKwaaw6/Zgf58R8W05eGHA3noT2kxaIhV/waFY8 zvS4jkPw5/7OtsJMgsSE9kyO7Xg7cIuhJApovPSRN84n8HQxjNbh0zOXpH0ztPD2 H9fUWlwqbO3Fu3Uk1bIv/O6/Lc+EfAoCCVwTxDvE+ZO31bHn690NzmoezohYP1Kr MbQMB4eS8HcQBUwLjtZPFOs7eqCBx7M///P5SER3t8N/5Jez+28Ze4Gb+GheSAfr vivpdNyAIVfiYbFtGvFathIw8uge/S8scUzDQNtDvs4OH8jll/wvSfw8xxFv271H 6GtWczbNvbX+UQQfsxQzO5IqKHr9Z8XcVp3pxeNXfJvp6/DzxI2+065O/arVOGOE 0lq0hJLo38uldGsJcyc9QC3v1qlcPM8hd7cfUitaP22CjeXd9d9kGoitIxFJwwSO Uu2bWsSSeX/NUdrovrH/wH+6KhG5sb0kGaPY6e5rZk45bqFSDOYSw9wLVBgtYgEs 8DF5RCcEw/GYwfSssljv568UTKbm8M+88Poh5lbytqFgOEdW+2VN9AjpQyFbMkFI jegirZQaYv0uw/fM+6c5h48R9iGQ1cJRNQehKU53a6ouaxnDvUoVWMZkBy2yiYMa Ss08V0NIVPxBQ7vb73Uzfdap8pzzEmTF5lmDeaqEfryTaeA+lFY= =f6Ms -----END PGP SIGNATURE----- --uMuGXj76dAJComDO-- From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 17 16:18:22 2021 Received: (at control) by debbugs.gnu.org; 17 Apr 2021 20:18:22 +0000 Received: from localhost ([127.0.0.1]:44750 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXrOY-00022V-LM for submit@debbugs.gnu.org; Sat, 17 Apr 2021 16:18:22 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:46141) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXrOT-000229-9N for control@debbugs.gnu.org; Sat, 17 Apr 2021 16:18:20 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 3B4665C035F; Sat, 17 Apr 2021 16:18:12 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Sat, 17 Apr 2021 16:18:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:message-id:mime-version:content-type; s=mesmtp; bh=cwpChoNP6JuiXdKIMCeAP0SIehuDBlV0tpxoelb9MMo=; b=mkG0k2HxHmW0 LJym8K44EZSTLK5tfsCLV11htmJ/QQzuA3EEagQ1g/wXybSwmk92M5F1zVGsjhRI JW44I8rlPVveQBU9q5BcFJxbKl1O9G+dL8X21TTSeOClbI5gg3MkrDfQjJ4Dg4aK iw4/UdGjfCHXrEQ2/0WXq5SPZBi6DBQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=cwpChoNP6JuiXdKIMCeAP0SIehuDBlV0tpxoelb9M Mo=; b=MynwjXfVfjolc/JSeLhfCRmzlhf1cGROar7tvPny9zB9ePzD98lCVc/56 1bdoK70MYg4LULr3eRsOcfOenRkyszhD6hMg7idt2Fjwq9ep/5Akr/H6x8+gLHC+ LyrrNDM3c+A/q3+hpuSVUHz1qj3BLGMLzEknQp4mq7PNyTqfrlA0Z+nQSoRP1NJV oUIG+hjXiLQ2WaYhtMytRfMcd84KN0sRj2pf1FZHBlvC1y54zYdcF9wexhCWuAV6 TLJIOGbqLXHd6XtNY4x3fMsLIZPq6+nAw2zZdfkUtEDiB+8w9J0XA33PRvq/20+Y 5CCTeMQnAil4a2PlTZOk48na5yFSw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudeliedgvdejiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecugfhmphhthicushhusghjvggtthculddutddmne cujfgurhepfffhvffkgggtugesthdtredttddtvdenucfhrhhomhepnfgvohcuhfgrmhhu lhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrthhtvghrnh ephfejiefgfeevvdefteehgeeltdekvedutdegtdduieetheetgedvfeffudfffeffnecu kfhppedutddtrdduuddrudeiledruddukeenucevlhhushhtvghrufhiiigvpedtnecurf grrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (pool-100-11-169-118.phlapa.fios.verizon.net [100.11.169.118]) by mail.messagingengine.com (Postfix) with ESMTPA id 0AE8F24005E for ; Sat, 17 Apr 2021 16:18:12 -0400 (EDT) Date: Sat, 17 Apr 2021 16:18:10 -0400 From: Leo Famulari To: control@debbugs.gnu.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: unblock 47297 with 47841 Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [66.111.4.25 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [66.111.4.25 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: control 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: 0.3 (/) unblock 47297 with 47841 From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 17 17:54:12 2021 Received: (at 47841) by debbugs.gnu.org; 17 Apr 2021 21:54:12 +0000 Received: from localhost ([127.0.0.1]:44833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXstH-00005k-Vu for submit@debbugs.gnu.org; Sat, 17 Apr 2021 17:54:12 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:35679) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXstG-00005X-GM for 47841@debbugs.gnu.org; Sat, 17 Apr 2021 17:54:11 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 5D6285C00E8; Sat, 17 Apr 2021 17:54:04 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Sat, 17 Apr 2021 17:54:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=DSruy+drHxNE2ZPXO/f2SPru BD/24Y9VCbvE6uTOq8w=; b=rcNPv24MHmHnjCaHf/HT1cVA7ETOyeqEcX8zVTbJ tcz6cdoAQ9Dr1fB5DnJhg6bKRFmTKsp8dr76c96mxlaKNDvFIx4z9lGhRTvqVNnG OghKjoOHFs+rubJKqPFDKKe+yGC+8Z/FTUBnKzgHneG9dJIuW17LFgkhB3qbNQ7i aa8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=DSruy+ drHxNE2ZPXO/f2SPruBD/24Y9VCbvE6uTOq8w=; b=LcEhoScG6JqjOH0SOxV2Yt gvpPHDNh1Se9fvlfJ+tnMlzHbZvtxdlgdA6f32tdIoUhE0DHQgAOas2634YKnTIq 6ZIIF3sLCPFg+X25xQssyo1J5ZaDeCZXWy7FO1+WA2vMSFjTYT3UhXPYSPZv1Aiu h2Mu6JUpW54Qt8RgleLaaZ84lcT+kGZN3C4iyXB2brBHOSi5fcSFaFJj0v03/Y4G BO9F44yhTURHbDof4BJ82oo984jT/dXZkRfv+5i4Dax0l2HbcWzG/w7TnL+JTs+E X3NZoPRJ0YOAlo1k2blmS6I0joFZq25f1JK57V72MF8jo3+lG8zzkO496lRWuCcg == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudeljedgtdefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefnvghoucfh rghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucggtffrrghtth gvrhhnpedukeevgeetkeeltefgiedtjefgjeekffduteehvdfhueekudelieekjeefheff teenucfkphepuddttddruddurdduieelrdduudeknecuvehluhhsthgvrhfuihiivgeptd enucfrrghrrghmpehmrghilhhfrhhomheplhgvohesfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Received: from localhost (pool-100-11-169-118.phlapa.fios.verizon.net [100.11.169.118]) by mail.messagingengine.com (Postfix) with ESMTPA id 6B0141080067; Sat, 17 Apr 2021 17:54:03 -0400 (EDT) Date: Sat, 17 Apr 2021 17:54:01 -0400 From: Leo Famulari To: Julien Lepiller Subject: Re: bug#47841: [release 1.2.1] could not install on foreign distro Message-ID: References: <20210417152927.3a98fe21@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="j/bv/ZKKda8VoFvh" Content-Disposition: inline In-Reply-To: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47841 Cc: 47841@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.7 (-) --j/bv/ZKKda8VoFvh Content-Type: multipart/mixed; boundary="wut7tDgG9yYPMAVQ" Content-Disposition: inline --wut7tDgG9yYPMAVQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Apr 17, 2021 at 03:22:37PM -0400, Leo Famulari wrote: > Can you share your diff? I tried to alter guix-install.sh to download > the tarball I built from my server, but it's easier said than done. Julien shared a diff on #guix, and I adapted it a bit, as attached. I named the binary tarball that I built 'guix-binary-0.tar.xz', so if you choose another name, adjust guix-install.sh appropriately. And of course, change the URL used in the invocation of guix_get_bin(). The example.com URL will not work. --wut7tDgG9yYPMAVQ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=diff Content-Transfer-Encoding: quoted-printable --- guix-install.sh.bak 2021-04-17 16:54:16.653305552 -0400 +++ guix-install.sh 2021-04-17 17:53:30.704684525 -0400 @@ -267,7 +267,7 @@ =20 wget --help | grep -q '\--show-progress' && \ _PROGRESS_OPT=3D"-q --show-progress" || _PROGRESS_OPT=3D"" - wget $_PROGRESS_OPT -P "$dl_path" "${url}/${bin_ver}.tar.xz" "${url}/$= {bin_ver}.tar.xz.sig" + wget $_PROGRESS_OPT -P "$dl_path" "${url}/${bin_ver}.tar.xz" =20 if [[ "$?" -eq 0 ]]; then _msg "${PAS}download completed." @@ -276,15 +276,15 @@ exit 1 fi =20 - pushd "${dl_path}" >/dev/null - gpg --verify "${bin_ver}.tar.xz.sig" >/dev/null 2>&1 - if [[ "$?" -eq 0 ]]; then - _msg "${PAS}Signature is valid." - popd >/dev/null - else - _err "${ERR}could not verify the signature." - exit 1 - fi +# pushd "${dl_path}" >/dev/null +# gpg --verify "${bin_ver}.tar.xz.sig" >/dev/null 2>&1 +# if [[ "$?" -eq 0 ]]; then +# _msg "${PAS}Signature is valid." +# popd >/dev/null +# else +# _err "${ERR}could not verify the signature." +# exit 1 +# fi } =20 sys_create_store() @@ -296,7 +296,7 @@ =20 cd "$tmp_path" tar --extract \ - --file "$pkg" && + --file "guix-binary-0.tar.xz" && _msg "${PAS}unpacked archive" =20 if [[ -e "/var/guix" || -e "/gnu" ]]; then @@ -544,7 +544,7 @@ =20 chk_term chk_require "${REQUIRE[@]}" - chk_gpg_keyring +# chk_gpg_keyring chk_init_sys chk_sys_arch chk_sys_nscd @@ -554,8 +554,9 @@ umask 0022 tmp_path=3D"$(mktemp -t -d guix.XXX)" =20 - guix_get_bin_list "${GNU_URL}" - guix_get_bin "${GNU_URL}" "${BIN_VER}" "$tmp_path" +# guix_get_bin_list "${GNU_URL}" +# guix_get_bin "${GNU_URL}" "${BIN_VER}" "$tmp_path" + guix_get_bin "https://example.com" "guix-binary-0" "$tmp_path" =20 sys_create_store "${BIN_VER}.tar.xz" "${tmp_path}" sys_create_build_user --wut7tDgG9yYPMAVQ-- --j/bv/ZKKda8VoFvh Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAmB7WPYACgkQJkb6MLrK fwiPiA//c2MSge0m1uaXIsk8Kq3oJi9BTFX9W7ca4/nAncTJmeedMpOcPQ3e9w5a PDxee/VG1DOZdDPFqlFVRBPfXDKNj9adT2ZsteHwF5C/xHQbm0HXGcf3sgiJWGoQ rQGrmhjKsqkqkwOCfs7n7G4hQlOJzlgngXeNeuETbsqsSW4MgYZ6O5QIb+lApx2v c0bUhLLujA6+gKMRXuez7eR8/gbIkbbFLbJVaNAvC5t+qtemvg5kq1fbGwfani1a yWnLsi97t+VL4VpU0unagNLE9dnHvOCoYulZ2FAUaJQQ39oy1E+XrQGcoIXv3OAT H3lPuRbe/bmeftPH/qasv0tXIiulzsDDeVjwxeiMbWM6kxn5KbLfsmQ0wkKxtb0h +ywDOij2uKsh7rWWKO7vr9yAoc1ZDaA932VIUwLIjDXvWFylQfTaGnb4zd7zA+yV +NbPM4JrVkcIVmS+fofqj0PlMSyfJH+5KrrMml+DkQb2jf9h8UAwGeYXTEAqlb4l 3C6Y9ET7mcy8yeBK6NH4ifvwPSVeadNfsZZ2HEmcxRZ1W4UFdNXHC3WcqPAE+NSk JqsnwU5cJiF+D6JJ0F/L6iRkemEQ1JSCBIOrJkO5tEyMML7oecI7asldqemMK5pU h0MbGxqd0uf9FPehTyoJzL3nREa0r3mSkqB3Htp/zQmw3as3Krg= =B4Pp -----END PGP SIGNATURE----- --j/bv/ZKKda8VoFvh-- From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 18 03:36:39 2021 Received: (at 47841) by debbugs.gnu.org; 18 Apr 2021 07:36:39 +0000 Received: from localhost ([127.0.0.1]:45199 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lY1yx-0005zM-8A for submit@debbugs.gnu.org; Sun, 18 Apr 2021 03:36:39 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40466) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lY1yw-0005z7-FE for 47841@debbugs.gnu.org; Sun, 18 Apr 2021 03:36:38 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47682) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lY1yq-0008MX-2o; Sun, 18 Apr 2021 03:36:32 -0400 Received: from [2a01:e0a:19b:d9a0:35c2:b1bf:b4c1:9d32] (port=59558 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lY1yp-0005th-L3; Sun, 18 Apr 2021 03:36:31 -0400 From: Mathieu Othacehe To: Leo Famulari Subject: Re: bug#47841: 'tarball' jobs on ci.guix.gnu.org install the wrong profile References: <20210417152927.3a98fe21@tachikoma.lepiller.eu> Date: Sun, 18 Apr 2021 09:36:29 +0200 In-Reply-To: (Leo Famulari's message of "Sat, 17 Apr 2021 16:17:47 -0400") Message-ID: <87tuo4rqma.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47841 Cc: Julien Lepiller , 47841@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.7 (-) Hello, > I installed "by hand" using this tarball, and it worked fine. > > Since this bug is really about a broken CI job, and not the release > artifacts, I'm removing it from the list of release blockers. There's indeed a discrepancy between the Makefile and the (gnu ci) release job. I'm testing this fix right now: 68a11045. Thanks, Mathieu From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 18 05:00:03 2021 Received: (at 47841) by debbugs.gnu.org; 18 Apr 2021 09:00:03 +0000 Received: from localhost ([127.0.0.1]:45282 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lY3Hf-0001hk-6R for submit@debbugs.gnu.org; Sun, 18 Apr 2021 05:00:03 -0400 Received: from mail-pl1-f169.google.com ([209.85.214.169]:42824) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lY3Hd-0001gj-A5 for 47841@debbugs.gnu.org; Sun, 18 Apr 2021 05:00:01 -0400 Received: by mail-pl1-f169.google.com with SMTP id v13so2565072ple.9 for <47841@debbugs.gnu.org>; Sun, 18 Apr 2021 02:00:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=o4c/MvslsTdYNPdaxe/9Vg3xEF72HLj6nIZkEe9tAss=; b=L+8YTqtetRTFzk0wg5dSiJOgYzIyVEETq2ZbsiCSZy4m8jWiZfxiNSN4AGasThDPeC en66C31jqQOUN7FZrznnrfo2i1MTlL/E23jPO2NiPgGBRsEeUk4aTtNUDtXEKgvvV5og U3ILV8+7Xp2vSYpn4xR1p955m4SXQzTEjo1FmEh3oXcEY5cdRv4UhdFNp3PCDxAqtmLu WYfVtpo2jxlBXbdE8K8nRzrM9plajdsgmYrbHyylCk9NxtVncNaHVLixv8MmWdU53egL fbEUNPfUE5McwaQbFkWv6tI6VbYWz+VVwy04Y0kxIQmJG4kWh/KvRJDl9y0Kxo1+UKK/ Aihg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=o4c/MvslsTdYNPdaxe/9Vg3xEF72HLj6nIZkEe9tAss=; b=WVIdWfqOqcpcTF9GOQTBWcTrmthF4Fswj5M1b/oE6PUh6TFutIi3fmwb/YYuaC6zrB Pc5xluhNiPJlAP+BBwfWiksATOmIUpn3LiP9xWQzQPUtkZ2P3kHe2ukIZCWXLiyjp6gX 9AdTUBqmw0Ry1kx+hLSkDwarEDmQ5hEomSH1YTzEsaZjS1YN9aqYYAEnbW5sfzPyk0/i lsAQG4IMqrLBG5HzbEdogz1w+AXO3INUlrE0gxwDjXR1GHhEFOHY2uRGT8aFdzEaayyC Xd6V3ZZELZ2sbEKggSxrCI/K/knB3KLA9TMj1CCL56F/qZBBHqKb0y9+4UoMvKL/1Qjs L8Qw== X-Gm-Message-State: AOAM531AhnsI9MrgNAk5+0YmMi0LdS6mvnT5RfmY8D21ywuSMp3qciHp vM2G8zK+3vgrjwtNWMdsQ2pcyh8223btuy9kTdATYivvMkM= X-Google-Smtp-Source: ABdhPJy3oUdf0rsntVtFLmQZud5z4zExC11KyNA/7gZi/07jX3efYmxfhIGTxX1RIxAeL01tHOyUUNKGnqZ91r4WtXo= X-Received: by 2002:a17:902:7281:b029:ea:afe2:b356 with SMTP id d1-20020a1709027281b02900eaafe2b356mr17920238pll.16.1618736395356; Sun, 18 Apr 2021 01:59:55 -0700 (PDT) MIME-Version: 1.0 From: Vincent Legoll Date: Sun, 18 Apr 2021 10:59:44 +0200 Message-ID: Subject: guix foreign installer To: 47841@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 47841 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, there's a few enhancements to the installer script waiting for review, comments and/or merge there: https://issues.guix.gnu.org/40601 That may make the kind of testing you've done here easier. The separate commits should be fairly orthogonal and cherry-pickable independently. I can resume working on those if there's consensus about their usefulness. Those patches also would probably help setting up CI testing jobs to catch problems earlier in the release cycle. Thanks -- Vincent Legoll From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 18 13:16:03 2021 Received: (at 47841) by debbugs.gnu.org; 18 Apr 2021 17:16:03 +0000 Received: from localhost ([127.0.0.1]:47684 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYB1f-00032S-6d for submit@debbugs.gnu.org; Sun, 18 Apr 2021 13:16:03 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:36563) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYB1d-0002wZ-Do for 47841@debbugs.gnu.org; Sun, 18 Apr 2021 13:16:01 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 5DE5A5C0764; Sun, 18 Apr 2021 13:15:56 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Sun, 18 Apr 2021 13:15:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=XUHLwrwrH219OZfJoNZ/TkiR NcWu7MrC4i9T1hiy0hY=; b=YoGkWQAh9J9XnHSMCd0AL4XKFqcWm8uuk8LG6vSi oWpIRxHrX++1fSQMEtVRMOZWHSbGXwTjo4/Y4FsaqvQjQqg6FdfJ9Z7f13a4yATg 8Vv1a3tnqsfOhZCLGvxtBVqibs5xalXFNiXrRASqRdzqIJtSKr2XT0iheoF1VFO0 p3o= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=XUHLwr wrH219OZfJoNZ/TkiRNcWu7MrC4i9T1hiy0hY=; b=kzF4/bpYQbjUb9yKKFS5QM 751qd1PsXenZzmZqKf0RbC6SxmtA5D3TX33kUaCb77LIi5m1vORo05mA9TS4uJK0 w7EXfP5i8PVjykQUFknqUljnTifTlVk7BD/uz0E9dNbSlwIkkUljq0NvJZh10ylP XBYeSdfTWqJikHT9MfpsIUpGhiPQI1I1E1rBq9TQPSwHaV11znRWvicugu2bzDvE sCvqghGgjQyTfkaCR6t8MQoJiOal6toxip4j/ewoMPMVfvdnkk3vSCFbJwMrXrZP pGadkQk2BLUekJnWOHkpBWZbXSTqXeGhhTSS6vTofcEdbFA9nqOusPmLWvDQhLrQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvddtuddgudelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefnvghoucfh rghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucggtffrrghtth gvrhhnpedvvddugefffeeitddthfefvdeuhffgkeeikeegkeevteeghfeftefggeeuudff ieenucffohhmrghinhepghhnuhdrohhrghenucfkphepuddttddruddurdduieelrdduud eknecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplhgv ohesfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Received: from localhost (pool-100-11-169-118.phlapa.fios.verizon.net [100.11.169.118]) by mail.messagingengine.com (Postfix) with ESMTPA id B2F78240057; Sun, 18 Apr 2021 13:15:55 -0400 (EDT) Date: Sun, 18 Apr 2021 13:15:54 -0400 From: Leo Famulari To: Mathieu Othacehe Subject: Re: bug#47841: 'tarball' jobs on ci.guix.gnu.org install the wrong profile Message-ID: References: <20210417152927.3a98fe21@tachikoma.lepiller.eu> <87tuo4rqma.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87tuo4rqma.fsf@gnu.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47841 Cc: Julien Lepiller , 47841@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.7 (-) On Sun, Apr 18, 2021 at 09:36:29AM +0200, Mathieu Othacehe wrote: > > Hello, > > > I installed "by hand" using this tarball, and it worked fine. > > > > Since this bug is really about a broken CI job, and not the release > > artifacts, I'm removing it from the list of release blockers. > > There's indeed a discrepancy between the Makefile and the (gnu ci) > release job. I'm testing this fix right now: 68a11045. Okay, thanks! By the way, what is that '68a11045'? If it's a Git commit, I can't figure out where it is. From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 20 08:17:21 2021 Received: (at 47841-done) by debbugs.gnu.org; 20 Apr 2021 12:17:21 +0000 Received: from localhost ([127.0.0.1]:53204 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYpJh-0007ah-An for submit@debbugs.gnu.org; Tue, 20 Apr 2021 08:17:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40892) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYpJf-0007Vh-Nr for 47841-done@debbugs.gnu.org; Tue, 20 Apr 2021 08:17:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33325) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lYpJZ-0004Z4-RQ; Tue, 20 Apr 2021 08:17:13 -0400 Received: from [2a01:e0a:19b:d9a0:9576:8bbf:4795:82ee] (port=55116 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lYpJY-0008Eg-MM; Tue, 20 Apr 2021 08:17:12 -0400 From: Mathieu Othacehe To: Leo Famulari Subject: Re: bug#47841: 'tarball' jobs on ci.guix.gnu.org install the wrong profile References: <20210417152927.3a98fe21@tachikoma.lepiller.eu> <87tuo4rqma.fsf@gnu.org> Date: Tue, 20 Apr 2021 14:17:11 +0200 In-Reply-To: (Leo Famulari's message of "Sun, 18 Apr 2021 13:15:54 -0400") Message-ID: <874kg1p2uw.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47841-done Cc: Julien Lepiller , 47841-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.7 (-) Hey, > Okay, thanks! By the way, what is that '68a11045'? If it's a Git commit, > I can't figure out where it is. Yeah, but it disappeared when I removed the wip branch. I pushed it on master: 2ccb715ab3ebef5ddbc53d706cbc42b3b765d613. I tried to install a CI produced tarball (https://ci.guix.gnu.org/build/213975/details) on a foreign distribution VM with success. Closing this one, Thanks, Mathieu From unknown Tue Jun 17 20:07:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 19 May 2021 11:24:06 +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