alohamora

python-cephclient

Jul 31st, 2014
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. [root@ceph-node1 ~]# pip install python-cephclient
  2. Requirement already satisfied (use --upgrade to upgrade): python-cephclient in /usr/lib/python2.6/site-packages
  3. Downloading/unpacking lxml>=3.2.5 (from python-cephclient)
  4. Running setup.py egg_info for package lxml
  5. /usr/lib64/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'bugtrack_url'
  6. warnings.warn(msg)
  7. Building lxml version 3.3.5.
  8. Building without Cython.
  9. ERROR: /bin/sh: xslt-config: command not found
  10.  
  11. ** make sure the development packages of libxml2 and libxslt are installed **
  12.  
  13. Using build configuration of libxslt
  14. Downloading/unpacking requests>=2.2.1 (from python-cephclient)
  15. Running setup.py egg_info for package requests
  16. Installing collected packages: lxml, requests
  17. Running setup.py install for lxml
  18. /usr/lib64/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'bugtrack_url'
  19. warnings.warn(msg)
  20. Building lxml version 3.3.5.
  21. Building without Cython.
  22. ERROR: /bin/sh: xslt-config: command not found
  23.  
  24. ** make sure the development packages of libxml2 and libxslt are installed **
  25.  
  26. Using build configuration of libxslt
  27. building 'lxml.etree' extension
  28. gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/tmp/pip-build-root/lxml/src/lxml/includes -I/usr/include/python2.6 -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-2.6/src/lxml/lxml.etree.o -w
  29. unable to execute gcc: No such file or directory
  30. error: command 'gcc' failed with exit status 1
  31. Complete output from command /usr/bin/python -c "import setuptools;__file__='/tmp/pip-build-root/lxml/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-dq_Tx0-record/install-record.txt --single-version-externally-managed:
  32. /usr/lib64/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'bugtrack_url'
  33.  
  34. warnings.warn(msg)
  35.  
  36. Building lxml version 3.3.5.
  37.  
  38. Building without Cython.
  39.  
  40. ERROR: /bin/sh: xslt-config: command not found
  41.  
  42.  
  43.  
  44. ** make sure the development packages of libxml2 and libxslt are installed **
  45.  
  46.  
  47.  
  48. Using build configuration of libxslt
  49.  
  50. running install
  51.  
  52. running build
  53.  
  54. running build_py
  55.  
  56. copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-2.6/lxml/includes
  57.  
  58. running build_ext
  59.  
  60. building 'lxml.etree' extension
  61.  
  62. gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/tmp/pip-build-root/lxml/src/lxml/includes -I/usr/include/python2.6 -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-2.6/src/lxml/lxml.etree.o -w
  63.  
  64. unable to execute gcc: No such file or directory
  65.  
  66. error: command 'gcc' failed with exit status 1
  67.  
  68. ----------------------------------------
  69. Command /usr/bin/python -c "import setuptools;__file__='/tmp/pip-build-root/lxml/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-dq_Tx0-record/install-record.txt --single-version-externally-managed failed with error code 1 in /tmp/pip-build-root/lxml
  70. Storing complete log in /root/.pip/pip.log
  71. [root@ceph-node1 ~]# pip install libxml2
  72. Downloading/unpacking libxml2
  73. Could not find any downloads that satisfy the requirement libxml2
  74. No distributions at all found for libxml2
  75. Storing complete log in /root/.pip/pip.log
  76. [root@ceph-node1 ~]#
Advertisement
Add Comment
Please, Sign In to add comment