GNU bug report logs -
#40458
Make some qttools inputs native
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40458 in the body.
You can then email your comments to 40458 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#40458
; Package
guix-patches
.
(Sun, 05 Apr 2020 21:29:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vincent Legoll <vincent.legoll <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 05 Apr 2020 21:29:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This is for the qttools ones, but a few of the
warnings were false positives, as I've found
the packages to retain references to qttools.
So here are those that should still be applied.
The one with most dependents would cause
149 rebuilds, so it looks like they can go to
master.
I have to thank Christopher Baines for the
guix data service, as it made the task easier.
Each batch I send is made with less manual
work and more automated than the preceding
one (but still not fully, and shell- instead of
scheme-based, though).
$ for p in $(cat native-inputs.txt); do
echo $p;
guix refresh --list-dependent $p | awk -F: '{print $1}';
done
alsa-modular-synth
No dependents other than itself
gpsbabel
A single dependent package
itk-snap
No dependents other than itself
kdewebkit
Building the following 14 packages would ensure 40 dependent packages
are rebuilt
kiconthemes
Building the following 85 packages would ensure 149 dependent packages
are rebuilt
kio
Building the following 81 packages would ensure 140 dependent packages
are rebuilt
kplotting
Building the following 14 packages would ensure 40 dependent packages
are rebuilt
kxmlgui
Building the following 84 packages would ensure 145 dependent packages
are rebuilt
synthv1
No dependents other than itself
vmpk
No dependents other than itself
--
Vincent Legoll
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40458
; Package
guix-patches
.
(Sun, 05 Apr 2020 21:33:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 40458 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/audio.scm (alsa-modular-synth)[inputs]: Move qttools from here...
[native-inputs]: ...to here.
---
gnu/packages/audio.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 68cea0a693..f5ef7b0f86 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -28,6 +28,7 @@
;;; Copyright © 2019 Jan Wielkiewicz <tona_kosmicznego_smiecia <at> interia.pl>
;;; Copyright © 2019 Hartmt Goebel <h.goebel <at> crazy-compilers.com>
;;; Copyright © 2019 Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
+;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -154,10 +155,10 @@
("jack" ,jack-1)
("ladspa" ,ladspa)
("liblo" ,liblo)
- ("qtbase" ,qtbase)
- ("qttools" ,qttools)))
+ ("qtbase" ,qtbase)))
(native-inputs
`(("pkg-config" ,pkg-config)
+ ("qttools" ,qttools)
("gcc" ,gcc-5)))
(home-page "http://alsamodular.sourceforge.net/")
(synopsis "Realtime modular synthesizer and effect processor")
--
2.26.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40458
; Package
guix-patches
.
(Sun, 05 Apr 2020 21:33:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 40458 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gps.scm (gpsbabel)[inputs]: Move qttools from here...
[native-inputs]: ...to here.
---
gnu/packages/gps.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 4393398bb0..4a4b18f3e1 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2018 Mathieu Othacehe <m.othacehe <at> gmail.com>
;;; Copyright © 2020 Guillaume Le Vaillant <glv <at> posteo.net>
+;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -86,10 +87,10 @@
(inputs
`(("expat" ,expat)
("zlib" ,zlib)
- ("qtbase" ,qtbase)
- ("qttools" ,qttools)))
+ ("qtbase" ,qtbase)))
(native-inputs
`(("which" ,which)
+ ("qttools" ,qttools)
("libxml2" ,libxml2))) ;'xmllint' needed for the KML tests
(home-page "https://www.gpsbabel.org/")
(synopsis "Convert and exchange data with GPS and map programs")
--
2.26.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40458
; Package
guix-patches
.
(Sun, 05 Apr 2020 21:33:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 40458 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/image-processing.scm (itk-snap)[inputs]: Move qttools from here...
[native-inputs]: ...to here.
---
gnu/packages/image-processing.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index f5d67c8917..02d903a6a3 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -8,6 +8,7 @@
;;; Copyright © 2018 Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>
;;; Copyright © 2018 Lprndn <guix <at> lprndn.info>
;;; Copyright © 2019 Efraim Flashner <efraim <at> flashner.co.il>
+;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -798,11 +799,11 @@ combine the information contained in both.")
("vtk" ,vtk-6)
("qtbase" ,qtbase)
("qtdeclarative" ,qtdeclarative)
- ("qttools" ,qttools)
("vxl" ,vxl-1)
("zlib" ,zlib)))
(native-inputs
`(("googletest" ,googletest)
+ ("qttools" ,qttools)
("pkg-config" ,pkg-config)
("c3d-src"
,(let* ((commit "f521358db26e00002c911cc47bf463b043942ad3")
--
2.26.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40458
; Package
guix-patches
.
(Sun, 05 Apr 2020 21:33:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 40458 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/kde-framework.scm (kdewebkit)[inputs]: Move qttools from here...
[native-inputs]: ...to here.
---
gnu/packages/kde-frameworks.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index aab54ec4fb..1790555ace 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2017 Thomas Danckaert <post <at> thomasdanckaert.be>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2019 Ricardo Wurmus <rekado <at> elephly.net>
+;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2448,7 +2449,8 @@ with su and ssh respectively.")
"1s3bmn1ck7xvc7a6gv7ywv9161hdahiiw20aq88s4qkm2s5wyy6v"))))
(build-system cmake-build-system)
(native-inputs
- `(("extra-cmake-modules" ,extra-cmake-modules)))
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("qttools" ,qttools)))
(inputs
`(("kconfig" ,kconfig)
("kcoreaddons" ,kcoreaddons)
@@ -2458,7 +2460,6 @@ with su and ssh respectively.")
("kservice" ,kservice)
("kwallet" ,kwallet)
("qtbase" ,qtbase)
- ("qttools" ,qttools)
("qtwebkit" ,qtwebkit)))
(home-page "https://community.kde.org/Frameworks")
(synopsis "KDE Integration for QtWebKit")
--
2.26.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40458
; Package
guix-patches
.
(Sun, 05 Apr 2020 21:33:03 GMT)
Full text and
rfc822 format available.
Message #20 received at 40458 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/kde-frameworks.scm (kiconthemes)[inputs]: Move qttools from here...
[native-inputs]: ...to here.
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 1790555ace..304dbee866 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2559,6 +2559,7 @@ window does not need focus for them to be activated.")
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
+ ("qttools" ,qttools)
("shared-mime-info" ,shared-mime-info)))
(inputs
`(("karchive" ,karchive)
@@ -2571,8 +2572,7 @@ window does not need focus for them to be activated.")
("kitemviews" ,kitemviews)
("kwidgetsaddons" ,kwidgetsaddons)
("qtbase" ,qtbase)
- ("qtsvg" ,qtsvg)
- ("qttools" ,qttools)))
+ ("qtsvg" ,qtsvg)))
(arguments
`(#:phases
(modify-phases %standard-phases
--
2.26.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40458
; Package
guix-patches
.
(Sun, 05 Apr 2020 21:33:03 GMT)
Full text and
rfc822 format available.
Message #23 received at 40458 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/kde-frameworks.scm (kio)[inputs]: Move qttools from here...
[native-inputs]: ...to here.
---
gnu/packages/kde-frameworks.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 304dbee866..d010027c1d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2687,6 +2687,7 @@ consumption.")
("solid" ,solid)))
(native-inputs
`(("dbus" ,dbus)
+ ("qttools" ,qttools)
("extra-cmake-modules" ,extra-cmake-modules)))
(inputs
`(;; TODO: LibACL , <ftp://oss.sgi.com/projects/xfs/cmd_tars>
@@ -2709,7 +2710,6 @@ consumption.")
("libxslt" ,libxslt)
("qtbase" ,qtbase)
("qtscript" ,qtscript)
- ("qttools" ,qttools)
("qtx11extras" ,qtx11extras)
("sonnet" ,sonnet)))
(arguments
--
2.26.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40458
; Package
guix-patches
.
(Sun, 05 Apr 2020 21:33:03 GMT)
Full text and
rfc822 format available.
Message #26 received at 40458 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/kde-framework.scm (kplotting)[inputs]: Move qttools from here...
[native-inputs]: ...to here.
---
gnu/packages/kde-frameworks.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index d010027c1d..e57fc27fbe 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -958,10 +958,10 @@ to flat and hierarchical lists.")
"11kpq34j37c1gsvj5nxhkc31bw8gw2n7nkqsfx87jw9f4v2vhmr9"))))
(build-system qt-build-system)
(native-inputs
- `(("extra-cmake-modules" ,extra-cmake-modules)))
- (inputs
- `(("qtbase" ,qtbase)
+ `(("extra-cmake-modules" ,extra-cmake-modules)
("qttools" ,qttools)))
+ (inputs
+ `(("qtbase" ,qtbase)))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Data plotting library")
(description "KPlotWidget is a QWidget-derived class that provides a virtual
--
2.26.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40458
; Package
guix-patches
.
(Sun, 05 Apr 2020 21:33:04 GMT)
Full text and
rfc822 format available.
Message #29 received at 40458 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/kde-framework.scm (kplotting)[inputs]: Move qttools from here...
[native-inputs]: ...to here.
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e57fc27fbe..a586b26d7e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3242,7 +3242,8 @@ the passwords on KDE work spaces.")
`(("kconfig" ,kconfig)
("kconfigwidgets" ,kconfigwidgets)))
(native-inputs
- `(("extra-cmake-modules" ,extra-cmake-modules)))
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("qttools" ,qttools)))
(inputs
`(("attica" ,attica)
("kauth" ,kauth)
@@ -3256,7 +3257,6 @@ the passwords on KDE work spaces.")
("kwidgetsaddons" ,kwidgetsaddons)
("kwindowsystem" ,kwindowsystem)
("qtbase" ,qtbase)
- ("qttools" ,qttools)
("sonnet" ,sonnet)))
(arguments
`(#:tests? #f ; FIXME: 1/5 tests fail.
--
2.26.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40458
; Package
guix-patches
.
(Sun, 05 Apr 2020 21:33:04 GMT)
Full text and
rfc822 format available.
Message #32 received at 40458 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/music.scm (vmpk)[inputs]: Move qttools from here...
[native-inputs]: ...to here.
---
gnu/packages/music.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 0b9b6e52fa..ee402bad4d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2139,11 +2139,11 @@ backends, including ALSA, OSS, Network and FluidSynth.")
`(("drumstick" ,drumstick)
("qtbase" ,qtbase)
("qtsvg" ,qtsvg)
- ("qttools" ,qttools)
("qtx11extras" ,qtx11extras)))
(native-inputs
`(("libxslt" ,libxslt) ;for xsltproc
("docbook-xsl" ,docbook-xsl)
+ ("qttools" ,qttools)
("pkg-config" ,pkg-config)))
(home-page "http://vmpk.sourceforge.net")
(synopsis "Virtual MIDI piano keyboard")
--
2.26.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40458
; Package
guix-patches
.
(Sun, 05 Apr 2020 21:33:05 GMT)
Full text and
rfc822 format available.
Message #35 received at 40458 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/music.scm (synthv1)[inputs]: Move qttools from here...
[native-inputs]: ...to here.
---
gnu/packages/music.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 3b5f172dd4..0b9b6e52fa 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -25,6 +25,7 @@
;;; Copyright © 2019 raingloom <raingloom <at> protonmail.com>
;;; Copyright © 2019 David Wilson <david <at> daviwil.com>
;;; Copyright © 2019, 2020 Alexandros Theodotou <alex <at> zrythm.org>
+;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1422,10 +1423,10 @@ users to select LV2 plugins and run them with jalv.")
("alsa-lib" ,alsa-lib)
("non-session-manager" ,non-session-manager)
("liblo" ,liblo)
- ("qtbase" ,qtbase)
- ("qttools" ,qttools)))
+ ("qtbase" ,qtbase)))
(native-inputs
- `(("pkg-config" ,pkg-config)))
+ `(("pkg-config" ,pkg-config)
+ ("qttools" ,qttools)))
(home-page "https://synthv1.sourceforge.io")
(synopsis "Polyphonic subtractive synthesizer")
(description
--
2.26.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40458
; Package
guix-patches
.
(Sun, 05 Apr 2020 22:05:01 GMT)
Full text and
rfc822 format available.
Message #38 received at 40458 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
This one was supposed to say kxmlgui.
[Message part 2 (application/pgp-signature, inline)]
Reply sent
to
Danny Milosavljevic <dannym <at> scratchpost.org>
:
You have taken responsibility.
(Sun, 05 Apr 2020 22:06:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vincent Legoll <vincent.legoll <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 05 Apr 2020 22:06:02 GMT)
Full text and
rfc822 format available.
Message #43 received at 40458-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
thanks for the patches!
Pushed the patchset to guix master as
commits 391d12ff8127899db26be8adac9b31fd743742e6 (inclusive)
to f4783d77ed8a24633611693b091102b226004971 (inclusive).
[Message part 2 (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40458
; Package
guix-patches
.
(Sun, 05 Apr 2020 22:09:01 GMT)
Full text and
rfc822 format available.
Message #46 received at 40458 <at> debbugs.gnu.org (full text, mbox):
On Mon, Apr 6, 2020 at 12:04 AM Danny Milosavljevic
<dannym <at> scratchpost.org> wrote:
> This one was supposed to say kxmlgui.
Argh, I knew I'd screw a copy/paste,
hope this is the only one...
I'll fully automate my process to avoid such mishaps
--
Vincent Legoll
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 04 May 2020 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 42 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.