GNU bug report logs -
#64078
[PATCH] gnu: libnl: Update to 3.7.0
Previous Next
To reply to this bug, email your comments to 64078 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64078
; Package
guix-patches
.
(Thu, 15 Jun 2023 05:47:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 15 Jun 2023 05:47:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#64078
; Package
guix-patches
.
(Fri, 07 Jul 2023 13:40:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 64078 <at> debbugs.gnu.org (full text, mbox):
Hi Andy,
Andy Tai <atai <at> 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/64078 ⤵
https://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 <at> lists.fedorahosted.org
============================================================================
--8<---------------cut here---------------end--------------->8---
Could you take a look and send an updated version of the patch?
TIA,
Ludo’.
This bug report was last modified 1 year and 215 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.