From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 02 05:16:45 2020 Received: (at 40383) by debbugs.gnu.org; 2 Apr 2020 09:16:45 +0000 Received: from localhost ([127.0.0.1]:39181 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jJvxs-0002yK-9D for submit@debbugs.gnu.org; Thu, 02 Apr 2020 05:16:45 -0400 Received: from mail-wm1-f67.google.com ([209.85.128.67]:34698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jJvxq-0002xc-2e for 40383@debbugs.gnu.org; Thu, 02 Apr 2020 05:16:42 -0400 Received: by mail-wm1-f67.google.com with SMTP id c195so5493849wme.1 for <40383@debbugs.gnu.org>; Thu, 02 Apr 2020 02:16:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=references:user-agent:from:to:cc:subject:in-reply-to:date :message-id:mime-version; bh=26HGF9o4O9MgUSIIjYlJEO50KFNVQCLGH1vBuLuyVi4=; b=Q/3D0DWeoklMu00hNXzi3LA4niVEJJySc8DDD/20GJrMJWBEn0+2h5tYwawBIPb6g9 tkkQArSkTiSdDrdpFl7tiMbzlIIsiwi0rcgH8zdHQhuGo4sUX1cboeg6QNeBPH90/zl1 u7+ivbk+ha91nXL6s1mVzxzBowY8SK1zkBeSoOtCtTuS5cQNjXntmJOJ8Bx45jEWW1p0 4DuEXYZG5k2P3rqQQGqVr7MczuzgR/FHTuww5e2JFPai2u+Q2uINaUzDe8Gz6cdSiM+2 vnqobIC/cMJ6X6IMsWjOE3nJb+I9mpbmhmY1lAP0Xni6mygaamnDrBRp6r4Kx2qlrnNj dpHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=26HGF9o4O9MgUSIIjYlJEO50KFNVQCLGH1vBuLuyVi4=; b=OZrRzJSUJvNcJ/6ydN9TJh0sehpZr1mvJgsh8jnW7NB0OZK7bnyo0JhsswkLeZriZq edZvaHAdhFUPHRw2LwtQ/riyknURe77PRPgBd/TZCiz7M3XKfP+xqXk/QH1rkqjeD/nM Zw6FhS0okHlQ+GO20tW6EXRkJGK2ZL5iq5uvNeYxmkg6ZNUyj5/cRr+TTRX91f3RrzW7 yKAySo25S4uKX0jurqqearyhIzbrO5WPFjEyxgrZk7Kqx8AMPqwYxfdEusIxqDMrmpme eQZBtNe/uzIKvLRF4glepJ3GmsZlpKRpNFS/XCITiZLjDEacDuQjlt9yp5wCfICG3YcE M3LQ== X-Gm-Message-State: AGi0PuZ3aewV4M36SSYVRoFxNty3JDsGKHty8b9CfeSAySCyWRXMgYLo z6jyJZ8YRGqi1+TD59M6QHk= X-Google-Smtp-Source: APiQypJdstHNUt0auEyFselvOJv7p5v8XSI5oVfKnafX+XygDghn4IDpNlCfrQvVo4+KfB6X96KBNA== X-Received: by 2002:a1c:4b04:: with SMTP id y4mr2425561wma.28.1585818996093; Thu, 02 Apr 2020 02:16:36 -0700 (PDT) Received: from meru ([2a01:cb18:832e:5f00:75c3:1709:597b:7112]) by smtp.gmail.com with ESMTPSA id l10sm6736084wrq.95.2020.04.02.02.16.35 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 02 Apr 2020 02:16:35 -0700 (PDT) References: User-agent: mu4e 1.2.0; emacs 26.3 From: Mathieu Othacehe To: guix-patches@gnu.org Subject: Re: [bug#40383] [PATCH 0/5] Make some inputs native. In-reply-to: Date: Thu, 02 Apr 2020 11:16:34 +0200 Message-ID: <877dyycknh.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40383 Cc: Marius Bakke , 40383@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello Vincent, > I hope I did not miss any review comment. > > I dropped the cgit patch, reworded the commit > messages, added perl to the native-inputs of > darktable, guix linted all (graphviz still has some > lint problems, looks like they moved to gitlab, I'll > let that for another day) Thanks for the updated serie. Some of these patches trigger a lot of rebuilds. If you read this page[1], point 8, you will see that there's a limit of 300 dependencies for pushing to master. Graphviz has 1370 dependencies, which makes it a candidate for core-updates branch that has been frozen recently. Maybe we can start a 'core-updates-next' branch. Marius, WDYT? Mailutils has 125 dependencies, which is under the 300 limit so I'll push it on master. The other patches are fine :) Thanks, Mathieu [1]: https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html,