From unknown Thu Aug 14 17:26:43 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#40422 <40422@debbugs.gnu.org> To: bug#40422 <40422@debbugs.gnu.org> Subject: Status: [PATCH] gnu: kmod: Update to 27. Reply-To: bug#40422 <40422@debbugs.gnu.org> Date: Fri, 15 Aug 2025 00:26:43 +0000 retitle 40422 [PATCH] gnu: kmod: Update to 27. reassign 40422 guix-patches submitter 40422 Brice Waegeneire severity 40422 normal tag 40422 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 04 03:15:50 2020 Received: (at submit) by debbugs.gnu.org; 4 Apr 2020 07:15:50 +0000 Received: from localhost ([127.0.0.1]:43401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKd1x-0005LP-NL for submit@debbugs.gnu.org; Sat, 04 Apr 2020 03:15:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:56028) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKd1v-0005LD-CE for submit@debbugs.gnu.org; Sat, 04 Apr 2020 03:15:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39769) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKd1t-0007y4-EG for guix-patches@gnu.org; Sat, 04 Apr 2020 03:15:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKd1r-00018I-MZ for guix-patches@gnu.org; Sat, 04 Apr 2020 03:15:44 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:41599) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jKd1q-00016G-PO for guix-patches@gnu.org; Sat, 04 Apr 2020 03:15:43 -0400 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 2BD9C100003 for ; Sat, 4 Apr 2020 07:15:37 +0000 (UTC) From: Brice Waegeneire To: guix-patches@gnu.org Subject: [PATCH] gnu: kmod: Update to 27. Date: Sat, 4 Apr 2020 09:15:34 +0200 Message-Id: <20200404071534.17291-1-brice@waegenei.re> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.178.231 X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/linux.scm (kmod): Update to 27. Enable tests. --- This patch need to be merge on core-updates because > 2200 packages will need to be rebuilt. Without this patch (in particular `--sysconfdir=/etc`) it's not possible to pass module arguments to `kerne [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: waegenei.re] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 1.3 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-Debbugs-Envelope-To: submit 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: 0.3 (/) * gnu/packages/linux.scm (kmod): Update to 27. Enable tests. --- This patch need to be merge on core-updates because > 2200 packages will need to be rebuilt. Without this patch (in particular `--sysconfdir=/etc`) it's not possible to pass module arguments to `kernel-module-loader` from . gnu/packages/linux.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 945c15d972..10783c0f5a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -42,6 +42,7 @@ ;;; Copyright © 2020 Pierre Neidhardt ;;; Copyright © 2020 Chris Marusich ;;; Copyright © 2020 Vincent Legoll +;;; Copyright © 2020 Brice Waegeneire ;;; ;;; This file is part of GNU Guix. ;;; @@ -2731,7 +2732,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") (define-public kmod (package (name "kmod") - (version "26") + (version "27") (source (origin (method url-fetch) (uri @@ -2739,7 +2740,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") "kmod-" version ".tar.xz")) (sha256 (base32 - "17dvrls70nr3b3x1wm8pwbqy4r8a5c20m0dhys8mjhsnpg425fsp")) + "035wzfzjx4nwidk747p8n085mgkvy531ppn16krrajx2dkqzply1")) (patches (search-patches "kmod-module-directory.patch")))) (build-system gnu-build-system) (native-inputs @@ -2748,8 +2749,8 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") `(("xz" ,xz) ("zlib" ,zlib))) (arguments - `(#:tests? #f ; FIXME: Investigate test failures - #:configure-flags '("--with-xz" "--with-zlib") + `(#:configure-flags '("--with-xz" "--with-zlib" "--sysconfdir=/etc" + "--disable-test-modules") #:phases (modify-phases %standard-phases (add-after 'install 'install-modprobe&co -- 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 05 10:46:00 2020 Received: (at 40422) by debbugs.gnu.org; 5 Apr 2020 14:46:00 +0000 Received: from localhost ([127.0.0.1]:46470 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jL6X9-0002Hf-Q2 for submit@debbugs.gnu.org; Sun, 05 Apr 2020 10:46:00 -0400 Received: from wout5-smtp.messagingengine.com ([64.147.123.21]:56567) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jL6X8-0002HD-5n for 40422@debbugs.gnu.org; Sun, 05 Apr 2020 10:45:59 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 359D09B8; Sun, 5 Apr 2020 10:45:52 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Sun, 05 Apr 2020 10:45:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm2; bh=JwUzzg6R73xYI4tHPXp8hZ021+ yPvZyYRQ9tJB9RI0E=; b=0q2tvoW4Ktrflk7tL9TfkKrymlXxIlLtKWUpu0obgV Yh5AObIfWLITmwMG/1soblCZcIAnpY/4yOI2LX0f8E97nyyIGg/AoBFP/iN4R353 X6xbeeuxVVpRhQ8V2o4eXZyH8mPhIg9ul/qEJyDyc90y218uQKQpxvWmbNL6ntYK Nkm953tPaViTrjbIKLTjYINZRhDhGmh8G1lmJ8pfJG23i+oxhx7vpbYVDgV+nMXl 3f8Ol+VklREzqpNxDPiERDNFtumTtk+GDgPowYO2+nkXcgo0BRjPaMQR2OwWgHu0 eAhpQ/zZaDCpq0baASTpNWB/G+DU4f0yeT5C3RN01Ssw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=JwUzzg 6R73xYI4tHPXp8hZ021+yPvZyYRQ9tJB9RI0E=; b=PL96fYGRLXs8QjZNGy9K2u xp7kLXdcR34mIPn6zMSeEIAw433gH37qYmnZG4tlvEPagJjrUJiXe2lxjxf94Mts uHhu6N/igNNEWFXRxBO3rMr6+OxlKPiapnq7KUES/rvwfARQHgEh7zPfUFMeZNOI OuVbaqc9OsnyS8hl6kXtKwESNqUZXKUWy70JHrgeG26akjOhtArEcW4icrMDkvoz Zh+xt6FQmlaZOP2VZcF9vVX1K7nG9dwR1/2EbmLA53ktlXcHbTAoyNt44FxS1mLz o84ALHV+CcbI9uKOjW60AN3jmBDdGJ9GFQMLiJzaJkTR5MpVL5FCU3pEEMOdcDEQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedruddugdekvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffujghffgffkfggtgesghdtreertdertdenucfhrhhomhepofgrrhhiuhhs uceurghkkhgvuceomhgsrghkkhgvsehfrghsthhmrghilhdrtghomheqnecuffhomhgrih hnpehguhhigidrihhnfhhonecukfhppeekgedrvddtvddrieekrdejheenucevlhhushht vghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehmsggrkhhkvgesfhgrsh htmhgrihhlrdgtohhm X-ME-Proxy: Received: from localhost (ti0006q161-2604.bb.online.no [84.202.68.75]) by mail.messagingengine.com (Postfix) with ESMTPA id 33E8E328005E; Sun, 5 Apr 2020 10:45:51 -0400 (EDT) From: Marius Bakke To: Brice Waegeneire , 40422@debbugs.gnu.org Subject: Re: [bug#40422] [PATCH] gnu: kmod: Update to 27. In-Reply-To: <20200404071534.17291-1-brice@waegenei.re> References: <20200404071534.17291-1-brice@waegenei.re> User-Agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu) Date: Sun, 05 Apr 2020 16:45:48 +0200 Message-ID: <87y2rang83.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40422 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.7 (-) --=-=-= Content-Type: text/plain Brice Waegeneire writes: > * gnu/packages/linux.scm (kmod): Update to 27. Enable tests. > --- > > This patch need to be merge on core-updates because > 2200 packages will need > to be rebuilt. Without this patch (in particular `--sysconfdir=/etc`) it's > not possible to pass module arguments to `kernel-module-loader` from > . As the core-updates branch is frozen right now, could you submit this patch as a 'kmod/next' variable? See e.g. 'help2man/latest' or 'automake-1.16.2' for inspiration. After the core-updates merge, we can do a larger 'staging' round that updates the default 'kmod'. I wonder if we should patch eudev to use /run/current-system/profile/bin/ instead of /gnu/store/...kmod/bin so that we can update kmod without triggering a huge rebuild. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl6J7xwACgkQoqBt8qM6 VPriLAf+Oq3tiSFXVXZPgTOzf9ah9kMUQFiKjiqy0BIp16ayx9ebkC2RXN1g26il Tdv6XaPu3g/kq/Ftt/LhKWVKNUIr6NumXZjb0gBnJg8vrdIg7qFE6OjbFmrtI8jB W9HjvjxYAmaffh4ukue/lUzKv+0avV5JjVnOlbImoeOqQ4nK3WE1qeLF6aX7/yjj PCjbkx1fZX+V+sHIGsS5TmlAAq+RThE9dWbX3JBruDqi79MQuRUyOkjdScrFapWh JiLyOmZXlU6zcwQIpjhZuDQgKRqWv6psfzhvhFIQlzdTBA4u7IcoZh3NyvDACPsM pHXd03Rjhfs2CFkeVWWVay0gA3yvVA== =fkQW -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 05 11:57:37 2020 Received: (at 40422) by debbugs.gnu.org; 5 Apr 2020 15:57:37 +0000 Received: from localhost ([127.0.0.1]:46510 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jL7eT-0006OR-Eh for submit@debbugs.gnu.org; Sun, 05 Apr 2020 11:57:37 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:49239) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jL7eR-0006Nu-Lo for 40422@debbugs.gnu.org; Sun, 05 Apr 2020 11:57:36 -0400 Received: from webmail.gandi.net (webmail18.sd4.0x35.net [10.200.201.18]) (Authenticated sender: brice@waegenei.re) by relay11.mail.gandi.net (Postfix) with ESMTPA id 5D656100002; Sun, 5 Apr 2020 15:57:28 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 05 Apr 2020 15:57:28 +0000 From: Brice Waegeneire To: Marius Bakke Subject: Re: [bug#40422] [PATCH] gnu: kmod: Update to 27. In-Reply-To: <87y2rang83.fsf@devup.no> References: <20200404071534.17291-1-brice@waegenei.re> <87y2rang83.fsf@devup.no> Message-ID: <43344bcdc6c4b8ebf028f9fb76d9707c@waegenei.re> X-Sender: brice@waegenei.re User-Agent: Roundcube Webmail/1.3.8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40422 Cc: 40422@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.7 (-) On 2020-04-05 14:45, Marius Bakke wrote: > Brice Waegeneire writes: > >> * gnu/packages/linux.scm (kmod): Update to 27. Enable tests. >> --- >> >> This patch need to be merge on core-updates because > 2200 packages >> will need >> to be rebuilt. Without this patch (in particular `--sysconfdir=/etc`) >> it's >> not possible to pass module arguments to `kernel-module-loader` from >> . > > As the core-updates branch is frozen right now, could you submit this > patch as a 'kmod/next' variable? See e.g. 'help2man/latest' or > 'automake-1.16.2' for inspiration. I can do that but I would need to adjust %modprobe-wrapper for `kernel-loader-module` to work without the crutch at 8c88e24229 since the service gets its modprobe from "/proc/sys/kernel/modprobe". > After the core-updates merge, we can do a larger 'staging' round that > updates the default 'kmod'. > > I wonder if we should patch eudev to use > /run/current-system/profile/bin/ instead of /gnu/store/...kmod/bin so > that we can update kmod without triggering a huge rebuild. eudev uses libkmod to to use it's kmod feature so I'm not sure how to do this. From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 05 18:14:42 2020 Received: (at 40422) by debbugs.gnu.org; 5 Apr 2020 22:14:42 +0000 Received: from localhost ([127.0.0.1]:46821 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jLDXN-0006j0-Qi for submit@debbugs.gnu.org; Sun, 05 Apr 2020 18:14:42 -0400 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]:49667) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jLDXM-0006il-50 for 40422@debbugs.gnu.org; Sun, 05 Apr 2020 18:14:40 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 31E9968B; Sun, 5 Apr 2020 18:14:34 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Sun, 05 Apr 2020 18:14:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm2; bh=jqWafoHRoG3N40k4zyCdN5tFBx WU8sN9Ejdi3LXnLfY=; b=L1OVSv6sM85GDzF2FxGw6PNX1AlFnlBRJ14Nfg6QeK vUPSiiNAFzJouNlWwwuoFLojxzHfXaODjAmxhnLCO+BiBjUxvtlwlQShCzpAUM2Q Dgo18n6dK3wMq/dNR3yVKN0313288CKp/+SQOOIqEvb4EwRbj8IUAyTcpm9PgxiP NgopcTcjVO9dFCk85KpyULy8ZaeoSGARfjY0jsXVQ7fyZqQa1CouLdbMd7ze9uge wQGaaOSRy57ahO+rXfOtH1GtHqfs3OxUakewbDPzR7YbsaMnxAAysZCl+vGw5Uzv sWE4P9xMoK5tXixwV3Z5vfpAeC9iZySpc5Lv7PactvuQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=jqWafo HRoG3N40k4zyCdN5tFBxWU8sN9Ejdi3LXnLfY=; b=YZIRP5tJgNsLy48w7vW2Tt NI0Zib/Ews4UR8/5a8cx3wK5CcSK82uDlwMrsbY+FxMlU9U8E7jxC1vloOc0ncf3 wpmbmXBcB0BhTv1nFv4ppY1R6nfzTSCpwvxHSUtFLR9RLngdA8lz1mX3z7ax02yF wpfIVUtznzI7rUJYgZBVAeb4bUXdSzF3VPUryG2HdDFmtVZqYLH7USZTFJEOfsxL QL5XMZTkoCQ7dk2mEvzHCPmqZQwkewjo93I3Tt3pWzXYi+Vgs5moID2ljMrjttAI HPcH++TT0v92aHRHTzrvZ+eKasX9zj7Vv8fLIO4g3+BezLWciAk6/FdkShEzeNVA == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedruddvgddtjecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffujghffgffkfggtgesghdtreertdertdenucfhrhhomhepofgrrhhiuhhs uceurghkkhgvuceomhgsrghkkhgvsehfrghsthhmrghilhdrtghomheqnecuffhomhgrih hnpehguhhigidrihhnfhhonecukfhppeekgedrvddtvddrieekrdejheenucevlhhushht vghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehmsggrkhhkvgesfhgrsh htmhgrihhlrdgtohhm X-ME-Proxy: Received: from localhost (ti0006q161-2604.bb.online.no [84.202.68.75]) by mail.messagingengine.com (Postfix) with ESMTPA id 3065A328005D; Sun, 5 Apr 2020 18:14:33 -0400 (EDT) From: Marius Bakke To: Brice Waegeneire Subject: Re: [bug#40422] [PATCH] gnu: kmod: Update to 27. In-Reply-To: <43344bcdc6c4b8ebf028f9fb76d9707c@waegenei.re> References: <20200404071534.17291-1-brice@waegenei.re> <87y2rang83.fsf@devup.no> <43344bcdc6c4b8ebf028f9fb76d9707c@waegenei.re> User-Agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu) Date: Mon, 06 Apr 2020 00:14:31 +0200 Message-ID: <87tv1xoa0o.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40422 Cc: 40422@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.7 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Brice Waegeneire writes: > On 2020-04-05 14:45, Marius Bakke wrote: >> Brice Waegeneire writes: >>=20 >>> * gnu/packages/linux.scm (kmod): Update to 27. Enable tests. >>> --- >>>=20 >>> This patch need to be merge on core-updates because > 2200 packages=20 >>> will need >>> to be rebuilt. Without this patch (in particular `--sysconfdir=3D/etc`= )=20 >>> it's >>> not possible to pass module arguments to `kernel-module-loader` from >>> . >>=20 >> As the core-updates branch is frozen right now, could you submit this >> patch as a 'kmod/next' variable? See e.g. 'help2man/latest' or >> 'automake-1.16.2' for inspiration. > > I can do that but I would need to adjust %modprobe-wrapper for > `kernel-loader-module` to work without the crutch at 8c88e24229 since=20 > the service > gets its modprobe from "/proc/sys/kernel/modprobe". Huh, what kind of sorcery is this? :-) Let's hold this patch until core-updates is merged, then I think we can run it through 'staging'. >> After the core-updates merge, we can do a larger 'staging' round that >> updates the default 'kmod'. >>=20 >> I wonder if we should patch eudev to use >> /run/current-system/profile/bin/ instead of /gnu/store/...kmod/bin so >> that we can update kmod without triggering a huge rebuild. > > eudev uses libkmod to to use it's kmod feature so I'm not sure how to do= =20 > this. Oh right, I didn't realize there was a libkmod. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl6KWEcACgkQoqBt8qM6 VPqUPAgAn5jDsoxusjdRa9Nw4BksU295peQjAuaHfRG2VFO+2YjrFpZGUvBEJBkG jMOdq4xwO7ZkOGgm3JBqKcOMPT+lfE/HtaJNmND9acPTmyXVgXdimWn8Z98GVg37 jtcZUw99lqX5Mfu2p6O1jXRUE+QQsV4vki2V6zZxvCe0czgXtim+nxYiBPt0Rjev cz8x5ZJFLK+Im6kTQCa4wgK/wxgdo4Au/MuHmRXOmGeUqPrQW//XB+arLIrwTl8v TD/2DHsj4c0DjyNd2ZZogKKm9xa/XEKZaGNN03b3Na81ITneAU9bjNfaYwEiFO5Y vJ0KBfYMmYUqTzhA6b45hRXBDI5jvA== =NIuN -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 08 03:12:09 2020 Received: (at submit) by debbugs.gnu.org; 8 Apr 2020 07:12:09 +0000 Received: from localhost ([127.0.0.1]:51290 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jM4sa-0005CW-LP for submit@debbugs.gnu.org; Wed, 08 Apr 2020 03:12:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:37971) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jM4sY-0005CN-SA for submit@debbugs.gnu.org; Wed, 08 Apr 2020 03:12:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36516) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jM4sW-0002XA-Gt for guix-patches@gnu.org; Wed, 08 Apr 2020 03:12:06 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jM4sU-000704-Rg for guix-patches@gnu.org; Wed, 08 Apr 2020 03:12:04 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:37957) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jM4sU-0006y1-Lv for guix-patches@gnu.org; Wed, 08 Apr 2020 03:12:02 -0400 X-Originating-IP: 78.237.113.178 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 3FAA26000A for ; Wed, 8 Apr 2020 07:11:59 +0000 (UTC) From: Brice Waegeneire To: guix-patches@gnu.org Subject: [PATCH v3] gnu: kmod: Update to 27. Date: Wed, 8 Apr 2020 09:11:55 +0200 Message-Id: <20200408071155.22620-1-brice@waegenei.re> X-Mailer: git-send-email 2.26.0 In-Reply-To: <20200404071534.17291-1-brice@waegenei.re> References: <20200404071534.17291-1-brice@waegenei.re> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.195 X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/linux.scm (kmod): Update to 27. Enable tests. --- This patch isn't related with #40274[0] anymore, the “--sysconfdir” flag has been removed as well as the reverting commit. As discussed in[1] the configuration of modprobe will be done, in an othe [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: guix.info] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) X-Debbugs-Envelope-To: submit 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 (+) * gnu/packages/linux.scm (kmod): Update to 27. Enable tests. --- This patch isn't related with #40274[0] anymore, the “--sysconfdir” flag has been removed as well as the reverting commit. As discussed in[1] the configuration of modprobe will be done, in an other patch series, by setting the “MODPROBE_OPTIONS” varaible in the wrapper returned by “/proc/sys/kernel/modprobe”. [0] https://issues.guix.info/issue/40274 [1]: https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00108.html gnu/packages/linux.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index c8acb42352..386158290f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -42,6 +42,7 @@ ;;; Copyright © 2020 Pierre Neidhardt ;;; Copyright © 2020 Chris Marusich ;;; Copyright © 2020 Vincent Legoll +;;; Copyright © 2020 Brice Waegeneire ;;; ;;; This file is part of GNU Guix. ;;; @@ -2779,7 +2780,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") (define-public kmod (package (name "kmod") - (version "26") + (version "27") (source (origin (method url-fetch) (uri @@ -2787,7 +2788,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") "kmod-" version ".tar.xz")) (sha256 (base32 - "17dvrls70nr3b3x1wm8pwbqy4r8a5c20m0dhys8mjhsnpg425fsp")) + "035wzfzjx4nwidk747p8n085mgkvy531ppn16krrajx2dkqzply1")) (patches (search-patches "kmod-module-directory.patch")))) (build-system gnu-build-system) (native-inputs @@ -2796,8 +2797,8 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") `(("xz" ,xz) ("zlib" ,zlib))) (arguments - `(#:tests? #f ; FIXME: Investigate test failures - #:configure-flags '("--with-xz" "--with-zlib") + `(#:configure-flags '("--with-xz" "--with-zlib" + "--disable-test-modules") #:phases (modify-phases %standard-phases (add-after 'install 'install-modprobe&co -- 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 13 07:20:50 2020 Received: (at 40422) by debbugs.gnu.org; 13 Apr 2020 11:20:50 +0000 Received: from localhost ([127.0.0.1]:59303 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNx90-0001I0-5s for submit@debbugs.gnu.org; Mon, 13 Apr 2020 07:20:50 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:33972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNx8y-0001Hs-U1 for 40422@debbugs.gnu.org; Mon, 13 Apr 2020 07:20:49 -0400 Received: from localhost (unknown [185.128.244.187]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 3E8053368042; Mon, 13 Apr 2020 13:20:48 +0200 (CEST) Date: Mon, 13 Apr 2020 13:20:47 +0200 From: Danny Milosavljevic To: Brice Waegeneire Subject: Re: [bug#40422] [PATCH v3] gnu: kmod: Update to 27. Message-ID: <20200413132047.0cb6a80d@scratchpost.org> In-Reply-To: <20200408071155.22620-1-brice@waegenei.re> References: <20200404071534.17291-1-brice@waegenei.re> <20200408071155.22620-1-brice@waegenei.re> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/vS=vYqmTgG78=rO4KH3+H+Z"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40422 Cc: 40422@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.7 (-) --Sig_/vS=vYqmTgG78=rO4KH3+H+Z Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Brice, I get depmod: WARNING: could not open modules.order at /lib/modules/4.4.4: No suc= h file or directory depmod: WARNING: could not open modules.builtin at /lib/modules/4.4.4: No s= uch file or directory depmod: WARNING: could not open modules.order at /lib/modules/4.4.4: No suc= h file or directory depmod: WARNING: could not open modules.builtin at /lib/modules/4.4.4: No s= uch file or directory [...] TESTSUITE: 'depmod_search_order_external_last' [7595] exited with return co= de 0 TESTSUITE: ERR: sizes do not match /tmp/guix-build-kmod-27.drv-0/kmod-27/te= stsuite/rootfs/test-depmod/search-order-external-last/lib/modules/4.4.4/cor= rect-modules.dep /tmp/guix-build-kmod-27.drv-0/kmod-27/testsuite/rootfs/tes= t-depmod/search-order-external-last/lib/modules/4.4.4/modules.dep TESTSUITE: ERR: FAILED: exit ok but outputs do not match: depmod_search_ord= er_external_last TESTSUITE: ------ FAIL testsuite/test-depmod (exit status: 1) with your patch on staging... --Sig_/vS=vYqmTgG78=rO4KH3+H+Z Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl6USw8ACgkQ5xo1VCww uqXKrQf/TnGM/8PVQCYFFa5uVj+NX+8Bx3jEGSdfTEqZTta6Kp+AZa72K6oQmrD/ UY3G9PCuZfK3VtQUEqNQq6Fzr9PIqDCVHWG+iA1NQEmJZ4LUFUADilz89GMnDkYt h0yPN4ZJTjI6opLXgtVLGnqyz20VaS2QbZR4z5a4clc4wxzqWCsXAnaWjiWYEY8N b1sbJecfhBX2gmNcXBZQCv3hGvsu2PjSI1TEA0xFaAWARvM/VZKtWheH8rkr3q7M j1CN9RVj4ulhtW0XeWVO6dFwvrZ4DwgmNHA/9jLwmG+Ad+vvpGA6lhuIXAtkFbSg GnUe74Js4fPz++eJSF88JQ4rfIM7JQ== =NbW8 -----END PGP SIGNATURE----- --Sig_/vS=vYqmTgG78=rO4KH3+H+Z-- From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 13 09:34:44 2020 Received: (at submit) by debbugs.gnu.org; 13 Apr 2020 13:34:44 +0000 Received: from localhost ([127.0.0.1]:59379 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNzEZ-0000Hc-VB for submit@debbugs.gnu.org; Mon, 13 Apr 2020 09:34:44 -0400 Received: from lists.gnu.org ([209.51.188.17]:47252) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNzEY-0000HT-78 for submit@debbugs.gnu.org; Mon, 13 Apr 2020 09:34:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43611) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNzEW-0000JX-Tv for guix-patches@gnu.org; Mon, 13 Apr 2020 09:34:42 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jNzEV-0005UW-C2 for guix-patches@gnu.org; Mon, 13 Apr 2020 09:34:40 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:50535) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jNzEV-0005Ti-6I for guix-patches@gnu.org; Mon, 13 Apr 2020 09:34:39 -0400 X-Originating-IP: 78.237.113.178 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 4661B40004 for ; Mon, 13 Apr 2020 13:34:35 +0000 (UTC) From: Brice Waegeneire To: guix-patches@gnu.org Subject: [PATCH v4] gnu: kmod: Update to 27. Date: Mon, 13 Apr 2020 15:34:31 +0200 Message-Id: <20200413133431.8039-1-brice@waegenei.re> X-Mailer: git-send-email 2.26.0 In-Reply-To: <20200404071534.17291-1-brice@waegenei.re> References: <20200404071534.17291-1-brice@waegenei.re> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.194 X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/linux.scm (kmod): Update to version 27. [native-inputs]: Add 'automake' and 'autoconf'. [arguments]: Add phase 'disable-tests'. Add configure flag '--disable-test-modules'. Enable tests [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] X-Debbugs-Envelope-To: submit 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 (+) * gnu/packages/linux.scm (kmod): Update to version 27. [native-inputs]: Add 'automake' and 'autoconf'. [arguments]: Add phase 'disable-tests'. Add configure flag '--disable-test-modules'. Enable tests. --- This version disable the 3 tests failling when '--sysconfdir=/etc' isn't used as warned by “warning: Some tests will fail without --sysconfdir=/etc”. gnu/packages/linux.scm | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 1c23489bc2..1de5ea8eaf 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -42,6 +42,7 @@ ;;; Copyright © 2020 Pierre Neidhardt ;;; Copyright © 2020 Chris Marusich ;;; Copyright © 2020 Vincent Legoll +;;; Copyright © 2020 Brice Waegeneire ;;; ;;; This file is part of GNU Guix. ;;; @@ -2731,7 +2732,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") (define-public kmod (package (name "kmod") - (version "26") + (version "27") (source (origin (method url-fetch) (uri @@ -2739,19 +2740,28 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") "kmod-" version ".tar.xz")) (sha256 (base32 - "17dvrls70nr3b3x1wm8pwbqy4r8a5c20m0dhys8mjhsnpg425fsp")) + "035wzfzjx4nwidk747p8n085mgkvy531ppn16krrajx2dkqzply1")) (patches (search-patches "kmod-module-directory.patch")))) (build-system gnu-build-system) (native-inputs - `(("pkg-config" ,pkg-config))) + `(("automake" ,automake) + ("autoconf" ,autoconf) + ("pkg-config" ,pkg-config))) (inputs `(("xz" ,xz) ("zlib" ,zlib))) (arguments - `(#:tests? #f ; FIXME: Investigate test failures - #:configure-flags '("--with-xz" "--with-zlib") + `(#:configure-flags (list "--with-xz" "--with-zlib" + "--disable-test-modules") #:phases (modify-phases %standard-phases + (add-after 'unpack 'disable-tests + (lambda _ + ;; XXX: These tests need '--sysconfdir=/etc' to pass. + (substitute* "Makefile.am" + (("testsuite/test-modprobe") "") + (("testsuite/test-depmod") "") + (("testsuite/test-blacklist") "")))) (add-after 'install 'install-modprobe&co (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) -- 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 13 09:39:31 2020 Received: (at 40422) by debbugs.gnu.org; 13 Apr 2020 13:39:31 +0000 Received: from localhost ([127.0.0.1]:59387 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNzJC-0000PG-NW for submit@debbugs.gnu.org; Mon, 13 Apr 2020 09:39:30 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:50267) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNzIw-0000Oc-Bn for 40422@debbugs.gnu.org; Mon, 13 Apr 2020 09:39:29 -0400 Received: from webmail.gandi.net (webmail18.sd4.0x35.net [10.200.201.18]) (Authenticated sender: brice@waegenei.re) by relay11.mail.gandi.net (Postfix) with ESMTPA id 5A450100003; Mon, 13 Apr 2020 13:39:07 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Mon, 13 Apr 2020 13:39:07 +0000 From: Brice Waegeneire To: Danny Milosavljevic Subject: Re: [bug#40422] [PATCH v3] gnu: kmod: Update to 27. In-Reply-To: <20200413132047.0cb6a80d@scratchpost.org> References: <20200404071534.17291-1-brice@waegenei.re> <20200408071155.22620-1-brice@waegenei.re> <20200413132047.0cb6a80d@scratchpost.org> Message-ID: <6b075dde44256de061c7a6316081b65f@waegenei.re> X-Sender: brice@waegenei.re User-Agent: Roundcube Webmail/1.3.8 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40422 Cc: 40422@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.7 (-) Hello Danny, On 2020-04-13 11:20, Danny Milosavljevic wrote: > Hi Brice, > > I get > > depmod: WARNING: could not open modules.order at /lib/modules/4.4.4: > No such file or directory > depmod: WARNING: could not open modules.builtin at /lib/modules/4.4.4: > No such file or directory > depmod: WARNING: could not open modules.order at /lib/modules/4.4.4: > No such file or directory > depmod: WARNING: could not open modules.builtin at /lib/modules/4.4.4: > No such file or directory > [...] > TESTSUITE: 'depmod_search_order_external_last' [7595] exited with > return code 0 > TESTSUITE: ERR: sizes do not match > /tmp/guix-build-kmod-27.drv-0/kmod-27/testsuite/rootfs/test-depmod/search-order-external-last/lib/modules/4.4.4/correct-modules.dep > /tmp/guix-build-kmod-27.drv-0/kmod-27/testsuite/rootfs/test-depmod/search-order-external-last/lib/modules/4.4.4/modules.dep > TESTSUITE: ERR: FAILED: exit ok but outputs do not match: > depmod_search_order_external_last > TESTSUITE: ------ > FAIL testsuite/test-depmod (exit status: 1) > > with your patch on staging... Thanks for the heads up. As written in the Makefile not using “--sysconfdir=/etc” will make some tests fail, these tests are now disable in v4. BTW this patch should go on core-updates. Cheers, - Brice From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 21 04:57:54 2020 Received: (at 40422) by debbugs.gnu.org; 21 Apr 2020 08:57:54 +0000 Received: from localhost ([127.0.0.1]:49030 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQoj4-0007NE-CB for submit@debbugs.gnu.org; Tue, 21 Apr 2020 04:57:54 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:44041) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQoiz-0007Mx-ST for 40422@debbugs.gnu.org; Tue, 21 Apr 2020 04:57:52 -0400 Received: from webmail.gandi.net (webmail18.sd4.0x35.net [10.200.201.18]) (Authenticated sender: brice@waegenei.re) by relay8-d.mail.gandi.net (Postfix) with ESMTPA id 7D18D1BF20E; Tue, 21 Apr 2020 08:57:42 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 21 Apr 2020 08:57:42 +0000 From: Brice Waegeneire To: Danny Milosavljevic Subject: Re: [bug#40422] [PATCH v4] gnu: kmod: Update to 27. In-Reply-To: <20200413132047.0cb6a80d@scratchpost.org> References: <20200404071534.17291-1-brice@waegenei.re> <20200408071155.22620-1-brice@waegenei.re> <20200413132047.0cb6a80d@scratchpost.org> Message-ID: <954fbed54099f6b49b6e3f07466c6450@waegenei.re> X-Sender: brice@waegenei.re User-Agent: Roundcube Webmail/1.3.8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40422 Cc: 40422@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.7 (-) Ping? From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 27 09:55:31 2020 Received: (at submit) by debbugs.gnu.org; 27 Apr 2020 13:55:31 +0000 Received: from localhost ([127.0.0.1]:37668 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jT4EN-000723-74 for submit@debbugs.gnu.org; Mon, 27 Apr 2020 09:55:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:34174) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jT4EM-00071v-4E for submit@debbugs.gnu.org; Mon, 27 Apr 2020 09:55:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49452) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jT4EL-0002dx-Ea for guix-patches@gnu.org; Mon, 27 Apr 2020 09:55:29 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_PASS,URIBL_BLOCKED,URIBL_SBL,URIBL_SBL_A autolearn=unavailable autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jT4EG-0002Us-RX for guix-patches@gnu.org; Mon, 27 Apr 2020 09:55:29 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:59185) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jT4EF-0001k6-Uy for guix-patches@gnu.org; Mon, 27 Apr 2020 09:55:24 -0400 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay12.mail.gandi.net (Postfix) with ESMTPSA id E4ACA200059 for ; Mon, 27 Apr 2020 13:51:57 +0000 (UTC) From: Brice Waegeneire To: guix-patches@gnu.org Subject: [PATCH v5] gnu: Update kmod to 27. Date: Mon, 27 Apr 2020 15:51:45 +0200 Message-Id: <20200427135145.18884-1-brice@waegenei.re> X-Mailer: git-send-email 2.26.0 In-Reply-To: <20200404071534.17291-1-brice@waegenei.re> References: <20200404071534.17291-1-brice@waegenei.re> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=217.70.178.232; envelope-from=brice@waegenei.re; helo=relay12.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/27 09:55:01 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Received-From: 217.70.178.232 X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/linux.scm (kmod): Update to version 27. [native-inputs]: Add 'automake' and 'autoconf'. [arguments]: Add phase 'disable-tests'. Add configure flag '--disable-test-modules'. Enable tests [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.1 URIBL_SBL_A Contains URL's A record listed in the Spamhaus SBL blocklist [URIs: ambrevar.xyz] 0.6 URIBL_SBL Contains an URL's NS IP listed in the Spamhaus SBL blocklist [URIs: ambrevar.xyz] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-Debbugs-Envelope-To: submit 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: 0.1 (/) * gnu/packages/linux.scm (kmod): Update to version 27. [native-inputs]: Add 'automake' and 'autoconf'. [arguments]: Add phase 'disable-tests'. Add configure flag '--disable-test-modules'. Enable tests. --- Phase 'disable-tests' returns #t. gnu/packages/linux.scm | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 12cb39ff9b..2b813286ff 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -42,6 +42,7 @@ ;;; Copyright © 2020 Pierre Neidhardt ;;; Copyright © 2020 Chris Marusich ;;; Copyright © 2020 Vincent Legoll +;;; Copyright © 2020 Brice Waegeneire ;;; ;;; This file is part of GNU Guix. ;;; @@ -2793,7 +2794,7 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") (define-public kmod (package (name "kmod") - (version "26") + (version "27") (source (origin (method url-fetch) (uri @@ -2801,19 +2802,29 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") "kmod-" version ".tar.xz")) (sha256 (base32 - "17dvrls70nr3b3x1wm8pwbqy4r8a5c20m0dhys8mjhsnpg425fsp")) + "035wzfzjx4nwidk747p8n085mgkvy531ppn16krrajx2dkqzply1")) (patches (search-patches "kmod-module-directory.patch")))) (build-system gnu-build-system) (native-inputs - `(("pkg-config" ,pkg-config))) + `(("automake" ,automake) + ("autoconf" ,autoconf) + ("pkg-config" ,pkg-config))) (inputs `(("xz" ,xz) ("zlib" ,zlib))) (arguments - `(#:tests? #f ; FIXME: Investigate test failures - #:configure-flags '("--with-xz" "--with-zlib") + `(#:configure-flags (list "--with-xz" "--with-zlib" + "--disable-test-modules") #:phases (modify-phases %standard-phases + (add-after 'unpack 'disable-tests + (lambda _ + ;; XXX: These tests need '--sysconfdir=/etc' to pass. + (substitute* "Makefile.am" + (("testsuite/test-modprobe") "") + (("testsuite/test-depmod") "") + (("testsuite/test-blacklist") "")) + #t)) (add-after 'install 'install-modprobe&co (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) -- 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Sun May 10 13:22:58 2020 Received: (at 40422-done) by debbugs.gnu.org; 10 May 2020 17:22:58 +0000 Received: from localhost ([127.0.0.1]:50365 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jXpfG-0000aj-Kf for submit@debbugs.gnu.org; Sun, 10 May 2020 13:22:58 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:38175) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jXpfE-0000aQ-3L for 40422-done@debbugs.gnu.org; Sun, 10 May 2020 13:22:56 -0400 Received: from webmail.gandi.net (webmail18.sd4.0x35.net [10.200.201.18]) (Authenticated sender: brice@waegenei.re) by relay2-d.mail.gandi.net (Postfix) with ESMTPA id 9DD7D40006 for <40422-done@debbugs.gnu.org>; Sun, 10 May 2020 17:22:49 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 10 May 2020 17:22:49 +0000 From: Brice Waegeneire To: 40422-done@debbugs.gnu.org Subject: Pushed [PATCH] gnu: kmod: Update to 27 Message-ID: <37b16189859b812f02c983cf28fa3371@waegenei.re> X-Sender: brice@waegenei.re User-Agent: Roundcube Webmail/1.3.8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40422-done 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.7 (-) Pushed on staging as 8229ce3116c1f522c7157ab2dcd50dc2d765686a. From unknown Thu Aug 14 17:26:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 08 Jun 2020 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator