unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: 64906@debbugs.gnu.org
Subject: bug#64906: Acknowledgement ('guix shell -D po4a' fails (texlive-font-maps.drv build failure))
Date: Thu, 27 Jul 2023 17:11:00 -0400	[thread overview]
Message-ID: <87edktxdp7.fsf@gmail.com> (raw)
In-Reply-To: <handler.64906.B.169049112931615.ack@debbugs.gnu.org> (GNU bug Tracking System's message of "Thu, 27 Jul 2023 20:53:02 +0000")

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




  parent reply	other threads:[~2023-07-27 21:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-27 20:51 bug#64906: 'guix shell -D po4a' fails (texlive-font-maps.drv build failure) Maxim Cournoyer
     [not found] ` <handler.64906.B.169049112931615.ack@debbugs.gnu.org>
2023-07-27 21:11   ` Maxim Cournoyer [this message]
2023-07-29  0:00 ` Nicolas Goaziou
2023-07-29 15:44   ` Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87edktxdp7.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=64906@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).