emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26582: closed ([PATCH] gnu: pcre: Fix Check for Hu


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26582: closed ([PATCH] gnu: pcre: Fix Check for Hurd systems.)
Date: Wed, 13 Feb 2019 12:00:02 +0000

Your message dated Wed, 13 Feb 2019 13:58:55 +0200
with message-id <address@hidden>
and subject line [PATCH] gnu: pcre: Fix Check for Hurd systems.
has caused the debbugs.gnu.org bug report #26582,
regarding [PATCH] gnu: pcre: Fix Check for Hurd systems.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26582: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26582
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Re: [PATCH] gnu: pcre: Fix Check for Hurd systems. Date: Thu, 20 Apr 2017 14:31:51 -0500
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.

Attachment: 0001-gnu-pcre-Fix-Check-for-Hurd-systems.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: pcre: Fix Check for Hurd systems. Date: Wed, 13 Feb 2019 13:58:55 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0
I think this issue is no longer applicable.

I am closing the issue.

Manolis


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]