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: rennes <rennes <at> openmailbox.org>
To: Manolis Ragkousis <manolis837 <at> gmail.com>
Cc: 26582 <at> debbugs.gnu.org
Subject: bug#26582: [PATCH] gnu: pcre: Fix Check for Hurd systems.
Date: Thu, 20 Apr 2017 14:31:51 -0500
[Message part 1 (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.