[Bug 204361] databases/py-redis: empty html documentation in poudriere

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 7 16:23:11 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204361

            Bug ID: 204361
           Summary: databases/py-redis: empty html documentation in
                    poudriere
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: koobs at FreeBSD.org
          Reporter: olgeni at FreeBSD.org
          Assignee: koobs at FreeBSD.org
             Flags: maintainer-feedback?(koobs at FreeBSD.org)

Created attachment 162882
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162882&action=edit
poudriere test run

When building in poudriere, a few build exceptions are displayed and the
resulting HTML docs are missing the actual content, even if there is no build
failure.

/wrkdirs/usr/ports/databases/py-redis/work/redis-py-2.10.3/apidocs/redis.rst:10:
WARNING: autodoc: failed to import module u'redis.client'; the following
exception was raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line
385, in import_object
    __import__(self.modname)
ImportError: No module named redis.client

The build is ok on a live system if py-redis is already installed.

Apparently, the doc build process is unable to find the redis python modules in
work/ and will work only if they are also installed in $LOCALBASE.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list