From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: guix deploy: =?utf-8?Q?=E2=80=9Cunknown_error=E2=80=9D?= Date: Sun, 08 Dec 2019 23:32:46 +0100 Message-ID: <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]:56331) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ie56m-0004IE-A7 for help-guix@gnu.org; Sun, 08 Dec 2019 17:32:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ie56l-0008EH-6Q for help-guix@gnu.org; Sun, 08 Dec 2019 17:32:56 -0500 Received: from sender4-of-o50.zoho.com ([136.143.188.50]:21037) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ie56k-0007xk-IK for help-guix@gnu.org; Sun, 08 Dec 2019 17:32:55 -0500 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: help-guix@gnu.org 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 st= race 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: --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/14hbr0cy0pl6nx69= n848ycl5axv5w8w7-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/vlpabz0q67c7h1= vcbrgfk6fchi64gmk1-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