unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: Leo Famulari <leo@famulari.name>
Cc: 42997@debbugs.gnu.org
Subject: [bug#42997] [PATCH 1/2] gnu: muse-sequencer: Update to 3.1.1.
Date: Mon, 24 Aug 2020 13:46:03 -0300	[thread overview]
Message-ID: <87zh6km1pw.fsf@posteo.net> (raw)
In-Reply-To: <20200823182203.GA5668@jasmine.lan>


Leo Famulari writes:

>> +         (add-before 'configure 'set-LDFLAGS
>> +           (lambda* (#:key inputs outputs #:allow-other-keys)
>> +             (setenv "LDFLAGS"
>> +                     (string-append
>> +                      "-Wl,-rpath=" (assoc-ref outputs "out")
>> +                      "/lib/muse-3.1/modules"))))
>
> Does this phase actually work?

Without this phase the validate-runpath phase will fail. If
validate-runpath is deleted, the executable will not find the 
shared
libraries (libmuse*) in that folder and will not start. With this 
phase
it finds the libraries and starts, despite the warning.

There are some segfaults and some UI elements are not loading 
(e.g. the
"Add synth" in the right-click menu and the plugin 
configuration). I'm going to
pass the torch to the next contributor. I hope these patches will 
save some work.




  reply	other threads:[~2020-08-24 16:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-23 15:15 [bug#42997] [PATCH 1/2] gnu: muse-sequencer: Update to 3.1.1 Vinicius Monego
2020-08-23 15:17 ` [bug#42997] [PATCH 2/2] gnu: muse-sequencer: Add dependencies Vinicius Monego
2020-12-18 13:14   ` bug#42997: " Ludovic Courtès
2020-08-23 18:22 ` [bug#42997] [PATCH 1/2] gnu: muse-sequencer: Update to 3.1.1 Leo Famulari
2020-08-24 16:46   ` Vinicius Monego [this message]
2020-12-18 13:13 ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zh6km1pw.fsf@posteo.net \
    --to=monego@posteo.net \
    --cc=42997@debbugs.gnu.org \
    --cc=leo@famulari.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).