Path: csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod From: picca Newsgroups: linux.debian.maint.python Subject: Building multiple wheel with pybuild Date: Sat, 20 Dec 2025 13:20:01 +0100 Message-ID: X-Original-To: debian-python X-Mailbox-Line: From debian-python-request@lists.debian.org Sat Dec 20 12:11:37 2025 Old-Return-Path: X-Amavis-Spam-Status: No, score=-109.51 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, LDO_WHITELIST=-5, RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001, USER_IN_DKIM_WELCOMELIST=-0.01, USER_IN_DKIM_WHITELIST=-100] autolearn=ham autolearn_force=no MIME-Version: 1.0 Content-Type: text/plain X-Debian-User: picca X-Mailing-List: archive/latest/23517 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/87sed5tkrn.fsf@page Approved: robomod@news.nic.it Lines: 37 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Sat, 20 Dec 2025 13:12:12 +0100 X-Original-Message-ID: <87sed5tkrn.fsf@page> Xref: csiph.com linux.debian.maint.python:17277 Hello, I would like your advices when pybuild fail with this error message. Successfully built cctbx-2023.12-py3-none-any.whl I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with "installer" module # build the dxtbx python module dh_auto_build --sourcedirectory=dxtbx pybuild --build -i python{version} -p "3.14 3.13" --dir dxtbx I: pybuild plugin_pyproject:131: Building wheel for python3.14 with "build" module I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir /build/reproducible-path/cctbx-2025.11+ds2+~3.26.0+ds1/.pybuild/cpython3_3.14 * Building wheel... Successfully built dxtbx-3.26.0-py3-none-any.whl I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with "installer" module E: pybuild pybuild:389: build: plugin pyproject failed with: Expecting to have built exactly 1 wheel, but found 2 I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" module I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /build/reproducible-path/cctbx-2025.11+ds2+~3.26.0+ds1/.pybuild/cpython3_3.13 * Building wheel... Successfully built dxtbx-3.26.0-py3-none-any.whl I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with "installer" module E: pybuild pybuild:389: build: plugin pyproject failed with: Expecting to have built exactly 1 wheel, but found 2 dh_auto_build: error: pybuild --build -i python{version} -p "3.14 3.13" --dir dxtbx returned exit code 13 make[1]: *** [debian/rules:63: override_dh_auto_build] Error 25 make[1]: Leaving directory '/build/reproducible-path/cctbx-2025.11+ds2+~3.26.0+ds1' make: *** [debian/rules:24: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 I am building the cctbx package which provide two python3 modules. thanks for your help. Frederic