Your message dated Tue, 10 Mar 2026 14:33:59 +0000
with message-id <[email protected]>
and subject line Bug#1129877: fixed in hy 1.2.0-2
has caused the Debian Bug report #1129877,
regarding hy: FTBFS: ERROR: Could not find a version that satisfies the 
requirement funcparserlib~=1.0 (from versions: none)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1129877: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129877
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:hy
Version: 1.2.0-1
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/202603/

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:hy, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem pybuild
   dh_auto_clean -O--buildsystem=pybuild
        pybuild --clean -i python{version} -p "3.14 3.13"
I: pybuild base:384: python3.14 setup.py clean 
/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)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 'ProxyError('Cannot connect to 
proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection 
object at 0x7f7c4b3b70e0>: Failed to establish a new connection: [Errno 111] 
Connection refused'))': /simple/funcparserlib/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 'ProxyError('Cannot connect to 
proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection 
object at 0x7f7c4b411590>: Failed to establish a new connection: [Errno 111] 
Connection refused'))': /simple/funcparserlib/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 'ProxyError('Cannot connect to 
proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection 
object at 0x7f7c4b4116d0>: Failed to establish a new connection: [Errno 111] 
Connection refused'))': /simple/funcparserlib/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 'ProxyError('Cannot connect to 
proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection 
object at 0x7f7c4b411810>: Failed to establish a new connection: [Errno 111] 
Connection refused'))': /simple/funcparserlib/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 'ProxyError('Cannot connect to 
proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection 
object at 0x7f7c4b411950>: Failed to establish a new connection: [Errno 111] 
Connection refused'))': /simple/funcparserlib/
ERROR: Could not find a version that satisfies the requirement 
funcparserlib~=1.0 (from versions: none)
ERROR: No matching distribution found for funcparserlib~=1.0
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.14/subprocess.py", line 419, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3.14', '-m', 'pip', 
'--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpgo69garg', 
'--quiet', 'funcparserlib~=1.0']' returned non-zero exit status 1.

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

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/setup.py", line 35, in <module>
    setup(
    ~~~~~^
        name=PKG,
        ^^^^^^^^^
    ...<44 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.14', '-m', 'pip', 
'--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpgo69garg', 
'--quiet', 'funcparserlib~=1.0']' returned non-zero exit status 1.
E: pybuild pybuild:483: clean: plugin distutils failed with: exit code=1: 
python3.14 setup.py clean 
dh_auto_clean: error: pybuild --clean -i python{version} -p "3.14 3.13" 
returned exit code 13
make: *** [debian/rules:22: clean] Error 25
dpkg-buildpackage: error: debian/rules clean subprocess failed with exit status 
2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: hy
Source-Version: 1.2.0-2
Done: IOhannes m zmölnig (Debian/GNU) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
hy, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <[email protected]> (supplier of updated hy 
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 [email protected])


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

Format: 1.8
Date: Tue, 10 Mar 2026 15:03:00 +0100
Source: hy
Architecture: source
Version: 1.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Tianon Gravi <[email protected]>
Changed-By: IOhannes m zmölnig (Debian/GNU) <[email protected]>
Closes: 1129877
Changes:
 hy (1.2.0-2) unstable; urgency=medium
 .
   * [fd27e09] Drop versioned requirement on funcparserlib (Closes: #1129877)
   * [acb6cd2] Drop unused BSD-2-clause copyright
Checksums-Sha1:
 cc644a6cca5de18ea735e1739046d4f69726cfac 2624 hy_1.2.0-2.dsc
 dff73caa65510fd4447eaf5dfeec88d066177ac0 14644 hy_1.2.0-2.debian.tar.xz
 2e7486c2c0cf7357f7e71d00be81695da57722de 520388 hy_1.2.0-2.git.tar.xz
 c2166d427e293eded91d666e971ff31a2b923b73 17276 hy_1.2.0-2_source.buildinfo
Checksums-Sha256:
 564f806e05bb0ade4898bbe06dd0b03de5606b5e1804fa66f8a4faa7b199e5f3 2624 
hy_1.2.0-2.dsc
 3507b71a85699c29d7bae616dc0342f54964ba40abd6a948c14f6c9f10d499fc 14644 
hy_1.2.0-2.debian.tar.xz
 1c0c9cab118495b38aaac0959dda1b425d0bbfd55b1019eb61a4f61810b920d3 520388 
hy_1.2.0-2.git.tar.xz
 618ea2fc2b79509793c1f4f87412b0a757bbde07dacf28d20a063a27f86f1cac 17276 
hy_1.2.0-2_source.buildinfo
Files:
 01abaefb07ba0b498f490c7df1535495 2624 python optional hy_1.2.0-2.dsc
 4355cfda9f6bae07ca2702e3789f25db 14644 python optional hy_1.2.0-2.debian.tar.xz
 f60168745fa356963a87823afba315c7 520388 python None hy_1.2.0-2.git.tar.xz
 6fee15ecf4dd4eb2b8cfe9d43437ea6d 17276 python optional 
hy_1.2.0-2_source.buildinfo
Git-Tag-Info: tag=226e4862e5374213126d60d876a9e64b49be940f 
fp=7405e745574809734800156db65019c47f7a36f8
Git-Tag-Tagger: IOhannes m zmölnig (Debian/GNU) <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmmwJZgACgkQYG0ITkaD
wHk30xAA1Sj+VLyoQQfzJQzF0r7/fipgtoj9UAlQTGuqlJvgUgM+Xj8pPkzS30NA
fvSjEbofV31vfJ7apR6+hJ47eZP/O5PT1Sa0+1+c2xEcgS8WUig0WterjSmt/KWd
eEqwVrgkpHs7nWjQ5O0nME9GUB3tRkihd7GLzwEQ975FgYOJ6E6aOfkXHUaPzIk1
4kkE2oCM1/u3fB2M8LKQsE5rc9LzoZ7t0vaeTIr2YvvatawP51YQE6bezwSzVG6e
/Pgoh8uvCv33vqCT5nxvnpjV1y7HxNfCYJcR+vgaO+ITVSG+qr/64DAF+mIXv4QY
ZUsMOwNv5hv3aTdFQG6yki25vVZNFTU+h2BRoIcewlEkJ0dh/OPh8QT/t4AsulX1
E88/pAbgIqDSBl0GPHAO2GV8WBkgPsXV4+BZ3Hkf7ApE2GVlrHumEo6+6BUXmAlD
aInYL2kscfXJ+hwp+wIWKB7y52uc1phAaASsYM5h4L1O7gJrqYABU4SS2qqOlC8Y
ONhTs+1i6ANml3rsMouTpwqi/z1Uv4aYgrNnwZBD34Us3Z/4ZpaUSRLmXMaAk1UZ
7Ag/95+yQgTWuRj5dKwodBsbvB9bD/lXKrWcseSrY7VqB1w7mF1uUcl6LCea6B5r
rny8H4AOan52werUhT7+W9LDnop+vea01/bD8mMitidV67PRc14=
=N8qZ
-----END PGP SIGNATURE-----

Attachment: pgprls57VxKCP.pgp
Description: PGP signature


--- End Message ---

Reply via email to