Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Nov 2015 16:23:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204361] databases/py-redis: empty html documentation in poudriere
Message-ID:  <bug-204361-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: olgeni@FreeBSD.org
          Assignee: koobs@FreeBSD.org
             Flags: maintainer-feedback?(koobs@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.



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