GNU bug report logs - #32687
guitarix-lv2 fails to build due to non-existent waf option

Previous Next

Package: guix;

Reported by: t_w_ <at> freenet.de

Date: Mon, 10 Sep 2018 18:48:02 UTC

Severity: normal

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#32687: closed (guitarix-lv2 fails to build due to
 non-existent waf option)
Date: Mon, 10 Sep 2018 22:01:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 10 Sep 2018 23:59:48 +0200
with message-id <878t49ko8b.fsf <at> elephly.net>
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
help-debbugs <at> gnu.org.)


-- 
32687: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32687
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Thorsten Wilms <t_w_ <at> freenet.de>
To: bug-guix <at> gnu.org
Subject: guitarix-lv2 fails to build due to non-existent waf option
Date: Mon, 10 Sep 2018 20:35:57 +0200
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


[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: t_w_ <at> freenet.de
Cc: 32687-done <at> debbugs.gnu.org
Subject: Re: bug#32687: guitarix-lv2 fails to build due to non-existent waf
 option
Date: Mon, 10 Sep 2018 23:59:48 +0200
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



This bug report was last modified 6 years and 333 days ago.

Previous Next


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