[PATCH] gnu: csound: Update to 6.16.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Fulbert
Owner
unassigned
Submitted by
Fulbert
Severity
normal

Debbugs page

Fulbert wrote 2 years ago
(address . guix-patches@gnu.org)
YzaclAO8HFkJUcd+@bluewin.ch
Hello !

Attached is the package update for Csound. The current 16.14.0 version
available on Guix does not build on my *x86_64-linux* system, and it

The only change is the version and the hash.

It does `guix build --rounds=2 csound` with no error and some basic
tests (only on the main `csound` binary) work as expected.

As recommended in
I started trying to build for arm as well, but i gave up after 2 hours
of never ending ruby compilation… sorry.

Best regards,
Fulbert
From ce49bde220ddff4a2d341b3334c9ae47aab5c5cc Mon Sep 17 00:00:00 2001
From: Fulbert <fulbert@bluewin.ch>
Date: Thu, 29 Sep 2022 19:19:45 +0200
Subject: [PATCH] gnu: csound: Update to 6.16.2.

* gnu/packages/audio.scm (csound): Update to 6.16.2.
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index fd27c1cc71..b1a91418da 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1400,7 +1400,7 @@ (define-public tao-synth
(define-public csound
(package
(name "csound")
- (version "6.14.0")
+ (version "6.16.2")
(source
(origin
(method git-fetch)
@@ -1409,7 +1409,7 @@ (define-public csound
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1sr9knfhbm2m0wpkjq2l5n471vnl51wy4p6j4m95zqybimzb4s2j"))))
+ (base32 "1lgasyk8j4cl9178vci1dph63nks3cgwhf8y1d04z9dc8gg15dyn"))))
(build-system cmake-build-system)
(native-inputs
(list bison flex gettext-minimal zlib))
--
2.37.3
Efraim Flashner wrote 2 years ago
(name . Fulbert)(address . fulbert@bluewin.ch)(address . 58190-done@debbugs.gnu.org)
Yzl/FlSWvZg99L7x@3900XT
On Fri, Sep 30, 2022 at 09:36:52AM +0200, Fulbert wrote:
Toggle quote (19 lines)
> Hello !
>
> Attached is the package update for Csound. The current 16.14.0 version
> available on Guix does not build on my *x86_64-linux* system, and it
> doesnt look good on https://ci.guix.gnu.org/search?query=csound either.
>
> The only change is the version and the hash.
>
> It does `guix build --rounds=2 csound` with no error and some basic
> tests (only on the main `csound` binary) work as expected.
>
> As recommended in
> "https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html",
> I started trying to build for arm as well, but i gave up after 2 hours
> of never ending ruby compilation… sorry.
>
> Best regards,
> Fulbert

No worries about not finishing compiling on arm (I assume aarch64), I'm
not sure I would've waited the 2 hours either. Luckily I do have some
arm hardware and it build successfully on aarch64 (still waiting on
armhf).

Patch pushed! Thanks.


--
Efraim Flashner <efraim@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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmM5fxIACgkQQarn3Mo9
g1H+XQ//S5Qoqw/csX0qKCSf/t+xi34EA/yGPL7Xv8G/GH1Kaewn41NeCfq9kg4v
S3e/bdClrHqFsrwJaeu95oHsVUsAvI+/uS4ltUyr0m/gh7gy1Dv5cl8BvdkGeWl7
CusViKQQRpG22bvpLPmRybeYsF3APtw+bxz6IuO/eg3qGxgXr4SYmkBDxtJMZVSs
y1LAY4+WsJa/qQbaDnKVqH5oaxDqKDqvbB+6jxB393UxF5zBv3tokt4FrTWm8M4x
3gHk+cHLRFa4Cd8KDDIYOiLFsMRDWsV4fqq9+yL5JawtpdPA3yceJGlbVK69m1+t
GTKjbLjDbF8oX+X0iHYeya9QetuH2dwkTgYjlC+6PtSrsqX5uAmRwniukYwhchZO
Nvya1PaU5EQt6HzZgoWQOl4eCerzsqwiXi2KOGoOcPx5LnOwy+xOOSi4E35xvHIM
AbUruEKcMxLp84vkweCPD/PH7QMLBvAyqzB0Slo5AZqOJ9huR9AA/ZeWeuAoF8mm
ZaUPV88fuHIMVq1fjqorDFbBG8qgtwKf63K1gIvPE/q1ArxTB7RgOiNNVCk4VyPX
IpTqAxF0dpAsGJJyNLwRgPT0+cMMuKXfEFNFrRMD2Qo5Y+PT9907V6hSbDDtvK1f
gyPqTolwcQwz7U4WCCHEZP9nmSjYGLZos5sUeKBcLTvEyWQP3jc=
=gBCI
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58190@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58190
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help