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.