[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:02 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233561
Bug ID: 233561
Summary: converters/py-rencode: configure fails if cython
installed
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: python at FreeBSD.org
Reporter: z7dr6ut7gs at snkmail.com
Flags: maintainer-feedback?(python at FreeBSD.org)
Assignee: python at FreeBSD.org
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
=======================
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list