public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
From: Julien Olivain via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: buildroot@buildroot.org,
	"Raphaël Mélotte" <raphael.melotte@mind.be>,
	"Grzegorz Blach" <grzegorz@blach.pl>,
	"Joris Offouga" <offougajoris@gmail.com>,
	"James Hilliard" <james.hilliard1@gmail.com>
Subject: Re: [Buildroot] [PATCH 15/18] package/python-iwlib: bump version to 1.7.0
Date: Sun, 21 Dec 2025 23:11:07 +0100	[thread overview]
Message-ID: <c4d351c18140eb1e7d5ae539301df19a@free.fr> (raw)
In-Reply-To: <20251220214206.1089100-15-bernd@kuhls.net>

Hi Bernd,

Thanks for the patch.

On 20/12/2025 22:42, Bernd Kuhls wrote:
> https://github.com/nhoad/python-iwlib/blob/1.7.0/README.rst
> "1.6: Added support for Python 3 (via migration to CFFI)"
> 
> Switched SITE to pypi.
> 
> Added dependency to python-cffi:
> https://github.com/nhoad/python-iwlib/commit/a7c14aff76a28004afb45e08bcf83be5948cb7c1
> 
> Updated package as computed by scanpypi.
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
[...]
> diff --git a/package/python-iwlib/python-iwlib.mk 
> b/package/python-iwlib/python-iwlib.mk
> index 9d0985567d..7a4fee7fc9 100644
> --- a/package/python-iwlib/python-iwlib.mk
> +++ b/package/python-iwlib/python-iwlib.mk
> @@ -4,11 +4,12 @@
>  #
>  
> ################################################################################
> 
> -PYTHON_IWLIB_VERSION = 1.5
> -PYTHON_IWLIB_SITE = $(call 
> github,nhoad,python-iwlib,$(PYTHON_IWLIB_VERSION))
> +PYTHON_IWLIB_VERSION = 1.7.0

When compiling this new version with the commands:

cat >.config <<EOF
BR2_aarch64=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
BR2_PACKAGE_PYTHON3=y
BR2_PACKAGE_PYTHON_IWLIB=y
BR2_PACKAGE_WIRELESS_TOOLS=y
BR2_PACKAGE_WIRELESS_TOOLS_LIB=y
EOF
make olddefconfig
make python-iwlib

I observe the following error:

cffi.VerificationError: importing 
'/buildroot/output/build/python-iwlib-1.7.0/iwlib/__pycache__/_cffi__x89ce3654xeb297b6c.cpython-313-x86_64-linux-gnu.so': 
/buildroot/output/build/python-iwlib-1.7.0/iwlib/__pycache__/_cffi__x89ce3654xeb297b6c.cpython-313-x86_64-linux-gnu.so: 
cannot open shared object file: No such file or directory

ERROR Backend subprocess exited when trying to invoke build_wheel

The compilation without this patch is working fine.
Could you have a look, please?

> +PYTHON_IWLIB_SOURCE = iwlib-$(PYTHON_IWLIB_VERSION).tar.gz
> +PYTHON_IWLIB_SITE = 
> https://files.pythonhosted.org/packages/59/44/fd72c0a7094baeb448dc9e87b3d579da98e2b8593c3fe05c5f9dd20dc6bc
>  PYTHON_IWLIB_LICENSE = GPL-2.0
>  PYTHON_IWLIB_LICENSE_FILES = COPYING
>  PYTHON_IWLIB_SETUP_TYPE = setuptools
> -PYTHON_IWLIB_DEPENDENCIES = wireless_tools
> +PYTHON_IWLIB_DEPENDENCIES = host-python-cffi wireless_tools
> 
>  $(eval $(python-package))
> --
> 2.47.3

Best regards,

Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2025-12-21 22:11 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-20 21:41 [Buildroot] [PATCH 01/18] package/python-colorlog: bump version to 6.10.1 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 02/18] package/python-cachetools: bump version to 6.2.4 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 03/18] package/python-crontab: bump version to 3.3.0 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 04/18] package/python-docutils: bump version to 0.22.4 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 05/18] package/python-dtschema: bump version to 2025.12 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 06/18] package/python-fastapi: bump version to 0.126.0 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 07/18] package/python-filelock: security bump version to 3.20.1 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 08/18] package/python-flask-jsonrpc: bump version to 4.0.0 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 09/18] package/python-fonttools: bump version to 4.61.1 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 10/18] package/python-google-auth: bump version to 2.45.0 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 11/18] package/python-grpclib: bump version to 0.4.9 Bernd Kuhls
2025-12-20 21:42 ` [Buildroot] [PATCH 12/18] package/python-incremental: bump version to 24.11.0 Bernd Kuhls
2025-12-20 21:42 ` [Buildroot] [PATCH 13/18] package/python-boto3: bump version to 1.42.14 Bernd Kuhls
2025-12-20 21:42 ` [Buildroot] [PATCH 14/18] package/python-botocore: " Bernd Kuhls
2025-12-20 21:42 ` [Buildroot] [PATCH 15/18] package/python-iwlib: bump version to 1.7.0 Bernd Kuhls
2025-12-21 22:11   ` Julien Olivain via buildroot [this message]
2025-12-20 21:42 ` [Buildroot] [PATCH 16/18] package/python-markupsafe: bump version to 3.0.3 Bernd Kuhls
2025-12-20 21:42 ` [Buildroot] [PATCH 17/18] package/python-multipart: bump version to 0.0.21 Bernd Kuhls
2026-03-06 19:52   ` Thomas Perale via buildroot
2025-12-20 21:42 ` [Buildroot] [PATCH 18/18] package/python-paramiko: bump version to 4.0.0 Bernd Kuhls
2025-12-21 22:14 ` [Buildroot] [PATCH 01/18] package/python-colorlog: bump version to 6.10.1 Julien Olivain via buildroot

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=c4d351c18140eb1e7d5ae539301df19a@free.fr \
    --to=buildroot@buildroot.org \
    --cc=bernd@kuhls.net \
    --cc=grzegorz@blach.pl \
    --cc=james.hilliard1@gmail.com \
    --cc=ju.o@free.fr \
    --cc=offougajoris@gmail.com \
    --cc=raphael.melotte@mind.be \
    /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