xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: "Duncan X. Simpson" <virtualdxs@gmail.com>
To: Anthony PERARD <anthony.perard@citrix.com>
Cc: "xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>
Subject: Re: Can't ./configure latest git
Date: Tue, 04 Apr 2017 15:09:48 +0000	[thread overview]
Message-ID: <CAB8Qo2Sfa6A5ZpL++rBg6x8jhh97LZzEw_XgYSTxdoS7pdr4uQ@mail.gmail.com> (raw)
In-Reply-To: <20170404150631.GC1710@perard.uk.xensource.com>


[-- Attachment #1.1: Type: text/plain, Size: 1103 bytes --]

Ah, that makes more sense. Another problem I had when trying to compile was
I got a permission denied error on xen-setup, which I fixed by making as
root (in a chroot of course). Was there a better way to do that?

On Tue, Apr 4, 2017, 08:06 Anthony PERARD <anthony.perard@citrix.com> wrote:

> On Tue, Apr 04, 2017 at 02:25:06AM +0000, Duncan X. Simpson wrote:
> > Worked around with the following:
> >
> >  ~git/xen   master ± git diff
> > diff --git a/tools/configure b/tools/configure
> > index 7a57e6562d..874498ad80 100755
> > --- a/tools/configure
> > +++ b/tools/configure
> > @@ -6859,7 +6859,7 @@ if echo "$PYTHON" | grep -q "^/"; then :
> >      PYTHON=`basename $PYTHONPATH`
> >
> >  elif test -z "$PYTHON"; then :
> > -  PYTHON="python"
> > +  PYTHON="python2"
> >  else
> >    as_fn_error $? "PYTHON specified, but is not an absolute path"
> "$LINENO"
> > 5
> >  fi
> >
> > Not sure if this is ideal.
>
> Or better:
> ./configure PYTHON=/usr/bin/python2
> make PYTHON=/usr/bin/python2
>
> --
> Anthony PERARD
>
-- 

Duncan X. Simpson, K7DXS

[-- Attachment #1.2: Type: text/html, Size: 2115 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

  reply	other threads:[~2017-04-04 15:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-04  2:18 Can't ./configure latest git Duncan X. Simpson
2017-04-04  2:25 ` Duncan X. Simpson
2017-04-04  2:49   ` Duncan X. Simpson
2017-04-04 15:06   ` Anthony PERARD
2017-04-04 15:09     ` Duncan X. Simpson [this message]
2017-04-04 15:30       ` Anthony PERARD
2017-04-04 17:32         ` Duncan X. Simpson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAB8Qo2Sfa6A5ZpL++rBg6x8jhh97LZzEw_XgYSTxdoS7pdr4uQ@mail.gmail.com \
    --to=virtualdxs@gmail.com \
    --cc=anthony.perard@citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).