emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32687: closed (guitarix-lv2 fails to build due to


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32687: closed (guitarix-lv2 fails to build due to non-existent waf option)
Date: Mon, 10 Sep 2018 22:01:02 +0000

Your message dated Mon, 10 Sep 2018 23:59:48 +0200
with message-id <address@hidden>
and subject line Re: bug#32687: guitarix-lv2 fails to build due to non-existent 
waf option
has caused the debbugs.gnu.org bug report #32687,
regarding guitarix-lv2 fails to build due to non-existent waf option
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32687: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32687
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: guitarix-lv2 fails to build due to non-existent waf option Date: Mon, 10 Sep 2018 20:35:57 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
guitarix-lv2-0.37.1 fails with `waf: error: no such option: --lv2-only`


I think the right option is `--no-standalone`, described with "Don't build standalone (JACK) application".

---
 gnu/packages/audio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 3b898c024..7e6feec35 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1291,7 +1291,7 @@ auto-wah.")
     (arguments
      (substitute-keyword-arguments (package-arguments guitarix)
        ((#:configure-flags flags)
-        `(cons "--lv2-only" ,flags))))))
+        `(cons "--no-standalone" ,flags))))))

 (define-public rakarrack
   (package
--
2.18.0



--- End Message ---
--- Begin Message --- Subject: Re: bug#32687: guitarix-lv2 fails to build due to non-existent waf option Date: Mon, 10 Sep 2018 23:59:48 +0200 User-agent: mu4e 1.0; emacs 26.1
Hi Thorsten,

thanks for the fix!  They must have changed configure flags.

I pushed it with commit 029de52fe9f5f8aa2b2ef462c30118cbb9721f64 to the
master branch after updating and building both guitarix and
guitarix-lv2.

--
Ricardo



--- End Message ---

reply via email to

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