On 07/30/2011 11:01 PM, Eric Blake wrote:
On 07/30/2011 08:30 AM, ajia wrote:
> Hi all,
> When I get latest libvirt and then runnning make && make install, I met
> the following error:
> # make && make install
> INFO: gnulib update required; running ./autogen.sh first
> CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh
> /root/libvirt/build-aux/missing --run aclocal-1.11 -I m4 -I gnulib/m4
> cd . && /bin/sh /root/libvirt/build-aux/missing --run automake-1.11
> --gnu
> automake-1.11: cannot open < gnulib/lib/gnulib.mk: No such file or
> directory
> make: *** [Makefile.in] Error 1
>
> Has anybody met this issue recently?
Yes, this is what happens with incremental builds; it won't happen
with a fresh checkout. To fix it, run ./bootstrap before running make.
Eric, Matthias, thanks a lot :)
Regards,
Alex