Hi, Chris Keschnat <[email protected]> skribis:
> test-name: channel-news, one entry > location: /home/ck/tmp/guix/tests/channels.scm:323 > source: > + (test-assert > + "channel-news, one entry" [...] > + (entry (tag "tag-for-first-news-entry") > + (title (en "Old news.") (eo "Malnova?oj.")) The question mark above suggests you were not running the test in a Unicode-capable locale. I think you may need to first run: export LC_ALL=en_US.UTF-8 or something similar. Could you check whether that helps? > FAIL: tests/texlive > =================== > > (package (inherit (simple-texlive-package "texlive-texsis" (list > "bibtex/bst/texsis/" "doc/man/man1/" "doc/otherformats/texsis/base/" > "tex/texsis/base/" "tex/texsis/config/") (base32 > "17ckkii656y2g1h5h8lc1bsy10a0bfgnsakhxii4hxfmvrfvc097") #:trivial? #t)) > (version "59745") (propagated-inputs (list texlive-cm texlive-hyphen-base > texlive-knuth-lib texlive-plain texlive-tex)) (home-page > "https://www.tug.org/texlive/") (synopsis "Plain TeX macros for Physicists") > (description "TeXsis is a TeX macro package which provides useful features > for typesetting\nresearch papers and related documents. For example, it > includes support\nspecifically for: Automatic numbering of equations, > figures, tables and\nreferences; Simplified control of type sizes, line > spacing, footnotes, running\nheadlines and footlines, and tables of contents, > figures and tables; Specialized\ndocument formats for research papers, > preprints and \"e-prints\", conference\nproceedings, theses, books, referee > reports, letters, and memoranda; Simplified\nmeans of constructing an index > for a book or thesis; Easy to use double column\nformatting; Specialized > environments for lists, theorems and proofs, centered or\nnon-justified text, > and listing computer code; Specialized macros for easily\nconstructing ruled > tables. TeXsis was originally developed for physicists, but\nothers may also > find it useful. It is completely compatible with Plain TeX.") (license lppl)) > > ;;; (fail (package (inherit (simple-texlive-package "texlive-texsis" (list > "bibtex/bst/texsis/" "doc/man/man1/" "doc/otherformats/texsis/base/" > "tex/texsis/base/" "tex/texsis/config/") (base32 > "17ckkii656y2g1h5h8lc1bsy10a0bfgnsakhxii4hxfmvrfvc097") #:trivial? #t)) > (version "59745") (propagated-inputs (list texlive-cm texlive-hyphen-base > texlive-knuth-lib texlive-plain texlive-tex)) (home-page > "https://www.tug.org/texlive/") (synopsis "Plain TeX macros for Physicists") > (description "TeXsis is a TeX macro package which provides useful features > for typesetting\nresearch papers and related documents. For example, it > includes support\nspecifically for: Automatic numbering of equations, > figures, tables and\nreferences; Simplified control of type sizes, line > spacing, footnotes, running\nheadlines and footlines, and tables of contents, > figures and tables; Specialized\ndocument formats for research papers, > preprints and \"e-prints\", conference\nproceedings, theses, books, referee > reports, letters, and memoranda; Simplified\nmeans of constructing an index > for a book or thesis; Easy to use double column\nformatting; Specialized > environments for lists, theorems and proofs, centered or\nnon-justified text, > and listing computer code; Specialized macros for easily\nconstructing ruled > tables. TeXsis was originally developed for physicists, but\nothers may also > find it useful. It is completely compatible with Plain TeX.") (license > lppl)) #f) > test-name: texlive->guix-package > location: /home/ck/tmp/guix/tests/texlive.scm:161 Hmm this one is unclear; it passes on my laptop. Needs more investigation… Thanks for reporting the issue! Ludo’.
