* Gnunet update
@ 2014-08-12 14:06 Andreas Enge
2014-08-12 18:25 ` Ludovic Courtès
2014-08-13 20:27 ` mhw
0 siblings, 2 replies; 4+ messages in thread
From: Andreas Enge @ 2014-08-12 14:06 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 250 bytes --]
Hello,
the attached patch attempts to update gnunet to its current release 0.10.1.
It fails one of its tests; Sree, could you maybe look into it? It would be
nice to be up-to-date before coming to the GHM in gnunet's birth place!
Thanks,
Andreas
[-- Attachment #2: gnunet.scm.patch --]
[-- Type: text/plain, Size: 1859 bytes --]
diff --git a/gnu-system.am b/gnu-system.am
index a1dea39..2a2867f 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -313,8 +313,6 @@ dist_patch_DATA = \
gnu/packages/patches/glib-tests-timer.patch \
gnu/packages/patches/glibc-bootstrap-system.patch \
gnu/packages/patches/glibc-ldd-x86_64.patch \
- gnu/packages/patches/gnunet-fix-scheduler.patch \
- gnu/packages/patches/gnunet-fix-tests.patch \
gnu/packages/patches/gobject-introspection-cc.patch \
gnu/packages/patches/grub-gets-undeclared.patch \
gnu/packages/patches/gstreamer-0.10-bison3.patch \
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index e4ef3d4..ff8c765 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -186,25 +186,14 @@ supports HTTPS, HTTPS and GnuTLS.")
(define-public gnunet
(package
(name "gnunet")
- (version "0.10.0")
+ (version "0.10.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/gnunet/gnunet-" version
".tar.gz"))
(sha256 (base32
- "0zqpc47kywhjrpphl0palz849khv00ra2gjrfkysp6p0gfsbvd0i"))
- (patches
- (list
- ;; Patch to fix serious bug in scheduler; upstream commit: #31747
- (search-patch "gnunet-fix-scheduler.patch")
- ;; Patch to fix bugs in testcases:
- ;; * Disable peerinfo-tool tests as they depend on reverse DNS lookups
- ;; * Allow revocation and integration-tests testcases to run on
- ;; loopback; upstream: #32130, #32326
- ;; * Skip GNS testcases requiring DNS lookups; upstream: #32118
- (search-patch "gnunet-fix-tests.patch")))
- (patch-flags '("-p0"))))
+ "04wxzm3wkgqbn42b8ksr4cx6m5cckyig5cls1adh0nwdczwvnp7n"))))
(build-system gnu-build-system)
(inputs
`(("glpk" ,glpk)
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: Gnunet update
2014-08-12 14:06 Gnunet update Andreas Enge
@ 2014-08-12 18:25 ` Ludovic Courtès
2014-08-13 13:08 ` Sree Harsha Totakura
2014-08-13 20:27 ` mhw
1 sibling, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2014-08-12 18:25 UTC (permalink / raw)
To: Andreas Enge; +Cc: guix-devel
Andreas Enge <andreas@enge.fr> skribis:
> the attached patch attempts to update gnunet to its current release 0.10.1.
> It fails one of its tests; Sree, could you maybe look into it? It would be
> nice to be up-to-date before coming to the GHM in gnunet's birth place!
Indeed. :-) Likewise, I hope we can take the GHM as an opportunity to
hack up a GNUnet service and properly integrate the NSS plug-in for GNS.
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Gnunet update
2014-08-12 18:25 ` Ludovic Courtès
@ 2014-08-13 13:08 ` Sree Harsha Totakura
0 siblings, 0 replies; 4+ messages in thread
From: Sree Harsha Totakura @ 2014-08-13 13:08 UTC (permalink / raw)
To: guix-devel
On 08/12/2014 08:25 PM, Ludovic Courtès wrote:
>> the attached patch attempts to update gnunet to its current release 0.10.1.
>> > It fails one of its tests; Sree, could you maybe look into it? It would be
>> > nice to be up-to-date before coming to the GHM in gnunet's birth place!
> Indeed. :-) Likewise, I hope we can take the GHM as an opportunity to
> hack up a GNUnet service and properly integrate the NSS plug-in for GNS.
I am a bit busy hacking for a demo which will present during the GHM. I shall
try to find time to investigate the failing test, but I cannot promise anything
as of now :-)
Sree
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Gnunet update
2014-08-12 14:06 Gnunet update Andreas Enge
2014-08-12 18:25 ` Ludovic Courtès
@ 2014-08-13 20:27 ` mhw
1 sibling, 0 replies; 4+ messages in thread
From: mhw @ 2014-08-13 20:27 UTC (permalink / raw)
To: Andreas Enge; +Cc: guix-devel
Andreas Enge <andreas@enge.fr> writes:
> the attached patch attempts to update gnunet to its current release 0.10.1.
> It fails one of its tests; Sree, could you maybe look into it? It would be
> nice to be up-to-date before coming to the GHM in gnunet's birth place!
gnunet-0.10.0 also started failing on both i686 and mips after the
recent openssl security update, although both of those builds were
previously successful. I suspect that the gnunet test suite fails
intermittently and is perhaps sensitive to machine load.
http://hydra.gnu.org/eval/98371#tabs-now-fail
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-08-13 20:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12 14:06 Gnunet update Andreas Enge
2014-08-12 18:25 ` Ludovic Courtès
2014-08-13 13:08 ` Sree Harsha Totakura
2014-08-13 20:27 ` mhw
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).