Hello, Hugo Nobrega <hugonobr...@ic.ufrj.br> skribis:
> hugo@hp-guix ~$ guix import texlive cite > command "svn" "export" "--non-interactive" "--trust-server-cert" "-r" > "59745" > "svn://www.tug.org/texlive/tags/texlive-2021.3/Master/texmf-dist/doc/latex/cite/" > "/tmp/guix-directory.09UnsN/doc/latex/cite/" failed with signal 11 guix > import: error: failed to import package 'cite' Jack Hill <jackh...@jackhill.us> skribis: > With Guix commit 4ba4cb1d49d70a00f7236f60bd92e5eccef573dd on Linux > x86-64, I have the following problem trying to import a texlive > package: > > """ > $ guix import texlive qrcode > command "svn" "export" "--non-interactive" "--trust-server-cert" "-r" "59745" > "svn://www.tug.org/texlive/tags/texlive-2021.3/Master/texmf-dist/doc/latex/qrcode/" > "/tmp/guix-directory.6aY7Gk/doc/latex/qrcode/" failed with signal 11 > guix import: error: failed to import package 'qrcode' > """ > > It seems something is unwell with our subversion package? Works for me on x86_64-linux! --8<---------------cut here---------------start------------->8--- $ guix describe Generation 215 May 22 2022 23:16:03 (current) guix 81f7bb1 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 81f7bb1691dc9dc69fc6e584ad8c6e36e495c103 $ guix shell subversion -- guix import texlive qrcode A /tmp/guix-directory.rXo6NK/doc/latex/qrcode A /tmp/guix-directory.rXo6NK/doc/latex/qrcode/README A /tmp/guix-directory.rXo6NK/doc/latex/qrcode/qrcode.pdf Exported revision 59745. A /tmp/guix-directory.rXo6NK/source/latex/qrcode A /tmp/guix-directory.rXo6NK/source/latex/qrcode/qrcode.dtx A /tmp/guix-directory.rXo6NK/source/latex/qrcode/qrcode.ins Exported revision 59745. A /tmp/guix-directory.rXo6NK/tex/latex/qrcode A /tmp/guix-directory.rXo6NK/tex/latex/qrcode/qrcode.sty Exported revision 59745. (package (inherit (simple-texlive-package "texlive-qrcode" (list "doc/latex/qrcode/" "source/latex/qrcode/" "tex/latex/qrcode/") (base32 "197v18lsvb90i07gxvc6mrmn1z63q8v0wvcnbk8dnn3hhabpn16y"))) (home-page "https://ctan.org/macros/latex/contrib/qrcode") (synopsis "Generate QR codes in LaTeX") (description "The package generates QR (Quick Response) codes in LaTeX, without the need for PSTricks or any other graphical package.") (license lppl1.3+)) $ guix shell subversion -- guix import texlive cite A /tmp/guix-directory.GpxhKw/doc/latex/cite A /tmp/guix-directory.GpxhKw/doc/latex/cite/README A /tmp/guix-directory.GpxhKw/doc/latex/cite/chapterbib.ltx A /tmp/guix-directory.GpxhKw/doc/latex/cite/chapterbib.pdf A /tmp/guix-directory.GpxhKw/doc/latex/cite/cite.ltx A /tmp/guix-directory.GpxhKw/doc/latex/cite/cite.pdf Exported revision 59745. A /tmp/guix-directory.GpxhKw/tex/latex/cite A /tmp/guix-directory.GpxhKw/tex/latex/cite/chapterbib.sty A /tmp/guix-directory.GpxhKw/tex/latex/cite/cite.sty A /tmp/guix-directory.GpxhKw/tex/latex/cite/drftcite.sty A /tmp/guix-directory.GpxhKw/tex/latex/cite/overcite.sty Exported revision 59745. (package (inherit (simple-texlive-package "texlive-cite" (list "doc/latex/cite/" "tex/latex/cite/") (base32 "0b1amznayxj80dmqbzcysmj7q8aksbyz98k6djsqi0mhwp1cd0fd") #:trivial? #t)) (home-page "https://ctan.org/macros/latex/contrib/cite") (synopsis "Improved citation handling in LaTeX") (description "The package supports compressed, sorted lists of numerical citations, and also deals with various punctuation and other issues of representation, including comprehensive management of break points. The package is compatible with both hyperref and backref. The package is (unsurprisingly) part of the cite bundle of the author's citation-related packages.") (license (error unknown-license "other-free"))) --8<---------------cut here---------------end--------------->8--- Jack, Hugo: What does “type -P svn” say? Does the bug occur within ‘guix shell subversion’ as shown above? TIA, Ludo’.