https://bugzilla.redhat.com/show_bug.cgi?id=1534799

Robert-André Mauchin <zebo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zebo...@gmail.com



--- Comment #1 from Robert-André Mauchin <zebo...@gmail.com> ---
 - I got an error at the Sphinx-build part:

+ sphinx-build . html
Running Sphinx v1.6.6
making output directory...
Configuration error:
There is a programable error in your configuration file:
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/sphinx/config.py", line 157, in
__init__
    execfile_(filename, config)
  File "/usr/lib/python2.7/site-packages/sphinx/util/pycompat.py", line 150, in
execfile_
    exec_(code, _globals)
  File "/usr/lib/python2.7/site-packages/six.py", line 709, in exec_
    exec("""exec _code_ in _globs_, _locs_""")
  File "<string>", line 1, in <module>
  File "conf.py", line 61, in <module>
    import hdfs
ImportError: No module named hdfs
Erreur de construction de RPM :
erreur : Mauvais statut de sortie pour /var/tmp/rpm-tmp.7NTqCT (%build)
    Mauvais statut de sortie pour /var/tmp/rpm-tmp.7NTqCT (%build)


   Simply use:

pushd doc
    PYTHONPATH=../ sphinx-build . html
popd

   to build the docs.

 - Some binaries are installed but not packaged in %files:

   /usr/bin/hdfscli
   /usr/bin/hdfscli-avro

Add them to %files (likely in the python3 subpackage).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org

Reply via email to