[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [msmtp-users] Log file and year information (patch wrong!)



Hi!

On Tue, 2 Apr 2013 21:28:01 +0200, Igor Sosa Mayor wrote:
> Is there any problem with the present git commit? I can not compile
> msmtp. It breaks with the following message:
> 
>   MAKEINFO msmtp.info
> msmtp.texi:498: @itemx must follow @item
> msmtp.texi:522: @itemx must follow @item
> msmtp.texi:528: @itemx must follow @item
> msmtp.texi:531: @itemx must follow @item
> msmtp.texi:535: @itemx must follow @item
> msmtp.texi:538: @itemx must follow @item
> msmtp.texi:542: @itemx must follow @item
> msmtp.texi:546: @itemx must follow @item
> msmtp.texi:550: @itemx must follow @item
> msmtp.texi:553: @itemx must follow @item
> msmtp.texi:557: @itemx must follow @item
> msmtp.texi:561: @itemx must follow @item
> msmtp.texi:565: @itemx must follow @item
> msmtp.texi:570: @itemx must follow @item
> msmtp.texi:575: @itemx must follow @item
> msmtp.texi:579: @itemx must follow @item
> msmtp.texi:583: @itemx must follow @item
> msmtp.texi:588: @itemx must follow @item
> msmtp.texi:592: @itemx must follow @item
> msmtp.texi:597: @itemx must follow @item
> msmtp.texi:605: warning: @itemx should not begin @table
> msmtp.texi:621: @itemx must follow @item
> msmtp.texi:640: @itemx must follow @item
> msmtp.texi:650: @itemx must follow @item
> msmtp.texi:662: @itemx must follow @item
> msmtp.texi:667: @itemx must follow @item
> msmtp.texi:670: @itemx must follow @item
> make[2]: *** [msmtp.info] Error 1
> make[2]: Leaving directory `/home/igor/giteando/msmtp/doc'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/igor/giteando/msmtp'
> make: *** [all] Error 2

Do you have the new texinfo 5.0 on your system? Maybe that's the
problem. But it looks like an easy fix: just change @itemx to @item if
it stands alone, or swap @item/@itemx where both are present.

Martin