From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34870) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jK5It-0006Wg-Ay for guix-patches@gnu.org; Thu, 02 Apr 2020 15:15:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jK5Is-0005uo-Da for guix-patches@gnu.org; Thu, 02 Apr 2020 15:15:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57448) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jK5Is-0005uf-AF for guix-patches@gnu.org; Thu, 02 Apr 2020 15:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jK5Is-00061V-3U for guix-patches@gnu.org; Thu, 02 Apr 2020 15:15:02 -0400 Subject: [bug#40391] [PATCH 0/6] Make some more inputs native. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:34803) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jK5IE-0005vV-Eu for guix-patches@gnu.org; Thu, 02 Apr 2020 15:14:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jK5ID-0005Jo-G8 for guix-patches@gnu.org; Thu, 02 Apr 2020 15:14:22 -0400 Received: from mail-il1-x12e.google.com ([2607:f8b0:4864:20::12e]:36618) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jK5ID-0005Ip-Bz for guix-patches@gnu.org; Thu, 02 Apr 2020 15:14:21 -0400 Received: by mail-il1-x12e.google.com with SMTP id p13so4770256ilp.3 for ; Thu, 02 Apr 2020 12:14:20 -0700 (PDT) MIME-Version: 1.0 From: Vincent Legoll Date: Thu, 2 Apr 2020 21:14:08 +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: 40391@debbugs.gnu.org Another day, another batch. I checked them with `guix gc --references`. I checked potential rebuilds with `guix refresh --list-dependent` - ibus is just over 300 - gdb is ~1.4K the remaining ones should be ok for master. Hopefully it takes less work for the committer this time... -- Vincent Legoll