diff mbox series

[bug#56019] hypre: Add missing latex font dependencies

Message ID 87o7ysx51a.fsf@dlr.de
State Accepted
Headers show
Series [bug#56019] hypre: Add missing latex font dependencies | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Ontje.Luensdorf@dlr.de June 16, 2022, 10:43 a.m. UTC
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

Comments

Ludovic Courtès June 23, 2022, 8:33 p.m. UTC | #1
Hi,

<Ontje.Luensdorf@dlr.de> skribis:

> 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.

Good catch.

> 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(+)

I applied it with a commit log that follows our convention.

Thanks!

Ludo’.
diff mbox series

Patch

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