Your message dated Fri, 25 Mar 2005 17:02:27 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287744: fixed in mutt 1.5.8-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 29 Dec 2004 20:29:15 +0000
>From [EMAIL PROTECTED] Wed Dec 29 12:29:15 2004
Return-path: <[EMAIL PROTECTED]>
Received: from d007021.adsl.hansenet.de (localhost.localdomain) [80.171.7.21]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CjkRW-0000Zf-00; Wed, 29 Dec 2004 12:29:15 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1CjkWl-0001Ol-BM; Wed, 29 Dec 2004 21:34:39 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: mutt: FTBFS (amd64/gcc-4.0): invalid storage class for function
'maildir_merge_inode'
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 29 Dec 2004 21:34:39 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: mutt
Severity: normal
Tags: patch
When building 'mutt' on amd64 with gcc-4.0,
I get the following error:
mh.c: In function 'mh_read_dir':
mh.c:880: error: invalid storage class for function 'maildir_merge_inode'
mh.c:938: error: invalid storage class for function 'maildir_sort_inode'
make[4]: *** [mh.o] Error 1
make[4]: Leaving directory `/mutt-1.5.6/build-tree/mutt-1.5.6'
With the attached patch 'mutt' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/mutt-1.5.6/debian/patches/patch.gcc4_fix
./debian/patches/patch.gcc4_fix
--- ../tmp-orig/mutt-1.5.6/debian/patches/patch.gcc4_fix 1970-01-01
01:00:00.000000000 +0100
+++ ./debian/patches/patch.gcc4_fix 2004-12-29 15:46:05.000000000 +0100
@@ -0,0 +1,21 @@
+diff -urN tmp/mh.c mutt-1.5.6/mh.c
+--- tmp/mh.c 2004-12-29 15:12:13.000014000 +0100
++++ mutt-1.5.6/mh.c 2004-12-29 15:42:20.576220712 +0100
+@@ -875,7 +875,7 @@
+ /*
+ * Merge two maildir lists according to the inode numbers.
+ */
+-static struct maildir* maildir_merge_inode (struct maildir *left,
++struct maildir* maildir_merge_inode (struct maildir *left,
+ struct maildir *right)
+ {
+ struct maildir* head;
+@@ -934,7 +934,7 @@
+ /*
+ * Sort maildir list according to inode.
+ */
+-static struct maildir* maildir_sort_inode(struct maildir* list)
++struct maildir* maildir_sort_inode(struct maildir* list)
+ {
+ struct maildir* left = list;
+ struct maildir* right = list;
---------------------------------------
Received: (at 287744-close) by bugs.debian.org; 25 Mar 2005 22:09:11 +0000
>From [EMAIL PROTECTED] Fri Mar 25 14:09:11 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DEwzP-0003dI-00; Fri, 25 Mar 2005 14:09:11 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DEwst-0000uq-00; Fri, 25 Mar 2005 17:02:27 -0500
From: =?utf-8?q?Adeodato_Sim=C3=B3?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#287744: fixed in mutt 1.5.8-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 25 Mar 2005 17:02:27 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00,DRASTIC_REDUCED,
FROM_ENDS_IN_NUMS,HAS_BUG_NUMBER autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 3
Source: mutt
Source-Version: 1.5.8-1
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:
mutt_1.5.8-1.diff.gz
to pool/main/m/mutt/mutt_1.5.8-1.diff.gz
mutt_1.5.8-1.dsc
to pool/main/m/mutt/mutt_1.5.8-1.dsc
mutt_1.5.8-1_i386.deb
to pool/main/m/mutt/mutt_1.5.8-1_i386.deb
mutt_1.5.8.orig.tar.gz
to pool/main/m/mutt/mutt_1.5.8.orig.tar.gz
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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adeodato Simó <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 25 Mar 2005 21:55:52 +0100
Source: mutt
Binary: mutt
Architecture: source i386
Version: 1.5.8-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Adeodato Simó <[EMAIL PROTECTED]>
Description:
mutt - Text-based mailreader supporting MIME, GPG, PGP and threading
Closes: 269699 275060 277665 285574 287744 295528 299060 300516
Changes:
mutt (1.5.8-1) unstable; urgency=low
.
* New upstream release, with a CVS pull to get all the translation updates
that happen right after a release. New features worth mentioning:
+ the PGP auto decode patch by Derek Martin has been accepted upstream,
so inline PGP messages are automatically verified/decrypted now if
$pgp_auto_decode is set. (Closes: #269699)
+ IDN decoding can be disabled by unseting $use_idn (set by default).
+ new hook 'send2-hook', which gets executed each time there is a change
in a message being composed. This permits, for example, to match against
recipients added manually after writing the mail, which wasn't possible
with 'send-hook' alone.
.
* This version also includes the following fixes:
+ message flags are not lost after editing a message. (Closes: #275060)
+ IMAP folder paths ending with the delimiter are trimmed so that they
don't fail to open with some servers, e.g. Courier. (Closes: #277665)
+ the correct charset is used when signing a forwarded message.
(Closes: #295528)
+ correctly forget the S/MIME passphrase. (Closes: #300516)
.
* Explicitly pass --enable-inodesort to ./configure, since upstream has
disabled it by default in this version.
.
* Updated the compressed folders patch to version 1.5.8.
.
* Dropped the adjust_line patch from extra-patches/mutt-ja-compat,
incorporated upstream. Renamed mutt-ja-compat to assumed-charset, since
that's the only patch that remains.
.
* Lots of patches in the Debian package have been applied upstream, drop
them (16 in total). Worth mentioning is the gnutls patch. The
maildir_inode_sort patch has been adopted too, with the static functions
no longer being nested, which closes: #287744 (FTBFS with gcc-4.0).
.
* Implemented a conf.d style directory for mutt: other packages or local
admins may now drop configuration snippets in /etc/Muttrc.d/*.rc and have
them sourced at the end of the default Muttrc. (Closes: #285574)
.
* Updated the header cache patch to version 28. The size of this patch has
been drastically reduced, since the generic code and the IMAP support has
been incorporated upstream.
.
* Updated the compressed folders patch to version 1.5.7.
.
* Dropped the adjust_edited_file patch from extra-patches/mutt-ja-compat,
incorporated upstream.
.
* Use mixmaster-filter by default. (Closes: #299060)
Files:
05b4c20d6a6581d548f00d7a12a41706 758 mail standard mutt_1.5.8-1.dsc
f9de305639cbd9030fa7637d8d1fb438 3007530 mail standard mutt_1.5.8.orig.tar.gz
d085f8667120a8a9954987e3527fd0b5 144241 mail standard mutt_1.5.8-1.diff.gz
e78df94e8d94d1b181145bd722d8eb91 1408792 mail standard mutt_1.5.8-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCRH0HFGfw2OHuP7ERAlw0AJ0Vb/tLPvFCNoTxwZvgHMhr5ClaOwCfVbj9
RF12iEdZZ6dzu+0sdI/8MoA=
=JLQv
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]