GNU bug report logs - #26582
[PATCH] gnu: pcre: Fix Check for Hurd systems.

Previous Next

Package: guix-patches;

Reported by: rennes <rennes <at> openmailbox.org>

Date: Thu, 20 Apr 2017 19:33:01 UTC

Severity: normal

Tags: patch

Merged with 26575

Done: Manolis Ragkousis <manolis837 <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: rennes <rennes <at> openmailbox.org>
Subject: bug#26582: closed ([PATCH] gnu: pcre: Fix Check for Hurd systems.)
Date: Wed, 13 Feb 2019 12:00:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#26582: [PATCH] gnu: pcre: Fix Check for Hurd systems.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 26582 <at> debbugs.gnu.org.

-- 
26582: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26582
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Manolis Ragkousis <manolis837 <at> gmail.com>
To: 26582-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: pcre: Fix Check for Hurd systems.
Date: Wed, 13 Feb 2019 13:58:55 +0200
I think this issue is no longer applicable.

I am closing the issue.

Manolis

[Message part 3 (message/rfc822, inline)]
From: rennes <rennes <at> openmailbox.org>
To: Manolis Ragkousis <manolis837 <at> gmail.com>
Cc: guix-patches <at> gnu.org
Subject: Re: [PATCH] gnu: pcre: Fix Check for Hurd systems.
Date: Thu, 20 Apr 2017 14:31:51 -0500
[Message part 4 (text/plain, inline)]
Hi,
> Also this
> 
> >   ,@(if (hurd-triplet? ((or %current-system
> >                             %current-target-system)))
> 
> should be this
> 
> >   ,@(if (hurd-triplet? (or (%current-system)
> >                            (%current-target-system)))
> 

Fixed!

> Btw trying to build it with `./pre-inst-env guix build
> --target=i586-pc-gnu pcre' fails with
> 
> ** Cannot --enable-pcregrep-libz because zlib.h was not found
> 
> Maybe the inputs should become native-inputs?

I moved zlib and readline to 'native-inputs'.
Finally './pre-inst-env guix build pcre --target=i586-pc-gnu' built  
successfully.
[0001-gnu-pcre-Fix-Check-for-Hurd-systems.patch (text/x-patch, attachment)]

This bug report was last modified 6 years and 102 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.