Advertisement
Guest User

Untitled

a guest
Sep 27th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.58 KB | None | 0 0
  1. Obtaining file:///home/frappe/bench-repo
  2.   Running setup.py (path:/home/frappe/bench-repo/setup.py) egg_info for package from file:///home/frappe/bench-repo
  3.    
  4.     file bench.py (for module bench) not found
  5. Downloading/unpacking Click (from bench==0.1)
  6.   Downloading click-3.3-py2.py3-none-any.whl (58kB): 58kB downloaded
  7. Downloading/unpacking jinja2 (from bench==0.1)
  8.   Downloading Jinja2-2.7.3.tar.gz (378kB): 378kB downloaded
  9.   Running setup.py (path:/tmp/pip_build_root/jinja2/setup.py) egg_info for package jinja2
  10.    
  11.     warning: no files found matching '*' under directory 'custom_fixers'
  12.     warning: no previously-included files matching '*' found under directory 'docs/_build'
  13.     warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
  14.     warning: no previously-included files matching '*.pyc' found under directory 'docs'
  15.     warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
  16.     warning: no previously-included files matching '*.pyo' found under directory 'docs'
  17. Downloading/unpacking virtualenv (from bench==0.1)
  18.   Downloading virtualenv-1.11.6-py2.py3-none-any.whl (1.6MB): 1.6MB downloaded
  19. Requirement already satisfied (use --upgrade to upgrade): requests in /usr/lib/python2.7/dist-packages (from bench==0.1)
  20. Downloading/unpacking honcho (from bench==0.1)
  21.   Downloading honcho-0.5.0.tar.gz
  22.   Running setup.py (path:/tmp/pip_build_root/honcho/setup.py) egg_info for package honcho
  23.    
  24. Downloading/unpacking semantic-version (from bench==0.1)
  25.   Downloading semantic_version-2.3.1.tar.gz
  26.   Running setup.py (path:/tmp/pip_build_root/semantic-version/setup.py) egg_info for package semantic-version
  27.    
  28.     no previously-included directories found matching 'docs/_build'
  29. Downloading/unpacking GitPython==0.3.2.RC1 (from bench==0.1)
  30.   Downloading GitPython-0.3.2.RC1.tar.gz (313kB): 313kB downloaded
  31.   Running setup.py (path:/tmp/pip_build_root/GitPython/setup.py) egg_info for package GitPython
  32.    
  33.     warning: no files found matching 'README'
  34. Downloading/unpacking markupsafe (from jinja2->bench==0.1)
  35.   Downloading MarkupSafe-0.23.tar.gz
  36.   Running setup.py (path:/tmp/pip_build_root/markupsafe/setup.py) egg_info for package markupsafe
  37.    
  38. Downloading/unpacking gitdb>=0.5.1 (from GitPython==0.3.2.RC1->bench==0.1)
  39.   Downloading gitdb-0.5.4.tar.gz (50kB): 50kB downloaded
  40.   Running setup.py (path:/tmp/pip_build_root/gitdb/setup.py) egg_info for package gitdb
  41.    
  42. Downloading/unpacking async>=0.6.1 (from gitdb>=0.5.1->GitPython==0.3.2.RC1->bench==0.1)
  43.   Downloading async-0.6.1.tar.gz
  44.   Running setup.py (path:/tmp/pip_build_root/async/setup.py) egg_info for package async
  45.    
  46. Downloading/unpacking smmap>=0.8.0 (from gitdb>=0.5.1->GitPython==0.3.2.RC1->bench==0.1)
  47.   Downloading smmap-0.8.2.tar.gz
  48.   Running setup.py (path:/tmp/pip_build_root/smmap/setup.py) egg_info for package smmap
  49.    
  50. Installing collected packages: Click, jinja2, virtualenv, honcho, semantic-version, GitPython, bench, markupsafe, gitdb, async, smmap
  51.   Running setup.py install for jinja2
  52.    
  53.     warning: no files found matching '*' under directory 'custom_fixers'
  54.     warning: no previously-included files matching '*' found under directory 'docs/_build'
  55.     warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
  56.     warning: no previously-included files matching '*.pyc' found under directory 'docs'
  57.     warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
  58.     warning: no previously-included files matching '*.pyo' found under directory 'docs'
  59.   Running setup.py install for honcho
  60.    
  61.     Installing honcho script to /usr/local/bin
  62.   Running setup.py install for semantic-version
  63.    
  64.     no previously-included directories found matching 'docs/_build'
  65.   Running setup.py install for GitPython
  66.    
  67.     warning: no files found matching 'README'
  68.   Running setup.py develop for bench
  69.    
  70.     file bench.py (for module bench) not found
  71.     Creating /usr/local/lib/python2.7/dist-packages/bench.egg-link (link to .)
  72.     Adding bench 0.1 to easy-install.pth file
  73.     Installing bench script to /usr/local/bin
  74.    
  75.     Installed /home/frappe/bench-repo
  76.   Running setup.py install for markupsafe
  77.    
  78.     building 'markupsafe._speedups' extension
  79.     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c markupsafe/_speedups.c -o build/temp.linux-x86_64-2.7/markupsafe/_speedups.o
  80.     x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/markupsafe/_speedups.o -o build/lib.linux-x86_64-2.7/markupsafe/_speedups.so
  81.   Running setup.py install for gitdb
  82.     building 'gitdb._perf' extension
  83.     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Igitdb -I/usr/include/python2.7 -c gitdb/_fun.c -o build/temp.linux-x86_64-2.7/gitdb/_fun.o
  84.     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Igitdb -I/usr/include/python2.7 -c gitdb/_delta_apply.c -o build/temp.linux-x86_64-2.7/gitdb/_delta_apply.o
  85.     x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/gitdb/_fun.o build/temp.linux-x86_64-2.7/gitdb/_delta_apply.o -o build/lib.linux-x86_64-2.7/gitdb/_perf.so
  86.    
  87.   Running setup.py install for async
  88.     building 'async.mod.zlib' extension
  89.     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c mod/zlibmodule.c -o build/temp.linux-x86_64-2.7/mod/zlibmodule.o
  90.     x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/mod/zlibmodule.o -o build/lib.linux-x86_64-2.7/async/mod/zlib.so
  91.    
  92.   Running setup.py install for smmap
  93.    
  94. Successfully installed Click jinja2 virtualenv honcho semantic-version GitPython bench markupsafe gitdb async smmap
  95. Cleaning up...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement