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

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

[debbugs-tracker] bug#26930: closed ([PATCH] gnu: search: swish-e: fix c


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26930: closed ([PATCH] gnu: search: swish-e: fix compilation errors and check errors.)
Date: Fri, 01 Sep 2017 23:00:02 +0000

Your message dated Sat, 02 Sep 2017 00:59:26 +0200
with message-id <address@hidden>
and subject line Re: bug#26930: [PATCH] gnu: search: swish-e: fix compilation 
errors and check errors.
has caused the debbugs.gnu.org bug report #26930,
regarding [PATCH] gnu: search: swish-e: fix compilation errors and check errors.
to be marked as done.

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


-- 
26930: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26930
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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 <address@hidden>
 ;;; Copyright © 2015, 2016 Eric Bavier <address@hidden>
 ;;; Copyright © 2017 Thomas Danckaert <address@hidden>
+;;; Copyright © 2017 Ethan R. Jones <address@hidden>
 ;;;
 ;;; 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#26930: [PATCH] gnu: search: swish-e: fix compilation errors and check errors. Date: Sat, 02 Sep 2017 00:59:26 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
Hi Ethan,

"Ethan R. Jones" <address@hidden> 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'.


--- End Message ---

reply via email to

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