Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] qt5webkit: host-python dependency issue in Python3 environment
Date: Fri, 14 Oct 2016 15:57:00 +0200	[thread overview]
Message-ID: <20161014155700.583f6e14@free-electrons.com> (raw)
In-Reply-To: <CAGm1_ktbKzd7jbaTRryp27yZF94HMPZnZTfMw+sC1vCC8-mVvA@mail.gmail.com>

Hello,

On Fri, 14 Oct 2016 09:53:53 +0200, Yegor Yefremov wrote:
> My project uses both Python3 and Qt5 including qt5webkit package. The
> problem in this particular constellation is, that
> output/target/usr/bin/python is a symlink to
> output/host/usr/bin/python2.

Hu? target/usr/bin/python is a symlink to host/usr/bin/python2 ? Are
you sure ? If so, this is the problem, not the qt5webkit dependency on
host-python.

If you have a Python 3 enabled system, and qt5webkit is enabled, you
should have the following situation:

 - target/usr/bin/python -> target/usr/bin/python3
 - host/usr/bin/python -> host/usr/bin/python3
 - host/usr/bin/python2

I.e, Python 3 is the "default" version, but Python 2 for the host is
also available, if called explicitly using host/usr/bin/python2.

So, I don't understand your original problem.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

  parent reply	other threads:[~2016-10-14 13:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-14  7:53 [Buildroot] qt5webkit: host-python dependency issue in Python3 environment Yegor Yefremov
2016-10-14  7:56 ` Yegor Yefremov
2016-10-14  8:56   ` Yegor Yefremov
2016-10-14 12:16     ` Johan Derycke
2016-10-14 13:57 ` Thomas Petazzoni [this message]
2016-10-14 14:04   ` Arnout Vandecappelle

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=20161014155700.583f6e14@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /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