[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] FreeBSD Port, update to 0.9.2 compile error
- From: Daniel Veillard <veillard redhat com>
- To: Eric Blake <eblake redhat com>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] FreeBSD Port, update to 0.9.2 compile error
- Date: Fri, 1 Jul 2011 23:44:09 +0800
On Fri, Jul 01, 2011 at 08:57:35AM -0600, Eric Blake wrote:
> 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.
Thanks ! pushed :-)
Daniel
--
Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/
daniel veillard com | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library http://libvirt.org/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]