I recently started using Mac OS X again, and installed HomeBrew [1] to
be able to automate the upgrade of various software components not
already included.

When installing the requisite programs to build mutt from HEAD, automake
1.12 was installed.  Unfortunately, this new version of automake caused
mutt not to prepare!  The output of my attempt to prepare follows.

#v+
dave@pooh:~/usr/src/mutt/mutt$ cat ../configure-mutt.sh
#!/bin/sh

# For FreeBSD, append '=/usr/local' to the --with-sasl line.
# For Mac OS X, append '=/usr/local' to the --with-tokyocabinet line.

./prepare \
        --prefix=$HOME/usr \
        --with-homespool=Maildir \
        --enable-debug \
        --enable-hcache \
        --with-tokyocabinet=/usr/local \
        --with-curses \
        --enable-smtp \
        --enable-imap \
        --with-ssl \
        --with-sasl
#v-

Note: This prepare command has worked in the past on Mac OS X.  Next, I
make sure my sources are up to date, and try to prepare.

#v+
dave@pooh:~/usr/src/mutt/mutt$ hg pull -u
pulling from http://dev.mutt.org/hg/mutt
searching for changes
no changes found
dave@pooh:~/usr/src/mutt/mutt$ ../configure-mutt.sh 
configure.ac:33: error: automatic de-ANSI-fication support has been removed
/usr/local/Cellar/automake/1.12/share/aclocal-1.12/protos.m4:13: 
AM_C_PROTOTYPES is expanded from...
configure.ac:33: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: /usr/local/Cellar/autoconf/2.69/bin/autom4te failed with exit 
status: 1
autoreconf: aclocal failed with exit status: 1

Some part of the preparation process failed.
Please refer to doc/devel-notes.txt for details.
#v-

At least one other is seeing this (noted in mutt-kz's issues [2]).

If someone confirms, I will put a new issue in the tracker.

[1]: http://mxcl.github.com/homebrew/
[2]: https://github.com/karelzak/mutt-kz/issues/18

Regards,
-- 
dave [ please don't CC me ]

Attachment: pgpEa01kqjGTb.pgp
Description: PGP signature

Reply via email to