unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: <Ontje.Luensdorf@dlr.de>
To: 56019@debbugs.gnu.org
Subject: [bug#56019] hypre: Add missing latex font dependencies
Date: Thu, 16 Jun 2022 10:43:14 +0000	[thread overview]
Message-ID: <87o7ysx51a.fsf@dlr.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 475 bytes --]

Hi,


the hypre package fails to build its documentation with errors like these:


...
kpathsea: Running mktextfm phvr8t
mkdir: cannot create directory ‘././homeless-shelter’: Permission denied
mktextfm: mktexdir /homeless-shelter/.texlive2021/texmf-var/fonts/tfm/adobe/helvetic failed.

! Font T1/phv/m/n/8=phvr8t at 7.19995pt not loadable: Metric (TFM) file not found.
...

With the attached patch the package builds fine for me.

Best regards,
Ontje

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-hypre-add-missing-dependencies-on-latex-fonts.patch --]
[-- Type: text/x-patch; name="0001-gnu-hypre-add-missing-dependencies-on-latex-fonts.patch", Size: 1092 bytes --]

From 9b6e7e06ce17e1e92fcfd39528f036e5e74dbee3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ontje=20L=C3=BCnsdorf?= <ontje.luensdorf@dlr.de>
Date: Thu, 16 Jun 2022 12:13:00 +0200
Subject: [PATCH] gnu: hypre: add missing dependencies on latex fonts.

---
 gnu/packages/maths.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 0ad14ba36e..5e8fd7ae2d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5524,7 +5524,9 @@ (define-public hypre
                                      texlive-capt-of
                                      texlive-caption
                                      texlive-cm
+                                     texlive-courier
                                      texlive-etoolbox
+                                     texlive-helvetic
                                      texlive-jknappen
                                      texlive-sectsty
                                      texlive-tex-gyre

base-commit: 673983c9c6e86596abc9082e47319285674d7eda
-- 
2.36.1


             reply	other threads:[~2022-06-16 12:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-16 10:43 Ontje.Luensdorf [this message]
2022-06-23 20:33 ` bug#56019: hypre: Add missing latex font dependencies Ludovic Courtès

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=87o7ysx51a.fsf@dlr.de \
    --to=ontje.luensdorf@dlr.de \
    --cc=56019@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).