[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnulib] Compilation failure of xvasprintf.c on FreeBSD 4.x
From: |
Martin Lambers |
Subject: |
Re: [bug-gnulib] Compilation failure of xvasprintf.c on FreeBSD 4.x |
Date: |
Wed, 23 Aug 2006 20:57:35 +0200 |
User-agent: |
Mutt/1.5.12-2006-07-14 |
On Tue, 22. Aug 2006, 20:43:38 +0000, Roman Bogorodskiy wrote:
> > > Roman Bogorodskiy reported that xvasprintf.c fails to compile on FreeBSD
> > > 4.x, and that the patch below fixes that. He can give more details if
> > > necessary. Apparently, FreeBSD does not have va_copy(). This should be
> > > catched by stdarg.m4, right?
> >
> > Right. The details to check are:
> > - Is the m4/stdarg.m4 the one with md5sum equals to
> > fb48fbe4b6705f3b4ca11677e57fc2ab ? (There was a bug in older revisions
> > of this file. It was fixed on 2006-07-01.)
>
> MD5 (m4/stdarg.m4) = 63266907ea2fedc2271b72f9034e317d
>
> So I assume gnulib used in msmtp should be updated.
The error does not occur with the latest version of m4/stdarg.m4, which
is included in the latest version of msmtp.
There was confusion about different versions. Sorry for the false alarm.
Martin