From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Leach Subject: guix import texlive fails because of svn Date: Sat, 11 Jan 2020 20:11:45 +0000 Message-ID: <87eew5n41r.fsf@mattleach.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]:56204) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iqN9w-000859-E1 for help-guix@gnu.org; Sat, 11 Jan 2020 15:15:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iqN9u-0002Pg-Sq for help-guix@gnu.org; Sat, 11 Jan 2020 15:15:00 -0500 Received: from mx0.mattleach.net ([176.58.118.143]:46262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iqN9u-0002OH-G1 for help-guix@gnu.org; Sat, 11 Jan 2020 15:14:58 -0500 Received: from picard.mattleach.net (92.40.248.146.threembb.co.uk [92.40.248.146]) by mx0.mattleach.net (Postfix) with ESMTPSA id B813A61C21 for ; Sat, 11 Jan 2020 20:14:56 +0000 (GMT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi Guix, I'm trying to import a texlive package with the command: `guix import texlive savetrees'. I get the following output: --8<---------------cut here---------------start------------->8--- following redirection to `https://ctan.org/xml/1.2/pkg/savetrees'... Backtrace: 11 (primitive-load "/home/matthew/.config/guix/current/bin=E2=80= =A6") In guix/ui.scm: 1806:12 10 (run-guix-command _ . _) In guix/scripts/import.scm: 116:11 9 (guix-import . _) In guix/scripts/import/texlive.scm: 91:19 8 (guix-import-texlive . _) In guix/memoization.scm: 98:0 7 (_ # ("savetrees" "lat=E2=80=A6"= ) _) In unknown file: 6 (_ # =E2=80=A6) In guix/store.scm: 625:10 5 (call-with-store #) In guix/import/texlive.scm: 148:23 4 (_ #) In guix/utils.scm: 661:8 3 (call-with-temporary-directory #) In guix/svn-download.scm: 160:14 2 (_ "/tmp/guix-directory.FEVjRH") In guix/build/svn.scm: 39:2 1 (svn-fetch _ _ _ #:svn-command _ #:recursive? _ # _ # _) In guix/build/utils.scm: 652:6 0 (invoke _ . _) guix/build/utils.scm:652:6: In procedure invoke: Throw to key `srfi-34' with args `(#)'. --8<---------------cut here---------------end--------------->8--- I have subversion installed and when I try to execute the subversion command manutally it succeeds: --8<---------------cut here---------------start------------->8--- matthew@picard ~ $ svn export --non-interactive --trust-server-cert -r 4943= 5 svn://www.tug.org/texlive/tags/texlive-2018.2/Master/texmf-dist/source/la= tex/savetrees /tmp/foobar A /tmp/foobar A /tmp/foobar/savetrees.dtx A /tmp/foobar/savetrees.ins Exported revision 49435. --8<---------------cut here---------------end--------------->8--- Am I doing something wrong or is this a bug? Regards, --=20 Matt