From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Subject: =?UTF-8?B?UmU6IGd1aXggZGVwbG95OiDigJx1bmtub3duIGVycm9y4oCd?= Date: Tue, 10 Dec 2019 08:54:33 +0100 Message-ID: References: <87o8wi5typ.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51386) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ieaM4-0004bY-JL for help-guix@gnu.org; Tue, 10 Dec 2019 02:54:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ieaM3-0007Id-EO for help-guix@gnu.org; Tue, 10 Dec 2019 02:54:48 -0500 Received: from mail-ed1-x535.google.com ([2a00:1450:4864:20::535]:34370) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ieaM3-0007I3-6g for help-guix@gnu.org; Tue, 10 Dec 2019 02:54:47 -0500 Received: by mail-ed1-x535.google.com with SMTP id cx19so15158697edb.1 for ; Mon, 09 Dec 2019 23:54:46 -0800 (PST) In-Reply-To: <87o8wi5typ.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ricardo Wurmus Cc: help-guix Hello, Ricardo Wurmus ezt =C3=ADrta (id=C5=91pont: 2019. dec.= 8., V, 23:33): > > Hi, > > I=E2=80=99m getting an unhelpful error when trying to deploy from my x86_= 64 > laptop to an i686 system: > > --8<---------------cut here---------------start------------->8--- > $ guix deploy deploy.scm > guix deploy: deploying to elephly... > sending 0 store items (0 MiB) to '192.168.178.20'... > Backtrace: > 5 (primitive-load "/home/rekado/.config/guix/current/bin/guix"= ) > In guix/ui.scm: > 1806:12 4 (run-guix-command _ . _) > In guix/status.scm: > 768:4 3 (call-with-status-report _ _) > In guix/store.scm: > 623:10 2 (call-with-store _) > In srfi/srfi-1.scm: > 640:9 1 (for-each # (#< operating-system: #<)) > In guix/scripts/deploy.scm: > 115:22 0 (_ _) > > guix/scripts/deploy.scm:115:22: Throw to key `srfi-34' with args `(#)'. > --8<---------------cut here---------------end--------------->8--- > > Does =E2=80=9Cstatus: 44=E2=80=9D mean anything to someone here? I used = strace on the > short-lived =E2=80=9Cguix repl=E2=80=9D process on the remote but I don= =E2=80=99t see anything > wrong. The process ends after determining that no files need to be > sent: This is coming from ssh.scm send-files, when the result can't be matched by other clauses. I did not dig too deep into it, maybe we could try to print the result there... > > --8<---------------cut here---------------start------------->8--- > =E2=80=A6 > 3582 write(13, "\1\0\0\0\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/14hbr0cy0pl6nx= 69n848ycl5axv5w8w7-module-import-compiled\0\0\0\0\0\0", 88) =3D 88 > 3582 read(13, "stla\0\0\0\0", 8) =3D 8 > 3582 read(13, "\1\0\0\0\0\0\0\0", 8) =3D 8 > 3582 write(13, "\1\0\0\0\0\0\0\0007\0\0\0\0\0\0\0/gnu/store/vlpabz0q67c7= h1vcbrgfk6fchi64gmk1-guile-2.2.6\0", 72) =3D 72 > 3582 read(13, "stla\0\0\0\0", 8) =3D 8 > 3582 read(13, "\1\0\0\0\0\0\0\0", 8) =3D 8 > 3582 close(13) =3D 0 > 3582 write(1, "(values (value ()))\n", 20) =3D 20 > 3582 read(0, "", 4096) > =E2=80=A6 > --8<---------------cut here---------------end--------------->8--- > > (Note that I had to append GUILE_* environment variables to > /etc/environment on the target to get this far.) > > -- > Ricardo > > g_bor --=20 OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21