all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Glenn Morris <rgm@gnu.org>
Cc: Tej Chajed <tchajed@mit.edu>, 25967@debbugs.gnu.org
Subject: bug#25967: 25.1; Support for ImageMagick 7
Date: Mon, 24 Jul 2017 15:15:36 -0700	[thread overview]
Message-ID: <06f4a735-2915-14e4-e5db-0df6ca6c5484@cs.ucla.edu> (raw)
In-Reply-To: <9ginihyeg8.fsf@fencepost.gnu.org>

[-- Attachment #1: Type: text/plain, Size: 359 bytes --]

Glenn Morris wrote:
> http://lists.gnu.org/archive/html/emacs-devel/2017-01/msg00180.html
> 
> Maybe it is MS-Windows-specific though, I haven't examined it.

It looks quite MS-Windows-specific, unfortunately.

> In the meantime, configure should explicitly reject versions > 6, to
> avoid confusion.

That's easy enough; I installed the attached.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Do-not-use-ImageMagick-7-and-later.patch --]
[-- Type: text/x-patch; name="0001-Do-not-use-ImageMagick-7-and-later.patch", Size: 1002 bytes --]

From bc78bd0be41a2438a522df9fa3f46b64589403dc Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Mon, 24 Jul 2017 15:13:26 -0700
Subject: [PATCH] Do not use ImageMagick 7 and later

Suggested by Glenn Morris (Bug#25967#15).
* configure.ac (IMAGEMAGICK_MODULE): Reject 7 and later.
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5e6dbda..648da99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2507,7 +2507,8 @@ AC_DEFUN
   if test "${with_imagemagick}" != "no"; then
     ## 6.3.5 is the earliest version known to work; see Bug#17339.
     ## 6.8.2 makes Emacs crash; see Bug#13867.
-    IMAGEMAGICK_MODULE="Wand >= 6.3.5 Wand != 6.8.2"
+    ## 7 and later have not been ported to; See Bug#25967.
+    IMAGEMAGICK_MODULE="Wand >= 6.3.5 Wand != 6.8.2 Wand < 7"
     EMACS_CHECK_MODULES([IMAGEMAGICK], [$IMAGEMAGICK_MODULE])
 
     if test $HAVE_IMAGEMAGICK = yes; then
-- 
2.7.4


  reply	other threads:[~2017-07-24 22:15 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-04 16:17 bug#25967: 25.1; Support for ImageMagick 7 Tej Chajed
2017-03-10 19:03 ` Paul Eggert
2017-07-24 16:41   ` Glenn Morris
2017-07-24 22:15     ` Paul Eggert [this message]
2017-07-25  1:25       ` Glenn Morris
2017-09-02 13:06         ` Eli Zaretskii
2017-09-03  1:10           ` Glenn Morris
2017-12-12 16:59             ` Glenn Morris
2017-12-12 17:15               ` Marcin Borkowski
2017-12-12 17:44                 ` Glenn Morris
2018-06-01 19:17 ` bug#25967: [PATCH] Add support for ImageMagick 7 (Bug#25967) Karl Otness
2018-06-23 10:09   ` Kévin Le Gouguec
2018-06-25 21:08     ` Karl Otness
2018-08-28  2:10   ` Glenn Morris
2018-08-28 20:32     ` Karl Otness
2018-08-30 18:00       ` Glenn Morris
2018-08-30 21:53         ` Karl Otness
2018-08-29  3:21     ` Karl Otness
2018-09-03 22:57   ` Andy Moreton
2018-09-04 17:11     ` Eli Zaretskii
2018-09-04 19:03       ` Andy Moreton
2018-09-05  2:38         ` Eli Zaretskii
2018-08-28  2:12 ` bug#25967: 25.1; Support for ImageMagick 7 Glenn Morris

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=06f4a735-2915-14e4-e5db-0df6ca6c5484@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=25967@debbugs.gnu.org \
    --cc=rgm@gnu.org \
    --cc=tchajed@mit.edu \
    /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/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.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.