GNU bug report logs - #31620
supercollider doesn't build since Qt update

Previous Next

Package: guix;

Reported by: Clément Lassieur <clement <at> lassieur.org>

Date: Mon, 28 May 2018 12:45:02 UTC

Severity: normal

Done: Clément Lassieur <clement <at> lassieur.org>

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 31620 in the body.
You can then email your comments to 31620 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#31620; Package guix. (Mon, 28 May 2018 12:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Clément Lassieur <clement <at> lassieur.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 28 May 2018 12:45:02 GMT) Full text and rfc822 format available.

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

From: Clément Lassieur <clement <at> lassieur.org>
To: bug-guix <at> gnu.org
Subject: supercollider doesn't build since Qt update
Date: Mon, 28 May 2018 14:44:15 +0200
Hi,

supercollider doesn't build since Qt update (commit
1f52eb7be7e166b477b7635ff71936fc05425a6e).

Clément




Information forwarded to bug-guix <at> gnu.org:
bug#31620; Package guix. (Mon, 28 May 2018 13:23:02 GMT) Full text and rfc822 format available.

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

From: Clément Lassieur <clement <at> lassieur.org>
To: 31620 <at> debbugs.gnu.org
Subject: [PATCH] gnu: supercollider: Remove broken Qt dependency.
Date: Mon, 28 May 2018 15:22:10 +0200
As suggested by Ricardo Wurmus.

This also removes IDE support.

* gnu/packages/audio.scm (supercollider)[arguments]: Add "-DSC_QT=off" to
configure flags.
[native-inputs]: Remove QTTOOLS.
[inputs]: Remove QTBASE, QTWEBKIT, QTSENSORS, QTDECLARATIVE and QTLOCATION.
---
 gnu/packages/audio.scm | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index a0f21d4da..97e2a49f6 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2018 Oleg Pykhalov <go.wigust <at> gmail.com>
 ;;; Copyright © 2018 okapi <okapi <at> firemail.cc>
 ;;; Copyright © 2018 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
+;;; Copyright © 2018 Clément Lassieur <clement <at> lassieur.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2064,6 +2065,7 @@ background file post-processing.")
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-DSYSTEM_BOOST=on" "-DSYSTEM_YAMLCPP=on"
+                           "-DSC_QT=off"
                            "-DSC_EL=off") ;scel is packaged individually as
                                           ;emacs-scel.
        #:modules ((guix build utils)
@@ -2124,8 +2126,7 @@ set(YAMLCPP_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/\
 external_libraries/yaml-cpp/include)"))
              #t)))))
     (native-inputs
-     `(("pkg-config" ,pkg-config)
-       ("qttools" ,qttools)))
+     `(("pkg-config" ,pkg-config)))
     (inputs
      `(("jack" ,jack-1)
        ("libsndfile" ,libsndfile)
@@ -2138,12 +2139,7 @@ external_libraries/yaml-cpp/include)"))
        ("icu4c" ,icu4c)
        ("boost" ,boost)
        ("boost-sync" ,boost-sync)
-       ("yaml-cpp" ,yaml-cpp)
-       ("qtbase" ,qtbase)               ;IDE support
-       ("qtwebkit" ,qtwebkit)
-       ("qtsensors" ,qtsensors)
-       ("qtdeclarative" ,qtdeclarative)
-       ("qtlocation" ,qtlocation)))
+       ("yaml-cpp" ,yaml-cpp)))
     (home-page "https://github.com/supercollider/supercollider")
     (synopsis "Synthesis engine and programming language")
     (description "SuperCollider is a synthesis engine (@code{scsynth} or
-- 
2.17.0





Reply sent to Clément Lassieur <clement <at> lassieur.org>:
You have taken responsibility. (Mon, 28 May 2018 20:56:06 GMT) Full text and rfc822 format available.

Notification sent to Clément Lassieur <clement <at> lassieur.org>:
bug acknowledged by developer. (Mon, 28 May 2018 20:56:06 GMT) Full text and rfc822 format available.

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

From: Clément Lassieur <clement <at> lassieur.org>
To: 31620-done <at> debbugs.gnu.org
Subject: Re: bug#31620: [PATCH] gnu: supercollider: Remove broken Qt
 dependency.
Date: Mon, 28 May 2018 22:55:33 +0200
Clément Lassieur <clement <at> lassieur.org> writes:

> As suggested by Ricardo Wurmus.
>
> This also removes IDE support.
>
> * gnu/packages/audio.scm (supercollider)[arguments]: Add "-DSC_QT=off" to
> configure flags.
> [native-inputs]: Remove QTTOOLS.
> [inputs]: Remove QTBASE, QTWEBKIT, QTSENSORS, QTDECLARATIVE and QTLOCATION.
> ---

Pushed as 77cc8778a39426a786217896ec589c8c9341aa8f.

Adding a package with the IDE is a TODO now :-)

Clément




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

This bug report was last modified 7 years and 53 days ago.

Previous Next


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