GNU bug report logs -
#75893
texlive: kpathsea doesn't use ls-R database
Previous Next
Reported by: vicvbcun <guix <at> ikherbers.com>
Date: Mon, 27 Jan 2025 10:29:01 UTC
Severity: normal
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Am Fri, Mar 21, 2025 at 12:13:19PM +0100 schrieb Nicolas Goaziou:
> I think you need to move all font-* and fontconfig packages outside of
> texlive-local-tree, but still keep them as native inputs.
Indeed, I confirm that the diff below makes texlive-polyglossia build.
> I think the issue is the same in packages including non-texlive inputs
> within texlive-local-tree, such as texlive-arabxetex. To be confirmed
> with the above.
That sounds like a lot of work to arrange on lots of packages...
I suppose it should be included into commit
commit ee6b9d91abe5d4ff8c6b3608a289e9a8bdf62834
Author: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Date: Mon Feb 10 10:35:26 2025 +0100
gnu: texlive-updmap.cfg: Provide a full TeX Live tree.
Andreas
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 93974eb7c6..fb95bd78f4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -67472,7 +67472,12 @@ (define-public texlive-polyglossia
(string-append (getcwd) ":"
(getenv "GUIX_TEXMF"))))))))
(native-inputs
- (list (texlive-local-tree
+ (list font-dejavu
+ font-gnu-freefont
+ font-linuxlibertine
+ font-sil-ezra
+ fontconfig
+ (texlive-local-tree
(list font-dejavu
font-gnu-freefont
font-linuxlibertine
This bug report was last modified 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.