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: pyt...@freebsd.org Reporter: z7dr6ut...@snkmail.com Flags: maintainer-feedback?(pyt...@freebsd.org) Assignee: pyt...@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. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"