GNU bug report logs - #48267
[PATCH] (gnu packages music) allow sonivox-eas to again successfully build

Previous Next

Package: guix-patches;

Reported by: Frank Pursel <frank.pursel <at> gmail.com>

Date: Thu, 6 May 2021 21:00:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 48267 in the body.
You can then email your comments to 48267 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#48267; Package guix-patches. (Thu, 06 May 2021 21:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Frank Pursel <frank.pursel <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 06 May 2021 21:00:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Frank Pursel <frank.pursel <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] (gnu packages music) allow sonivox-eas to again
 successfully build
Date: Thu, 06 May 2021 13:14:20 -0700
[Message part 1 (text/plain, inline)]
Sonivox-eas fails to build.  I think this is because it's input
dependency, drumstick, was upgraded.  The attached change updates the
sonivox-eas package to a version that works with drumstick 2.  I can see that
the build produces a guisynth binary that seems to function but someone
with greater understanding of the sound plumbing may want to give it a
closer look.  At least it will, again, now build.

Regards,
Frank Pursel 'acrow#freenode.irc'

[Message part 2 (text/diff, inline)]
diff --git a/music.scm b/music.scm
index 11702af..174315c 100644
--- a/music.scm
+++ b/music.scm
@@ -5100,7 +5100,7 @@ the electronic or dubstep genre.")
 (define-public sonivox-eas
   (package
     (name "sonivox-eas")
-    (version "1.1.0")
+    (version "1.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5109,7 +5109,8 @@ the electronic or dubstep genre.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0l9gs00p5g4k4qy6i7nv1mfi2n2wnsycwjrgrh9hxzam4irf2mw2"))))
+                "1ygmlrsdzxii2dvj6id2ai3xv3klw2x67ip5rcp823jzczl0wpjd"
+		))))
     (build-system cmake-build-system)
     (arguments '(#:tests? #f)) ; there are no tests
     (inputs

Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Sat, 15 May 2021 19:55:02 GMT) Full text and rfc822 format available.

Notification sent to Frank Pursel <frank.pursel <at> gmail.com>:
bug acknowledged by developer. (Sat, 15 May 2021 19:55:02 GMT) Full text and rfc822 format available.

Message #10 received at 48267-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Frank Pursel <frank.pursel <at> gmail.com>
Cc: 48267-done <at> debbugs.gnu.org
Subject: Re: [bug#48267] [PATCH] (gnu packages music) allow sonivox-eas to
 again successfully build
Date: Sat, 15 May 2021 22:54:15 +0300
[Message part 1 (text/plain, inline)]
Thanks. I added a copyright line for you and pushed the patch.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 13 Jun 2021 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 317 days ago.

Previous Next


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