Your message dated Tue, 22 Mar 2016 15:08:48 +0100
with message-id <20160322140848.GA26351@localhost>
and subject line Re: Bug#759013: mutt: Incorrect fix in 
fix-configure-test-operator.patch
has caused the Debian Bug report #759013,
regarding mutt: Incorrect fix in fix-configure-test-operator.patch
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
759013: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759013
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mutt
Version: 1.5.23-1
Severity: normal
Tags: patch

Dear Maintainer,

The currently applied patch under misc/fix-configure-test-operator.patch
doesn't correctly fix the configure error that was generating the
"test: =: unary operator expected" error.  The variable being tested was
incorrect (it should have been lowercased).

Attached is a patch that fixes the variable name.

-Kevin
# HG changeset patch
# User Kevin McCarthy <[email protected]>
# Date 1408072348 25200
#      Thu Aug 14 20:12:28 2014 -0700
# Node ID 3b67161e32dbe9f9c49c5ba0bcd9e6b5f434bd95
# Parent  8f62001989cc9f564236e54b318ecca05f551af2
Fix typo in configure.ac.

$ac_cv_search_STRINGPREP_CHECK_VERSION should be
$ac_cv_search_stringprep_check_version, to match the first parameter of
the AC_SEARCH_LIBS([stringprep_check_version] above.

Running configure was giving a "test: =: unary operator expected" error.

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -1178,17 +1178,17 @@
       AC_DEFINE([HAVE_LIBIDN], 1, [Define to 1 if you have the GNU idn library])
       MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS mutt_idna.o"
       AC_CHECK_FUNCS(idna_to_unicode_utf8_from_utf8 idna_to_unicode_8z8z)
       AC_CHECK_FUNCS(idna_to_ascii_from_utf8 idna_to_ascii_8z)
       AC_CHECK_FUNCS(idna_to_ascii_lz idna_to_ascii_from_locale)
     ])
 
     if test "$with_idn" != auto; then
-      if test $have_stringprep_h = no || test $have_idna_h = no || test $ac_cv_search_STRINGPREP_CHECK_VERSION = no; then
+      if test $have_stringprep_h = no || test $have_idna_h = no || test $ac_cv_search_stringprep_check_version = no; then
 	AC_MSG_ERROR([IDN was requested, but libidn was not usable on this system])
       fi
     fi
   fi
 fi
 
 dnl -- locales --
 

--- End Message ---
--- Begin Message ---
Version: 1.5.24-1

On 2016-03-22 at 14:07 (CET), Kevin J. McCarthy wrote:
> Just a note that this patch has been committed upstream at 80186ee6eb57.
> 
> -Kevin

As stated in #816706 by upstream maintainer, this bug has been fixed in
version actually in unstable/sid.

Thus, closing.

Cheers.


-- 
Matteo F. Vescovi || Debian Developer
GnuPG KeyID: 4096R/0x8062398983B2CF7A

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to