all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ethan R. Jones" <doubleplusgood23@gmail.com>
To: 26930@debbugs.gnu.org
Cc: "Ethan R. Jones" <doubleplusgood23@gmail.com>
Subject: bug#26930: [PATCH] gnu: search: swish-e: fix compilation errors and check errors.
Date: Sun, 14 May 2017 13:01:53 -0400	[thread overview]
Message-ID: <20170514170153.8836-1-doubleplusgood23@gmail.com> (raw)

---
 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@netris.org>
 ;;; Copyright © 2015, 2016 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
+;;; Copyright © 2017 Ethan R. Jones <doubleplusgood23@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	other threads:[~2017-05-14 17:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-14 17:01 Ethan R. Jones [this message]
2017-09-01 22:59 ` bug#26930: [PATCH] gnu: search: swish-e: fix compilation errors and check errors Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170514170153.8836-1-doubleplusgood23@gmail.com \
    --to=doubleplusgood23@gmail.com \
    --cc=26930@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.