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

Christophe Fergeau cfergeau at redhat.com
Fri Aug 7 09:50:18 PDT 2015


On Fri, Aug 07, 2015 at 12:04:28PM -0400, Frediano Ziglio wrote:
>  
> > 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

It is the installed one which is not executable. Even if we make it
executable, we need to make sure $(PYTHON) is defined if we want to keep
the '$(PYTHON) spice_codegen.py' incantation in Makefile.am (which as
you noted makes it easy to choose whether to use python2 or python3).

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20150807/1cc1cd35/attachment.sig>


More information about the Spice-devel mailing list