[libvirt] FreeBSD Port, update to 0.9.2 compile error

Eric Blake eblake at redhat.com
Fri Jul 1 14:57:35 UTC 2011


On 07/01/2011 01:08 AM, Daniel Veillard wrote:
>>>>>   another way would be to launch python directly giving the path to the
>>>>> python script, this is likely to solve the issue there.
>>>

>> I was wondering if this issue was addressed in the upcoming release?
> 
>   Oops, no but it should be as simple as the following patch, we should
> be able to get this fixed in time !

> 
> diff --git a/docs/Makefile.am b/docs/Makefile.am
> index 689fe32..050ebe1 100644
> --- a/docs/Makefile.am
> +++ b/docs/Makefile.am
> @@ -181,7 +181,7 @@ $(python_generated_files): $(srcdir)/apibuild.py \
>  		$(srcdir)/../include/libvirt/*.h \
>  		$(srcdir)/../src/libvirt.c \
>  		$(srcdir)/../src/util/virterror.c
> -	$(AM_V_GEN)srcdir=$(srcdir) $(srcdir)/apibuild.py
> +	$(AM_V_GEN)srcdir=$(srcdir) $(PYTHON) $(srcdir)/apibuild.py
>  
>  check-local: all
>  

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110701/ac21f91a/attachment-0001.sig>


More information about the libvir-list mailing list