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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32687 in the body.
You can then email your comments to 32687 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#32687; Package guix. (Mon, 10 Sep 2018 18:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to t_w_ <at> freenet.de:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 10 Sep 2018 18:48:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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




Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Mon, 10 Sep 2018 22:01:02 GMT) Full text and rfc822 format available.

Notification sent to t_w_ <at> freenet.de:
bug acknowledged by developer. (Mon, 10 Sep 2018 22:01:02 GMT) Full text and rfc822 format available.

Message #10 received at 32687-done <at> debbugs.gnu.org (full text, mbox):

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





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 09 Oct 2018 11:24:08 GMT) Full text and rfc822 format available.

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

Previous Next


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