GNU bug report logs - #26930
[PATCH] gnu: search: swish-e: fix compilation errors and check errors.

Previous Next

Package: guix-patches;

Reported by: "Ethan R. Jones" <doubleplusgood23 <at> gmail.com>

Date: Sun, 14 May 2017 17:03:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

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 26930 in the body.
You can then email your comments to 26930 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#26930; Package guix-patches. (Sun, 14 May 2017 17:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Ethan R. Jones" <doubleplusgood23 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 14 May 2017 17:03:02 GMT) Full text and rfc822 format available.

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

From: "Ethan R. Jones" <doubleplusgood23 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Ethan R. Jones" <doubleplusgood23 <at> gmail.com>
Subject: [PATCH] gnu: search: swish-e: fix compilation errors and check errors.
Date: Sun, 14 May 2017 13:01:53 -0400
---
 gnu/packages/search.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 8651b985e..b23d57a60 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2014 Mark H Weaver <mhw <at> netris.org>
 ;;; Copyright © 2015, 2016 Eric Bavier <bavier <at> member.fsf.org>
 ;;; Copyright © 2017 Thomas Danckaert <post <at> thomasdanckaert.be>
+;;; Copyright © 2017 Ethan R. Jones <doubleplusgood23 <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -235,6 +236,8 @@ conflict with slocate compatibility.")
     ;; swish-e to extend its features at runtime, but are not required for
     ;; building: xpdf, catdoc, MP3::Tag, Spreadsheet::ParseExcel,
     ;; HTML::Entities.
+    ;; FIXME Currently fails compliation with zlib and fails test with
+    ;; libxml2. See bug 25859
     (inputs
      `(("libxml" ,libxml2)
        ("zlib" ,zlib)
@@ -244,7 +247,9 @@ conflict with slocate compatibility.")
        ("perl-html-tagset" ,perl-html-tagset)
        ("perl-mime-types" ,perl-mime-types)))
     (arguments
-     `(#:phases (modify-phases %standard-phases
+     `(#:configure-flags (list (string-append "--without-zlib")
+                               (string-append "--without-libxml2"))
+       #:phases (modify-phases %standard-phases
                   (add-after 'install 'wrap-programs
                     (lambda* (#:key inputs outputs #:allow-other-keys)
                       (let* ((out (assoc-ref outputs "out")))
-- 
2.13.0





Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Fri, 01 Sep 2017 23:00:02 GMT) Full text and rfc822 format available.

Notification sent to "Ethan R. Jones" <doubleplusgood23 <at> gmail.com>:
bug acknowledged by developer. (Fri, 01 Sep 2017 23:00:02 GMT) Full text and rfc822 format available.

Message #10 received at 26930-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: "Ethan R. Jones" <doubleplusgood23 <at> gmail.com>
Cc: 26930-done <at> debbugs.gnu.org
Subject: Re: bug#26930: [PATCH] gnu: search: swish-e: fix compilation errors
 and check errors.
Date: Sat, 02 Sep 2017 00:59:26 +0200
Hi Ethan,

"Ethan R. Jones" <doubleplusgood23 <at> gmail.com> skribis:

> ---
>  gnu/packages/search.scm | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)

Finally applied:

  https://git.savannah.gnu.org/cgit/guix.git/commit/?id=7bd65a6304b6639554b625db32a1e887deab9158

Thanks, and sorry for the long delay!

Ludo'.




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

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

Previous Next


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