GNU bug report logs -
#63297
[PATCH] gnu: nng: Update to 1.5.2
Previous Next
To reply to this bug, email your comments to 63297 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63297
; Package
guix-patches
.
(Fri, 05 May 2023 10:35:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Franz Geffke <franz <at> pantherx.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 05 May 2023 10:35:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 85fb352ebf..ba77e613d7 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -792,7 +792,7 @@ (define-public knockd
(define-public nng
(package
(name "nng")
- (version "1.3.2")
+ (version "1.5.2")
(source
(origin
(method git-fetch)
@@ -801,7 +801,7 @@ (define-public nng
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0a4jg8alh2h0rw6fb4dqpvk4hgl2a7h76mq7g34fy89qh9sgg1a4"))))
+ (base32 "1sap0iny3z9lhmaiassv8jc399md1307y32xxx3mrr74jcpcrf59"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63297
; Package
guix-patches
.
(Tue, 22 Aug 2023 09:18:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 63297 <at> debbugs.gnu.org (full text, mbox):
Hi,
Franz Geffke <franz <at> pantherx.org> skribis:
> (package
> (name "nng")
> - (version "1.3.2")
> + (version "1.5.2")
This gives me test failures on x86_64-linux:
--8<---------------cut here---------------start------------->8---
96% tests passed, 4 tests failed out of 89
Total Test time (real) = 155.61 sec
The following tests FAILED:
11 - nng.platform.resolver_test (Failed)
31 - nng.sp.transport.tcp.tcp_test (Failed)
32 - nng.sp.transport.ws.ws_test (Failed)
36 - nng.supplemental.wssfile_test (Failed)
Errors while running CTest
make: *** [Makefile:94: test] Error 8
--8<---------------cut here---------------end--------------->8---
Could you give it another look?
Thanks,
Ludo’.
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sat, 22 Feb 2025 13:57:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Franz Geffke <franz <at> pantherx.org>
:
bug acknowledged by developer.
(Sat, 22 Feb 2025 13:57:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 63297-done <at> debbugs.gnu.org (full text, mbox):
Hello,
> Franz Geffke <franz <at> pantherx.org> skribis:
>
> > (package
> > (name "nng")
> > - (version "1.3.2")
> > + (version "1.5.2")
>
> This gives me test failures on x86_64-linux:
>
> --8<---------------cut here---------------start------------->8---
> 96% tests passed, 4 tests failed out of 89
>
> Total Test time (real) = 155.61 sec
>
> The following tests FAILED:
> 11 - nng.platform.resolver_test (Failed)
> 31 - nng.sp.transport.tcp.tcp_test (Failed)
> 32 - nng.sp.transport.ws.ws_test (Failed)
> 36 - nng.supplemental.wssfile_test (Failed)
> Errors while running CTest
> make: *** [Makefile:94: test] Error 8
> --8<---------------cut here---------------end--------------->8---
>
> Could you give it another look?
NNG is already at 1.5.2 in Guix (and doesn’t fail), so I’m closing this
bug report.
Regards,
--
Nicolas Goaziou
This bug report was last modified 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.