-specs.scm
--profile="$GUIX_EXTRA/my-project/guix"`
Cheers!
Luca
> De: "Luca Cirrottola"
> À: "bug-guix"
> Envoyé: Lundi 21 Novembre 2022 18:34:54
> Objet: [doc] More foolproof command in
> https://guix.gnu.org/cookbook/en/html_node/Reproducible-profi
my-project` (fourth line) could add the option `-p` (i.e.
`mkdir -p "$GUIX_EXTRA"/my-project`).
Keep hacking!
Luca
--
Luca CIRROTTOLA
Research software engineer @ INRIA center of the university of Bordeaux
Personal webpage: [ https://lcirrottola.github.io/ |
https://lcirrottola.gi
Hello,
I am getting failures for the package "hypre", during the building of its "doc"
output. I have last tested it on 32d1dfb5545bb01c9d8d7a2465f13f2f379dd96e, and
the error I get is of the form:
error: Problems running gs. Check your installation!
(repeated many several times)
It seems
Hello,
I can confirm that the above is still of interest today (2025-03-21) on master
(efac1498c15198afc4f9a2bc700408bde1b3b3ed). I can build on my machine, although
I get the message:
error: Problems running gs. Check your installation!
and, if I pass the --no-grafts --check options:
guix
Hello Andreas,
New version, old problems!
I have added ghostscript, and it reminds me that I already tried to do it in
the past, but the errors just change into (a lot of):
Fontconfig error: No writable cache directories
Luca Cirrottola (2):
Hypre: switch to v2.32.0.
Add ghostscript
---
gnu/packages/maths.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 3e44cc6ede..5823047300 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -7713,6 +7713,7 @@ (define-public hypre
(native-inputs
(list do
---
gnu/packages/maths.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8baf3a0a7f..3e44cc6ede 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -7697,7 +7697,7 @@ (define-public xaos
(define-publi
When adding ghostscript, nonewithstanding the fontconfig error, I do not get
the reproducibility error anymore when building with `--no-grafts --check` (on
my machine). Can you check it please?
Still, I notice that building the doc in the 2.32.0 version takes much much
longer than before.
Luca