From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/dbus-python: fix build with python 3.8
Date: Wed, 23 Oct 2019 17:56:05 +0200 [thread overview]
Message-ID: <20191023175605.7e9202a6@windsurf> (raw)
In-Reply-To: <20191023131057.707-1-grzegorz@blach.pl>
Hello,
On Wed, 23 Oct 2019 13:10:57 +0000
Grzegorz Blach <grzegorz@blach.pl> wrote:
> Fixes:
> - http://autobuild.buildroot.org/results/b30/b308eeb5c5d95ab9f1dbfc19f9183f2ba3ba0ce3/
> - http://autobuild.buildroot.org/results/0dd/0dd9203f859b97ee5a3b6358644c26f8ab784ed8/
> and many similar failures.
>
> Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
Thanks for the investigation. However, as was investigated on kmod and
libselinux, it is most likely not the correct solution. Since Python
3.8, Python extensions are not supposed to link with libpython. --embed
is only for the cases where you *embed* a Python interpreter in your
application/library, not when you implement a Python extension.
See the recent libselinux thread on this.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2019-10-23 15:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-23 13:10 [Buildroot] [PATCH 1/1] package/dbus-python: fix build with python 3.8 Grzegorz Blach
2019-10-23 15:56 ` Thomas Petazzoni [this message]
2019-10-23 21:27 ` Grzegorz Blach
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=20191023175605.7e9202a6@windsurf \
--to=thomas.petazzoni@bootlin.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.