[Spice-devel] [spice-common v2 2/2] Use installed spice-protocol for code generation

Frediano Ziglio fziglio at redhat.com
Fri Aug 7 09:04:28 PDT 2015


 
> On Fri, Aug 07, 2015 at 11:43:04AM -0400, Frediano Ziglio wrote:
> > > 
> > > On Fri, Aug 07, 2015 at 11:20:13AM -0400, Frediano Ziglio wrote:
> > > > > diff --git a/m4/spice-deps.m4 b/m4/spice-deps.m4
> > > > > index 68dec42..e4b2c8d 100644
> > > > > --- a/m4/spice-deps.m4
> > > > > +++ b/m4/spice-deps.m4
> > > > > @@ -168,6 +168,7 @@ AC_DEFUN([SPICE_CHECK_GLIB2], [
> > > > >  # tarballs so they are disabled by default.
> > > > >  #---------------------------
> > > > >  AC_DEFUN([SPICE_CHECK_PYTHON_MODULES], [
> > > > > +    AM_PATH_PYTHON
> > > > >      AC_ARG_ENABLE([python-checks],
> > > > >          AS_HELP_STRING([--enable-python-checks=@<:@yes/no@:>@],
> > > > >                         [Enable checks for Python modules needed to
> > > > >                         build
> > > > >                         from git @<:@default=no@:>@]),
> > > > > --
> > > > > 2.4.3
> > > > > 
> > > > 
> > > > Last last hunk looks is not really related.
> > > 
> > > It looks out of place, but the file generation rules for the marshalling
> > > code use $(PYTHON), which will not be defined if we don't call
> > > AM_PATH_PYTHON first.
> > > 
> > > Christophe
> > > 
> > 
> > Actually I though was a feature not a bug... really!
> > 
> > The script already works without PYTHON defined but that way I can
> > call make PYTHON=python3 to test code with python3 without any other
> > change.
> 
> The script by itself does, but Makefile.am does
> $(PYTHON) spice_codegen.py
> and spice_codegen.py is not marked executable, so we need to have PYTHON
> defined.
> 
> Christophe
> 

I would say chmod +x, git add, commit, push. It was executable in spice-common.
In my directory is executable... weird! git should keep file system flags!

$ git log -p -- spice_codegen.py |  grep 'file mode'
new file mode 100755

(in spice-protocol)

Frediano


More information about the Spice-devel mailing list