guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

getting started with the texlive importer


From: Paul Garlick
Subject: getting started with the texlive importer
Date: Tue, 08 Sep 2020 10:15:40 +0100

Hi Guix,

I have been trying to use the texlive importer to package some TeXLive
packages.

Using the example from the manual, I try:

$ guix import texlive fontspec

I get:

following redirection to `https://ctan.org/xml/1.2/pkg/fontspec'...
Backtrace:
          13 (primitive-load "/usr/local/bin/guix")
In guix/ui.scm:
  2050:12 12 (run-guix-command _ . _)
In guix/scripts/import.scm:
   116:11 11 (guix-import . _)
In guix/scripts/import/texlive.scm:
    91:19 10 (guix-import-texlive . _)
In guix/memoization.scm:
     98:0  9 (mproc "fontspec" "latex")
In unknown file:
           8 (_ #<procedure 7f1e93b6c920 at guix/memoization.scm:17…>
…)
In ice-9/boot-9.scm:
  1736:10  7 (with-exception-handler _ _ #:unwind? _ # _)
In guix/store.scm:
   631:37  6 (thunk)
In guix/import/texlive.scm:
   151:23  5 (_ #<store-connection 256.99 7f1e93c36370>)
In guix/utils.scm:
    705:8  4 (call-with-temporary-directory #<procedure 7f1e93c08900…>)
In guix/svn-download.scm:
   160:14  3 (_ "/tmp/guix-directory.nfum2k")
In guix/build/svn.scm:
     39:2  2 (svn-fetch _ _ _ #:svn-command _ #:recursive? _ # _ # _)
In guix/build/utils.scm:
    654:6  1 (invoke _ . _)
In ice-9/boot-9.scm:
  1669:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1669:16: In procedure raise-exception:
ERROR:
  1. &invoke-error:
      program: "svn"
      arguments: ("export" "--non-interactive" "--trust-server-cert" "-
r" "51265" "svn://
www.tug.org/texlive/tags/texlive-2019.3/Master/texmf-dist/source/latex/fontspec
" "/tmp/guix-directory.nfum2k")
      exit-status: 1
      term-signal: #f
      stop-signal: #f

So the 'svn export' command is causing an error.  Interestingly, if I
run the same command from the shell it succeeds; the files are
downloaded to the temporary directory.

Are others seeing the same thing?  I wonder whether a recent change in
guix has jiggered the importer.

Best regards,

Paul.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]