From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#33778: guix copy fails Date: Mon, 17 Dec 2018 23:10:08 +0100 Message-ID: <8736qv24an.fsf@gnu.org> References: <87imzsuhdf.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:4830:134:3::10]:55717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZ1KU-00057L-Il for bug-guix@gnu.org; Mon, 17 Dec 2018 17:25:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZ16M-0000pN-RS for bug-guix@gnu.org; Mon, 17 Dec 2018 17:11:04 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48081) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gZ16M-0000pB-LN for bug-guix@gnu.org; Mon, 17 Dec 2018 17:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gZ16M-0004CE-E3 for bug-guix@gnu.org; Mon, 17 Dec 2018 17:11:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87imzsuhdf.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 17 Dec 2018 19:40:12 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus Cc: 33778@debbugs.gnu.org Hi, Ricardo Wurmus skribis: > ~/dev/gx/branches/master/pre-inst-env guix copy --to=3Delephly.net:1022 /= gnu/store/b10q1d2hks78i6vbjwrf71xxsyc1xb95-system > Backtrace: > 8 (apply-smob/1 #) > In ice-9/boot-9.scm: > 705:2 7 (call-with-prompt _ _ #) > In ice-9/eval.scm: > 619:8 6 (_ #(#(#))) > In guix/ui.scm: > 1603:12 5 (run-guix-command _ . _) > In ice-9/boot-9.scm: > 829:9 4 (catch srfi-34 # = # =E2=80=A6) > 829:9 3 (catch system-error # # =E2=80=A6) > In guix/scripts/copy.scm: > 80:27 2 (send-to-remote-host _ _) > In guix/ssh.scm: > 281:18 1 (send-files # _ _ #:recursive? = _ #:log-port _) > In unknown file: > 0 (length #) > > ERROR: In procedure length: > In procedure length: Wrong type argument in position 1: # The # comes from the =E2=80=98node-eval=E2=80=99 code right ab= ove line 281 of guix/ssh.scm. Could it be that the (guix =E2=80=A6) modules were not found on the target machine, or that guix-daemon was not running there? Thanks, Ludo=E2=80=99.