Project

General

Profile

Bug #16940

Updated by Kefu Chai over 7 years ago

<pre> 
 + ./admin/build-doc 
 Top Level States:    ['RecoveryMachine'] 
 New python executable in /home/jenkins-publish/workspace/ceph-docs/build-doc/virtualenv/bin/python 
 Installing setuptools, pip...done. 
 Unpacking /home/jenkins-publish/workspace/ceph-docs/src/pybind/rados 
   Running setup.py (path:/tmp/pip-oQCTn7-build/setup.py) egg_info for package from file:///home/jenkins-publish/workspace/ceph-docs/src/pybind/rados 
     /tmp/pip-oQCTn7-build/tmpWc2FYS/rados_dummy.c:2:28: fatal error: rados/librados.h: No such file or directory 
      #include <rados/librados.h> 
                                 ^ 
     compilation terminated. 
    
     Compile Error: RADOS development headers not found 
     Complete output from command python setup.py egg_info: 
     /tmp/pip-oQCTn7-build/tmpWc2FYS/rados_dummy.c:2:28: fatal error: rados/librados.h: No such file or directory 

  #include <rados/librados.h> 

                             ^ 

 compilation terminated. 



 Compile Error: RADOS development headers not found 

 ---------------------------------------- 
 Cleaning up... 
 Command python setup.py egg_info failed with error code 1 in /tmp/pip-oQCTn7-build 
 Storing debug log for failure in /home/jenkins-publish/.pip/pip.log 
 Build step 'Execute shell' marked build as failure 
 </pre> 

 see    https://jenkins.ceph.com/job/ceph-docs/

Back