Debian Bug report logs - #1119728
basemap: FTBFS: /usr/bin/python3.13: No module named pip

version graph

Package: src:basemap; Maintainer for src:basemap is Debian Python Team <team+python@tracker.debian.org>;

Reported by: Santiago Vila <sanvila@debian.org>

Date: Fri, 31 Oct 2025 11:31:03 UTC

Severity: serious

Tags: forky, ftbfs, sid

Found in version basemap/1.4.1-2

Fixed in version basemap/2.0.0-1

Done: Colin Watson <cjwatson@debian.org>

Bug is archived. No further changes may be made.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian Python Team <team+python@tracker.debian.org> (src:basemap for {1119728}), sanvila@debian.org (additional cc recipient for {1119728}):
Bug#1119728; Package src:basemap. (Fri, 31 Oct 2025 11:31:03 GMT) (full text, mbox, link).


Acknowledgement sent to Santiago Vila <sanvila@debian.org>:
New Bug report received and forwarded. Copy sent to sanvila@debian.org, team+python@tracker.debian.org. (Fri, 31 Oct 2025 11:31:03 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Santiago Vila <sanvila@debian.org>
To: Debian BTS <submit@bugs.debian.org>
Subject: basemap: FTBFS: /usr/bin/python3.13: No module named pip
Date: Fri, 31 Oct 2025 11:28:09 +0000
Package: src:basemap
Version: 1.4.1-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202510/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:basemap, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with sphinxdoc --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
W: pybuild base:341: missing command (plugin=custom, method=clean, interpreter=python3.13, version=3.13)
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
   debian/rules execute_after_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
set -e; \
cd packages/basemap/
rm -rf doc/build
rm -f nad2bin.o nad2bin
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules binary
dh binary --with sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
W: pybuild base:341: missing command (plugin=custom, method=configure, interpreter=python3.13, version=3.13)
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
set -e ; \
cd packages/basemap/ \
cython3 -3 src/*pyx; \
for python in python3.13; do \
	$python setup.py build; \
done
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/bin/python3.13: No module named pip
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 107, in _fetch_build_egg_no_warn
    subprocess.check_call(cmd)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^
  File "/usr/lib/python3.13/subprocess.py", line 419, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3.13', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpccp64c9e', '--quiet', 'cython<3.1,>=0.29']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/packages/basemap/setup.py", line 188, in <module>
    setup(**{
    ~~~~~^^^^
        "name":
        ^^^^^^^
    ...<81 lines>...
        },
        ^^
    })
    ^^
  File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 116, in setup
    _install_setup_requires(attrs)
    ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 89, in _install_setup_requires
    _fetch_build_eggs(dist)
    ~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 94, in _fetch_build_eggs
    dist.fetch_build_eggs(dist.setup_requires)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 768, in fetch_build_eggs
    return _fetch_build_eggs(self, requires)
  File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 44, in _fetch_build_eggs
    resolved_dists = pkg_resources.working_set.resolve(
        _reqs.parse(requires, pkg_resources.Requirement),  # required for compatibility
        installer=partial(_fetch_build_egg_no_warn, dist),  # avoid warning twice
        replace_conflicting=True,
    )
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 893, in resolve
    dist = self._resolve_dist(
        req, best, replace_conflicting, env, installer, required_by, to_activate
    )
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 929, in _resolve_dist
    dist = best[req.key] = env.best_match(
                           ~~~~~~~~~~~~~~^
        req, ws, installer, replace_conflicting=replace_conflicting
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1267, in best_match
    return self.obtain(req, installer)
           ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1303, in obtain
    return installer(requirement) if installer else None
           ~~~~~~~~~^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 109, in _fetch_build_egg_no_warn
    raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/usr/bin/python3.13', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpccp64c9e', '--quiet', 'cython<3.1,>=0.29']' returned non-zero exit status 1.
make[1]: *** [debian/rules:25: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------




Reply sent to Colin Watson <cjwatson@debian.org>:
You have taken responsibility. (Mon, 03 Nov 2025 12:07:02 GMT) (full text, mbox, link).


Notification sent to Santiago Vila <sanvila@debian.org>:
Bug acknowledged by developer. (Mon, 03 Nov 2025 12:07:02 GMT) (full text, mbox, link).


Message #10 received at 1119728-close@bugs.debian.org (full text, mbox, reply):

From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
To: 1119728-close@bugs.debian.org
Subject: Bug#1119728: fixed in basemap 2.0.0-1
Date: Mon, 03 Nov 2025 12:04:29 +0000
[Message part 1 (text/plain, inline)]
Source: basemap
Source-Version: 2.0.0-1
Done: Colin Watson <cjwatson@debian.org>

We believe that the bug you reported is fixed in the latest version of
basemap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1119728@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <cjwatson@debian.org> (supplier of updated basemap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 03 Nov 2025 11:45:09 +0000
Source: basemap
Architecture: source
Version: 2.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Changed-By: Colin Watson <cjwatson@debian.org>
Closes: 1119728
Changes:
 basemap (2.0.0-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release:
     - Upgrade upper limit for `cython` to 3.2 (closes: #1119728).
Checksums-Sha1:
 edb49cfbaf1ab91c5b561fb6bf3b473474058486 2729 basemap_2.0.0-1.dsc
 af725b764819fd018ad957d35ee9ef258bfe7932 129991770 basemap_2.0.0.orig.tar.gz
 839b07e0178abca71c7204aa8bf79aec1c36cb5f 27776 basemap_2.0.0-1.debian.tar.xz
Checksums-Sha256:
 20db2ebb02b8bf68f1dd806345c9d6b31759000647a55adf339e833a66400c9c 2729 basemap_2.0.0-1.dsc
 192ee1c63291d7d1af98fab798c45239ea27e6ca31041afa8c42c8b697e44596 129991770 basemap_2.0.0.orig.tar.gz
 ee19ceb3e8720aaabaeae2a5a5d475be8f03a8aab7b276e2e5e6b0a06c287d96 27776 basemap_2.0.0-1.debian.tar.xz
Files:
 461033e569324b31479106a7a3d4fb63 2729 python optional basemap_2.0.0-1.dsc
 bcf74e826ca0a30e5adae7fda7a47ba5 129991770 python optional basemap_2.0.0.orig.tar.gz
 6b83608442b4f6e4682d6f533290f665 27776 python optional basemap_2.0.0-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmkIl5oACgkQOTWH2X2G
UAs+eRAAnkRpCFCUAakvZVRs1ZmquAu0S5Fisu64abu0StaGxNJoqdgyco5GPCd/
N/Lh2tLhg9Dd7xfZp0J8Zl3qNS8t0tNzl4uR6yjbp7Bh1XfX7V3W6xcc9J1u00+G
MBoHjuVoHWY7VydUqaKO3cd7Ikgs5XkYrhbxWDEeYAvNhecxZfncUFrJuT8ygc7s
MH811H8+ioNtbTnIi3wilEdB+2LP5983dOyljIFTIY8GB0Nv2m5jD8oQsHaLgz3K
egjnn1FDmHF/mXMm1j/qGNc9Hga4hI1+Eee1D8ZQTU2mXdTY2iDJynAApWL8VjP2
BEbWJbgywsgsDJeEpWLt2+/cngRnF/BLqkfYUnysDP+b6Qaob8/FG8Vkcmd+84qu
2AI4sMxb+YoeyqvzXyDSwMwFUk9w6oTOxtRhVNi/M9pOJbHJvCI16G5VvWGf+2w4
XrimXis2RtumogUBUQNegTmswdEXyEjeP38/FRBZx6GsC/t/9g8BsoyV4axYTOf7
D03JsjFs/b3Meo6UhdaKIgvSAlqcwjH9ZYEOWDcPBu1Um+P8GU+x4eMLEMzx+mRH
mexSmWYW1B/xOciKm0s+RpOG4rm/vh4HuD1l2CrWiSU7LvDFiFLhD/vCHga6xHso
RNjimBE0Tnf05sn76afrSFkeTzv1zPHlSekp0YlpK8ZX9W4qw7Y=
=uZXe
-----END PGP SIGNATURE-----

[Message part 2 (application/pgp-signature, inline)]

Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Wed, 03 Dec 2025 07:25:45 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Fri Jan 2 09:21:26 2026; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.