[Buildroot] [PATCH 1/1] package/zbar: fix python build

Yann E. MORIN yann.morin.1998 at free.fr
Sun Oct 3 07:04:44 UTC 2021


Fabrice, All,

On 2021-09-30 08:18 +0200, Fabrice Fontaine spake thusly:
> Fix the following build failure with python raised since its activation
> by commit cfc80eeeb4f3cb8e59b56bedd5bd49761764671f:
> 
> In file included from /home/giuliobenetti/autobuild/run/instance-2/output-1/host/include/python3.9/Python.h:63,
>                  from python/zbarmodule.h:24,
>                  from python/zbarmodule.c:24:
> /home/giuliobenetti/autobuild/run/instance-2/output-1/host/include/python3.9/pyport.h:741:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
>   741 | #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
>       |  ^~~~~
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/43a8c8d5403c329f2d754ed09807a53772174397
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/zbar/zbar.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/zbar/zbar.mk b/package/zbar/zbar.mk
> index 5554dca6a1..fb83fa01d5 100644
> --- a/package/zbar/zbar.mk
> +++ b/package/zbar/zbar.mk
> @@ -34,6 +34,7 @@ endif
>  ifeq ($(BR2_PACKAGE_PYTHON3),y)
>  ZBAR_DEPENDENCIES += host-python3 python3
>  ZBAR_CONF_OPTS += --with-python=python3
> +ZBAR_CONF_ENV += PYTHON_CONFIG="$(STAGING_DIR)/usr/bin/python3-config"
>  else
>  ZBAR_CONF_OPTS += --with-python=no
>  endif
> -- 
> 2.33.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list