From: Julian Graham <joolean@gmail.com>
To: Mark H Weaver <mhw@netris.org>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] gnu: gzochi: Update to 0.10.
Date: Sat, 3 Sep 2016 16:43:42 -0400 [thread overview]
Message-ID: <CANdC_RD7to552o0CCV=aJNdxxo90yrAzmJ572Z4HBnjb0nq5Uw@mail.gmail.com> (raw)
In-Reply-To: <CANdC_RD2FH=04Ms6q2uzMozkK6VxCM7C7gzbS45wHV-dXNptqw@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 727 bytes --]
Hey Mark,
> On Thu, Aug 25, 2016 at 3:22 PM, Mark H Weaver <mhw@netris.org> wrote:
>> I tested gzochi-0.10.1 by applying your proposed patch to current
>> 'master' (commit 8930fe62f0) and building on armhf. Unfortunately
>> there's still a problem: test_oid_strategy_allocation fails an
>> assertion. See below.
Actually, scratch what I wrote earlier - I did some more testing and I
think I've found the issue. Not related to bittedness or endianness,
just plain old test non-determinism.
I've built and uploaded another provisional release of gzochi 0.10.1,
and updated my Guix patch - find a new version attached. At your (or
another maintainer's) convenience, I'd appreciate another go-round on
Hydra.
Thanks,
Julian
[-- Attachment #2: 0001-gnu-gzochi-Update-to-0.10.1.patch --]
[-- Type: text/x-patch, Size: 1208 bytes --]
From 823e3eaf4869d0803e964a8810d5e7909b8709a9 Mon Sep 17 00:00:00 2001
From: Julian Graham <joolean@gmail.com>
Date: Sat, 3 Sep 2016 13:08:37 -0400
Subject: [PATCH] gnu: gzochi: Update to 0.10.1.
* gnu/packages/game-development.scm (gzochi): Update to 0.10.1.
---
gnu/packages/game-development.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index d544a72..5e6cf0b 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -93,14 +93,14 @@ is used in some video games and movies.")
(define-public gzochi
(package
(name "gzochi")
- (version "0.10")
+ (version "0.10.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/gzochi/gzochi-"
version ".tar.gz"))
(sha256
(base32
- "055m7ywgl48ljwxf0kjhl76ldck890y5afdwjhk5s3p65xyaxh0k"))))
+ "166rawdal45kvanhvi0bkzy1d2pwf1p0lzslb287lcnm9vdw97yy"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
--
2.5.0
next prev parent reply other threads:[~2016-09-03 20:43 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-21 15:20 [PATCH] gnu: gzochi: Update to 0.10 Julian Graham
2016-08-21 16:13 ` David Craven
2016-08-21 16:15 ` David Craven
2016-08-21 16:21 ` Andreas Enge
2016-08-21 17:00 ` David Craven
2016-08-21 21:06 ` Julian Graham
2016-08-21 21:20 ` David Craven
2016-08-21 21:28 ` Julian Graham
2016-08-21 23:52 ` David Craven
2016-08-22 4:24 ` Mark H Weaver
2016-08-22 12:59 ` Julian Graham
2016-08-23 5:20 ` Mark H Weaver
2016-08-23 15:11 ` Julian Graham
2016-08-23 17:44 ` Mark H Weaver
2016-08-25 15:12 ` Julian Graham
2016-08-25 19:22 ` Mark H Weaver
2016-09-01 1:41 ` Julian Graham
2016-09-03 20:43 ` Julian Graham [this message]
2016-09-04 11:06 ` David Craven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CANdC_RD7to552o0CCV=aJNdxxo90yrAzmJ572Z4HBnjb0nq5Uw@mail.gmail.com' \
--to=joolean@gmail.com \
--cc=guix-devel@gnu.org \
--cc=mhw@netris.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.