Date: Tue, 27 Nov 2018 12:28:59 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 233561] converters/py-rencode: configure fails if cython installed Message-ID: <bug-233561-21822-q81VcdDC6A@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233561-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-233561-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python mailing list <python@FreeBSD.org> for maintainer-feedback: Bug 233561: converters/py-rencode: configure fails if cython installed https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233561 --- 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= .=20 py27-cython-0.29 is similar (line number differences in traceback). =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> 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 =3D cythonize(ext_modules) File "/usr/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py= ", line 897, in cythonize aliases=3Daliases) 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233561-21822-q81VcdDC6A>