[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH for-4.13] configure: fix print syntax for python 3


  • To: Wei Liu <wl@xxxxxxx>
  • From: Ian Jackson <ian.jackson@xxxxxxxxxx>
  • Date: Thu, 19 Sep 2019 12:28:23 +0100
  • Authentication-results: esa1.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none; spf=None smtp.pra=ian.jackson@xxxxxxxxxx; spf=Pass smtp.mailfrom=Ian.Jackson@xxxxxxxxxx; spf=None smtp.helo=postmaster@xxxxxxxxxxxxxxx
  • Cc: Juergen Gross <jgross@xxxxxxxx>, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Thu, 19 Sep 2019 11:28:29 +0000
  • Ironport-sdr: S4U79tNbDQM5DjMdmK4N1TROKbXcaUd2evm//5jwNd+YzTekty7lrQnkz27zCPtdKRKyulpTxi d74+NCl13wrHjZrdPnOog7fB1MAFy7TzQUoW4MNa6ywbrg782zzbQzBfzpzRSfVVzD3K36rTvx LhLkN692m92/gZqALk1EiE53je9rc30C1h9sfzzSRakpZIPkVamt75IpwLeHAHUE6hgAVPMgDb vLIwcvPuAgrYzXZzwIOP3OpoVQE3lIIM2xAdBgIvyRkX/W6dc/2CrWQ0pToUdNNEQXJUGrK5o3 OOA=
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

Wei Liu writes ("Re: [PATCH for-4.13] configure: fix print syntax for python 
3"):
> On Thu, 19 Sep 2019 at 12:17, Wei Liu <wl@xxxxxxx> wrote:
> >
> > 16cc3362a missed one print statement.
> >
> > Signed-off-by: Wei Liu <wl@xxxxxxx>
> > ---
> >  m4/python_devel.m4 | 2 +-
> >  tools/configure    | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/m4/python_devel.m4 b/m4/python_devel.m4
> > index 7f26381376..e365cd658e 100644
> > --- a/m4/python_devel.m4
> > +++ b/m4/python_devel.m4
> > @@ -6,7 +6,7 @@ AC_PATH_PROG([pyconfig], [$PYTHON-config], [no])
> >  AS_IF([test x"$pyconfig" = x"no"], [
> >      dnl For those that don't have python-config
> >      CPPFLAGS="$CFLAGS `$PYTHON -c 'import distutils.sysconfig; \
> > -        print "-I" + distutils.sysconfig.get_config_var("INCLUDEPY")'`"
> > +        print("-I" +
> > distutils.sysconfig.get_config_var("INCLUDEPY"))'`"
> 
> Urgh. This has been mangled. Hope you get the idea...

My previous reply bounced due to header mangling in your first mail.
Let me try again:

This is good in principle but:

Can you provide as a git branch ?  Then I will get the unmangled
version and be able to try it out.

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.