guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#42997] [PATCH 1/2] gnu: muse-sequencer: Update to 3.1.1.


From: Vinicius Monego
Subject: [bug#42997] [PATCH 1/2] gnu: muse-sequencer: Update to 3.1.1.
Date: Mon, 24 Aug 2020 13:46:03 -0300
User-agent: mu4e 1.4.13; emacs 26.3


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 via email to

[Prev in Thread] Current Thread [Next in Thread]