unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Update pcre2 to 10.21
@ 2016-04-07 22:29 Mckinley Olsen
  2016-04-08 11:20 ` Efraim Flashner
  2016-04-08 11:33 ` 宋文武
  0 siblings, 2 replies; 3+ messages in thread
From: Mckinley Olsen @ 2016-04-07 22:29 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 108 bytes --]

Updating pcre2 to satisfy the 10.21 requirement newer versions of
vte/vte-ng have (which I hope to package)

[-- Attachment #1.2: Type: text/html, Size: 133 bytes --]

[-- Attachment #2: 0001-gnu-packages-pcre2.scm-pcre2-Update-pcre2-to-10.21.patch --]
[-- Type: application/octet-stream, Size: 1095 bytes --]

From 69a7536d8aa736ef4e5dbbbc08ebc3a4c93400b3 Mon Sep 17 00:00:00 2001
From: McKinley Olsen <mck.olsen@gmail.com>
Date: Thu, 7 Apr 2016 16:12:24 -0600
Subject: [PATCH] gnu/packages/pcre2.scm (pcre2): Update pcre2 to 10.21

---
 gnu/packages/pcre.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index 9794def..9215b38 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -77,7 +77,7 @@ POSIX regular expression API.")
 (define-public pcre2
   (package
     (name "pcre2")
-    (version "10.20")
+    (version "10.21")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/pcre/pcre2/"
@@ -85,7 +85,7 @@ POSIX regular expression API.")
 
               (sha256
                (base32
-                "0yj8mm9ll9zj3v47rvmmqmr1ybxk72rr2lym3rymdsf905qjhbik"))))
+                "1q6lrj9b08l1q39vxipb0fi88x6ybvkr6439h8bjb9r8jd81fsn6"))))
    (build-system gnu-build-system)
    (inputs `(("bzip2" ,bzip2)
              ("readline" ,readline)
-- 
2.7.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: Update pcre2 to 10.21
  2016-04-07 22:29 [PATCH] gnu: Update pcre2 to 10.21 Mckinley Olsen
@ 2016-04-08 11:20 ` Efraim Flashner
  2016-04-08 11:33 ` 宋文武
  1 sibling, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2016-04-08 11:20 UTC (permalink / raw)
  To: Mckinley Olsen; +Cc: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 1287 bytes --]

On Thu, Apr 07, 2016 at 04:29:54PM -0600, Mckinley Olsen wrote:
> Updating pcre2 to satisfy the 10.21 requirement newer versions of
> vte/vte-ng have (which I hope to package)

I ran into an issue while building julia with the new pcre2. I've
attached the build log and the error is here also:

    From worker 3:       * floatfuncs            in  47.53 seconds,
                maxrss 1698.39 MB
ERROR: LoadError: test failed: isready(rr1)
 in expression: isready(rr1)
 in error at ./error.jl:21
 in default_handler at ./test.jl:30
 in do_test at ./test.jl:53
 in include at ./boot.jl:261
 in include_from_node1 at ./loading.jl:304
 in process_options at ./client.jl:280
 in _start at ./client.jl:378
while loading
    /tmp/guix-build-julia-0.4.3.drv-0/julia-0.4.3/test/parallel_exec.jl,
    in expression starting on line 253
WARNING: Forcibly interrupting busy workers
WARNING: rmprocs: process 1 not removed
    From worker 3:       * parallel
    From worker 4:       * inline                in
                2.69 seconds, maxrss  146.05 MB

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #1.2: 5ggcj13m61s1pvkzavdi907yczvav9-julia-0.4.3.drv.bz2 --]
[-- Type: application/octet-stream, Size: 17997 bytes --]

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: Update pcre2 to 10.21
  2016-04-07 22:29 [PATCH] gnu: Update pcre2 to 10.21 Mckinley Olsen
  2016-04-08 11:20 ` Efraim Flashner
@ 2016-04-08 11:33 ` 宋文武
  1 sibling, 0 replies; 3+ messages in thread
From: 宋文武 @ 2016-04-08 11:33 UTC (permalink / raw)
  To: Mckinley Olsen; +Cc: guix-devel

Mckinley Olsen <mck.olsen@gmail.com> writes:

> Updating pcre2 to satisfy the 10.21 requirement newer versions of
> vte/vte-ng have (which I hope to package)
OK, I have update vte to 0.44.0 in the 'gnome-updates' branch,
will add to it as depends.
>
>
> From 69a7536d8aa736ef4e5dbbbc08ebc3a4c93400b3 Mon Sep 17 00:00:00 2001
> From: McKinley Olsen <mck.olsen@gmail.com>
> Date: Thu, 7 Apr 2016 16:12:24 -0600
> Subject: [PATCH] gnu/packages/pcre2.scm (pcre2): Update pcre2 to 10.21
No commit message and should be:
--8<---------------cut here---------------start------------->8---
gnu: pcre2: Update to 10.21.

* gnu/packages/pcre.scm (pcre2): Update to 10.21.
--8<---------------cut here---------------end--------------->8---

Pushed, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-08 11:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-07 22:29 [PATCH] gnu: Update pcre2 to 10.21 Mckinley Olsen
2016-04-08 11:20 ` Efraim Flashner
2016-04-08 11:33 ` 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).