[Buildroot] [PATCH] package/dbus-python: fix build failure due to wrong auto-detected extra libs

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Apr 4 20:51:22 UTC 2019


Hello,

On Thu,  4 Apr 2019 20:52:28 +0200
Giulio Benetti <giulio.benetti at micronovasrl.com> wrote:

> Using Python 3, during configuration, if PYTHON_EXTRA_LIBS is not
> defined, ./configure will launch a python script to retrieve LIBS and
> SYSLIBS variables, but this is done using host-python resulting in
> obtaining libraries that are not present in target. So while trying to
> link configuration test it fails complaining it can't find a
> library(i.e. libintl).
> 
> Set PYTHON_EXTRA_LIBS the same as PYTHON_LIBS to be sure host libs are
> not used at all.
> 
> Fixes:
> http://autobuild.buildroot.net/results/4078ee9e8aa304f044dc92e9345c28341349d468/
> 
> Signed-off-by: Giulio Benetti <giulio.benetti at micronovasrl.com>

So it started failing with the introduction of gettext-tiny ? Do we
understand why it makes a difference for dbus-python ?

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list