GNU bug report logs - #26808
[PATCH] serf: add missing '#:modules' imports

Previous Next

Package: guix-patches;

Reported by: Sergei Trofimovich <slyfox <at> inbox.ru>

Date: Sat, 6 May 2017 22:25:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26808 in the body.
You can then email your comments to 26808 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#26808; Package guix-patches. (Sat, 06 May 2017 22:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sergei Trofimovich <slyfox <at> inbox.ru>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 06 May 2017 22:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sergei Trofimovich <slyfox <at> inbox.ru>
To: guix-patches <at> gnu.org
Cc: Sergei Trofimovich <slyfox <at> inbox.ru>
Subject: [PATCH] serf: add missing '#:modules' imports
Date: Sat,  6 May 2017 23:24:08 +0100
Notced as a 'serf' build failure:

/gnu/store/...-serf-1.3.8-guile-builder:1:2956: source expression failed
to match any pattern in form (%modify-phases phases* (delete (quote configure)))

* gnu/packages/web.scm (serf): add missing '#:modules' imports

Signed-off-by: Sergei Trofimovich <slyfox <at> inbox.ru>
---
 gnu/packages/web.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 7215dcbed..24141b5ec 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -832,7 +832,10 @@ from streaming URLs.  It is a command-line wrapper for the libquvi library.")
        ;;("gss" ,gss)
        ("zlib" ,zlib)))
     (arguments
-     `(#:phases
+     `(#:modules ((guix build gnu-build-system)
+                  (guix build utils)
+                  (srfi srfi-1))
+       #:phases
        ;; TODO: Add scons-build-system and use it here.
        (modify-phases %standard-phases
          (delete 'configure)
-- 
2.12.2





Information forwarded to guix-patches <at> gnu.org:
bug#26808; Package guix-patches. (Sun, 07 May 2017 16:14:02 GMT) Full text and rfc822 format available.

Message #8 received at 26808 <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Sergei Trofimovich <slyfox <at> inbox.ru>
Cc: 26808 <at> debbugs.gnu.org
Subject: Re: bug#26808: [PATCH] serf: add missing '#:modules' imports
Date: Sun, 7 May 2017 18:13:31 +0200
Hi,

is this for core-updates ? I've applied it to master - but your earlier similar mails mentioned core-updates.

Same question about re2.




Information forwarded to guix-patches <at> gnu.org:
bug#26808; Package guix-patches. (Sun, 07 May 2017 16:51:02 GMT) Full text and rfc822 format available.

Message #11 received at 26808 <at> debbugs.gnu.org (full text, mbox):

From: Sergei Trofimovich <slyfox <at> inbox.ru>
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 26808 <at> debbugs.gnu.org
Subject: Re: bug#26808: [PATCH] serf: add missing '#:modules' imports
Date: Sun, 7 May 2017 17:50:40 +0100
[Message part 1 (text/plain, inline)]
On Sun, 7 May 2017 18:13:31 +0200
Danny Milosavljevic <dannym <at> scratchpost.org> wrote:

> Hi,
> 
> is this for core-updates ? I've applied it to master - but your earlier similar mails mentioned core-updates.
> 
> Same question about re2.

Yes, all of those are for 'code-updates' branch.
My apologies. I keep forgetting mentioning it.

-- 

  Sergei
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#26808; Package guix-patches. (Sun, 07 May 2017 18:23:01 GMT) Full text and rfc822 format available.

Message #14 received at 26808 <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Sergei Trofimovich <slyfox <at> inbox.ru>
Cc: 26808 <at> debbugs.gnu.org
Subject: Re: bug#26808: [PATCH] serf: add missing '#:modules' imports
Date: Sun, 7 May 2017 20:22:50 +0200
Ok, I've pushed both to core-updates as well now.




bug closed, send any further explanations to 26808 <at> debbugs.gnu.org and Sergei Trofimovich <slyfox <at> inbox.ru> Request was from Danny Milosavljevic <dannym <at> scratchpost.org> to control <at> debbugs.gnu.org. (Thu, 11 May 2017 23:54:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 09 Jun 2017 11:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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