From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55499) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLCpE-0008Ui-EP for guix-patches@gnu.org; Sun, 05 Apr 2020 17:29:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLCpD-0003ID-CH for guix-patches@gnu.org; Sun, 05 Apr 2020 17:29:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35173) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jLCpC-0003Hm-Bt for guix-patches@gnu.org; Sun, 05 Apr 2020 17:29:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jLCpC-0001yC-8Z for guix-patches@gnu.org; Sun, 05 Apr 2020 17:29:02 -0400 Subject: [bug#40458] Make some qttools inputs native Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:55480) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLCp4-0008TM-GJ for guix-patches@gnu.org; Sun, 05 Apr 2020 17:28:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLCp3-0003F6-GG for guix-patches@gnu.org; Sun, 05 Apr 2020 17:28:54 -0400 Received: from mail-io1-xd2b.google.com ([2607:f8b0:4864:20::d2b]:37912) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jLCp3-0003EN-Bq for guix-patches@gnu.org; Sun, 05 Apr 2020 17:28:53 -0400 Received: by mail-io1-xd2b.google.com with SMTP id e79so3805652iof.5 for ; Sun, 05 Apr 2020 14:28:53 -0700 (PDT) MIME-Version: 1.0 From: Vincent Legoll Date: Sun, 5 Apr 2020 23:28:41 +0200 Message-ID: Content-Type: text/plain; charset="UTF-8" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40458@debbugs.gnu.org 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