From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42604) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iv3nL-0002r7-Jy for guix-patches@gnu.org; Fri, 24 Jan 2020 13:35:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iv3nK-0006Ix-Ib for guix-patches@gnu.org; Fri, 24 Jan 2020 13:35:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48777) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iv3nK-0006IN-4R for guix-patches@gnu.org; Fri, 24 Jan 2020 13:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iv3nK-0008AX-2q for guix-patches@gnu.org; Fri, 24 Jan 2020 13:35:02 -0500 Subject: [bug#39021] go package rebuilds References: <20200107200039.jga75muq7excgpqu@zdrowyportier.kadziolka.net> In-Reply-To: <20200107200039.jga75muq7excgpqu@zdrowyportier.kadziolka.net> Resent-Message-ID: Date: Fri, 24 Jan 2020 19:34:28 +0100 From: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Message-ID: <20200124183428.iruqasedecsusbgw@zdrowyportier.kadziolka.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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: 39021@debbugs.gnu.org Cc: me@tobias.gr With regards to the modification of go-build-system in this patchstack, it seems that this would cause "only" <180 packages to be rebuilt: ~/guix$ rg -w go-build-system gnu/packages | wc -l 172 ~/guix$ guix refresh --list-dependent go Building the following 52 packages would ensure 176 dependent packages are rebuilt: [...] This has been discussed on IRC, and since some time has since passed, I want to put the relevant link here, for future reference: http://logs.guix.gnu.org/guix/2020-01-19.log#215122 Regards, Jakub Kądziołka