GNU bug report logs - #71668
[PATCH] gnu: musescore: Update to 4.3.2.

Previous Next

Package: guix-patches;

Reported by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Date: Thu, 20 Jun 2024 06:54:02 UTC

Severity: normal

Tags: patch

Done: Greg Hogan <code <at> greghogan.com>

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 71668 in the body.
You can then email your comments to 71668 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#71668; Package guix-patches. (Thu, 20 Jun 2024 06:54:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 20 Jun 2024 06:54:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: guix-patches <at> gnu.org
Cc: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Subject: [PATCH] gnu: musescore: Update to 4.3.2.
Date: Thu, 20 Jun 2024 08:53:21 +0200
* gnu/packages/music.scm (musescore): Update to 4.3.2.

Change-Id: I78b5508645430a6f96d9fc03caa1015a4905a6f2
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index c12bb843fe..e5669c5d87 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5393,7 +5393,7 @@ (define-public sfizz
 (define-public musescore
   (package
     (name "musescore")
-    (version "4.2.1")
+    (version "4.3.2")
     (source
      (origin
        (method git-fetch)
@@ -5402,7 +5402,7 @@ (define-public musescore
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0rc5ma1k0cjllfl86apbyj61sh0691lsmqnvqicyn0zi53z8w9v0"))
+        (base32 "1hx0l6d7avyfbh88hwn01h9q51mgd9zix91q2kgg1ax73pqxhfs2"))
        (modules '((guix build utils)))
        (snippet
         '(begin

base-commit: aa88a9919918242c750fc6856bac10bf86d54bd1
-- 
2.45.1







Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Mon, 24 Jun 2024 01:56:01 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
bug acknowledged by developer. (Mon, 24 Jun 2024 01:56:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 71668-done <at> debbugs.gnu.org
Subject: Re: [bug#71668] [PATCH] gnu: musescore: Update to 4.3.2.
Date: Sun, 23 Jun 2024 21:54:30 -0400
Hi,

Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:

> * gnu/packages/music.scm (musescore): Update to 4.3.2.
>
> Change-Id: I78b5508645430a6f96d9fc03caa1015a4905a6f2
> ---
>  gnu/packages/music.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
> index c12bb843fe..e5669c5d87 100644
> --- a/gnu/packages/music.scm
> +++ b/gnu/packages/music.scm
> @@ -5393,7 +5393,7 @@ (define-public sfizz
>  (define-public musescore
>    (package
>      (name "musescore")
> -    (version "4.2.1")
> +    (version "4.3.2")
>      (source
>       (origin
>         (method git-fetch)
> @@ -5402,7 +5402,7 @@ (define-public musescore
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "0rc5ma1k0cjllfl86apbyj61sh0691lsmqnvqicyn0zi53z8w9v0"))
> +        (base32 "1hx0l6d7avyfbh88hwn01h9q51mgd9zix91q2kgg1ax73pqxhfs2"))
>         (modules '((guix build utils)))
>         (snippet
>          '(begin

QA failed to build it, but it seems it was due to resources exhaustion
rather than a problem with the package.

Applied!

-- 
Thanks,
Maxim




Information forwarded to guix-patches <at> gnu.org:
bug#71668; Package guix-patches. (Fri, 05 Jul 2024 08:06:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, Nicolas Goaziou
 <mail <at> nicolasgoaziou.fr>
Cc: 71668 <at> debbugs.gnu.org
Subject: Re: [bug#71668] [PATCH] gnu: musescore: Update to 4.3.2.
Date: Fri, 05 Jul 2024 10:04:07 +0200
Hi Maxim,

Am Sonntag, dem 23.06.2024 um 21:54 -0400 schrieb Maxim Cournoyer:
> Hi,
> 
> Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:
> 
> > * gnu/packages/music.scm (musescore): Update to 4.3.2.
> > 
> > Change-Id: I78b5508645430a6f96d9fc03caa1015a4905a6f2
> > ---
> >  gnu/packages/music.scm | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
> > index c12bb843fe..e5669c5d87 100644
> > --- a/gnu/packages/music.scm
> > +++ b/gnu/packages/music.scm
> > @@ -5393,7 +5393,7 @@ (define-public sfizz
> >  (define-public musescore
> >    (package
> >      (name "musescore")
> > -    (version "4.2.1")
> > +    (version "4.3.2")
> >      (source
> >       (origin
> >         (method git-fetch)
> > @@ -5402,7 +5402,7 @@ (define-public musescore
> >               (commit (string-append "v" version))))
> >         (file-name (git-file-name name version))
> >         (sha256
> > -        (base32
> > "0rc5ma1k0cjllfl86apbyj61sh0691lsmqnvqicyn0zi53z8w9v0"))
> > +        (base32
> > "1hx0l6d7avyfbh88hwn01h9q51mgd9zix91q2kgg1ax73pqxhfs2"))
> >         (modules '((guix build utils)))
> >         (snippet
> >          '(begin
Did you really push this?  I don't see it on master.

Anyhow, I noticed that MuseScore swapped its build flags.  At the very
least, you'll have to write 
  "-DMUE_DOWNLOAD_SOUNDFONT=OFF" 
  "-DMUE_BUILD_DIAGNOSTICS=OFF"
instead of the ones we're currently using.

I also started investigating the FSDG issues[1] and at the very least
it seems some unbundling is needed for the thirdparty stuff.

Enterprise quality software, folks :)

[1] https://issues.guix.gnu.org/62391        




Information forwarded to guix-patches <at> gnu.org:
bug#71668; Package guix-patches. (Mon, 08 Jul 2024 18:53:01 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: GNU Debbugs <control <at> debbugs.gnu.org>,
 Nicolas Goaziou <mail <at> nicolasgoaziou.fr>, 71668 <at> debbugs.gnu.org
Subject: Re: [bug#71668] [PATCH] gnu: musescore: Update to 4.3.2.
Date: Mon, 08 Jul 2024 14:51:12 -0400
unarchive 71668
reopen 71668
thanks

Hi Liliana!

Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> Hi Maxim,
>
> Am Sonntag, dem 23.06.2024 um 21:54 -0400 schrieb Maxim Cournoyer:
>> Hi,
>> 
>> Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:
>> 
>> > * gnu/packages/music.scm (musescore): Update to 4.3.2.
>> > 
>> > Change-Id: I78b5508645430a6f96d9fc03caa1015a4905a6f2
>> > ---
>> >  gnu/packages/music.scm | 4 ++--
>> >  1 file changed, 2 insertions(+), 2 deletions(-)
>> > 
>> > diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
>> > index c12bb843fe..e5669c5d87 100644
>> > --- a/gnu/packages/music.scm
>> > +++ b/gnu/packages/music.scm
>> > @@ -5393,7 +5393,7 @@ (define-public sfizz
>> >  (define-public musescore
>> >    (package
>> >      (name "musescore")
>> > -    (version "4.2.1")
>> > +    (version "4.3.2")
>> >      (source
>> >       (origin
>> >         (method git-fetch)
>> > @@ -5402,7 +5402,7 @@ (define-public musescore
>> >               (commit (string-append "v" version))))
>> >         (file-name (git-file-name name version))
>> >         (sha256
>> > -        (base32
>> > "0rc5ma1k0cjllfl86apbyj61sh0691lsmqnvqicyn0zi53z8w9v0"))
>> > +        (base32
>> > "1hx0l6d7avyfbh88hwn01h9q51mgd9zix91q2kgg1ax73pqxhfs2"))
>> >         (modules '((guix build utils)))
>> >         (snippet
>> >          '(begin
> Did you really push this?  I don't see it on master.

Looks like I haven't.  Sorry for the noise.

> Anyhow, I noticed that MuseScore swapped its build flags.  At the very
> least, you'll have to write 
>   "-DMUE_DOWNLOAD_SOUNDFONT=OFF" 
>   "-DMUE_BUILD_DIAGNOSTICS=OFF"
> instead of the ones we're currently using.
>
> I also started investigating the FSDG issues[1] and at the very least
> it seems some unbundling is needed for the thirdparty stuff.

OK. I've reopened the issue so we can track these comments as part of a
v2.

-- 
Thanks,
Maxim




Did not alter fixed versions and reopened. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 08 Jul 2024 18:53:03 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#71668; Package guix-patches. (Sun, 22 Dec 2024 14:01:02 GMT) Full text and rfc822 format available.

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

From: Rovanion Luckey <rovanion.luckey <at> gmail.com>
To: 71668 <at> debbugs.gnu.org
Subject: [PATCH] gnu: musescore: Update to 4.3.2.
Date: Sun, 22 Dec 2024 14:58:30 +0100
[Message part 1 (text/plain, inline)]
This issue can be closed as Musescore is of version 4.3.2 currently in Guix.

Relatedly I'm working on a patchset to upgrade to 4.4.4. It was much more
involved than the usual upgrades and I've tried and failed multiple times
over the last months.
[Message part 2 (text/html, inline)]

Reply sent to Greg Hogan <code <at> greghogan.com>:
You have taken responsibility. (Tue, 11 Mar 2025 15:33:01 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
bug acknowledged by developer. (Tue, 11 Mar 2025 15:33:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: Rovanion Luckey <rovanion.luckey <at> gmail.com>
Cc: 71668-done <at> debbugs.gnu.org
Subject: Re: [bug#71668] [PATCH] gnu: musescore: Update to 4.3.2.
Date: Tue, 11 Mar 2025 11:32:38 -0400
On Sun, Dec 22, 2024 at 9:01 AM Rovanion Luckey
<rovanion.luckey <at> gmail.com> wrote:
>
> This issue can be closed as Musescore is of version 4.3.2 currently in Guix.
>
> Relatedly I'm working on a patchset to upgrade to 4.4.4. It was much more involved than the usual upgrades and I've tried and failed multiple times over the last months.

Rovanion,

Closing as requested, which anyone can do by sending an email with
"-done" added to the address. I also see that you did get musescore
upgraded to 4.4.4.

Greg




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 09 Apr 2025 11:24:18 GMT) Full text and rfc822 format available.

This bug report was last modified 84 days ago.

Previous Next


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