From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH][core-updates] gnu: gnupg, libgpg-error updates rebased Date: Sat, 20 Aug 2016 09:27:25 +0000 Message-ID: <871t1jg58i.fsf@we.make.ritual.n0.is> References: <87vayyccrn.fsf@we.make.ritual.n0.is> <87bn0q3ozz.fsf@we.make.ritual.n0.is> <20160818185430.GA27805@jasmine> <878tvtyj1p.fsf@we.make.ritual.n0.is> <20160819045500.GA24932@jasmine> <87h9ahb5uy.fsf@we.make.ritual.n0.is> <877fbbg7cp.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bb2Yt-0001eC-8E for guix-devel@gnu.org; Sat, 20 Aug 2016 05:27:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bb2Yq-0003sU-Uh for guix-devel@gnu.org; Sat, 20 Aug 2016 05:27:30 -0400 Received: from mithlond.libertad.in-berlin.de ([2001:67c:1400:2490::1]:56622 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bb2Yq-0003sO-Id for guix-devel@gnu.org; Sat, 20 Aug 2016 05:27:28 -0400 Received: by beleriand.n0.is (OpenSMTPD) with ESMTPSA id 17f88de1 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Sat, 20 Aug 2016 09:27:27 +0000 (UTC) In-Reply-To: <877fbbg7cp.fsf@we.make.ritual.n0.is> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org ng0 writes: > ng0 writes: > >> Leo Famulari writes: >> >>> On Thu, Aug 18, 2016 at 07:27:14PM +0000, ng0 wrote: >>>> Leo Famulari writes: >>>> >>>> > On Thu, Aug 18, 2016 at 06:34:24PM +0000, ng0 wrote: >>>> >> GnuPG 2.1.15 has just been released, but please apply this patch, I'll >>>> >> have 2.1.15 ready later and send a separate patch of it based on this one. >>>> > >>>> > I applied your update patch for libgpg-error, but I rewrote the gnupg >>>> > update patch from scratch. >>>> > >>>> > So, no need for a "gnupg: Update to 2.1.15" patch. It's already done. >>>> >>>> I'm not so sure. My build of it failed when the tests happened, which is >>>> why my patch included a fix for that: >>>> https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01276.html >>> >>> Ah, you're right. Can you send a patch for core-updates? >> >> http://lists.gnu.org/archive/html/guix-devel/2016-08/msg01276.html >> includes this already. > > Disregard the previous message, this one applies on top of your changes > on core-updates. It has not been run, I'm starting the build now, but it > is the same as the original gnupg update I had. It has been run, build succeeds. > From 3aec89f0444bd1e75f8dfa945e586a79790d254d Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sat, 20 Aug 2016 08:37:22 +0000 > Subject: [PATCH] gnu: gnupg: Fix test failures. > > * gnu/packages/gnupg.scm (gnupg)[arguments]: Set $HOME before 'check. > --- > gnu/packages/gnupg.scm | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm > index 27db5c3..52a9fc5 100644 > --- a/gnu/packages/gnupg.scm > +++ b/gnu/packages/gnupg.scm > @@ -247,7 +247,13 @@ compatible to GNU Pth.") > (lambda _ > (substitute* (find-files "tests" ".\\.scm$") > (("/usr/bin/env gpgscm") > - (string-append (getcwd) "/tests/gpgscm/gpgscm")))))))) > + (string-append (getcwd) "/tests/gpgscm/gpgscm"))))) > + (add-before 'check 'set-home > + ;; Some tests require write access to $HOME, otherwise leading to > + ;; 'failed to create directory /homeless-shelter/.asy' error. > + (lambda _ > + (setenv "HOME" "/tmp") > + #t))))) > (home-page "https://gnupg.org/") > (synopsis "GNU Privacy Guard") > (description > -- > 2.9.3 > > -- ng0 For non-prism friendly talk find me on http://www.psyced.org