GNU bug report logs -
#64906
'guix shell -D po4a' fails (texlive-font-maps.drv build failure)
Previous Next
Full log
View this message in rfc822 format
Hi,
I've isolated the part that fails to the second 'updmap-sys' invocation
in the 'texlive-font-maps' profile hook; the following allowed 'guix -D
po4a texlive-bin' to succeed without errors:
--8<---------------cut here---------------start------------->8---
modified guix/profiles.scm
@@ -1847,14 +1847,14 @@ (define (texlive-font-maps manifest)
(error "failed to filter updmap.cfg")))
;; Generate font maps.
- (invoke #$(file-append texlive-scripts "/bin/updmap-sys")
- (string-append "--cnffile=" updmap.cfg)
- (string-append "--dvipdfmxoutputdir="
- maproot "dvipdfmx/updmap")
- (string-append "--dvipsoutputdir="
- maproot "dvips/updmap")
- (string-append "--pdftexoutputdir="
- maproot "pdftex/updmap"))
+ ;; (invoke #$(file-append texlive-scripts "/bin/updmap-sys")
+ ;; (string-append "--cnffile=" updmap.cfg)
+ ;; (string-append "--dvipdfmxoutputdir="
+ ;; maproot "dvipdfmx/updmap")
+ ;; (string-append "--dvipsoutputdir="
+ ;; maproot "dvips/updmap")
+ ;; (string-append "--pdftexoutputdir="
+ ;; maproot "pdftex/updmap"))
;; Create ls-R file. I know, that's not *just* for font maps, but
;; we've generated new files, so there's no point in running it
--8<---------------cut here---------------end--------------->8---
--
Thanks,
Maxim
This bug report was last modified 1 year and 354 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.