all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64078] [PATCH] gnu: libnl: Update to 3.7.0
@ 2023-06-15  5:46 Andy Tai
  2023-07-07 13:39 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-06-15  5:46 UTC (permalink / raw)
  To: 64078; +Cc: Andy Tai

* gnu/packages/linux.scm (libnl): Update to 3.7.0
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3bcc34374c..99f53147e0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3297,7 +3297,7 @@ (define-public bridge-utils
 (define-public libnl
   (package
     (name "libnl")
-    (version "3.5.0")
+    (version "3.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3306,7 +3306,7 @@ (define-public libnl
                     "/libnl-" version ".tar.gz"))
               (sha256
                (base32
-                "1yh5bqmkivd78x378x34gzb28lvykn6b9k3hgvvpdnj5jpn3689m"))))
+                "0faryrbvp0x4s2zhg5d78vd5q4w34lrr736gpm9wcwpaxv5krr4z"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("bison" ,bison)
@@ -3321,7 +3321,7 @@ (define-public libnl
                  (string-join (string-split version #\.) "_")
                  "/libnl-doc-" version ".tar.gz"))
            (sha256
-            (base32 "19p5y8q3cm5wqvamqc4s5syxnnkvzxy3gw8ivxk6fv9ybn8jm35h"))))))
+            (base32 "1ra8xdf06q9hlsrnc1yz67xkp4kd9sd27ff02mlixixnyyjp32sp"))))))
     (outputs `("out" "doc"))
     (arguments
      `(#:phases

base-commit: 6fe9a004dba2d4ddf69ff6f1714af15ffaa7e62a
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#64078] [PATCH] gnu: libnl: Update to 3.7.0
  2023-06-15  5:46 [bug#64078] [PATCH] gnu: libnl: Update to 3.7.0 Andy Tai
@ 2023-07-07 13:39 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-07-07 13:39 UTC (permalink / raw)
  To: Andy Tai; +Cc: 64078

Hi Andy,

Andy Tai <atai@atai.org> skribis:

> * gnu/packages/linux.scm (libnl): Update to 3.7.0

This appears to lead to a test failure in sssd:

  https://qa.guix.gnu.org/issue/64078https://data.qa.guix.gnu.org/compare/package-derivations?base_commit=31336e9f5d68512a9c1c6826bce9f17c892a2125&target_commit=89f01ffb64ea49bb3b61aed4f6949d96214d1a41&system=x86_64-linux&target=none&build_change=broken&after_name=&limit_results=40

Namely:

--8<---------------cut here---------------start------------->8---
FAIL: sysdb-tests
============================================================================
Testsuite summary for sssd 2.8.1
============================================================================
# TOTAL: 95
# PASS:  92
# SKIP:  2
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to sssd-devel@lists.fedorahosted.org
============================================================================
--8<---------------cut here---------------end--------------->8---

Could you take a look and send an updated version of the patch?

TIA,
Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-07 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-15  5:46 [bug#64078] [PATCH] gnu: libnl: Update to 3.7.0 Andy Tai
2023-07-07 13:39 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.