From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8 Description of problem: some mutt buildrequires are unnecessary, and otheres are missing. /usr/sbin/sendmail should be in Requires instead of BuildRequires, i think. BuildRequires should be more like the following, at least on my FC1 machine. BuildRequires: slang-devel BuildRequires: cyrus-sasl-devel BuildRequires: /usr/bin/automake-1.4 BuildRequires: ncurses-devel >= 5.3-5 Version-Release number of selected component (if applicable): mutt-1.4.1-5 How reproducible: Always Steps to Reproduce: Additional info:
/usr/sbin/sendmail is checked for at configure time. It doesn't use slang in FC2.