Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 20:21:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 267676] devel/py-fastbencode: Update to 0.2
Message-ID:  <bug-267676-21822-eLvNGn95Qc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267676-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267676-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267676

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Progress                 |Open

--- Comment #5 from Robert Clausecker <fuz@FreeBSD.org> ---
Build fails (on amd64 FreeBSD 13 and others):

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: configure      >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D env: DEVELOPER_MODE=3Dyes STRICT_DEPENDS=3Dyes USER=3Droot =
UID=3D0 GID=3D0
=3D=3D=3D>   py39-fastbencode-0.2 depends on package: py39-setuptools>=3D63=
.1.0 - found
=3D=3D=3D>   py39-fastbencode-0.2 depends on file: /usr/local/bin/python3.9=
 - found
=3D=3D=3D>   py39-fastbencode-0.2 depends on file: /usr/local/bin/ccache - =
found
=3D=3D=3D>  Configuring for py39-fastbencode-0.2
/usr/local/lib/python3.9/site-packages/setuptools/installer.py:27:
SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requireme=
nts
should be satisfied by a PEP 517 installer.
  warnings.warn(
WARNING: The wheel package is not available.
/usr/local/bin/python3.9: No module named pip
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/setuptools/installer.py", li=
ne
82, in fetch_build_egg
    subprocess.check_call(cmd)
  File "/usr/local/lib/python3.9/subprocess.py", line 373, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/local/bin/python3.9', '-m',
'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w',
'/tmp/tmpl7r1pqna', '--quiet', 'cython>=3D0.29']' returned non-zero exit st=
atus
1.

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

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 82, in <module>
    setup(ext_modules=3Dext_modules, cmdclass=3D{'build_ext': build_ext})
  File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line
86, in setup
    _install_setup_requires(attrs)
  File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line
80, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 87=
5,
in fetch_build_eggs
    resolved_dists =3D pkg_resources.working_set.resolve(
  File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", =
line
789, in resolve
    dist =3D best[req.key] =3D env.best_match(
  File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", =
line
1075, in best_match
    return self.obtain(req, installer)
  File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", =
line
1087, in obtain
    return installer(requirement)
  File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 94=
5,
in fetch_build_egg
    return fetch_build_egg(self, req)
  File "/usr/local/lib/python3.9/site-packages/setuptools/installer.py", li=
ne
84, in fetch_build_egg
    raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/usr/local/bin/python3.9', '-m',
'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w',
'/tmp/tmpl7r1pqna', '--quiet', 'cython>=3D0.29']' returned non-zero exit st=
atus
1.

The python package 'Cython' is not available. If the .c files are available,
they will be built, but modifying the .pyx files will not rebuild them.

*** Error code 1

Stop.
make: stopped in /usr/ports/devel/py-fastbencode


Please check and resubmit.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267676-21822-eLvNGn95Qc>