From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id gFZZLzIxD2RTUAEASxT56A (envelope-from ) for ; Mon, 13 Mar 2023 15:20:34 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id +MxCLzIxD2TSuAAAauVa8A (envelope-from ) for ; Mon, 13 Mar 2023 15:20:34 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 83AA22D511 for ; Mon, 13 Mar 2023 15:20:34 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=gqSwT0bN; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1678717234; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=Dky2J8GjBJtcMHLPVvVN4+SHiASj9UMI4w/ZZU6oXyQ=; b=tN3VKXuF/5p3+iJvyxzDquHMqAxHlZLqxFNzoRzSbSrOJ8NJBv3Ev4mJ2GehRSb0ciprDe x0hFUqMZ+qC+0MmaX7Z75nqo7h+qWv7uCOtZ+R45L1jGJn1pfEQirgklSN1YvX5fObHrio 5zryxroJ1lGWCQSxfbuHeTc2tCDZp25mPiThKT0yxGDYcosIqAaVmcqwA2F8okfvRiNhpM 0uJmEwZW+KoPSjyr1Ul8i4K2yz95v0JwF7K/e36BDnOgl3FH2kAhtIqdfCns8fiXHcuMgj m6RMHhJXlVh7gEHNolizST3VQttRrsXWsa4iXK0uiKgarYrGDrJkceHZB4betQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=gqSwT0bN; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1678717234; a=rsa-sha256; cv=none; b=P9XtDUIA+20xPjPjB1neShpcxJ4uVYJUb/F6uKlMY/GVGte8XEJgF0bavf8sFyfG8oxSRp 9tQ8HOaVMIAuOdIfEEVkcO1ZvjjvnYq/OfManVI7UW6eY0vB6gckieOkGrhrUQlS0aTqxG 1BMC3Qw80pkfA9XvJRy9E+m4MgM+5DGS2pkg1CwTUDoQ6MtCjJ7RIL5P77IrCgtPvwQaaY YGYBeQtvAGHZATF5Uofhk+Vy6HphHXx5NbtguZJveC036/UorLAazlZhwOnaqBm+zp6hKB s0Ug+5XsPUhTB5R7N+gFZ0baersC6pcNKQwBgCttr3ti2LMg0iC1cK0qdvP5iQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pbj26-00041x-Ma; Mon, 13 Mar 2023 10:20:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pbj24-00041Q-2c for guix-patches@gnu.org; Mon, 13 Mar 2023 10:20:12 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pbj1u-00086o-JJ for guix-patches@gnu.org; Mon, 13 Mar 2023 10:20:11 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pbj1u-0000Rx-ED for guix-patches@gnu.org; Mon, 13 Mar 2023 10:20:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62062] [PATCH] guix: Strip #:use-module lists. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 13 Mar 2023 14:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62062 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Christopher Baines Cc: 62062@debbugs.gnu.org Received: via spool by 62062-submit@debbugs.gnu.org id=B62062.16787171771655 (code B ref 62062); Mon, 13 Mar 2023 14:20:02 +0000 Received: (at 62062) by debbugs.gnu.org; 13 Mar 2023 14:19:37 +0000 Received: from localhost ([127.0.0.1]:35320 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pbj1V-0000Qd-5P for submit@debbugs.gnu.org; Mon, 13 Mar 2023 10:19:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46250) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pbj1T-0000QG-Rc for 62062@debbugs.gnu.org; Mon, 13 Mar 2023 10:19:36 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pbj1O-00083A-Dx; Mon, 13 Mar 2023 10:19:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=Dky2J8GjBJtcMHLPVvVN4+SHiASj9UMI4w/ZZU6oXyQ=; b=gqSwT0bNSct0AnsJ5VEg Nb0R6ODwJognMr3xp2dtGn5pAc364r+T8bnDZKm3na+Sd8H0LyHE5KCvvEFcVurUl3HhKAxSpJvTM A6SBtSY326cr/3RkjQD9hBcswjIaPGC3PzV7kZoXqBvMydCRgItfRvV5cmYvBfW8f5x0yT1aA1kUx KS/oy8LGlZbljKRbGLkNQqEgTQSb3SN/625yO+p0fsV433JF4NUnLjviDSalWRlx8EDcJ340od4sp cpqNxzJ+fdHzTNAMWb27F5giMzWfH9zglhYYvEbL6u44upKKzRiQKZPU0BPZkXCX76sdU1tqvawgs 9x0LBD4wWAqq0A==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pbj1M-0000HX-8S; Mon, 13 Mar 2023 10:19:29 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230308232624.4348-1-ludo@gnu.org> <87356eqrwq.fsf@cbaines.net> Date: Mon, 13 Mar 2023 15:19:26 +0100 In-Reply-To: <87356eqrwq.fsf@cbaines.net> (Christopher Baines's message of "Thu, 09 Mar 2023 07:54:37 +0000") Message-ID: <87edps20pd.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: X-Migadu-Queue-Id: 83AA22D511 X-Spam-Score: -4.42 X-Migadu-Spam-Score: -4.42 X-Migadu-Scanner: scn0.migadu.com List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-TUID: 8hmL0QK4gnMZ Hi Chris, Christopher Baines skribis: > Ludovic Court=C3=A8s writes: > >> This was obtained by setting up this environment: >> >> guix shell -D guix --with-input=3Dguile@3.0.9=3Dguile-next \ >> --with-commit=3Dguile-next=3De2ed33ef0445c867fe56c247054aa67e834861f2 >> -- make -j5 >> >> then adding 'unused-module' to (@@ (guix build compiler) %warnings), >> building, and checking all the "unused module" warnings and removing >> those that were definitely unused. > > This looks great :) > > It does change some guix/build/ modules though, so I think that is the > reason it affects ~3227 packages. Maybe this could be split so that > anything affecting packages goes to core-updates, and the rest of the > changes go to master? Sorry for being disorganized: I just saw this after pushing the patch. Consequently, I reverted some of the guix/build changes in 0bb0eeddf647e5d56afd4517b12919a36acac6ee. I=E2=80=99ll leave the rest for =E2=80=98core-updates=E2=80=99. I should have checked data.qa.guix to see the number of rebuilds, right? Thanks! Ludo=E2=80=99.