Your message dated Sun, 13 Nov 2022 17:53:22 +0000
with message-id <e1ouhay-006jdn...@fasolo.debian.org>
and subject line Bug#1023599: fixed in mutt 2.2.9-1
has caused the Debian Bug report #1023599,
regarding mutt: FTBFS due to lack of gpgme-config since gpgme1.0 1.18.0-2
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 ow...@bugs.debian.org
immediately.)


-- 
1023599: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023599
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mutt
Version: 2.2.7-1
Severity: serious
Tags: ftbfs
Justification: FTBFS
Forwarded: https://gitlab.com/muttmua/mutt/-/issues/430

The gpgme-config utility was removed in gpgme1.0 1.18.0-2
(because it needs gpg-error-config, which has been removed).

As a consequence the use of --enable-gpgme to build Mutt yields
an error:

dh_auto_configure: error: cd debian/build && ../../configure 
--build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include 
--mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc 
--localstatedir=/var --disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking 
--with-mailpath=/var/mail --enable-compressed --enable-debug --enable-fcntl 
--enable-hcache --enable-gpgme --enable-imap --enable-smtp --enable-pop 
--enable-sidebar --enable-dotlock --disable-fmemopen --with-curses 
--with-gnutls --with-gss --with-idn2 --with-mixmaster --with-gsasl 
--without-gdbm --without-bdb --without-qdbm --with-tokyocabinet returned exit 
code 1
make[1]: *** [debian/rules:11: override_dh_auto_configure] Error 25

with debian/build/config.log containing

configure:7932: checking for gpgme-config
configure:7968: result: no
configure:8001: checking for GPGME - version >= 1.4.0
configure:8082: result: no
configure:8090: error: *** GPGME not found or version is older than 1.4.0 ***

A workaround would be to remove --enable-gpgme, with the consequence
that GPGME would no longer be supported in Mutt. But this may be bad
for the end user. I've reported a bug upstream, hoping a solution
would be found:

  https://gitlab.com/muttmua/mutt/-/issues/430

Alternatively, gpg-error-config and gpgme-config could be re-added
until things are resolved:

https://dev.gnupg.org/T5683 says "Now, we can consider deprecation
of gpg-error-config, to show preference to gpgrt-config. [...]
Distributions still can install it (by their own make rule), because
gpg-error-config will be kept distributed and built well."

-- Package-specific info:
Mutt 2.2.8+45 (c11015d0) vl-149028 (2022-11-06)
Copyright (C) 1996-2022 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 6.0.0-2-amd64 (x86_64)
ncurses: ncurses 6.3.20220423 (compiled with 6.3)
libidn: 1.41 (compiled with 1.41)

Compiler:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-7' 
--with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs 
--enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr 
--with-gcc-major-version-only --program-suffix=-12 
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin 
--enable-default-pie --with-system-zlib --enable-libphobos-checking=release 
--with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
--disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 
--with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
--enable-offload-targets=nvptx-none=/build/gcc-12-zpDQmA/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-zpDQmA/gcc-12-12.2.0/debian/tmp-gcn/usr
 --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.0 (Debian 12.2.0-7) 

Configure options: --prefix=/home/vinc17 --enable-debug --enable-pop 
--enable-imap --with-ssl --enable-compressed 
--with-exec-shell=/home/vinc17/bin/sh.screen 
--with-system-dotlock=/usr/bin/mutt_dotlock CC=gcc 'CFLAGS=-g -O3 -march=native 
-fsanitize=undefined -fno-sanitize-recover'

Compilation CFLAGS: -Wall -pedantic -Wno-long-long -g -O3 -march=native 
-fsanitize=undefined -fno-sanitize-recover

Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  +USE_FCNTL  -USE_FLOCK   
+USE_POP  +USE_IMAP  -USE_SMTP  
+USE_SSL_OPENSSL  -USE_SSL_GNUTLS  -USE_SASL  -USE_GSASL  -USE_GSS  
+HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  +HAVE_FUTIMENS  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  -CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  
+HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  -HAVE_LIBIDN2  +HAVE_GETSID  
-USE_HCACHE  
-USE_SIDEBAR  +USE_COMPRESSED  +USE_INOTIFY  
ISPELL="/usr/bin/ispell"
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/home/vinc17/share/mutt"
SYSCONFDIR="/home/vinc17/etc"
EXECSHELL="/home/vinc17/bin/sh.screen"
-MIXMASTER

To contact the developers, please mail to <mutt-...@mutt.org>.
To report a bug, please contact the Mutt maintainers via gitlab:
    https://gitlab.com/muttmua/mutt/issues

patch-20220609.vl.pretty_size.1
patch-20220609.vl.simplesearchkw.1
patch-20220609.pdmef.progress.vl.1
patch-20220609.vl.address_all_patt.1
patch-20220609.tamovl.sysdotlock.1

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 
'stable-security'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
merged-usr: no
Architecture: amd64 (x86_64)

Kernel: Linux 6.0.0-2-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=POSIX, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mutt depends on:
ii  libc6             2.35-1
ii  libgnutls30       3.7.8-4
ii  libgpg-error0     1.46-1
ii  libgpgme11        1.18.0-2
ii  libgsasl18        2.2.0-1
ii  libgssapi-krb5-2  1.20-1+b1
ii  libidn2-0         2.3.3-1+b1
ii  libncursesw6      6.3+20220423-2
ii  libtinfo6         6.3+20220423-2
ii  libtokyocabinet9  1.4.48-15
ii  zlib1g            1:1.2.13.dfsg-1

