GNU bug report logs - #42301
Build of GNU Solfege fails

Previous Next

Package: guix;

Reported by: Tim Magee <timothy <at> eastlincoln.net>

Date: Thu, 9 Jul 2020 23:27:02 UTC

Severity: normal

Done: zimoun <zimon.toutoune <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Michael Rohleder <mike <at> rohleder.de>
To: 42301 <at> debbugs.gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: bug#42301: [PATCH] gnu: solfage: fix build.
Date: Fri,  7 Aug 2020 20:03:26 +0200
* gnu/packages/music.scm (solfage): fix build (http://issues.guix.gnu.org/42301).
---
 gnu/packages/music.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index db2f1ff8d6..af65c40193 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1361,6 +1361,9 @@ re-sequencer LV2 plugin.")
              (substitute* '("solfege/parsetree.py"
                             "solfege/presetup.py")
                (("#!/usr/bin/python") (string-append "#!" (which "python"))))
+             ;; fix build, see https://issues.guix.gnu.org/42301
+             (with-fluids ((%default-port-encoding "ISO-8859-1"))
+               (substitute* '("README") (("Malm.") "Malmoe")))
              #t))
          (add-before 'build 'add-sitedirs
            ;; .pth files are not automatically interpreted unless the
-- 
2.28.0





This bug report was last modified 4 years and 14 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.