From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 20 15:27:13 2022 Received: (at submit) by debbugs.gnu.org; 20 Mar 2022 19:27:14 +0000 Received: from localhost ([127.0.0.1]:35140 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nW1Cr-0002fd-Fd for submit@debbugs.gnu.org; Sun, 20 Mar 2022 15:27:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:35592) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nW1Cp-0002fP-O1 for submit@debbugs.gnu.org; Sun, 20 Mar 2022 15:27:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54736) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nW1Cp-0008DF-Jg for bug-guix@gnu.org; Sun, 20 Mar 2022 15:27:11 -0400 Received: from [2a02:c205:2020:6054::1] (port=39120 helo=tobias.gr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nW1Cm-00025J-4n for bug-guix@gnu.org; Sun, 20 Mar 2022 15:27:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=2/E/1xiEzV8Ue UXD3GV3KD1Zi4zHymAqztcsaKREJIY=; h=subject:to:from:date; d=tobias.gr; b=Q80iNFRpHPVciRLj1likuZUKVbbITK5323a0dcvt0Sk5Q6NFfgMTofOGZiEeI5nn+SN6 AW4NLDWIATcM/OeBVJ6ingjzVe4lMrt+baMNfHZBa8jUJdyiLlZ0mfdv1I0prJIrjZRFuB WdDXEDh5G7bIdBwLWifUri9NU1byIP2C4jYsKp06eHl+rv3Zu5iJvs71s9qcNj3F+SqMs+ 9ivUMzuU5ePaiZml4TmV732SeAV4QnwYB1OWSLG2FWs9NQXAS7o6qi56KDcf3fVNMsIBtM k/R8jp96C8Q431w2SApvDi/24BN4l1hah8NHufKh9H6lT0Eu5Vuc+5JJU/peJkFA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTP id 4f102562 for ; Sun, 20 Mar 2022 19:26:52 +0000 (UTC) MIME-Version: 1.0 Date: Sun, 20 Mar 2022 20:26:51 +0100 From: Tobias Geerinckx-Rice To: Bug guix Subject: =?UTF-8?Q?=E2=80=98guix_system_image=E2=80=99_chokes_on_host=27s?= =?UTF-8?Q?_/var?= Message-ID: <7f383e57e329486509d4059b31695cfd@tobias.gr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a02:c205:2020:6054::1 (failed) Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) 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.7 (--) Guix, I can't build the older installer image I want, ostensibly because my installed system is too new (anno-post-apteryx-versioning; no time to further investigate I'm afraid). I expect a self-contained system not to care and certainly not to crash. ~/guix ⌥ v1.3.0-15828-gd5b4ca4445 λ ./pre-inst-env guix system image -t iso9660 gnu/system/install.scm guix system: warning: unrecognized boot parameters at '/var/guix/profiles/system-8-link/parameters' Backtrace: In ice-9/boot-9.scm: 152:2 19 (with-fluid* _ _ _) In unknown file: 18 (_ # # …) In ice-9/boot-9.scm: 152:2 17 (with-fluid* _ _ _) 724:2 16 (call-with-prompt _ _ #) 152:2 15 (with-fluid* _ _ _) 152:2 14 (with-fluid* _ _ _) 152:2 13 (with-fluid* _ _ _) In unknown file: 12 (_ # # …) In ice-9/eval.scm: 191:27 11 (_ #(#(# #) …)) 619:8 10 (_ #(#(#(#) image #< name: #f format:…> …) …)) 626:19 9 (_ #(#(#(#) image #< name: #f format:…> …) …)) 159:9 8 (_ #(#(#(#) image #< name: #f format:…> …) …)) In srfi/srfi-1.scm: 699:23 7 (filter-map #boot-parameters (a b c)> _ . _) In ice-9/boot-9.scm: 1747:15 6 (with-exception-handler # _ #:unwind? _ …) In ice-9/eval.scm: 293:34 5 (_ #(#(# "/var/guix/profiles/system-8-link" 8 #))) 293:34 4 (_ #(#(#(#(#) "/var/guix/profiles/system-8-link") "/va…") #)) 263:9 3 (_ #(#(#) #f)) 155:9 2 (_ _) In ice-9/boot-9.scm: 1685:16 1 (raise-exception _ #:continuable? _) 1685:16 0 (raise-exception _ #:continuable? _) ice-9/boot-9.scm:1685:16: In procedure raise-exception: In procedure struct-vtable: Wrong type argument in position 1 (expecting struct): #f Kind regards, T G-R Sent from a Web browser. Excuse or enjoy my brevity. From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 20 15:57:34 2022 Received: (at 54483) by debbugs.gnu.org; 20 Mar 2022 19:57:34 +0000 Received: from localhost ([127.0.0.1]:35162 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nW1gD-0003RF-Tp for submit@debbugs.gnu.org; Sun, 20 Mar 2022 15:57:34 -0400 Received: from laurent.telenet-ops.be ([195.130.137.89]:48712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nW1gB-0003R4-6N for 54483@debbugs.gnu.org; Sun, 20 Mar 2022 15:57:32 -0400 Received: from [192.168.100.254] ([178.119.10.153]) by laurent.telenet-ops.be with bizsmtp id 8jxU2700G3J72EA01jxVLw; Sun, 20 Mar 2022 20:57:29 +0100 Message-ID: Subject: Re: bug#54483: =?UTF-8?Q?=E2=80=98guix?= system =?UTF-8?Q?image=E2=80=99?= chokes on host's /var From: Maxime Devos To: Tobias Geerinckx-Rice , 54483@debbugs.gnu.org Date: Sun, 20 Mar 2022 20:57:24 +0100 In-Reply-To: <7f383e57e329486509d4059b31695cfd@tobias.gr> References: <7f383e57e329486509d4059b31695cfd@tobias.gr> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-/CPsohrlNXyT34LZ1deh" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1647806249; bh=XOO6cOQ/J/jyS74IBCOvqFgQn0qewIa58DOY4gaQETc=; h=Subject:From:To:Date:In-Reply-To:References; b=BIEu+iFdeZ1pRzAIwPjE5+FO+ubp0QmENki93a3h6bM5ktzCnNme5984MFQOdxXK0 OQmUlDT4FACXPUCbfoNnnhkTEjHtd7+wSKlQKbRT5OOy8qBJba9y02oTxsewcdzpV3 FScZq/4IOsQ37YYZGPeSbFBsnuA0dWpc5OZpYD3oyjW6IKLpypFPKnQcqvbJnw3z09 K1xcs4Z1Nk2nvyy0WEJdOErKa/tzeADQvd3hcRbVlEIeqNi12sSWe/2ZfflJij4q1c aspkN/+hDLlRMFyXhdREr8k0tmIZxrAoIePZvjuxeiAzt6Xwah5ymq3QtQc7S0DEAf aA8vB9gdRIqNw== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54483 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 (-) --=-/CPsohrlNXyT34LZ1deh Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Tobias Geerinckx-Rice via Bug reports for GNU Guix schreef op zo 20-03- 2022 om 20:26 [+0100]: > ~/guix =E2=8C=A5=C2=A0 v1.3.0-15828-gd5b4ca4445 =CE=BB ./pre-inst-env gui= x system image -t=20 > iso9660 gnu/system/install.scm > guix system: warning: unrecognized boot parameters at=20 > '/var/guix/profiles/system-8-link/parameters' > Backtrace: > In ice-9/boot-9.scm: > =C2=A0=C2=A0=C2=A0=C2=A0 152:2 19 (with-fluid* _ _ _) > [...] > ice-9/eval.scm:386:13 (a . rest)>) > =C2=A0=C2=A0=C2=A0=C2=A0 152:2 15 (with-fluid* _ _ _) > =C2=A0=C2=A0=C2=A0=C2=A0 152:2 14 (with-fluid* _ _ _) > =C2=A0=C2=A0=C2=A0=C2=A0 152:2 13 (with-fluid* _ _ _) > In unknown file: > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 12 (_ #=20 > # =E2=80=A6) > In ice-9/eval.scm: > =C2=A0=C2=A0=C2=A0 191:27 11 (_ #(#(#=20 > #) =E2=80=A6)) > =C2=A0=C2=A0=C2=A0=C2=A0 619:8 10 (_ #(#(#(#)=20 > image #< name: #f format:=E2=80=A6> =E2=80=A6) =E2=80=A6)) > =C2=A0=C2=A0=C2=A0 626:19=C2=A0 9 (_ #(#(#(#)=20 > image #< name: #f format:=E2=80=A6> =E2=80=A6) =E2=80=A6)) > =C2=A0=C2=A0=C2=A0=C2=A0 159:9=C2=A0 8 (_ #(#(#(#)=20 > image #< name: #f format:=E2=80=A6> =E2=80=A6) =E2=80=A6)) For a nicer backtrace, could you run "make" before "./pre-inst-env", such that file name and line number information would be present in the backtrace instead of all the (ice-9 eval)? Greetings, Maxime. --=-/CPsohrlNXyT34LZ1deh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjeHJBccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7mP6AQDZ6Zyk7Adi/Hf2BWypaemKRIGI IfAfncJmfb7wQEj/wQD8DE6APsOTyBH1uULrGHWixi2hulI+q6gDgPpKS+pKVQU= =JpC5 -----END PGP SIGNATURE----- --=-/CPsohrlNXyT34LZ1deh-- From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 20 16:01:11 2022 Received: (at 54483) by debbugs.gnu.org; 20 Mar 2022 20:01:11 +0000 Received: from localhost ([127.0.0.1]:35171 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nW1jj-0003Yd-30 for submit@debbugs.gnu.org; Sun, 20 Mar 2022 16:01:11 -0400 Received: from albert.telenet-ops.be ([195.130.137.90]:48200) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nW1jh-0003YV-UQ for 54483@debbugs.gnu.org; Sun, 20 Mar 2022 16:01:10 -0400 Received: from [192.168.100.254] ([178.119.10.153]) by albert.telenet-ops.be with bizsmtp id 8k18270033J72EA06k185N; Sun, 20 Mar 2022 21:01:08 +0100 Message-ID: Subject: Re: bug#54483: =?UTF-8?Q?=E2=80=98guix?= system =?UTF-8?Q?image=E2=80=99?= chokes on host's /var From: Maxime Devos To: Tobias Geerinckx-Rice , 54483@debbugs.gnu.org Date: Sun, 20 Mar 2022 21:01:07 +0100 In-Reply-To: References: <7f383e57e329486509d4059b31695cfd@tobias.gr> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-ibk3Bh48mAunu2nh4evw" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1647806468; bh=20BLE1+A47oKEyX7SPxAQIAdn69yD3PkaX7lTiwdVIQ=; h=Subject:From:To:Date:In-Reply-To:References; b=RqvP/KTTN2oTZzxnImuUqSfO9C41h6VxR4Mnp4Ykreh2n/X9++sMXHdjaXsm0f2HW uCMTuBeiy3wQYLguYsxXB4m3Dh2hcZdUGbeyeOCfk6Aj5giW5wNIX0YqXGPUlfdFxy RItchzGHBfcz0VIcfuK9+lj9V+1CWBDsVJyuxT/Y95ulwIY7jffbYBMZu+iQgsu85P Ob7cAl8AKsGDfbkLr7k3Z/cqLEGYfhJt0tpysf6+MMWOhLtDYF3dNy0kCJA8yrkxIh 9BNlvtHkZXmXkKJXEFkehm1Qw26kw2lcXaVzXerfAhAljtL2tcFgGpSUbKakztAgzj f9rABD58vyThQ== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54483 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 (-) --=-ibk3Bh48mAunu2nh4evw Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Maxime Devos schreef op zo 20-03-2022 om 20:57 [+0100]: > For a nicer backtrace, could you run "make" before "./pre-inst-env", > such that file name and line number information would be present in > the backtrace instead of all the (ice-9 eval)? Also, COLUMNS=3D900 can be useful to avoid truncation. --=-ibk3Bh48mAunu2nh4evw Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjeIAxccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7gA2AP9pT5Cb8kM5/63AG8fCpMW8abZg +zWayAlWjYHwwrHxFAD9HsZClz40dAL+PbmxOkx00hN/YbixyLIXmqcuqINl1gE= =STnH -----END PGP SIGNATURE----- --=-ibk3Bh48mAunu2nh4evw-- From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 07 12:45:41 2022 Received: (at 54483) by debbugs.gnu.org; 7 Apr 2022 16:45:41 +0000 Received: from localhost ([127.0.0.1]:33244 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ncVGO-0003KL-VY for submit@debbugs.gnu.org; Thu, 07 Apr 2022 12:45:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47536) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ncVGM-0003C7-Vt for 54483@debbugs.gnu.org; Thu, 07 Apr 2022 12:45:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51758) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncVGH-0000PL-1O; Thu, 07 Apr 2022 12:45:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=FoHvpV3vZUmQEtsF3XjzxB9joHVmWKXjDjWjcA8PHqc=; b=o2BLc2FbjQyJ3+jlbTO0 N9159tz0emKoYpSDixnd0yw24fYeg7qMWUdJi5o4dI7tI9JVFTEjC3Q2v/Uf74Ja3hezTcM9vzS/P ZboqyHHWLdml7XXL0pa5dUYzWPbex/kdnOYsg4XK0SneoBNeM5H6U+N1wcQRyQ5i8+XEwilO9gQPw KGfjc3Y5NWBxB0lWrU9wdqwXCtD8BxURJVT9yAML9VCJ1F/pUMdUpdqBpA59QiVKfjqpWBatJ7gp+ z2AH3qlC+ayet9LW0uZNOEMS2b6c23Tr0GfIpzOv5tBGVTBIcI4iRh5Pemes7SYwbRkVbHgu+Doz+ AoiPIGBWmE8waA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:61148 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncVGG-0004MO-7k; Thu, 07 Apr 2022 12:45:32 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Tobias Geerinckx-Rice Subject: Re: bug#54483: =?utf-8?Q?=E2=80=98guix?= system =?utf-8?Q?image?= =?utf-8?Q?=E2=80=99?= chokes on host's /var References: <7f383e57e329486509d4059b31695cfd@tobias.gr> Date: Thu, 07 Apr 2022 18:45:30 +0200 In-Reply-To: <7f383e57e329486509d4059b31695cfd@tobias.gr> (Tobias Geerinckx-Rice's message of "Sun, 20 Mar 2022 20:26:51 +0100") Message-ID: <87h774etat.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54483 Cc: 54483@debbugs.gnu.org, Mathieu Othacehe 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 (---) Hi! Tobias Geerinckx-Rice skribis: > I can't build the older installer image I want, ostensibly because my > installed system is too new (anno-post-apteryx-versioning; no time to=20 > further investigate I'm afraid). > > I expect a self-contained system not to care and certainly not to crash. > > ~/guix =E2=8C=A5 v1.3.0-15828-gd5b4ca4445 =CE=BB ./pre-inst-env guix sys= tem image > -t iso9660 gnu/system/install.scm > guix system: warning: unrecognized boot parameters at > '/var/guix/profiles/system-8-link/parameters' > Backtrace: > In ice-9/boot-9.scm: > 152:2 19 (with-fluid* _ _ _) > In unknown file: > 18 (_ # The ugly backtrace is gone with 47960b55268220ca1cb7d2fed41c53873181d816. However, fundamentally, =E2=80=98guix system image=E2=80=99 shouldn=E2=80= =99t be reading /run/current-system/parameters because it has not use for it. Mathieu, do you happen to have an idea where to remove that =E2=80=98read-boot-parameters-file=E2=80=99 call? :-) Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 07 12:45:48 2022 Received: (at control) by debbugs.gnu.org; 7 Apr 2022 16:45:49 +0000 Received: from localhost ([127.0.0.1]:33248 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ncVGW-0003Sc-Fd for submit@debbugs.gnu.org; Thu, 07 Apr 2022 12:45:48 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47576) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ncVGU-0003L3-Pq for control@debbugs.gnu.org; Thu, 07 Apr 2022 12:45:47 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51764) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncVGP-0000QZ-Hf for control@debbugs.gnu.org; Thu, 07 Apr 2022 12:45:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=L9/LavBTr+aUJCWSKJPr2IVLhnIy28q8sj9/5dnCVPQ=; b=fsiysRL/XSfKZu VkEOj2WxSwM1Il0zDqMwaiIl0fxwvlaOgkBcLmxVTxiorIb18c4obXAKFj6TvQJqG+tQV+FjEYwX2 Z31c9U9MwGxPcbrfXAcjOTX/Vy+hZvniwt18EijLnZlDTNSjYiniHyutATOpQyd6fefKRfh2tChs3 +j/JXA6TFvdMupaiptgx+MZ8inaCH7uSjTbAspXpgvZnXBDagnXa1AADMkwgLrwtfsAgDgu65OY6G qsKrkvv+Oudq6UGQtTGd7M4Kkz/8bxXYPDfwTxvIfjOFbYsY38Mjc2PGueytkoJ/NWPfSgvaJ4WL3 Z0AJpC2K5eYe/+knU2Mg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:56476 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncVGP-0004On-5h for control@debbugs.gnu.org; Thu, 07 Apr 2022 12:45:41 -0400 Date: Thu, 07 Apr 2022 18:45:39 +0200 Message-Id: <87fsmoetak.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #54483 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) 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: -3.3 (---) severity 54483 important quit From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 12 10:34:11 2022 Received: (at 54483-done) by debbugs.gnu.org; 12 Aug 2022 14:34:11 +0000 Received: from localhost ([127.0.0.1]:58534 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oMVjm-0002iv-W7 for submit@debbugs.gnu.org; Fri, 12 Aug 2022 10:34:11 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56654) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oMVjk-0002ih-Dt for 54483-done@debbugs.gnu.org; Fri, 12 Aug 2022 10:34:08 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47634) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oMVjb-00077V-LO; Fri, 12 Aug 2022 10:33:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=vQTOUetF9a6oAz6bA5LFJKDNTzZKRYxYjL0Vry14HhA=; b=L5LXR5jFfikTUTTkM/0j TyVVZ88RBWkO0i8pV37hB3XJs5krXaXsoRnjux9qZvHusdqVHtWdCE8YX6ADVdIA0Z2KeVrzqtQSD e82MXaavEByvQCa7VreXrS2CobVXrmZ/QX/jRWN0mxCTolVozmZM1SlXAm4e4cA3jd1K8cSZToFPp wMysq+1upsUxtddK4hdSfTJ+ENeh7cgLWk0Eiy8rCEhgz8awok2mKWVq1oX83yhJWfVqYDgYKGN2K KKSlxKO0ksgbQl9ht5p+mRS1CtZzQ28qSTcrZ57CTPOjhVIe+sTCn1/wHJvE7HfnKA+WeeG4XcpzD G7/68dsClm9DAQ==; Received: from 2a02-8429-81d2-3d01-94c9-8097-ea5c-2775.rev.sfr.net ([2a02:8429:81d2:3d01:94c9:8097:ea5c:2775]:40184 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oMVjb-0005IN-3r; Fri, 12 Aug 2022 10:33:59 -0400 From: Mathieu Othacehe To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#54483: =?utf-8?Q?=E2=80=98guix?= system =?utf-8?Q?image?= =?utf-8?Q?=E2=80=99?= chokes on host's /var References: <7f383e57e329486509d4059b31695cfd@tobias.gr> <87h774etat.fsf@gnu.org> Date: Fri, 12 Aug 2022 16:33:55 +0200 In-Reply-To: <87h774etat.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Thu, 07 Apr 2022 18:45:30 +0200") Message-ID: <87lertbkfg.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54483-done Cc: Tobias Geerinckx-Rice , 54483-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: -3.3 (---) Hey, > However, fundamentally, =E2=80=98guix system image=E2=80=99 shouldn=E2=80= =99t be reading > /run/current-system/parameters because it has not use for it. > > Mathieu, do you happen to have an idea where to remove that > =E2=80=98read-boot-parameters-file=E2=80=99 call? :-) Yes, that's because profile-boot-parameters was always evaluated in the perform-action procedure of the (guix scripts system) module. This has recently been fixed with 9d30cfa3372cccc847e75038d34c4ea5b8d8b241. Tobias, you can cherry-pick this patch on top of 1.3.0 if you'd like to generate an old installer image. I just managed to do so successfully :). Closing this one, Thanks, Mathieu From unknown Sat Jun 14 02:05:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 10 Sep 2022 11:24:09 +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