Versions of packages mutt recommends:
ii  locales         2.35-1
ii  mailcap         3.70+nmu1
ii  sensible-utils  0.0.17

Versions of packages mutt suggests:
ii  aspell                          0.60.8-4+b1
ii  ca-certificates                 20211016
ii  gnupg                           2.2.40-1
ii  ispell                          3.4.05-1
ii  openssl                         3.0.7-1
ii  postfix [mail-transport-agent]  3.7.3-2
ii  urlview                         0.9-23

Versions of packages mutt is related to:
ii  mutt  2.2.7-1

-- no debconf information

-- 
Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

--- End Message ---
--- Begin Message ---
Source: mutt
Source-Version: 2.2.9-1
Done: Antonio Radici <anto...@debian.org>

We believe that the bug you reported is fixed in the latest version of
mutt, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1023...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Radici <anto...@debian.org> (supplier of updated mutt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 13 Nov 2022 18:01:34 +0100
Source: mutt
Architecture: source
Version: 2.2.9-1
Distribution: unstable
Urgency: medium
Maintainer: Mutt maintainers <m...@packages.debian.org>
Changed-By: Antonio Radici <anto...@debian.org>
Closes: 1023599
Changes:
 mutt (2.2.9-1) unstable; urgency=medium
 .
   * New upstream release
     + Fixes a FTBFS with gpgme1.0 >= 1.18.0-2 (Closes: 1023599)
Checksums-Sha1:
 1a3cc15570da14f0c302771b56bd073b2e9471fd 2307 mutt_2.2.9-1.dsc
 88e057097697441b96acec5882887c057ab93a98 5526236 mutt_2.2.9.orig.tar.gz
 3af2bdbf259fdda4557d57229ef19ae2125c1fcc 833 mutt_2.2.9.orig.tar.gz.asc
 70e8172333910400d8bf4c4af7dbda6b50e4125d 61568 mutt_2.2.9-1.debian.tar.xz
 c1410ca466a8735086b105d12448850e4851725b 8499 mutt_2.2.9-1_amd64.buildinfo
Checksums-Sha256:
 2fbe6a0394a5454262009dbc7d96513889d4feda5a41478cbd94ef5c5f20dfde 2307 
mutt_2.2.9-1.dsc
 fa531b231d58fe1f30ceda0ed626683ea9ebdfb76ce47ef8bb27c2f77422cffb 5526236 
mutt_2.2.9.orig.tar.gz
 e35e9ea2f128976037c8e6f9ae7c57ba0b1520981b45d3bc9ab07eb42cf11de2 833 
mutt_2.2.9.orig.tar.gz.asc
 5c4686a73bc63cef08ac0f5c2615dd5037bc2e4392a66a12ce190fbcdbb4bf63 61568 
mutt_2.2.9-1.debian.tar.xz
 bec0e075844d81594a697c25046c2b3ed1e74761d1fac3321a51ecffa8f04ec6 8499 
mutt_2.2.9-1_amd64.buildinfo
Files:
 711622a4880574c173bd94744595c6c6 2307 mail optional mutt_2.2.9-1.dsc
 14cbaec4cc88ad8147fbe6df8a2d48fd 5526236 mail optional mutt_2.2.9.orig.tar.gz
 00aad8b2a4da8e02734cb6a3d9ebab0e 833 mail optional mutt_2.2.9.orig.tar.gz.asc
 43434c3ece3bdf2d8d8c83841f81e7ac 61568 mail optional mutt_2.2.9-1.debian.tar.xz
 0a6e94778733bb262e097d8761cec991 8499 mail optional 
mutt_2.2.9-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCAAxFiEEQObYrBkA1SRrfOa1NcjIiHLLHu0FAmNxJQYTHGFudG9uaW9A
ZGViaWFuLm9yZwAKCRA1yMiIcsse7W1JD/9sDsnJ/AiThQmRoIwMsRigRY5YsMQH
NLcsb8bwdPfE5f0Z+jI3znzxe1OYRCoNqUebWGnYJz/W8jrkIEZkdqrLc0F24O91
N3hUUUV7WC45vYzmXQq0l030w2wJlmqeui52Mhu8wmfVoymFgvvvYEvFqebKsR+g
eCVP+01VaPGjoU0BkMQFyELAbPaz17t2AbvBCxL5+CSOFoxsXPi9OQvGoSnLe8F5
8rp5vhOscyP3BLgMMaHEWZ05rdNOHJ4UF3RSL13EVIo/aBUHkt4nCcboW4PwugPd
8kl/W+jAt184OMUlVAxnqENLkgq3x7Qvn3HfD9r4E/Eg5DwjbMZ+TvRl0UwMqWNg
OREgol1+/lgszAcpxFQBRQ9vngcZSJ+Dkh1pJ6HAPsJq0YMShSLRGO0OfCX0I1tc
VhwZEb14pYk25hlTTyfFx5Fote/CVKKRyf8ul31gQ7jyrDqO6uJirj9T0hUrVORy
VrBTm53tBU0DY0llLTCiVKoV2oINkfVfqbsBPAAX6CEoZDKGWB7scPaIs95diQ1s
pfTMmernMN/DkP+aPEPxmajDIHvX7vDTh4HY6BiOR8etBmTJVgFW5HB3wwbfDOa6
KNjk4GvSPF4JmY8wf4uUl58JciF7Ei/3E1yMUN379a9Q7csfg9aQZCHiiwjNFnlf
MXKhiJ4Ast9TLw==
=tbBE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to