unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56019] hypre: Add missing latex font dependencies
@ 2022-06-16 10:43 Ontje.Luensdorf
  2022-06-23 20:33 ` bug#56019: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Ontje.Luensdorf @ 2022-06-16 10:43 UTC (permalink / raw)
  To: 56019

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-23 20:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-16 10:43 [bug#56019] hypre: Add missing latex font dependencies Ontje.Luensdorf
2022-06-23 20:33 ` bug#56019: " Ludovic Courtès

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