Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2018 12:28:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 233561] converters/py-rencode: configure fails if cython installed
Message-ID:  <bug-233561-21822@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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@FreeBSD.org
          Reporter: z7dr6ut7gs@snkmail.com
             Flags: maintainer-feedback?(python@FreeBSD.org)
          Assignee: python@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.

help

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