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

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

[debbugs-tracker] bug#26813: closed ([PATCH] re2: add missing '#:modules


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26813: closed ([PATCH] re2: add missing '#:modules' imports)
Date: Sun, 07 May 2017 18:22:02 +0000

Your message dated Sun, 7 May 2017 14:21:29 -0400
with message-id <address@hidden>
and subject line Re: bug#26813: [PATCH] re2: add missing '#:modules' imports
has caused the debbugs.gnu.org bug report #26813,
regarding [PATCH] re2: add missing '#:modules' imports
to be marked as done.

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


-- 
26813: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26813
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] re2: add missing '#:modules' imports Date: Sun, 7 May 2017 11:48:37 +0100
Noticed as a 're2' build failure:

/gnu/store/...-re2-2017-03-01-guile-builder:1:2276: source expression failed
to match any pattern in form (%modify-phases phases* (delete (quote configure)))

* gnu/packages/regex.scm (re2): add missing '#:modules' imports

Signed-off-by: Sergei Trofimovich <address@hidden>
---
 gnu/packages/regex.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/regex.scm b/gnu/packages/regex.scm
index f55faaf04..779050525 100644
--- a/gnu/packages/regex.scm
+++ b/gnu/packages/regex.scm
@@ -41,7 +41,10 @@
                  "1s3kdcrz2mwi30k6pz9jkv5vk8b704bz65xgcr67wbn2pn3hpnqr"))))
      (build-system gnu-build-system)
      (arguments
-      `(#:test-target "test"
+      `(#:modules ((guix build gnu-build-system)
+                   (guix build utils)
+                   (srfi srfi-1))
+        #:test-target "test"
         ;; There is no configure step, but the Makefile respects a prefix.
         ;; As ./configure does not know anything about the target CXX
         ;; we need to specify TARGET-g++ explicitly.
-- 
2.12.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#26813: [PATCH] re2: add missing '#:modules' imports Date: Sun, 7 May 2017 14:21:29 -0400 User-agent: Mutt/1.8.2 (2017-04-18)
On Sun, May 07, 2017 at 11:48:37AM +0100, Sergei Trofimovich wrote:
> Noticed as a 're2' build failure:
> 
> /gnu/store/...-re2-2017-03-01-guile-builder:1:2276: source expression failed
> to match any pattern in form (%modify-phases phases* (delete (quote 
> configure)))
> 
> * gnu/packages/regex.scm (re2): add missing '#:modules' imports
> 
> Signed-off-by: Sergei Trofimovich <address@hidden>

Pushed by Danny as 7a4a64e99e65e96a4dc3e65ae691b4c80b7642e8.

Sergei, we use the signed-off-by line to make it easier to see when
somebody has pushed a patch to Savannah on behalf of somebody else
(other projects use it in a variety of different ways). In this case,
Danny signed off on the commit for you. So, no need to sign off on your
Guix contributions :)

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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