From unknown Wed Jul 30 13:16:46 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#42997 <42997@debbugs.gnu.org> To: bug#42997 <42997@debbugs.gnu.org> Subject: Status: [PATCH 1/2] gnu: muse-sequencer: Update to 3.1.1. Reply-To: bug#42997 <42997@debbugs.gnu.org> Date: Wed, 30 Jul 2025 20:16:46 +0000 retitle 42997 [PATCH 1/2] gnu: muse-sequencer: Update to 3.1.1. reassign 42997 guix-patches submitter 42997 Vinicius Monego severity 42997 normal tag 42997 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 23 11:16:13 2020 Received: (at submit) by debbugs.gnu.org; 23 Aug 2020 15:16:13 +0000 Received: from localhost ([127.0.0.1]:54909 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k9rjA-00056x-VL for submit@debbugs.gnu.org; Sun, 23 Aug 2020 11:16:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:33736) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k9rj9-00056o-FO for submit@debbugs.gnu.org; Sun, 23 Aug 2020 11:16:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53638) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k9rj9-0005zv-92 for guix-patches@gnu.org; Sun, 23 Aug 2020 11:16:11 -0400 Received: from mout01.posteo.de ([185.67.36.65]:48335) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k9rj6-00015r-Tl for guix-patches@gnu.org; Sun, 23 Aug 2020 11:16:10 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 8848F16005F for ; Sun, 23 Aug 2020 17:16:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1598195765; bh=hQsZqpWgc1jJyJCP3fl4uBB/D6/j3C13cUYf26utD80=; h=From:To:Cc:Subject:Date:From; b=bSb3x2g9sJHpf3eivcr1dXiy53Zv3D2/QGPVGEjn4oBqvXcOz50D78jDNoAEAji3W 66hdyoEOFOFEQK8J7f5fXf/FigYjzQMAQZsor4oPewwAZUtWjOegrjWi4ceLyvJMVj MzTPaWQ/P2F9kgqYCyB8T52n+6eJriYsBTBBD1ZNWfZ4tUf9FoCuVFlaYiArhsc10+ 0DtqZ2DGHrRVQ64bdCXzSm2p1PY4jbucom7qhxrn3nr5XiLdHWkPr3+8iBZhyVro53 RoZ+vLrAij2sILOxq3XqGedkNiJqwC4BHf69YdXcPXhOmKrrmPkUOFs685RWxxZY4x i0eAkytNqHmVQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BZJjv68hGz9rxL; Sun, 23 Aug 2020 17:16:03 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: muse-sequencer: Update to 3.1.1. Date: Sun, 23 Aug 2020 12:15:51 -0300 Message-Id: <20200823151551.16314-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/23 11:16:05 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/music.scm (muse-sequencer): Update to 3.1.1. [arguments]: Set CMAKE_BUILD_TYPE to Release. Add stage to set LDFLAGS. Add stage to wrap executable. [inputs]: Sort alphabetically. --- This package is broken in the CI. I had to update the version to fix. There are still some rough edges, but it builds and is somewhat usable. gnu/packages/music.scm | 44 +++++++++++++++++++++++++++++------------- 1 file changed, 31 insertions(+), 13 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index ae8579cb47..7cc6d7b1ea 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -29,6 +29,7 @@ ;;; Copyright © 2020 Lars-Dominik Braun ;;; Copyright © 2020 Giacomo Leidi ;;; Copyright © 2020 Michael Rohleder +;;; Copyright © 2020 Vinicius Monego ;;; ;;; This file is part of GNU Guix. ;;; @@ -4127,7 +4128,7 @@ sample library.") (define-public muse-sequencer (package (name "muse-sequencer") - (version "3.0.0") + (version "3.1.1") (source (origin (method git-fetch) (uri (git-reference @@ -4139,7 +4140,7 @@ sample library.") (file-name (git-file-name name version)) (sha256 (base32 - "1nninz8qyqlxxjdnrm79y3gr3056pga9l2fsqh674jd3cjvafya3")))) + "1rasp2v1ds2aw296lbf27rzw0l9fjl0cvbvw85d5ycvh6wkm301p")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; there is no test target @@ -4147,27 +4148,44 @@ sample library.") (list "-DENABLE_LV2_SUPPLIED=OFF" "-DENABLE_RTAUDIO=OFF" ; FIXME: not packaged "-DENABLE_INSTPATCH=OFF" ; FIXME: not packaged - "-DENABLE_VST_NATIVE=OFF") + "-DENABLE_VST_NATIVE=OFF" + "-DCMAKE_BUILD_TYPE=Release") #:phases (modify-phases %standard-phases (add-after 'unpack 'chdir - (lambda _ (chdir "muse3")))))) + (lambda _ (chdir "muse3"))) + ;; Fix validate-runpath stage. + (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")))) + ;; Ensure that icons are found at runtime. + (add-after 'install 'wrap-executable + (lambda* (#:key inputs outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (wrap-program (string-append out "/bin/muse3") + `("QT_PLUGIN_PATH" prefix + ,(list (string-append (assoc-ref inputs "qtsvg") + "/lib/qt5/plugins/")))))))))) (inputs `(("alsa-lib" ,alsa-lib) - ("lash" ,lash) - ("jack" ,jack-1) - ("liblo" ,liblo) ("dssi" ,dssi) + ("fluidsynth" ,fluidsynth) + ("jack" ,jack-1) ("ladspa" ,ladspa) - ("lv2" ,lv2) - ("lilv" ,lilv) - ("sord" ,sord) - ("libsndfile" ,libsndfile) + ("lash" ,lash) + ("liblo" ,liblo) ("libsamplerate" ,libsamplerate) - ("fluidsynth" ,fluidsynth) + ("libsndfile" ,libsndfile) + ("lilv" ,lilv) + ("lv2" ,lv2) ("pcre" ,pcre) + ("pulseaudio" ,pulseaudio) ("qtbase" ,qtbase) - ("qtsvg" ,qtsvg))) + ("qtsvg" ,qtsvg) + ("sord" ,sord))) (native-inputs `(("pkg-config" ,pkg-config) ("qttools" ,qttools))) -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 23 11:18:18 2020 Received: (at 42997) by debbugs.gnu.org; 23 Aug 2020 15:18:18 +0000 Received: from localhost ([127.0.0.1]:54914 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k9rlC-0005Ah-Dl for submit@debbugs.gnu.org; Sun, 23 Aug 2020 11:18:18 -0400 Received: from mout02.posteo.de ([185.67.36.66]:58515) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k9rlA-0005AV-P8 for 42997@debbugs.gnu.org; Sun, 23 Aug 2020 11:18:17 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 9B0BB240106 for <42997@debbugs.gnu.org>; Sun, 23 Aug 2020 17:18:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1598195890; bh=j5dmarou5w0m++dHonOCsCyJlj3CAI6XRgLhBfCYeKU=; h=From:To:Cc:Subject:Date:From; b=MlXjeJua1nMcbt7vzGV+6rPxccHTX+H6l4PC3BjdQ4uf56hkLEMGF73z3CmS6IxoS PqQHCrP/sYw5rwQBAc9hdMOhINF59AN0QdQnBSnc11d45lu5kGh7npouY/4vHuo2uG ggm/ZqINNOZlQPxnuatMfd8yT2NP79MtWPAQTFZuO/DKAtC35XrTFaeT7XTsqRSuuI yokYXvwbYs56fbIgY2tGe9WEgLA6p+b4o3TxjO9dX3FeIEqpn+Tho5cEwQpNy9mXzu OvbNCi897+u7KD/23DWDioT9X5rbFhURDT2CWt7+uaT4lx9wwCNo581LigcBamXJ4i qL4qCwzFNaAbg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BZJmJ6q5bz9rxc; Sun, 23 Aug 2020 17:18:08 +0200 (CEST) From: Vinicius Monego To: 42997@debbugs.gnu.org Subject: [PATCH 2/2] gnu: muse-sequencer: Add dependencies. Date: Sun, 23 Aug 2020 12:17:45 -0300 Message-Id: <20200823151745.16679-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42997 Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/music.scm (muse-sequencer): Add dependencies. [arguments]: Fix RtAudio include path. [inputs]: Add glib, libinstpatch, lrdf, python, python-pyro4, rtaudio, rubberband. --- gnu/packages/music.scm | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 7cc6d7b1ea..31aaa130e8 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -4146,14 +4146,17 @@ sample library.") `(#:tests? #f ; there is no test target #:configure-flags (list "-DENABLE_LV2_SUPPLIED=OFF" - "-DENABLE_RTAUDIO=OFF" ; FIXME: not packaged - "-DENABLE_INSTPATCH=OFF" ; FIXME: not packaged "-DENABLE_VST_NATIVE=OFF" "-DCMAKE_BUILD_TYPE=Release") #:phases (modify-phases %standard-phases (add-after 'unpack 'chdir (lambda _ (chdir "muse3"))) + ;; Fix RtAudio include syntax. + (add-after 'chdir 'fix-rtaudio + (lambda _ + (substitute* "muse/driver/rtaudio.h" + (("rtaudio/RtAudio.h") "RtAudio.h")))) ;; Fix validate-runpath stage. (add-before 'configure 'set-LDFLAGS (lambda* (#:key inputs outputs #:allow-other-keys) @@ -4173,18 +4176,25 @@ sample library.") `(("alsa-lib" ,alsa-lib) ("dssi" ,dssi) ("fluidsynth" ,fluidsynth) + ("glib" ,glib) ("jack" ,jack-1) ("ladspa" ,ladspa) ("lash" ,lash) + ("libinstpatch" ,libinstpatch) ("liblo" ,liblo) ("libsamplerate" ,libsamplerate) ("libsndfile" ,libsndfile) ("lilv" ,lilv) + ("lrdf" ,lrdf) ("lv2" ,lv2) ("pcre" ,pcre) ("pulseaudio" ,pulseaudio) + ("python" ,python) + ("python-pyro4" ,python-pyro4) ("qtbase" ,qtbase) ("qtsvg" ,qtsvg) + ("rtaudio" ,rtaudio) + ("rubberband" ,rubberband) ("sord" ,sord))) (native-inputs `(("pkg-config" ,pkg-config) -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 23 14:22:26 2020 Received: (at 42997) by debbugs.gnu.org; 23 Aug 2020 18:22:26 +0000 Received: from localhost ([127.0.0.1]:55086 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k9udO-0003a0-5V for submit@debbugs.gnu.org; Sun, 23 Aug 2020 14:22:26 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:53321) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k9udK-0003Zj-Kt for 42997@debbugs.gnu.org; Sun, 23 Aug 2020 14:22:24 -0400 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 69EA95C00A5; Sun, 23 Aug 2020 14:22:17 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Sun, 23 Aug 2020 14:22:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=neehswW8rbKYC//dpf51jLAw vSX1uox8kP43SISF6Ug=; b=CUVnYa2atAskdKrqtnelzJ0teBV13UxgRr70lP8V WjSAEXW3Z7AHZvgg1cGLOpy9LGEQFWtWj6YG6vSEY2ALxJHdyMKMI3Iwat1YgGt7 5PsZ/ivAC5FfOmi8XrjAIM2pno/mHm1CKXctPI/a3/pcADucq/s5EiiDUR9OLwfr OvQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=neehsw W8rbKYC//dpf51jLAwvSX1uox8kP43SISF6Ug=; b=UuUbiyOiODBdL4eufACHQ6 +EA04gMwYG9vn5oi83fTUK4rPvCNmFHkg+tN/SW/r4AL7xigvQK1LTKXVIHf4xcl VR5A7gs3yiH8T8ABP9TrUqVz/g+aaGRbkxNUyIs4FlKMP8Oxw2yvaB6rlYu8HEvW bwr7cJicWMrbIqi+8XH2Dqubxknb9ChQUll6ORxfQPx1VMycb6NPK6aEycWE3JWh 0AkkKQoROE6E2JJ7aSCTH69XmLAQwCmSQgnj57588mUIfrCJYY6yj5EZ+BikgQcF rMj81HfHXlhDfbisAXj8jogg9md3UvZBNzoF7wh1MbOOlvblRv42nDR0a41hRwpw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrudduiedguddvhecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcu hfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrth htvghrnhepueekkedtffdvtddugeejgedtvefhueefiedvjeeitdeigedtveejvdejheff vefgnecukfhppeejfedrudeguddruddvjedrudegieenucevlhhushhtvghrufhiiigvpe dtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (c-73-141-127-146.hsd1.pa.comcast.net [73.141.127.146]) by mail.messagingengine.com (Postfix) with ESMTPA id AEE1F328005E; Sun, 23 Aug 2020 14:22:16 -0400 (EDT) Date: Sun, 23 Aug 2020 14:22:03 -0400 From: Leo Famulari To: Vinicius Monego Subject: Re: [bug#42997] [PATCH 1/2] gnu: muse-sequencer: Update to 3.1.1. Message-ID: <20200823182203.GA5668@jasmine.lan> References: <20200823151551.16314-1-monego@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200823151551.16314-1-monego@posteo.net> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42997 Cc: 42997@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On Sun, Aug 23, 2020 at 12:15:51PM -0300, Vinicius Monego wrote: > * gnu/packages/music.scm (muse-sequencer): Update to 3.1.1. Thanks for these patches! > [arguments]: Set CMAKE_BUILD_TYPE to Release. Add stage to set LDFLAGS. > Add stage to wrap executable. > [inputs]: Sort alphabetically. > + (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? While building, I noticed these messages: ------ starting phase `validate-runpath' validating RUNPATH of 54 binaries in "/gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib"... /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/converters/rubberband_converter.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/converters/src_converter.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/converters/zita_resampler_converter.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libaudio_converter_plugin.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_al.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_arranger.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_audio_convert.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_awl.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_cliplist.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_components.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_core.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_ctrl.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_driver.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_evdata_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_icons.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_instruments.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_latency_compensator_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_liste.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_lv2host_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_marker.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_master.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_memory_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_midi_controller_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_midiedit.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_midnam_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_mixer.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_mpevent_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_mplugins.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_plugin_cache_reader_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_plugin_cache_writer_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_plugin_list_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_plugin_rdf_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_plugin_scan_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_remote.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_simpler_plugin.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_simpler_plugingui.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_string.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_synti.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_sysex_helper_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_time_stretch_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_wave_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_waveedit.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_wavepreview_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_widgets.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_widgets_functiondialogs.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/modules/libmuse_xml_module.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/plugins/doublechorus.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/plugins/freeverb.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/plugins/pandelay.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/synthi/deicsonze.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/synthi/fluid_synth.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/synthi/organ.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/synthi/simpledrums.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/lib/muse-3.1/synthi/vam.so: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") validating RUNPATH of 3 binaries in "/gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/bin"... /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/bin/.muse3-real: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/bin/grepmidi: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") /gnu/store/47x594yg113xrj8qp55srjvfvgb5qiv1-muse-sequencer-3.1.1/bin/muse_plugin_scan: warning: RUNPATH contains bogus entries: ("lib/muse-3.1/modules") From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 24 12:46:58 2020 Received: (at 42997) by debbugs.gnu.org; 24 Aug 2020 16:46:58 +0000 Received: from localhost ([127.0.0.1]:59069 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAFcX-0003Oh-Vg for submit@debbugs.gnu.org; Mon, 24 Aug 2020 12:46:58 -0400 Received: from mout02.posteo.de ([185.67.36.66]:53143) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAFcU-0003OR-8F for 42997@debbugs.gnu.org; Mon, 24 Aug 2020 12:46:56 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id B93F22400FB for <42997@debbugs.gnu.org>; Mon, 24 Aug 2020 18:46:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1598287607; bh=uULItDA+yOXg1C5dXkf+P8LyklxDsHCBpI6Zf2qiWmg=; h=From:To:Cc:Subject:Date:From; b=bD2BOmzNlMB6qHqR0xSoF+rp4Pe8EpaOR3Jsh8IhRDsqe4PjzX0JrkXpRjGJAwxjA rY37IhBXK4/nQlaUoaK+1moSTQGapBXwKb7MnkV7NP7NxubW7o9eIzmHtDh7YFlDjk v7aOTYFaK54LcCUffhsAvSDEp2uh4tE4uQ1bofnK4dYU75s9lN2pzpS10bgggVwfFC Otav356AaKJB3E7SETKutaj9hoftb5cwxCw0HEY++Q0hxIng94UnQANk8UxxTGuV64 +5ep9OiRIS7mbCcGcFKIaoLd8juJmGPg7RV22Th5N7IqG6feFc5T572UgQZ/V8EV3w RNyQ9inH4wekQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BZyh569wNz9rxb; Mon, 24 Aug 2020 18:46:45 +0200 (CEST) References: <20200823151551.16314-1-monego@posteo.net> <20200823182203.GA5668@jasmine.lan> User-agent: mu4e 1.4.13; emacs 26.3 From: Vinicius Monego To: Leo Famulari Subject: Re: [bug#42997] [PATCH 1/2] gnu: muse-sequencer: Update to 3.1.1. In-reply-to: <20200823182203.GA5668@jasmine.lan> Date: Mon, 24 Aug 2020 13:46:03 -0300 Message-ID: <87zh6km1pw.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42997 Cc: 42997@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) 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. From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 18 08:13:21 2020 Received: (at 42997) by debbugs.gnu.org; 18 Dec 2020 13:13:21 +0000 Received: from localhost ([127.0.0.1]:38078 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqFZQ-000733-HT for submit@debbugs.gnu.org; Fri, 18 Dec 2020 08:13:21 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqFZN-00072m-Tz for 42997@debbugs.gnu.org; Fri, 18 Dec 2020 08:13:18 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59118) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kqFZI-0006A2-Ou; Fri, 18 Dec 2020 08:13:12 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=52644 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kqFZB-0007DX-7q; Fri, 18 Dec 2020 08:13:11 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Vinicius Monego Subject: Re: [bug#42997] [PATCH 1/2] gnu: muse-sequencer: Update to 3.1.1. References: <20200823151551.16314-1-monego@posteo.net> Date: Fri, 18 Dec 2020 14:13:04 +0100 In-Reply-To: <20200823151551.16314-1-monego@posteo.net> (Vinicius Monego's message of "Sun, 23 Aug 2020 12:15:51 -0300") Message-ID: <875z4zdzq7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42997 Cc: 42997@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Vinicius Monego skribis: > * gnu/packages/music.scm (muse-sequencer): Update to 3.1.1. > [arguments]: Set CMAKE_BUILD_TYPE to Release. Add stage to set LDFLAGS. > Add stage to wrap executable. > [inputs]: Sort alphabetically. Hi! This update happened independently in commit 5525aea7cf1444fe65dd96ce1d413c7f7331d67b. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 18 08:14:27 2020 Received: (at 42997-done) by debbugs.gnu.org; 18 Dec 2020 13:14:27 +0000 Received: from localhost ([127.0.0.1]:38084 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqFaV-00074y-D8 for submit@debbugs.gnu.org; Fri, 18 Dec 2020 08:14:27 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59272) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqFaU-00074m-1x for 42997-done@debbugs.gnu.org; Fri, 18 Dec 2020 08:14:26 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59205) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kqFaO-0006Sr-JW; Fri, 18 Dec 2020 08:14:20 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=52646 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kqFaG-0007Wh-4A; Fri, 18 Dec 2020 08:14:13 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Vinicius Monego Subject: Re: [bug#42997] [PATCH 2/2] gnu: muse-sequencer: Add dependencies. References: <20200823151551.16314-1-monego@posteo.net> <20200823151745.16679-1-monego@posteo.net> Date: Fri, 18 Dec 2020 14:14:10 +0100 In-Reply-To: <20200823151745.16679-1-monego@posteo.net> (Vinicius Monego's message of "Sun, 23 Aug 2020 12:17:45 -0300") Message-ID: <871rfndzod.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42997-done Cc: 42997-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Vinicius Monego skribis: > * gnu/packages/music.scm (muse-sequencer): Add dependencies. > [arguments]: Fix RtAudio include path. > [inputs]: Add glib, libinstpatch, lrdf, python, python-pyro4, rtaudio, rubberband. Done in fb24a4d5b87fa77a42966938df5e9761c0991876. Closing! Ludo'. From unknown Wed Jul 30 13:16:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 16 Jan 2021 12:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator