maintainer-feedback requested: [Bug 233561] converters/py-rencode: configure fails if cython installed
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 27 12:29:01 UTC 2018
Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-python mailing
list <python at FreeBSD.org> for maintainer-feedback:
Bug 233561: converters/py-rencode: configure fails if cython installed
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233561
--- Description ---
If one tries to build py-rencode with cython installed, it fails during the
configure phase. Excerpt below shown when py27-cython-0.28.2 was installed.
py27-cython-0.29 is similar (line number differences in traceback).
=======================
===> Configuring for py27-rencode-1.0.6
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 53, in <module>
ext_modules = cythonize(ext_modules)
File "/usr/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py",
line 897, in cythonize
aliases=aliases)
File "/usr/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py",
line 777, in create_extension_list
for file in nonempty(sorted(extended_iglob(filepattern)), "'%s' doesn't
match any files" % filepattern):
File "/usr/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py",
line 102, in nonempty
raise ValueError(error_msg)
ValueError: 'rencode/rencode.pyx' doesn't match any files
*** Error code 1
Stop.
make: stopped in /usr/ports/converters/py-rencode
=======================
More information about the freebsd-python
mailing list